- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
api-docs
by Leechael
Analyze FastAPI route files and complete API documentation metadata. Follows the complete call stack including Depends, traces all possible errors, and generates comprehensive OpenAPI documentation elements. Use when: user provides a file path with @filename syntax and wants API docs completed.
fastapi-best-practices
by ahmed6ww
FastAPI production-grade best practices and guidelines for building scalable, high-performance web APIs. Covers project structure, async concurrency, Pydantic validation, dependency injection, and database patterns.
convention
by tlyboy
'Project conventions and documentation standards. Use when creating, writing, or reviewing README files, documentation structure, or project-level conventions. Use when the user asks how to write a README or needs bilingual documentation. Topics: README, documentation, convention, standard, format, bilingual, Chinese, English, README.zh-CN.'
redux-state-management
by pluginagentmarketplace
Master Redux Toolkit for production state management including slices, async thunks, RTK Query, and error handling
long-document-llm-pipeline
by shimo4228
"Use when processing documents over 50K characters through LLM APIs with section splitting and batch cost reduction."
vue-expert
by Shohzod-Abdusamatov-7777777
Use when building Vue 3 applications with Composition API, Nuxt 3, Naive ui , or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.
documentation-writer
by jgarrison929
Use when writing API documentation, READMEs, changelogs, architecture decision records (ADRs), migration guides, onboarding guides, troubleshooting docs, code comments, or any technical documentation task.
create-skill
by SebastiaanWouters
Create new skills. Only trigger on /create-skill.
root-cause-challenge-pattern
by shimo4228
"Use when evaluating whether a new feature, dependency, or abstraction is truly needed. 5-step root cause challenge."
vibeindex
by vibeindex
Analyze your project and get personalized recommendations for Claude Code skills, MCP servers, and plugins
context7-skill-generator
by jovermier
Automatically generates skills from Context7 MCP documentation responses
skill-forge
by Alcyone-Labs
Builds precise production-ready custom Agent Skills following AgentSkills.io guidelines. Use when user requests to create, refine or package Skills
convex-aggregate
by Imfa-Solutions
Convex Aggregate component (@convex-dev/aggregate) — O(log n) count, sum, min, max, percentile, rank, and offset-based pagination using a denormalized B-tree. Covers TableAggregate (table-bound) and DirectAggregate (standalone), key design, namespaces, bounds/prefix queries, batch operations, triggers (convex-helpers), backfill migrations, contention optimization, and reactive aggregation. Use when implementing leaderboards, rankings, offset pagination, random access, analytics (mean/median/p95/p99), counting documents, per-user aggregations, or efficient sum/count in Convex. Triggers on: @convex-dev/aggregate, TableAggregate, DirectAggregate, aggregate.count, aggregate.sum, aggregate.at, aggregate.indexOf, aggregate.min, aggregate.max, aggregate.random, sortKey, sumValue, namespace, leaderboard, offset pagination, percentile, rank, "how do I count efficiently in Convex", "aggregate component", "O(log n) count".
mintlify-docs
by BankkRoll
"Scraped from https://mintlify.com/docs/ Source: https://mintlify.com/docs/. Use when questions involve: agent, ai, api playground, api reference, authentication personalization, components."
GenSpark Image Download Skill
by mmcmedia
Key insight: Browser has auth cookies; `` uses them automatically.
web-to-markdown
by cachemoney
"Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages."
claude-code-self-generation-over-api
by shimo4228
"Use when Claude Code needs to generate or transform text data in bulk. Try self-generation before API calls on Max plan."
videojs-skill
by danraf77
"Guía de referencia sobre la arquitectura API y casos de uso comúnes de Video.js. Uso principal para resolver dudas de configuración, entender el sistema de plugins y resolver problemas con la integración de reproductores multimedia."
aquaria-docs
by Alcyone-Labs
Expert Aquaria documentation architect. Enforce documentation principles, golden rules, templates, folder structure, and quality gates. Creates compliant docs from templates, validates against Golden Rules checklist.
agents-md
by SebastiaanWouters
Create/refactor AGENTS.md files. Only trigger on /agents-md.
pdf-factory
by bluewaves-creations
Production-grade PDF rendering engine. Converts markdown content into professionally typeset PDF documents using brand kit assets. Handles page composition, typography, grid layout, content flow, tables, code blocks, and images. This skill should be used whenever generating PDF documents, reports, proposals, or any paginated output. It triggers on requests mentioning PDF generation, document rendering, report creation, or paginated output. Requires a brand-* kit skill for branded output; falls back to minimal defaults without one.
vue-fsd
by Shohzod-Abdusamatov-7777777
Feature-Sliced Design architecture for Vue 3 applications. Use when structuring large-scale Vue projects with clear boundaries, scalable folder structure, and maintainable code organization.
be-techspec
by seonghyeonkimm
BE TechSpec 문서 작성 템플릿과 패턴. 백엔드 프로젝트의 기술 명세서를 작성할 때 참조. Use when: BE TechSpec 작성, API 설계 문서 생성, Given/When/Then 테스트 케이스 정의, DB 스키마 설계, 서비스 아키텍처 설계 문서 작성 시 사용.
x-api
by lobstergeneralintelligence
Post to X (Twitter) using the official API with OAuth 1.0a. Use when you need to tweet, post updates, or publish content. Bypasses rate limits and bot detection that affect cookie-based approaches like bird CLI.