From plaited-plaited
Applies TSDoc conventions to TypeScript/JavaScript source files and audits documentation coverage via the `plaited` CLI. Use when writing or modifying exported declarations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plaited-plaited:code-documentationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides both TSDoc policy guidance and an executable audit tool for ongoing maintenance. Use this when:
This skill provides both TSDoc policy guidance and an executable audit tool for ongoing maintenance. Use this when:
Key Standard: No @example sections - tests and stories serve as living examples.
plaited code-documentation '{"targets":["src/**/*.ts"]}'plaited code-documentation --schema inputAST-based audit tool that runs four operations in a single pass:
`plaited code-documentation '{"targets":["src/**/*.ts","src/**/*.tsx"]}'
echo '{"targets":["src/agent/agent.ts"]}' | plaited code-documentation
Reports:
missing-docs — exported top-level declarations without attached JSDoc/TSDocpublic-exports — exported declarations with line/kind/documented statusorphaned-docs — JSDoc blocks not attached to an AST nodedoc-coverage — per-file exported declaration coverage summaryUse the CLI first for inventory, then use typescript-lsp plus the reference templates to write or repair the actual comments.
This skill contains detailed templates for:
lsp with hover to verify signatures, references to find usages, and symbols to understand file structure.npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin plaited-plaitedGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.