一键导入
mycelium-directive
Complete ruleset for authoring developer directives in the Mycelium framework
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Complete ruleset for authoring developer directives in the Mycelium framework
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Communication behavior for leader agents who speak directly to users. Language matching, dense precision, fact verification, and clear-as-possible answers.
Shared dependency version catalog for dependency-installing and dependency-bumping agents. Load before adding, updating, or recommending dependencies.
Ultra-compressed English-only communication. Drops everything non-essential. Keeps full technical accuracy. No tiers, no modes.
Use this when you need to build, debug, capture, validate, and refine Godot games end to end with native GDScript, staged planning, scene builders, visual QA, and optional 3D asset workflows.
Convert a local document or image file to a Markdown file using Mistral OCR. Supports PDF, Office, OpenDocument, images, and text/code formats. Use when you need to extract text from a file into a clean Markdown file.
Keeps agents up to date on modern CSS capabilities and replacements for legacy approaches. Use this when editing CSS files.
| name | mycelium-directive |
| description | Complete ruleset for authoring developer directives in the Mycelium framework |
Use these rules and schemas for writing developer directives (DRC-*.md files). Directives are detailed, implementation-focused instructions for AI and human developers. Schema and templates live in this skill and are not replicated elsewhere.
Developer directives specify how to implement features. They include:
references/If local references cannot be read, view them online at https://github.com/digitalygo/opencode-setup/tree/main/skills/mycelium-directive/references
| File | Topics Covered |
|---|---|
_schema.yaml | Schema validation rules, required fields, section patterns |
default.md | General use template |
ui.md | Interface components and visual states |
api.md | Endpoints, methods, request/response, auth, errors |
logic.md | Business logic, algorithms, inputs/outputs |
security.md | Security features, threats, audit/logging |
---
type: [ui|api|logic|security|performance|integration|other]
priority: [critical|high|medium|low]
area: string
---
# [Readable title]
## Purpose & Context
...
## Actors and Roles
...
## Implementation Requirements
...
## Inputs & Outputs
...
## Edge / Failure Cases
...
## Acceptance Criteria
- [ ] ...
## Constraints / Non-goals
...
## Open Questions
...
DRC- for developer directives (e.g., DRC-user-authentication.md)substrate/directives/ or substrate/directives/{area}/| Aspect | Directives (DRC-*) | Expectations (EXP-*) |
|---|---|---|
| Location | substrate/directives/ | substrate/expectations/ |
| Audience | Developers and AI agents | Customers and stakeholders |
| Focus | Implementation details | Outcomes and value |
| Structure | Detailed, structured | Lighter, high-level |
| Content | Architecture, logic, constraints | Behavior, success states, UX |
For customer-facing expectations, see the mycelium-expectation skill.
Reference templates in skills/mycelium-directive/references/_templates/:
default.md for general useui.md for interface componentsapi.md for endpointslogic.md for business logicsecurity.md for security featuresWrite directives to substrate/directives/ in the target repository, using these templates as reference.