- Home
- /
- Categories
- /
- Docs Gen
Docs Gen
Generate and maintain documentation
arkui-api-design
by openharmonyinsight
This skill should be used when the user asks to "design ArkUI API", "add component property", "create Modifier method", "review ArkUI API", "deprecate API", "write JSDOC for ArkUI", or mentions OpenHarmony API design standards. Provides comprehensive guidance for ArkUI component API design following OpenHarmony coding guidelines, including static/dynamic interface synchronization, SDK compilation, and verification.
atlassian
by i9wa4
Atlassian (Jira/Confluence) operations using acli and REST API scripts. Use when: - Working with Jira issues, boards, sprints - Converting Confluence pages to Markdown - Checking Jira authentication status - Searching or viewing Jira work items
displaying-html-in-flutter
by rodydavis
Easily display and interact with HTML content in your Flutter app using the easy_web_view package, which supports both web and mobile platforms.
accelint-ts-documentation
by gohypergiant
Audit and improve JavaScript/TypeScript documentation including JSDoc comments (@param, @returns, @template, @example), comment markers (TODO, FIXME, HACK), and code comment quality. Use when asked to 'add JSDoc', 'document this function', 'audit documentation', 'fix comments', 'add TODO/FIXME markers', or 'improve code documentation'.
go-standards-audit
by gopherguides
WHEN: User wants to validate their Go project against Gopher Guides coding standards, check documentation completeness, review concurrency patterns, or validate project structure. WHEN NOT: Quick one-off Go questions (use the gopher-guides skill), or linting (use go-lint-audit).
accelint-readme-writer
by gohypergiant
Use when creating or editing a README.md file in any project or package. Recursively parses codebase from README location, suggests changes based on missing or changed functionality, and generates thorough, human-sounding documentation with copy-pasteable code blocks and practical examples.
shiki-code-blocks
by andrelandgraf
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
observability-monitoring
by andrelandgraf
Complete observability stack with structured logging, error tracking, and web analytics.
ralph-loop
by andrelandgraf
Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
base-app-setup
by andrelandgraf
Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK.
design-doc-interviewer
by liveloveapp
Interview the user to turn a proposed product/engineering change into a structured design document. Use when the user asks to be interviewed, wants help clarifying a design, or wants a design doc produced from Q&A. Emphasize numbered questions (few at a time), capture requirements/constraints/UX/data/logic/testing, and output a clean design doc.
lulo
by sendaifun
Complete guide for Lulo - Solana's premier lending aggregator. Covers API integration for deposits, withdrawals, balance queries, Protected/Boosted deposits, Custom deposits, and automated yield optimization across Kamino, Drift, MarginFi, and Jupiter.
notion
by EthanAlgoX
Notion API for creating and managing pages, databases, and blocks.
openai-whisper-api
by EthanAlgoX
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
bluebubbles
by EthanAlgoX
Build or update the BlueBubbles external channel plugin for MarketBot (extension package, REST send/probe, webhook inbound).
SPEC 검증
by jh941213
ë°ë³µ ê°ë¥: í¼ëë°± â ìì â ì¬ê²ì¦ ì¬ì´í´
Api Design
by omer-metin
plan
by jh941213
복잡한 작업 전 계획 수립. Plan 모드에서 사용하거나 "계획", "플랜", "어떻게 구현" 등의 키워드에 자동 활성화.
handoff
by jh941213
ì¸ì ì¢ ë£ ì HANDOFF.md ìì ì¸ê³ 문ì ìì±. "ì¸ê³", "handoff", "ì¸ì ì 리" í¤ìëì íì±í.
SPEC 기반 개발 - 인터뷰
by jh941213
ìì¸í 문ìí: ë¤ì ì¸ì ìì ë°ë¡ ì¤í ê°ë¥í ìì¤
vvvv-editor-extensions
by tebjan
Helps create vvvv gamma editor extensions — .HDE.vl file naming, Command node registration with keyboard shortcuts, SkiaWindow/SkiaWindowTopMost window types, docking with WindowFactory, and API access to hovered/selected nodes via VL.Lang Session nodes. Use when building editor plugins, custom tooling windows, or automating editor workflows.
example-skill
by sendaifun
Template and guide for creating skills. Demonstrates the standard skill structure with resources, docs, examples, and templates directories. Use this as a reference when building new protocol integrations.
coingecko
by sendaifun
Complete CoinGecko Solana API integration for token prices, DEX pool data, OHLCV charts, trades, and market analytics. Use for building trading bots, portfolio trackers, price feeds, and on-chain data applications.
aspnet-minimal-api
by claude-dev-suite
ASP.NET Core Minimal API endpoints, route groups, filters, and typed results. Covers modern .NET 8+ endpoint patterns. USE WHEN: user mentions "Minimal API", "MapGet", "MapPost", "route groups", "endpoint filters", ".NET minimal", "lambda endpoints" DO NOT USE FOR: Controller-based APIs (use aspnet-core), Express.js (use express), FastAPI (use fastapi)