api-development
API 開發流程引導技能,協助開發者選擇合適的開發流程(API First 或 Code First),並提供 OpenAPI 規格管理、程式碼產生等自動化支援。
API 開發流程引導技能,協助開發者選擇合適的開發流程(API First 或 Code First),並提供 OpenAPI 規格管理、程式碼產生等自動化支援。
AI 코딩 도우미의 기본 정책을 확인해야 할 때 사용한다. POLICY.md를 기준으로 답변한다.
Write appropriate code comments following the project's self-documenting code philosophy. Use this skill when deciding whether to add comments to code, when writing JSDoc comments for public APIs, when documenting complex business logic, or when maintaining existing code comments. This includes avoiding comments that describe recent changes or temporary fixes, writing evergreen informational comments, using clear naming instead of comments where possible, and adding minimal but helpful comments for large code sections. Apply when writing any TypeScript code and deciding on documentation approach.
Fetch LLM-optimized documentation for Turborepo, the high-performance monorepo build system.
Write documentation. Use when generating API docs, README files, or updating docstrings.
Guidelines for creating and modifying markdown files. Use when writing documentation, README files, or any markdown content.
Generates documentation and docstrings for Python code. Use when adding documentation to functions, classes, modules, or creating API documentation.
Provides idiomatic Go programming expertise and best practices. Ensures clean, efficient, and maintainable code following official Go conventions. Specializes in concurrent programming patterns, interface design, error handling strategies, and performance optimization. Masters standard library usage and ecosystem integration. Use when: writing Go code (.go files), designing interfaces and struct types, implementing concurrent patterns (goroutines/channels), handling errors idiomatically, writing table-driven tests, creating Go modules, optimizing performance-critical code, managing dependencies with go.mod, implementing HTTP servers and clients, working with context propagation, or designing package APIs for public libraries.
程式碼/報告生成。觸發詞:生成程式碼, Python 函數, LaTeX, 報告, export。
Update the README.md file to list all available journal modules under the Features section. Use when adding, removing, or reorganizing modules and keeping documentation in sync.
Use when APIs fail repeatedly with version-related errors (method not found, wrong arguments, unknown flag) or when about to use library APIs with uncertain knowledge - guides finding current, accurate documentation instead of guessing from training data
開発作業の設計書(design.md)を生成します。このスキルは単独で使用することも、generate-working-docsから呼び出されることもあります。
Generate comprehensive documentation including learning notes, architecture diagrams, and API references
Use when researching library implementation details beyond API docs. Fetches package source code using opensrc to understand internals, edge cases, and implementation patterns. Complements documentation-based research with actual code inspection.
Read-only MacroQuest docs researcher for TLO/datatype/command/plugin questions. Provides Lua-first examples with doc path citations.
Maintain in-repo documentation for the widget host app: doc templates, ADRs, and architecture diagrams. Use when creating or updating docs under `docs/`, or when standardizing doc formats for contributors.
Fetch Zod schema validation documentation via llms.txt for up-to-date API references
Fetch LLM-optimized documentation for Prisma, the next-generation TypeScript ORM.
Use when creating or updating SKILL.md documentation - Explains how and why to create a skill.
Search Hex package documentation for Elixir/Erlang.
(opencode-project - Skill) Template and guidelines for creating technical design documents
Use to generate development task documents for the Dev agent. Creates specifications describing WHAT needs fixing based on validated issues and investigations.
Expert in writing PEP 257 compliant docstrings using Google-style format with custom parameter separator. Use when writing or updating Python documentation.