Agent skill
lifecycle/ephemeral-synthesis
Spawn transient agents with disposable identity, memory shard, and compute slot for JIT tasks. Use when you need “exist just to solve then vanish.”
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/lifecycleephemeral-synthesis
SKILL.md
Ephemeral Synthesis (Ghost Factory)
Capabilities
- mint_session_hash: generate a transient agent/session id.
- isolate_memory_shard: create a temporary vector/memory shard to drop after use.
- allocate_compute_slot: reserve VRAM/CPU for the ephemeral run.
Usage
- Called before compiling a JIT Modelfile and running the transient agent. Teardown happens in garbage-collection.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?