Docs Gen

Generate and maintain documentation

Showing 3697-3720 of 5141 skills
meriley

obs-cpp-qt-patterns

by meriley

C++ and Qt integration patterns for OBS Studio plugins. Covers Qt6 Widgets for settings dialogs, CMAKE_AUTOMOC, OBS frontend API, optional Qt builds with C fallbacks, and modal dialog patterns. Use when adding UI components or C++ features to OBS plugins.

API Dev 5 6mo ago
xiwen-haochi

legacy-rule-miner

by xiwen-haochi

Analyze legacy backend codebases and generate comprehensive AI-facing rule files (Markdown) that enable AI coding assistants to modify code correctly on the first attempt. Covers Java/Spring, PHP/ThinkPHP/Laravel, Python/Django/Flask, Node.js/Express/Koa/Egg, Go, and .NET projects. USE THIS SKILL whenever the user wants to: generate rules/instructions for an old or legacy project; create .cursorrules, .copilot-instructions.md, CLAUDE.md, or similar AI rule files from existing code; analyze a codebase to extract coding conventions, patterns, and pitfalls; document an undocumented project for AI consumption; or prepare a legacy codebase so AI can safely modify it. Also use when the user mentions "屎山", "老项目", "遗留代码", "legacy code", "rule mining", "extract conventions", or wants to ensure AI modifications are compatible with existing code style.

Code Gen 2 4mo ago
ouachitalabs

edgartools

by ouachitalabs

Learn the basics of the edgartools library - an SEC EDGAR API wrapper.

API Dev 2 6mo ago
HikaruEgashira

incident-handling

by HikaruEgashira

インシデント発生時に自律的に対応するメタスキルです。 初動対応から復旧、事後分析までを体系的に実行し、再発防止を強化します。 Trigger: インシデント, 障害, 緊急対応, トラブル, 本番エラー, デグレ, 互換性破壊, バグ

API Dev 1 6mo ago
kesslerio

pymupdf-pdf

by kesslerio

Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.

Processing 1 6mo ago
InterhumanAI

interhuman-authentication

by InterhumanAI

Wrapper for Interhuman API POST /v0/auth endpoint. Generates short-lived bearer access tokens using API key credentials. Use when the user needs to authenticate before calling Interhuman API endpoints. Returns the exact JSON response from the API without modification.

API Dev 1 5mo ago
tankpkg

@tank/api-design-mastery

by tankpkg

REST, GraphQL, and tRPC API design for backend engineers. Covers endpoint design (resource modeling, HTTP methods, status codes), API versioning strategies (URL path, header, media type, deprecation), error contracts (RFC 7807/9457 Problem Details, field validation errors), pagination (offset, cursor, keyset, GraphQL Relay connections), filtering and sorting, authentication patterns (API keys, JWT, OAuth 2.0 flows with PKCE, Client Credentials), and authorization (RBAC, scopes, rate limiting). Synthesizes Lauret (The Design of Web APIs), Giroux (Production-Ready GraphQL), Madden (API Security in Action), Richer & Sanso (OAuth 2.0 in Action), tRPC v11 documentation, RFC 7807/9457, and Relay connections spec. Trigger phrases: "REST API", "GraphQL schema", "tRPC", "API design", "endpoint design", "API versioning", "deprecate API", "error response", "problem details", "RFC 7807", "API errors", "pagination", "cursor pagination", "offset pagination", "GraphQL connections", "Relay spec", "API auth", "API keys", "JWT", "OAuth 2.0", "PKCE", "Client Credentials", "rate limiting", "RBAC", "API security", "HTTP status codes", "REST resource", "GraphQL N+1", "DataLoader", "tRPC middleware", "tRPC context", "tRPC procedures", "breaking changes", "backward compatible", "Sunset header", "field validation", "filter API", "sort API", "API contract"

API Dev 1 4mo ago
zylos-ai

coco-workspace

by zylos-ai

COCO Workspace 任务代理 (Guided Autonomy)。凡通过 coco-workspace 收到的用户消息, 处理任务前必须先加载并遵守本 skill:先判断是任务还是问话/闲聊;是任务则必须走完整流程—— 确认归属项目 + 知识库 → 登记 Issue→Task(谁执行谁建,Issue owner=发起人)→ 执行 → owner 发起人验收通过才算完成/归档, 不要跳过流程直接开干。含效率捷径 / 状态机 / 行为护栏 / 记忆触发点。 Config at ~/zylos/components/coco-workspace/config.json. Service: pm2 zylos-coco-workspace.

API Dev 1 1mo ago
AlessandroRLM

odoo-17.0

by AlessandroRLM

Odoo 17.0 full-stack development skill for AI agents. Covers backend module architecture, ORM models and fields, API decorators, recordset operations, actions, performance patterns, testing, and built-in mixins. Use when building, extending, or debugging Odoo 17.0 custom modules. Triggers on tasks involving manifest.py, models.Model, @api decorators, XML views, ir.actions, ir.cron, mail.thread, or any Odoo 17.0 framework pattern.

API Dev 1 5mo ago
ichi-h

backlog-management

by ichi-h

バックログ解決のためのバックログ管理方法を定義します。バックログファイルの構造、フォーマット、命名規則、依存関係のガイドラインを提供します。

Auth 1 4mo ago
dmonteroh

cdd-context

by dmonteroh

"Create and maintain CDD project context docs (product, tech stack, workflow) when setting up or updating docs/context, with optional scaffolding, indexing, validation, and a brief snapshot."

Code Gen 1 5mo ago
SepantaJoshani

address-pr-comments

