- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
Example Skill
by wvlvik
External doc 2
fabric-api
by tristanmanchester
Create/search Fabric resources via HTTP API (notepads, folders, bookmarks, files).
ask-readme-gardener
by NavanithanS
Keep README.md in sync with code changes (APIs, features).
pr-review
by brucehart
"Conduct a full review of a pending GitHub PR by reading all PR comments, inline review threads, and attached/subordinate PRs; validate expected behavior from code and PR text; and post severity-tagged security/functionality/code-smell issues as comments on the PR."
designing-web-apis
by sumik5
Web API design best practices for endpoints, responses, HTTP spec usage, versioning, and security. Use when designing REST-style HTTP APIs or creating new endpoints. For framework-specific implementation (Express, NestJS), use respective framework skill; for microservices patterns, use architecting-microservices instead. For API usability vs maintenance trade-off analysis, use analyzing-software-tradeoffs. For spec-first development methodology and E2E test frameworks, use developing-api-spec-first instead.
github-actions
by LuisUrrutia
Guidelines for writing secure and maintainable GitHub Actions workflows. Use when user says "workflow", "github actions", "CI/CD", "actions yaml", or asks to create, review, or modify .github/workflows files.
gh-pr-feedback
by brucehart
Address GitHub pull request review feedback using the gh CLI. Use when given a PR number and asked to read the PR comments/reviews, implement unaddressed reviewer updates, prioritize project owner feedback, and submit the fixes as a stacked/sub-PR targeting the original PR branch.
ask-flutter-architect
by NavanithanS
Flutter scaffolding with FVM, Layer-First architecture, Streams+Provider state.
jimeng-api-video-gen
by wvlvik
(project - Skill) Generate AI videos using Volcengine Jimeng Video 3.0 Pro API. Use when users request video generation from text prompts or images, including text-to-video, image-to-video, or any AI-powered video creation. Triggers include "generate video", "create video", "AI video", "Jimeng video", "text to video", "image to video", or any request involving AI-powered video generation from descriptions.
Post Bridge Social Manager
by oyi77
post-bridge delete - Delete a post
backend-api-documenter
by realRoc
"Automatically generate comprehensive backend API documentation in AGENTS.md format. Use when the user requests to: (1) Document backend API endpoints, (2) Update backend API specifications after code changes, (3) Create or refresh backend/AGENTS.md with complete API documentation including request/response schemas, business rules, and authentication details, (4) Generate API documentation from FastAPI route files"
__SKILL_NAME__
by famaoai-creator
Extracts and processes data for __SKILL_NAME__ purposes.
Modellix
by Modellix
Use when building AI-powered applications that need to generate images, videos, or other media. Reach for this skill when you need to integrate text-to-image, image-to-video, video generation, or other AI model APIs into applications, or when debugging API integration issues.
doc-type-classifier
by famaoai-creator
Classify document type (meeting-notes, spec, etc).
creating-flashcards
by sumik5
Creates Anki flashcards from EPUB/PDF files by converting to markdown, auto-detecting content structure, and batch-importing via Anki MCP. Use when converting textbooks, question banks, or study materials into spaced repetition flashcards. For Anki MCP setup and direct card management, use using-anki-mcp instead.
product-inspiration
by laststance
Provides UI/feature implementation inspiration with wireframes by researching top-tier apps. Implements ALL proposed patterns in _trials/ folder, then user picks the best one after hands-on evaluation. Use when user: - Asks for UI/feature implementation ideas or inspiration - Wants to know how top-tier apps implement a feature - Needs wireframe proposals for a feature - Requests inspiration, asks "how do other apps do this", "show patterns" 開発中のプロダクトの機能/UIインスピレーションを提供。 トップティアアプリを調査し、5パターン前後のデザイン提案を全て実装。 実物を見比べてから最良のパターンを選択する「Try All, Pick Best」ワークフロー。
design-doc
by shuymn
"Creates or reviews a design document (mode=create review). Create mode: iterative dialogue producing design docs and ADRs. Review mode: independent sub-agent verification of an approved design doc. Use this skill whenever a feature, API, architecture, or data model change would benefit from written design before coding — even if the user doesn't explicitly say \"design doc\". When in doubt, invoke this skill first."
shopee-optimizer
by oyi77
Shopee product management automation - listings, pricing, inventory, and order processing
doc-sync-sentinel
by famaoai-creator
Automatically synchronizes documentation with code changes. Detects drift between source code and READMEs, Wikis, or comments, and suggests autonomous updates.
go-api-documentation
by sentenz
Automates API documentation creation for Go projects using godoc conventions and best practices. Use when creating, modifying, or reviewing documentation comments, or when the user mentions godoc, documentation, or API docs.
fulcra-context
by arc-claw-bot
Access your human's personal context data (biometrics, sleep, activity, calendar, location) via the Fulcra Life API and MCP server. Requires human's Fulcra account + OAuth2 consent.
developing-api-spec-first
by sumik5
API Spec First development methodology covering spec writing, E2E test framework architecture, technical debt repayment, and defensive programming for APIs. Use when adopting spec-first API development, building E2E test frameworks for backend services, documenting undocumented APIs, or writing comprehensive API specifications. For HTTP REST API design patterns, use designing-web-apis instead. For testing strategy and test pyramid, use testing-web-apis instead.
vueuse-functions
by rockcookies
Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
art-of-comment
by rakaadi
This is your guide for giving a comments within the codebase, whether it's a inline comment or a comprehensive JSDoc style comment. Use this skill when you generate a code for bugs fixing, building a new components, refactoring and implementing new features.