Development skills for Claude Code - TypeScript LSP, code documentation, and validation tools
npm install @plaited/development-skills


> TypeScript LSP tools and AI agent skills for modern development workflows
``bashFind where a type is defined
bunx @plaited/development-skills lsp-find UserConfig
Why LSP?
Text search finds strings. LSP finds meaning.
`bash
Text search: finds "Config" in comments, strings, everywhere
grep -r "Config" src/LSP search: finds the actual Config type and its usages
bunx @plaited/development-skills lsp-find Config
`LSP understands re-exports, aliases, and type relationships.
Install for AI Agents
`bash
npx skills add plaited/development-skills
or
bunx skills add plaited/development-skills
`Commands
| Command | What it does |
|---------|--------------|
|
lsp-hover | Type info at position |
| lsp-find | Symbol search |
| lsp-refs | Find references |
| lsp-analyze | Batch file analysis |
| validate-skill | Validate AgentSkills |
| scaffold-rules` | Scaffold dev rules |- typescript-lsp - LSP integration for AI agents
- code-documentation - TSDoc workflow and standards
- validate-skill - Skill validation
- scaffold-rules - Development rules scaffolding
ISC