一键导入
mycelium-operation
Authoring guidance for Mycelium operation records, the primary audit trail for agent decisions and changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Authoring guidance for Mycelium operation records, the primary audit trail for agent decisions and changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
基于 SOC 职业分类
| name | mycelium-operation |
| description | Authoring guidance for Mycelium operation records, the primary audit trail for agent decisions and changes |
Use this guidance when you write operation records under substrate/traces/operations/. Operations are the primary audit trail for agent decisions, implementation work, and process changes.
Operation records document completed agent work. They capture what changed, why it changed, and how the change was validated. They are the first place future agents look to understand past decisions.
Do not write an operation record for trivial changes, failed attempts without outcome, or work that has no decision or process value.
Use this format:
substrate/traces/operations/YYYY-MM-DD-description.md
YYYY-MM-DD is today's datedescription is a brief kebab-case summary of the workBefore creating a new file, research existing operation records with the traces subagents. If an existing operation already covers the same decision, process, or feature, and the new work meaningfully extends or changes it, update that record instead of creating a new one. Related completed tasks may live in the same operation record when they belong to the same decision, process, or feature — batch them at creation time when they are clearly connected. Only create a new record when the work is unrelated or merging would confuse history.
Use YAML frontmatter with these required fields:
---
status: completed
created_at: YYYY-MM-DD
files_edited: [array of modified file paths]
rationale: [brief justification for changes]
supporting_docs: [array of reference links]
---
Optional fields:
updated_at — when updating an existing record, add the new date here; keep the original created_atInclude these sections:
When new work revises or extends a decision already captured in an operation record:
created_atupdated_at to the current datefiles_edited, rationale, and supporting_docs arrays as neededWhen new work disagrees with what a prior operation says but the correlation is strong enough to keep in one file, update that existing record. State what changed and why. Do not split related decision history across files when one narrative container preserves chronology better.
Always include supporting documentation links, related research traces, and related tickets when available. List them in the supporting_docs frontmatter array and link from the body where relevant. Operation records serve as navigational hubs for future agents researching past decisions.
None currently. The source of truth for operation format lives in this skill and in the existing operation files under substrate/traces/operations/.