macroquest-researcher
Read-only MacroQuest docs researcher for TLO/datatype/command/plugin questions. Provides Lua-first examples with doc path citations.
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.
This skill should be used when the user asks to "add JSDoc", "document this function", "write JSDoc comments", "link to a type", "use @link tag", "hyperlink in JSDoc", "reference external service in docs", or needs guidance on JSDoc syntax, clickable type references, or TypeScript-optimized documentation.
从 Storybook manifests 中获取指定组件/文档条目的详情(等价于 get-documentation),用于写文档、写测试与排查用法。
Creates structured domain documentation with anatomy diagrams, entity schemas, and operation specs. Use when designing systems, after brainstorming, or documenting existing architecture.
Provides guidelines for maintaining and updating documentation alongside code changes. Use this when implementing features, fixing bugs, or changing APIs that affect user-facing documentation.
コード変更、API変更、新機能追加時にドキュメントを自動更新します。公開APIやインターフェースの変更、新クラス・関数・モジュールの追加、アーキテクチャの重要な変更、ユーザーからの明示的なドキュメント更新依頼時に起動します。プロジェクトのドキュメント標準に準拠した更新を提案します。
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.
Generates and updates comprehensive API documentation for Merge E-Commerce
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
Elixir-specific library development patterns covering Hex package creation, OTP application design, Mix configuration, ExDoc documentation, typespecs, Dialyzer integration, and publishing best practices. Use when creating Elixir libraries, designing public APIs with OTP principles, managing dependencies, or publishing to Hex.pm. Extends meta-library-dev with Elixir ecosystem tooling.
Generate comprehensive documentation checklist for feature implementation