AgentStack
SKILL verified Apache-2.0 Self-run

Amadeus Reverse Engineering

skill-amadeus-dlc-amadeus-amadeus-reverse-engineering · by amadeus-dlc

>

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-amadeus-dlc-amadeus-amadeus-reverse-engineering

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Amadeus Reverse Engineering? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. 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.

  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.