Skill Claude CodeCodex
Use when noticing something off (code smell, design smell, workaround) while working and want to capture it without losing flow - grounds observation in codebase and files a proper bead that future agents can execute.
Skill Claude CodeCodex
Use when noticing something off (code smell, design smell, workaround) while working and want to capture it without losing flow - grounds observation in codebase and files a proper bead that future agents can execute.
Skill Claude CodeCodex
Use before starting any code work in beads-rs. Establishes jj commit rhythm and bd issue tracking workflow.
Skill Claude CodeCodex
Use when working on beads from a specific epic, or when asked to "do a bead from ". Claims the next available bead from the epic, works it with jj rhythm, verifies, and closes it.
Skill Claude CodeCodex
Use when creating custom Rust lints with Dylint, implementing LateLintPass or EarlyLintPass, checking code patterns with rustc internals, or when user mentions "lint", "dylint", or "clippy-like".
Instructions file CodexOpenCode
Instructions for delightful-ai/beads-rs, covering beads-rs, worldview, architecture, cross-cutting invariants and design references.
Instructions file
Instructions for delightful-ai/beads-rs, a project described as: A distributed work-item database for agent swarms, using git as the sync layer.
Command
This subtree owns per-command CLI behavior, rendering, and request construction. NEVER: reach into IpcClient, repo discovery, or actor/bootstrap plumbing from a handler just because it needs a typed request.
Command
@AGENTS.md.