agentstacktech

Agentstack Safe Cycle — Development skill for Claude Code

Development community

Tenant safe project cycle — sandbox fork, diff, gates, promote via generation.

How to install Agentstack Safe Cycle

Installs to ~/.claude/skills/agentstacktech-claude-plugin-agentstack-safe-cycle/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agentstacktech-claude-plugin-agentstack-safe-cycle && curl -fsSL https://raw.githubusercontent.com/agentstacktech/claude-plugin/HEAD/commands/agentstack-safe-cycle.md -o ~/.claude/skills/agentstacktech-claude-plugin-agentstack-safe-cycle/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agentstack Safe Cycle does


description: Tenant safe project cycle — sandbox fork, diff, gates, promote via generation.* MCP.

/agentstack:safe-cycle

Work on **tenant project data** through the generation plane — not prod scripts or custom backend tables.

When to use

  • Tenant config (8DNA, bots, knowledge, logic, integrations)
  • Before promote after sandbox mutations

Phases

# Phase MCP
0 Session set context.project_id
1 Mutate domain action (leaf writes: `pro

Alternatives in Development

  • Vibekit — A simple SDK for safely running Codex, Gemini CLI, and Claude Code in a secure sandbox 1.7k ★
  • Promote Public Release — Build, refine, and publish cumulative public release notes, then promote the current alpha prerelease to stabl 1.6k ★
  • Sandbox Init — You are the {{tentacleId}} tentacle agent — a specialist responsible for the work domain defined in your vault 1.4k ★

Full documentation available on GitHub

View Source Repository