Find the perfect skill
Project Technical Writing
Documentation
Guides technical writing to match the project's established voice and style. Use when creating or editing READMEs, ADRs, Swift doc comments, or reviewing documentation for consistency. Enforces a pragmatic, direct, developer-to-developer tone while avoiding AI-isms and hedging.
Typed Documentation Forms System
Documentation
Add typed comments, documentation, todos, and metadata to Scheme code using `(doc ...)` forms. Doc annotations are authoritative for type inference, extracted by search commands (lf-todo, lf-types), and integrated with the type checker and LSP. Useful for annotating functions, marking deprecations, or tracking localized improvements alongside the code.
Claudespace Skills Guide
Documentation
Guide explaining the concept of skills in Claudespace. Details how to create, place, and load skill files, and lists examples like code-review, testing, and security-audit. Useful for configuring reusable instruction sets for Claude Code.
Updating Documentation
Documentation
This skill updates documentation and README files to reflect code changes. It covers common doc types like README, CHANGELOG, API docs, config docs, and architecture docs. Use it after feature work or when asked to "update docs", "write readme", etc., but not for code changes or exploratory reading.
DOCX - Word Document Manager
Documentation
Comprehensive document creation, editing, and analysis with support for tracked changes. Work with Word documents programmatically from the command line.
Hono Documentation Search
Documentation
Use the hono CLI to search and view Hono framework documentation. It provides commands like hono search and hono docs to quickly find and browse documentation directly from the terminal. This is useful when developing with Hono and needing instant access to API references or guides.
Resume Synthesizer
Documentation
Generate a polished professional resume by intelligently synthesizing structured career data across multiple years into a cohesive narrative with quantified achievements.
Describe Repository
Documentation
Updates Git repository metadata (description, tags) by analyzing repository context and user-provided information. Helps keep repository descriptions and categorization consistent across work and personal projects.
Migration Guide Creator
Documentation
Automated assistance for creating technical migration guides. Generates structured guides, API documentation, and production-ready configurations.
Save LeetCode Progress to Obsidian
Documentation
Capture a summary of your LeetCode practice session directly into an Obsidian note. After solving a problem, this skill extracts your final code, initial bugs, key learnings, and Q&A highlights, then saves them to a structured markdown file and updates your index. Ideal for building a personal LeetCode knowledge base in Obsidian.
Technical Documentation Writer
Documentation
Writes module specifications, API contracts, architecture decision records (ADRs), and feature specifications following the 6 C's quality framework (Complete, Correct, Clear, Consistent, Current, Connected). Uses templates and standardized workflows to produce consistent, thorough technical documentation. Helps when you need to formalize technical requirements or decisions.
Documentation Writer
Documentation
Generates API documentation, README files, and updates docstrings. Follows standards like Google, NumPy, or Sphinx. Helpful for maintaining clear, concise, and up-to-date code documentation.