From plaited-plaited
TSDoc standards for TypeScript/JavaScript code. Automatically invoked when writing, reviewing, or editing any TSDoc comments, code documentation, or API documentation. (project)
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin plaited-plaitedThis skill uses the workspace's default tool permissions.
This skill provides both TSDoc policy guidance and an executable audit tool for ongoing maintenance. Use this when:
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
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.
bun skills/code-documentation/scripts/run.ts '{"targets":["src/**/*.ts"]}'bun skills/code-documentation/scripts/run.ts --schema inputThe skill now includes an AST-based audit tool:
bun skills/code-documentation/scripts/run.ts '{"targets":["src/**/*.ts","src/**/*.tsx"]}'
echo '{"targets":["src/agent/create-agent.ts"]}' | bun skills/code-documentation/scripts/run.ts
The CLI 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.