Database
Browse 4,557 skills across 394 packs and 37 categories
Search Implementation
94LAdding search functionality to applications including full-text search, Elasticsearch/Algolia/Meilisearch patterns, indexing strategies, relevance tuning, and autocomplete.
Secret Management
77LHandling secrets and credentials safely throughout the development lifecycle
Security Awareness
95LSecurity considerations during code generation — avoiding injection vulnerabilities, secrets management, input validation, safe defaults, recognizing insecure patterns, and OWASP top 10 awareness.
Self Correction
112LHow to detect, diagnose, and recover from mistakes during autonomous execution without cascading failures
Semantic Code Search
73LFinding code by meaning and concept rather than exact text matches
Serverless Patterns
104LBuilding serverless applications with Lambda/Cloud Functions, including cold start optimization, event-driven design, state management, and deployment automation.
Session and Cookie Management
115LManaging sessions and cookies correctly including cookie attributes, session stores, security hardening, consent handling, and token-based alternatives.
Shell Command Safety
101LExecuting shell commands safely and effectively, including proper quoting, exit code handling, avoiding destructive operations, and cross-platform compatibility.
Specification Interpretation
98LCorrectly interpreting user requirements by reading between the lines, identifying gaps, and building accurate mental models of intent
SQL Optimization
94LWriting efficient SQL queries — index design, EXPLAIN analysis, join optimization, CTEs vs subqueries, pagination techniques, aggregate optimization, parameterized queries, and connection pooling.
State Machine Patterns
127LUsing state machines for complex workflows — state definition, transitions, guard conditions, hierarchical states, and knowing when a state machine is the right abstraction.
State Management Across Sessions
115LMaintaining coherent progress and context across context window boundaries and separate agent sessions
Structured Output Generation
77LProducing well-structured, parseable output in formats like JSON, YAML, and TOML with correct syntax, schema adherence, and validation.
Sycophancy Resistance
69LPushing back on bad ideas instead of blindly executing user requests that will cause problems
Table and List Rendering
86LBuilding performant data tables and lists with virtualization, sorting, and responsive patterns
Task Decomposition
87LHow to break complex tasks into atomic subtasks with dependency awareness, scope estimation, and ambiguity handling
Technical Debt Assessment
72LIdentifying, quantifying, and communicating technical debt with actionable remediation plans
Test-Driven Workflow
72LUsing tests to drive autonomous development through red-green-refactor cycles, leveraging test failures as navigation signals, and building confidence through coverage.
Test Writing
121LWriting effective tests autonomously — test structure (arrange-act-assert), choosing what to test, edge cases, mocking strategies, integration vs unit decisions, test naming, avoiding brittle tests, and testing error paths.
Tool Selection
146LChoosing the right tool for each subtask based on cost-benefit analysis, parallelization opportunities, and thoroughness calibration
Type System Usage
82LLeveraging type systems effectively across languages including TypeScript, Python, Go, and Rust for safer, more expressive, and self-documenting code.
Advanced TypeScript
99LAdvanced TypeScript patterns for agents — generic types, conditional types, mapped types, discriminated unions, type guards, utility types, declaration files, strict mode, and module resolution.
Undo Redo Implementation
91LImplementing undo/redo functionality with command patterns, state history, and memory efficiency
URL Routing Patterns
85LImplementing URL routing in web applications with RESTful design and modern patterns
Web Research Synthesis
79LEffective web research techniques including query formulation, source evaluation, cross-referencing, and synthesizing findings into actionable intelligence.
Webhook Integration
95LImplementing and consuming webhooks with endpoint security, signature verification, idempotency handling, retry logic, payload validation, and dead letter queues.
WebSocket Implementation
109LReal-time communication with WebSockets including connection lifecycle, reconnection strategies, heartbeat patterns, room/channel design, scaling, authentication, and graceful disconnection handling.
YAML and TOML Processing
116LWorking with YAML and TOML configuration formats including multiline strings, anchors, TOML tables, comment preservation, common YAML gotchas, and format selection guidance.