- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
performance-trace
by Omico
Convert technical work (infrastructure, tooling and build, stability, cross-team coordination, firefighting) into evidence-based performance records, weekly reports, monthly summaries, and review-ready self-assessment entries. Use when the user wants to document impact, preserve evidence, improve visibility, or prepare for performance reviews.
api
by mrsknetwork
Designs and implements HTTP APIs in Python using FastAPI (REST) or Strawberry (GraphQL). Enforces contract-first design, standard response envelopes, authentication dependency injection, and rate limiting. Trigger when building API endpoints, designing schemas, or handling client-server communication. Always choose REST vs GraphQL based on application complexity.
Skills and Tech Stack for Scintilla Y. Sootveil Project
by MatthewDen77
This stack keeps the project lightweight, focusing on narrative consistency while running autonomously.
create-plan
by jforksy
Generate structured implementation plans with status tracking for development tasks
api-analyzer
by OliverOuyang
API 数据分析智能体 - 从 REST API 获取数据并进行分析。支持 API 调用、数据转换、批量获取、性能监控和对比分析。触发方式:命令 /api-analyze、/api分析,或包含关键词(API、接口、性能监控、数据对比)时自动触发。适用场景:(1) API 数据监控,(2) 第三方数据集成,(3) 实时数据分析,(4) API 性能测试,(5) 数据同步验证。
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.
github-harvester
by mindmorass
Extract and process data from GitHub repositories
customer-docs-agent
by violetio
Customer-facing documentation
skill-forge-base
by zjfls
Skill Forge 基础设施。初始化数据库、运行 Dashboard 服务器、管理学习历史。
polymarket
by bowen31337
Full Python SDK for Polymarket prediction markets platform. Use when: (1) Trading on Polymarket - placing, cancelling, managing orders (2) Researching markets - discovering events, analyzing prices, tracking positions (3) Building trading bots - WebSocket streaming, real-time data feeds (4) Managing funds - deposits, withdrawals via Bridge API (5) Any task involving prediction markets or Polymarket APIs
claude-command-firecrawl-setup
by monkey1sai
Converted from Claude plugin command "setup" (firecrawl). Use when the
pricing
by pluginagentmarketplace
Product pricing strategies, monetization models, and revenue optimization for SaaS and digital products.
redux-saga-testing
by anivar
Write tests for Redux Sagas using redux-saga-test-plan, runSaga, and manual generator testing. Covers expectSaga (integration), testSaga (unit), providers, partial matchers, reducer integration, error simulation, and cancellation testing. Works with Jest and Vitest. Triggers on: test files for sagas, redux-saga-test-plan imports, mentions of "test saga", "saga test", "expectSaga", "testSaga", or "redux-saga-test-plan".
clean-code-pro
by Jung217
A production-grade Clean Code architect specification. Audits code smells, refactors for readability and maintainability, while strictly preserving behavior and respecting language idioms.
pr-comment-resolver
by carmandale
Addresses PR review comments by implementing requested changes and reporting resolutions. Use when code review feedback needs to be resolved with code changes.
addressing-pr-feedback
by oryanmoshe
Fetches, organizes, and addresses PR review comments from GitHub. Use when user asks to review PR comments, fix PR feedback, check what reviewers said, address review comments, or handle bot suggestions on a pull request. Triggers on "review PR", "fix comments", "PR feedback", "what did reviewers say", "address PR feedback", "check PR comments".
docs
by lukeslp
"Documentation generation and technical writing skill. Use when: creating README files, writing API documentation, generating code documentation (Python docstrings, JSDoc), building user guides, producing architecture overviews, or improving existing documentation quality."
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."
docs
by mrsknetwork
Guide users through a structured workflow for co-authoring pristine, standardized documentation (READMEs, proposals, specs). Focuses on clarity, formatting, and reader comprehension. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
chapter-content-generator
by vishalsachdev
This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed educational content needs to be generated at the appropriate reading level with rich non-text elements including diagrams, infographics, and MicroSims. (project, gitignored)
mermaid-expert
by StrayDragon
Expert guidance for Mermaid.js diagramming library. Create flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, git graphs, and block diagrams. Use when working with Mermaid syntax, creating diagrams, or visualizing complex concepts and workflows.
yandex-direct
by elsvv
Manage Yandex Direct campaigns, ads, keywords, bids, reports via API v5. Use when the user needs to work with Yandex Direct API — campaign management, ad groups, ads, keywords, bids, targeting, reports, statistics, dictionaries, or any other Yandex Direct API operation. Triggers: Yandex Direct, Direct API, campaigns API, ad management API, keyword bids, Yandex advertising API, Direct reports, Direct statistics.
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.