Skill Registry

Master manifest of all skills.

amcamargoc 12a5837 986 B Updated

File contents

Skill Registry

Planning

  • clarify - Clarify vague ideas into specific requirements
  • challenge - Stress-test ideas through relentless interview
  • define - Create PRD through interview and codebase exploration
  • roadmap - Break PRD into phased vertical slices
  • tickets - Convert plan into GitHub issues

Precision

  • research - Read and search before writing code
  • verify - Verify output against plan criteria

Implementation

  • orchestrator - Manager, coordinates work
  • ui - UI, pages, components
  • api - Backend APIs
  • db - Schemas, queries
  • auth - Authentication
  • deploy - CI/CD, deployments

Quality

  • review - Code quality
  • test - Tests
  • audit - Security

Flow

clarify → challenge → define → roadmap → tickets
                                      ↓
[per phase: research → build → verify → review → test → audit] → deploy

amcamargoc/lavanda-code/tree/main/.skills commit 12a583764b

Frequently asked questions

npx skillmds@latest add amcamargoc/skill-registry