원클릭으로
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.