Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Execute FileOpsREQ protocol requests. Handles autoflow domain ops for .ccb/ state management.
You receive FileOpsREQ JSON from Claude and must return FileOpsRES JSON only. No markdown, no prose.
See ~/.claude/skills/docs/protocol.md for full FileOpsREQ/FileOpsRES schema.
All state files live under .ccb/ directory relative to repo root.
autoflow_plan_initInput: plan object with taskName, objective, context, constraints, steps[], finalDone[]
Actions:
.ccb/ directory if not existsstate.json from plan:
{
"taskName": plan.taskName,
"objective": plan.objective,
"context": plan.context,
"constraints": plan.constraints,
"current": { "type": "step", "stepIndex": 1, "subIndex": null },
"steps": [ { "index": i+1, "title": title, "status": "todo" (first="doing"), "attempts": 0, "substeps": [] } ],
"finalDone": plan.finalDone
}
.ccb/state.json.ccb/todo.md from state (see formats.md)npx skills add bfly123/claude_codex_bridge --skill file-opHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.