General-purpose development skills and commands: documentation (Diataxis), Fastify, Node.js, TypeScript best practices, and TIL knowledge management.
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
Enforces coding standards while writing code to prevent common P0/P1 issues. Auto-activates when writing or editing code. Covers security, error handling, performance, and boundary conditions.
Creates, structures, and reviews technical documentation following the Diátaxis framework (tutorials, how-to guides, reference, and explanation pages). Use when a user needs to write or reorganize docs, structure a tutorial vs. a how-to guide, build reference docs or API documentation, create explanation pages, choose between Diátaxis documentation types, or improve existing documentation structure. Trigger terms include: documentation structure, Diátaxis, tutorials vs how-to guides, organize docs, user guide, reference docs, technical writing.
Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "画图", "流程图", "思维导图", "可视化", "diagram", "标准Excalidraw", "standard excalidraw", "Excalidraw动画", "动画图", "animate".
Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production. Covers the full Fastify request lifecycle (hooks, serialization, logging with Pino) and TypeScript integration via strip types. Trigger terms: Fastify, Node.js server, REST API, API routes, backend framework, fastify.config, server.ts, app.ts.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
General-purpose development skills and commands for Claude Code.
| Skill | Description |
|---|---|
| documentation | Technical documentation following the Diataxis framework (tutorials, how-to guides, reference, explanation) |
| fastify-best-practices | Fastify server development: routes, plugins, validation, hooks, security, deployment |
| node-best-practices | Node.js with TypeScript: type stripping, async patterns, error handling, streams, testing, performance |
| typescript-magician | Advanced TypeScript: generics, conditional types, type guards, utility types, error diagnosis |
| coding-standards | Enforces P0/P1 coding standards while writing code: security, error handling, performance, boundary conditions, race conditions |
| excalidraw-diagram | Generate Excalidraw diagrams: flowcharts, mind maps, timelines, with Obsidian/standard/animated modes |
| mermaid-visualizer | Transform text into Mermaid diagrams: process flows, sequences, state diagrams, with syntax error prevention |
| obsidian-canvas-creator | Create Obsidian Canvas files with MindMap or freeform layouts |
| Command | Description |
|---|---|
/til [topic] | Save a TIL (Today I Learned) note to Obsidian knowledge base with Diataxis classification |
/review [PR] | Expert code review of current git changes or a specific PR with SOLID, security, and quality checks |
/plugin marketplace add LuisTheAbysswalker/claude-toolkit
/plugin install claude-toolkit
Then restart Claude Code to load the skills.
/til vault pathThe /til command saves notes to your Obsidian vault. Set the TIL_VAULT_PATH environment variable to point to your vault directory (defaults to ~/Github/til if not set):
# Add to your ~/.zshrc or ~/.bashrc
export TIL_VAULT_PATH="$HOME/path/to/your/til-vault"
claude-toolkit/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ ├── review.md
│ └── til.md
├── skills/
│ ├── code-review-expert/
│ ├── coding-standards/
│ ├── documentation/
│ ├── excalidraw-diagram/
│ ├── fastify-best-practices/
│ ├── mermaid-visualizer/
│ ├── node-best-practices/
│ ├── obsidian-canvas-creator/
│ └── typescript-magician/
└── README.md
documentation, fastify-best-practices, node-best-practices, typescript-magician are from mcollina/skillsexcalidraw-diagram, mermaid-visualizer, obsidian-canvas-creator are from axtonliu/axton-obsidian-visual-skillscode-review-expert from sanyuan0704/code-review-expertMIT
npx claudepluginhub luistheabysswalker/claude-toolkit한국어 기술 문서 작성 스킬
Documentation generation with API docs, architecture diagrams, and tutorials
Generate architecture diagrams and technical design documents
Documentation generation - API docs, README, knowledge graphs, LaTeX PDF conversion
Personal Claude Code plugin for dwmkerr with repo management and custom workflows
No description provided.