Install
$ agentstack add skill-amadeus-dlc-amadeus-amadeus-reverse-engineering ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
AI-DLC Stage Runner — reverse-engineering
Run the reverse-engineering stage on its own. This is opt-in packaging over /amadeus --stage reverse-engineering --single; the same stage is always reachable via that flag without this skill.
Steps
- Ask the engine for the single-stage directive:
``bash bun .codex/tools/amadeus-orchestrate.ts next --stage reverse-engineering --single ``
The engine emits one run-stage directive for reverse-engineering (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 .codex/tools/amadeus-orchestrate.ts report --single --stage reverse-engineering --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.