- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
update-docs
by montagao
Update README.md, architecture documentation (ARCHITECTURE.md, docs/), and plan files (plan/, task_plan.md, progress.md) to reflect current codebase state. Use when the user explicitly asks to "update docs", "update documentation", "update the readme", "update architecture docs", "update plan", "sync docs with code", or similar requests. Discovers project structure, analyzes code changes, and updates documentation with concise technical descriptions and ASCII diagrams.
Agent Arena
by Neeeophytee
Discover, register, and hire ERC-8004 autonomous agents across 16 blockchains. Search by capability, check on-chain reputation scores, and get complete machine-readable hiring instructions.
skill-builder
by 101mare
Knowledge for creating Claude Code skill files with SKILL.md format and best practices. Does NOT handle: agent design (use agent-builder), team orchestration (use team-builder), prompt building (use prompt-builder). Use when building skills to teach Claude specialized knowledge or workflows. Recognizes: "create a skill", "new skill for X", "teach Claude how to", "skill that does Y", "SKILL.md format", "skill vs agent?", "add knowledge to Claude", "skill frontmatter"
dumbwaiter-mcp
by lambdamechanic
Provider-agnostic wait-for-change skill that uses the Dumbwaiter MCP server to wait on PR events (GitHub first) via wait.start/status/cancel/await, with progress notifications and durable state.
xhs-writer
by daqi
小红书爆款文案助手。将技术或职场经历转化为情感共鸣强、极具传播力的故事。遵循S.L.R.A.模型。
rust-guidelines
by lambdamechanic
Pragmatic Rust conventions to keep code readable, testable, and performant for this project.
Skills and Tech Stack for Scintilla Y. Sootveil Project
by MatthewDen77
This stack keeps the project lightweight, focusing on narrative consistency while running autonomously.
adr-scaffold
by gravito-framework
Specializes in generating Action-Domain-Responder (ADR) boilerplate for Gravito projects. Trigger this when adding new features or modules using the ADR pattern.
spec-doc
by ymd38
Generate or sync a "Living Specification" (docs/spec.md) from source code to eliminate doc-code drift. Use when creating, updating, or reviewing architecture documentation for a directory or module. Triggers on requests like "generate spec", "create spec.md", "sync documentation", "update architecture docs", "/spec.doc", or when asked to document a codebase directory.
mermaid-diagrams
by costa-marcello
"Creates professional software diagrams using Mermaid's text-based syntax. Use when users request diagrams, visualizations, or documentation of software architecture including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state machines, git graphs, or gantt charts. Triggers: 'diagram', 'visualize', 'model', 'map out', 'show the flow', database design, code structure."
xhs-md-to-plain-text
by daqi
将 Markdown 转为适合小红书粘贴的纯文本(去掉 #/**/列表等标记),可选只抽取“正文内容”段。
dast-zap
by vchirrav
Run OWASP ZAP for Dynamic Application Security Testing. Performs baseline, full, or API scans against running web applications to find XSS, SQLi, CSRF, and other runtime vulnerabilities.
rust-guidelines
by lambdamechanic
Pragmatic Rust conventions to keep code readable, testable, and performant for this project.
article-polish
by daqi
文章润色、校对与格式标准化。优化语气自然度、去除AI味,修正中英文空格及标点。
spec-coverage-map
by jschulte
Generate a visual spec-to-code coverage map showing which code files are covered by which specifications. Creates ASCII diagrams, reverse indexes, and coverage statistics. Use after implementation or during cleanup to validate spec coverage.
git-commit-summarizer
by chaorenex1
Summarizes git commits for specified users over a given time period and generates markdown reports
java-coding-guideline
by gabia
Use when writing, reviewing, or refactoring Java code to enforce baseline conventions for imports, nullability, immutability, exceptions, resource handling, naming, and concurrency.
skill-factory
by echoleesong
自动化工厂,将 GitHub 仓库转换为标准化的 AI Skill。当用户提供 GitHub URL 并希望"打包"、"封装"或"创建 Skill"时使用此工具。支持自动获取仓库元数据、生成标准目录结构、注入生命周期管理所需的扩展元数据。
java-xmlrpc-guideline
by gabia
Use when Java XML-RPC API work requires contract decisions for fault signaling and interoperability, including defining XmlRpcException-based failures, replacing void returns with explicit operation results, reviewing handlers for return-code anti-patterns, and migrating DTOs from Serializable to JAXB.
openapi-spec-design-first-apis
by Agentient
[STUB - Not implemented] OpenAPI 3.1.0 design-first API specifications as single source of truth. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
github-stars-analyzer
by chaorenex1
Analyzes GitHub repository data to generate comprehensive research reports about stars, popularity trends, and comparative insights
payment-integration
by kyuhyi
Toss Payments, Stripe 등 최신 결제 시스템을 Next.js에 통합하는 스킬. 정기결제, 보안 결제, 웹훅 처리를 전문적으로 다룹니다.
sentry-code-review
by getsentry
Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.
chinese-interface-doc-generator
by chaorenex1
Generates concise Chinese documentation for code interfaces (functions, classes, APIs) with Chinese comment extraction, optimized for Chinese development teams