Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
speclet-spec
Convert a draft document into an executable spec.json with trackable stories
danielcastro-dev/speclet
-
speclet-council
Run parallel multi-model reviews on .speclet/draft.md and emit Council artifacts
danielcastro-dev/speclet
-
speclet-ticket
Convert a large draft into individual tickets for isolated implementation sessions
danielcastro-dev/speclet
-
speclet-learn
Generate explanatory lessons after completing speclet stories to develop mechanical coding fluency
danielcastro-dev/speclet
-
speclet-loop
Execute one autonomous iteration - implement the next story from spec.json
danielcastro-dev/speclet
-
speclet-draft
Generate a collaborative draft document with clarifying questions for a new feature
danielcastro-dev/speclet
-
speclet-spec
Convert a draft document into an executable spec.json with trackable stories
danielcastro-dev/speclet
-
speclet-council
Run parallel reviews on draft/spec/ticket inputs and emit Council artifacts
danielcastro-dev/speclet
-
speclet-ticket
Convert a large draft into individual tickets for isolated implementation sessions
danielcastro-dev/speclet
-
speclet-learn
Generate explanatory lessons after completing speclet stories to develop mechanical coding fluency
danielcastro-dev/speclet
-
speclet-loop
Execute one autonomous iteration - implement the next story from spec.json
danielcastro-dev/speclet
-
speclet-draft
Generate a collaborative draft document with clarifying questions for a new feature
danielcastro-dev/speclet
-
speclet-spec
Convert a draft document into an executable spec.json with trackable stories
danielcastro-dev/speclet
-
speclet-council
Run parallel reviews on draft/spec/ticket inputs and emit Council artifacts
danielcastro-dev/speclet
-
speclet-ticket
Convert a large draft into individual tickets for isolated implementation sessions
danielcastro-dev/speclet
-
speclet-learn
Generate explanatory lessons after completing speclet stories to develop mechanical coding fluency
danielcastro-dev/speclet
-
ddd-guide
Document-Driven Development workflow for existing codebases. Provides systematic planning, documentation-first design, and implementation verification.
drillan/amplifier-skills-plugin 1
-
amplifier-philosophy
Amplifier design philosophy using Linux kernel metaphor. Covers mechanism vs policy, module architecture, event-driven design, and kernel principles. Use when designing new modules or making architectural decisions.
drillan/amplifier-skills-plugin 1
-
module-development
Guide for creating new Amplifier modules including protocol implementation, entry points, mount functions, and testing patterns. Use when creating new modules or understanding module architecture.
drillan/amplifier-skills-plugin 1
-
example-skill
Brief description of what this skill does and when to use it. Include trigger keywords that users would naturally mention.
asadullah48/hackathon-superpowers
-
caps-format-validator
Validate CAPS (Coding Agent Playbook Spec) playbooks for correctness, completeness, and compatibility with Claude Code and Goose
asadullah48/hackathon-superpowers
-
agents-md-generator
Automatically generate comprehensive AGENTS.md files that teach AI agents how to work with a repository's structure, conventions, and guidelines
asadullah48/hackathon-superpowers
-
kubernetes-health-check
Verify Kubernetes cluster health, resource availability, and readiness before deploying applications
asadullah48/hackathon-superpowers
-
deno-debugger
Interactive debugger for Deno/TypeScript applications using the V8 Inspector Protocol. This skill should be used when investigating issues in Deno applications, including memory leaks, performance bottlenecks, race conditions, crashes, or any runtime behavior that requires step-by-step debugging, heap analysis, or CPU profiling. Provides CDP client tools, heap/CPU analyzers, and investigation tracking.
willkelly/deno-debug-skill 2