agents-standards
Standards for authoring SDD plugin agents — frontmatter, self-containment, skill references, and no-user-interaction rules.
Intent-to-command mappings for fullstack-typescript tech pack features.
$ npx -y skills add LiorCohen/sdd --skill capabilities --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/capabilitiesContext preview
The summary Claude sees to decide when to auto-load this skill.
Intent-to-command mappings for fullstack-typescript tech pack features.
name: capabilities description: Intent-to-command mappings for fullstack-typescript tech pack features. user-invocable: false
Intent-to-command mappings for fullstack-typescript tech pack features. When core's `/sdd` command loads capabilities from tech packs, this skill provides the additional intent mappings for config management, local environment, database, and contract operations.
---
| User Says | Interpreted As | |-----------|---------------| | "I want to generate config for local" | `/sdd-run config generate --env local` | | "I want to validate my config" | `/sdd-run config validate` | | "I want to compare local and production config" | `/sdd-run config diff local production` | | "I want to create a local environment" | `/sdd-run local-env create` | | "I want to deploy to my local environment" | `/sdd-run local-env deploy` | | "I want to set up my database" | `/sdd-run database setup {name} --env local` | | "I want to run migrations" | `/sdd-run database migrate {name} --env local` | | "I want to validate my contract" | `/sdd-run contract validate {name}` | | "I want to generate TypeScript types" | `/sdd-run contract generate-types {name}` |
---
This skill defines no input parameters or structured output.
Structure for AI-assisted development AI coding assistants are powerful but chaotic. You prompt, you get code, but then what?
Repo: LiorCohen/sdd
Standards for authoring SDD plugin agents — frontmatter, self-containment, skill references, and no-user-interaction rules.
Standards for authoring SDD plugin commands — frontmatter, user interaction, skill/agent invocation, CLI integration, and output formatting.
Create a commit following repository guidelines with proper versioning and changelog updates.
Two-step self-review at every task lifecycle phase. Step 1 (this skill) runs in-context to gather session signals — files read vs grepped, user pushback, build…
D2 diagramming language reference for architecture diagrams, sequence diagrams, grid layouts, SQL tables, and class diagrams. Produces .d2 files rendered via…
Writes and maintains user-facing documentation for the SDD plugin. Proactively detects when docs are out of sync with plugin capabilities.