productivity▌
6,493 indexed skills · max 10 per page
continuous-agent-loop
affaan-m/everything-claude-code · Productivity
Decision framework for autonomous agent loops with quality gates, evals, and recovery patterns. \n \n Four loop modes available: continuous-pr for CI/PR workflows, rfc-dag for RFC decomposition, infinite for exploratory parallel generation, and sequential as default \n Recommended production stack combines RFC decomposition, code quality gates, eval harness, and session persistence for robust autonomous execution \n Built-in failure mode detection covers loop churn, repeated retries, merge queue
day4-wrap-and-analyze
ai-native-camp/camp-1 · Productivity
Build and analyze coding sessions with custom multi-agent skills and session insights. \n \n Create a custom session-wrap skill from scratch using a step-by-step guided workflow across five blocks \n Learn multi-agent patterns through hands-on implementation of parallel task execution and 2-phase pipelines \n Analyze session history with history-insight to extract insights from past coding sessions \n Validate skill execution and session integrity using session-analyzer for verification and debu
angular-forms
analogjs/angular-skills · Productivity
Signal-based reactive forms for Angular v21+ with automatic two-way binding and schema-based validation. \n \n Provides type-safe form creation using writable signals as the single source of truth, with automatic field state management for validation, interaction, and availability \n Includes built-in validators (required, email, min, max, pattern) plus custom, cross-field, and async HTTP validation with conditional logic \n Supports dynamic arrays, nested objects, hidden/disabled/readonly field
commit-work
softaworks/agent-toolkit · Productivity
Create logical, well-described git commits with staged review and Conventional Commits formatting. \n \n Guides you through inspecting changes, deciding commit boundaries, and staging only intended modifications using patch mode when needed \n Enforces Conventional Commits format (type, scope, subject, body, footer) with clear separation of what changed and why \n Includes a pre-commit checklist covering secrets detection, accidental debug code, and unrelated formatting to catch issues before sh
incident-runbook-templates
wshobson/agents · Productivity
Structured incident response runbooks with detection, triage, mitigation, and communication procedures. \n \n Provides severity-level framework (SEV1–SEV4) with response time targets and impact classifications \n Includes ready-to-use templates for service outages and database incidents with bash/SQL commands, health checks, and rollback procedures \n Covers escalation matrices, communication templates for notifications and status updates, and verification steps to confirm resolution \n Emphasiz
weather
steipete/clawdis · Productivity
Current weather and multi-day forecasts for any global location, no API key required. \n \n Supports current conditions, 3-day forecasts, and week-long projections via wttr.in with customizable output formats \n Includes one-liner summaries, detailed condition reports, JSON output, and PNG weather charts \n Covers standard weather data: temperature, \"feels like,\" wind, humidity, precipitation, and condition emojis \n Works with city names, regions, and airport codes; rate-limited but requires
theme-factory
composiohq/awesome-claude-skills · Productivity
Professional font and color themes for styling slides, docs, and web artifacts. \n \n Includes 10 pre-set themes (Ocean Depths, Sunset Boulevard, Forest Canopy, Modern Minimalist, Golden Hour, Arctic Frost, Desert Rose, Tech Innovation, Botanical Garden, Midnight Galaxy) with cohesive color palettes and complementary font pairings \n Apply themes consistently across presentation decks, documents, landing pages, and other artifacts with proper contrast and readability \n Generate custom themes on
redis-best-practices
mindrally/skills · Productivity
Redis development best practices for caching, data structures, and high-performance operations. \n \n Covers five core data structures (strings, hashes, lists, sets, sorted sets) plus streams, with command examples and use-case guidance for each \n Includes three caching patterns (cache-aside, write-through, invalidation) with pseudo-code and TTL strategies to prevent thundering herd \n Addresses high availability via replication, Sentinel, and cluster configuration with hash tags for key distri
harness-writing
trailofbits/skills · Productivity
Techniques for writing effective fuzzing harnesses across languages and frameworks. \n \n Covers harness fundamentals for C/C++, Rust, Go, and Python, including entry point signatures, input validation, and structured data extraction using FuzzedDataProvider and arbitrary crate \n Includes step-by-step guidance from identifying entry points through testing and iteration, with practical patterns for integer casting, complex inputs, and interleaved fuzzing of multiple operations \n Provides tool-s
codex
softaworks/agent-toolkit · Productivity
AI-powered code analysis, refactoring, and automated editing via Codex CLI with GPT-5.2. \n \n Runs codex exec and codex resume commands with configurable reasoning effort ( xhigh , high , medium , low ) and sandbox modes (read-only, workspace-write, danger-full-access) \n Defaults to GPT-5.2 model (76.3% SWE-bench performance); supports gpt-5.2-max, gpt-5.2-mini, and gpt-5.1-thinking for different complexity and cost trade-offs \n Session continuity: resume prior Codex work at any time using co