Install
$ agentstack add skill-amadeus-dlc-amadeus-amadeus-code-generation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AI-DLC Stage Runner — code-generation
Run the code-generation stage on its own. This is opt-in packaging over /amadeus --stage code-generation --single; the same stage is always reachable via that flag without this skill.
Steps
- Ask the engine for the single-stage directive:
``bash bun .claude/tools/amadeus-orchestrate.ts next --stage code-generation --single ``
The engine emits one run-stage directive for code-generation (carrying the lead agent, the resolved consumes/produces paths, the rules and sensors in context, and — on this first directive — the conductor persona). Run the stage exactly as the directive describes; do not load the conductor persona by hand, the engine delivers it.
- When the stage's work is done, commit the single-stage record:
``bash bun .claude/tools/amadeus-orchestrate.ts report --single --stage code-generation --result completed ``
This records a STAGESTARTED / STAGECOMPLETED pair under a synthetic workflow id and stops. It NEVER writes the main workflow's Current Stage — a single-stage run is isolated by design (the tool refuses to advance the main workflow).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: amadeus-dlc
- Source: amadeus-dlc/amadeus
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.