
from ai-toolkit155
Generate and update README, API docs, architecture notes, changelogs and knowledge-base entries from a codebase, with templates and review guidance.
Generates and updates project documentation by analyzing code structure, extracting usage and API details, and producing README, API docs, architecture notes, changelogs, and knowledge-base entries. It includes templates, output report formats, and a doc-inventory script to audit coverage. The skill is designed to produce human-reviewable drafts rather than final commits.
Use this skill when you need to bootstrap or refresh documentation for a repository, produce architecture decision records, create API reference sections from code, generate changelogs, or enforce KB frontmatter rules. It is suitable for large codebases where a doc-inventory helps prioritise work and when you want consistent templates and review checks before committing.
Best used with documenter-style agents and multi-agent documentation teams; compatible with Claude Code, Cursor, Copilot and other code-oriented assistants.
Documentation generator skill with a bundled doc-inventory.py script that scans a codebase for doc coverage. The script ran successfully, reporting 20% doc coverage on the test directory. SKILL.md provides clear templates for README, architecture notes, and KB entries, with useful anti-rationalization table. Tightly coupled to the Claude Code/ai-toolkit ecosystem which limits portability.
Clean skill, no security concerns. Script is read-only and well-structured. Main limitation is ecosystem coupling to softspark/ai-toolkit conventions.
Ubiquitous Language Glossary
Extract a DDD-style ubiquitous language glossary from conversation: identify domain terms, flag ambiguities, propose canonical terms, and write the result to UB
Memory Search
Search past coding sessions and observations using natural-language queries to retrieve decisions, notes, and context.
Prompt Caching Patterns
Guidelines and patterns for implementing prompt caching with Anthropic APIs to reduce input-token costs and latency, including TTLs, breakpoints, and hit-rate m
Design Engineering
Guidelines and patterns for UI animation, micro-interactions, and component polish to build performant, accessible, and delightful interfaces.
Kotlin Rules
Project-specific Kotlin coding standards covering naming, null-safety, coroutines, testing, frameworks (Ktor, Spring), and security best practices.
Brand Voice
Enforces a concise, technical, and consistent voice for documentation and user-facing text with configurable concise/strict output modes.