Agent skill
lifecycle/transient-execution
Hot-swap to the ephemeral model, run the atomic task, capture result, and hand it back. Use for spawn→solve→return flows.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/lifecycletransient-execution
SKILL.md
Transient Execution
Capabilities
- preload_ephemeral_model: ensure the temp model is loaded.
- execute_atomic_task: run the single prompt/chain.
- capture_result_payload: return answer/artifact to caller.
Inputs
- model_name, prompt/task payload.
Outputs
- result payload, timings, any stderr.
Didn't find tool you were looking for?