arcgentic
01Skill Claude CodeCodex
Use when the user says Arcgentic, asks to use Arcgentic, or wants an idea taken through a complete plan → development → self-audit → external audit workflow in Codex.
45 tagged state machine, measured the same way as everything else here.
Browse within: agentic 21plugin 21external-audit 18workflow 17context-minimization 13llm-workflow 13vibecoding 13
Skill Claude CodeCodex
Use when the user says Arcgentic, asks to use Arcgentic, or wants an idea taken through a complete plan → development → self-audit → external audit workflow in Codex.
Skill Claude CodeCodex
Use when running Arcgentic V2 in Claude Code and fixed Planner, Developer, and Auditor role sessions must be coordinated through a broker.
Skill Claude CodeCodex
Use when running Arcgentic V2 in Codex and the current thread must orchestrate fixed Planner, Developer, Test, and Auditor role threads.
Skill Claude CodeCodex
Create a new workflow suite from a natural-language description, or edit an existing one when --flow= is passed. Dispatches the create-workflow stagent (plan → write → validate loop) — does not write files directly.
Skill Claude CodeCodex
Bootstrap a dev workflow session (for /stagent:start): parse flags, derive a topic from the task description, call setup-workflow.sh, and hand off to the workflow loop skill. Does NOT drive the state machine — that's stagent:stagent's job.
Skill Claude CodeCodex
Drive the dev workflow state machine: read state.md, execute the current stage (inline or subagent), transition via update-status.sh, loop until terminal. Precondition: state.md already exists (some upstream caller bootstrapped it). Does NOT bootstrap.
RonMizrahi/sdlc-graph-engineering
Skill Claude CodeCodex
Install graph engineering into a project: take an existing process — skills, a runbook, a README, a CI pipeline, or something the user can only describe out loud — and scaffold it into a working guarded graph with typed nodes, total exit guards, bounded retry loops, a durable run-state file, and a ledger recording…
Skill Claude CodeCodex
A setup and upgrade workflow for cc-code, a structured development workspace for managing project requirements and work stages.
Skill Claude CodeCodex
A guide for adding email and Google or GitHub sign-in to a Next.js project using Supabase Auth, with Resend delivering authentication emails.
Skill Claude CodeCodex
A planning workflow for adding a new feature to an existing product after its first usable version is complete. It compares the requested change with the current code, documented rules, user experience, and tests before producing an implementation plan.