by SepantaJoshani

Address GitHub pull request review comments using gh CLI. Use when asked to process PR feedback, especially mixed human + AI bot reviews (for example CodeRabbit prompts), triage validity, apply fixes, and prepare concise responses with evidence.

Code Review 1 5mo ago
evanfang0054

opentui

by evanfang0054

Comprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API, React reconciler, and Solid reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing.

API Dev 1 5mo ago
HikaruEgashira

gap-analysis

by HikaruEgashira

技術選定や競合分析を行う際に自律的にギャップ分析を行うメタスキルです。 複数の軸で類似概念を調査し、現行システムとのギャップを洗い出し、 なぜそのギャップが生じているのかを自問して戦略を立案します。 Trigger: 技術選定, 競合分析, 改善提案, ギャップ分析

Auth 1 6mo ago
tankpkg

@tank/github-issues

by tankpkg

Expert management of GitHub Issues via the gh CLI and GitHub platform. Covers the full issue lifecycle: creating, triaging, editing, closing, and linking issues to PRs. Includes issue templates (classic .md and modern YAML forms), search and filtering, label taxonomy design, milestones, Projects v2 integration, gh api scripting for bulk operations, GitHub Actions automation (stale, labeler, auto-assign, welcome bot), and issue-driven development workflows. Synthesizes GitHub CLI documentation, GitHub REST/GraphQL API reference, GitHub Actions marketplace, and production OSS issue management patterns. Trigger phrases: "github issue", "gh issue", "create issue", "close issue", "issue template", "issue form", "ISSUE_TEMPLATE", "triage issue", "label issue", "milestone", "stale issues", "bulk close issues", "search issues", "gh search issues", "issue automation", "config.yml blank issues", "issue-driven", "sub-issues", "gh issue develop", "gh label", "issue workflow", "gh api issues", "bulk operations issues", "issue forms yaml", "closing keywords fixes closes resolves"

Code Gen 1 4mo ago
evanfang0054

doc-learner

by evanfang0054

智能文档学习和内容模仿技能。当需要:(1) 分析和学习优秀文档的结构、风格和写作模式,(2) 从文档中提炼关键要素和模板,(3) 基于学习内容生成模仿材料,或 (4) 创建新的提示词或技术文档时使用此技能。支持提示词工程、技术文档、API文档、用户手册等多种文档类型的学习和模仿。

API Dev 1 6mo ago
xpepper

copilot-review-loop

by xpepper

Use when you want GitHub Copilot to review a PR and automatically address its feedback within the current agent session. For any reviewer (human or bot), use pr-review-loop; for a fresh-context-per-comment approach, use ralph-wiggum-loop.

Code Review 1 5mo ago
wvlvik

jimeng-api-image-gen

by wvlvik

(project - Skill) Generate AI images using Volcengine Jimeng API 4.0. Use when users request image generation from text prompts, image-to-image editing, or batch image creation. Triggers include "generate image", "create picture", "AI image", "Jimeng", "Seedream", or any request involving AI-powered image creation from descriptions.

API Dev 1 5mo ago
CAPHTECH

eld-predict-light

by CAPHTECH

ELD v2.3 Predict-Lightゲート。変更の影響度をP0/P1/P2で自動判定し、 適切な検証深度を決定する。フルPredictの代わりに軽量ゲートとして機能。 使用タイミング: (1) Change前の自動判定, (2) 「影響度を判定して」「P0/P1/P2を判定して」, (3) 実装前のリスク評価, (4) 段階化計画の策定

API Dev 1 4mo ago
HikaruEgashira

risk-assessment

by HikaruEgashira

設計・計画段階で自律的にリスクアセスメントを行うメタスキルです。 行動する前に自問自答し、浅い解決策を避け、根本的な問題を特定します。 Trigger: 設計, 計画, 実装前, アーキテクチャ決定, リスク, 懸念

API Dev 1 6mo ago
cuioss

cui-jsdoc

by cuioss

JSDoc documentation standards for JavaScript functions, classes, modules, and web components

Docs Gen 1 8mo ago
wvlvik

Example Skill

by wvlvik

External doc 2

Code Gen 1 5mo ago
motimilo

clawbazaar-skill

by motimilo

Use the ClawBazaar CLI to register agents, configure API access, mint and list NFTs, browse and buy marketplace listings, and manage editions on the ClawBazaar marketplace. Use when tasks involve ClawBazaar marketplace operations or require running the clawbazaar CLI.

API Dev 1 5mo ago
tankpkg

@tank/github-docs

by tankpkg

Write excellent GitHub documentation for libraries and developer tools. Covers README anatomy (hero, features, quick start, API reference), all GitHub Markdown features (alerts, mermaid, badges, collapsible, dark/light mode, math, footnotes), code example best practices, visual design for scannable docs, and supporting files (CHANGELOG, CONTRIBUTING, migration guides). Includes copy-paste templates for libraries, CLIs, APIs, and applications. Optimized for Gen-Z developers: front-loaded value, visual-first, scannable, instant gratification. Synthesized from: Google Developer Documentation Style Guide, Diataxis framework, top library READMEs (React, tRPC, Got, Bun, Drizzle, Biome), GitHub GFM spec, shields.io, awesome-readme patterns. Trigger phrases: "README", "documentation", "docs", "write docs", "library docs", "package docs", "GitHub docs", "improve docs", "project documentation", "getting started guide", "API docs", "contributing guide", "changelog", "badges", "mermaid diagram", "quick start", "document this library", "write a README", "make docs better", "doc structure"

API Dev 1 4mo ago