Development skills for Claude Code - TypeScript LSP, code documentation, and validation tools
npx claudepluginhub plaited/development-skillsDevelopment skills for Claude Code - TypeScript LSP, code documentation, and validation tools
Development skills for Claude Code - TypeScript LSP, code documentation, and validation tools.
Claude Code:
Install via the Plaited marketplace:
/plugin marketplace add plaited/marketplace
Other AI coding agents:
curl -fsSL https://raw.githubusercontent.com/plaited/marketplace/main/install.sh | bash -s -- --agent <agent-name> --plugin development-skills
Supported agents: gemini, copilot, cursor, opencode, amp, goose, factory
TypeScript Language Server Protocol integration for exploring and understanding TypeScript/JavaScript codebases.
Use LSP over Grep/Glob when:
/lsp-hoverGet type information at a specific position.
/lsp-hover src/utils/parser.ts 42 10
/lsp-findSearch for symbols across the workspace.
/lsp-find parseConfig
/lsp-find validateInput src/lib/validator.ts
/lsp-refsFind all references to a symbol (before refactoring).
/lsp-refs src/utils/parser.ts 42 10
/lsp-analyzeBatch analysis of a file.
/lsp-analyze src/utils/parser.ts --exports
/lsp-analyze src/utils/parser.ts --all
/lsp-analyze src/utils/parser.ts --hover 50:10 --refs 60:5
All commands accept:
/Users/name/project/src/file.ts./src/file.tsmy-package/src/module.ts (resolved via Bun.resolve())# Install dependencies
bun install
# Run checks
bun run check
# Run tests
bun test
ISC
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories