atomic
flowstate-dojo-platform-epicdm-dojo-compiler
Package-local agent skill for @epicdm/dojo-compiler.
Tags
Publisher
Versions
1 version published — latest: 0.1.0
- 0.1.0publishedInvalid Date
Skill
Use this skill when a task touches packages/dojo-compiler, imports @epicdm/dojo-compiler, or needs to teach humans/agents how this package works.
Package identity:
- Package: @epicdm/dojo-compiler
- Repository: flowstate-platform
- Version authority: package.json (0.1.0)
- Dojo course: flowstate-dojo-platform-epicdm-dojo-compiler
How to use the package:
- Purpose: Canonical skill manifest validator, composite resolver, and multi-target compiler for Dojo
- Start with package-local docs when present.
- Verify details against source and tests before changing behavior.
- Use the Dojo course lessons as the teaching path: setup, mental model, core workflow, integration, feature labs, maintenance.
Public surfaces discovered:
- GraphNode
- detectCycles
- emit
- ClaudeCodeOutput
- emitClaudeCode
- CrushOutput
- emitCrush
- OpenclawOutput
- emitOpenclaw
- OpencodeOutput
- emitOpencode
- ValidationError
- CycleDetectedError
- DepthExceededError
- ResolveError
- generateProcessManifest
- resolve
- canonicalSkillSchema
- CanonicalSkillInput
- isAtomicSpec
- isCompositeSpec
- createTarball
- Target
- SkillMetadata
- Component
- AtomicSpec
- CompositeSpec
- CanonicalSkill
- AvailableVersion
- ResolvedComponent
Composable feature skilllets:
- Canonical Skill Schema: use feature labs for workflow, source anchor, and regression risk.
- Create Tarball: use feature labs for workflow, source anchor, and regression risk.
- Cycle Detected Error: use feature labs for workflow, source anchor, and regression risk.
- Depth Exceeded Error: use feature labs for workflow, source anchor, and regression risk.
- Detect Cycles: use feature labs for workflow, source anchor, and regression risk.
- Emit: use feature labs for workflow, source anchor, and regression risk.
- Emit Claude Code: use feature labs for workflow, source anchor, and regression risk.
- Emit Crush: use feature labs for workflow, source anchor, and regression risk.
- Emit Openclaw: use feature labs for workflow, source anchor, and regression risk.
- Emit Opencode: use feature labs for workflow, source anchor, and regression risk.
- Generate Process Manifest: use feature labs for workflow, source anchor, and regression risk.
- Is Atomic Spec: use feature labs for workflow, source anchor, and regression risk.
- Is Composite Spec: use feature labs for workflow, source anchor, and regression risk.
- Resolve: use feature labs for workflow, source anchor, and regression risk.
- Resolve Error: use feature labs for workflow, source anchor, and regression risk.
- Validate: use feature labs for workflow, source anchor, and regression risk.
- Validation Error: use feature labs for workflow, source anchor, and regression risk.
Agent operating rules:
- Treat package.json as the Dojo version authority.
- Do not turn feature inventory into user-facing lessons without workflow context.
- Update this Dojo package when package behavior, docs, examples, or feature inventory changes.
- Verify downstream packages when package use and connection metadata shows inbound dependencies or references.
- Never mark publish status passed without successful cloud publish and catalog lookup.
Usage
Use this Dojo skill with package human docs, package-local feature inventory, agent-skillset.md, and the generated course.json in this folder. Keep this manifest version aligned with package.json.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-dojo-platform-epicdm-dojo-compiler --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.