Back to authors
bfly123

bfly123

18 Skills published on GitHub.

ask

Send a request to a CCB agent with `ask`.

UncategorizedView skill →

ccb-github

Maintain this CCB project's GitHub-facing release and npm publication surface. Use when preparing, publishing, auditing, or fixing CCB releases; updating README.md, README_zh.md, CHANGELOG.md, VERSION, package.json, GitHub release notes/assets, repository description/topics, npm registry state, or GitHub Actions release/test status.

UncategorizedView skill →

node-check

Verify one CCB worker node and reject hidden fallback, degradation, scope shrinkage, or missing evidence.

UncategorizedView skill →

clarification-broker

Compress planner candidate questions into a compact frontdesk-facing clarification batch and normalize answers back to planner.

UncategorizedView skill →

frontdesk-intake

Convert user conversation into macro workflow requests and present curated clarification or final artifacts.

UncategorizedView skill →

dynamic-agent-lifecycle

Private CCB skill for resolving placement, inspecting, adding, parking, resuming, and safely releasing non-loop dynamic agents through `ccb layout resolve`, `ccb agent`, and read-only layout status commands.

UncategorizedView skill →

orchestrator-capacity

Private CCB orchestrator skill for requesting, inspecting, using, and releasing dynamic loop capacity through `ccb loop capacity` only.

UncategorizedView skill →

plan-readiness-review

Review planner task packets for readiness without rewriting authoritative task state.

UncategorizedView skill →

planner-task-packet

Draft CCB workflow task packets, readiness recommendations, and candidate clarification questions without mutating authoritative state.

UncategorizedView skill →

round-verification

Verify a CCB execution round and produce a machine-readable round result artifact.

UncategorizedView skill →

bounded-work-item

Execute one bounded CCB work item and report evidence without changing workflow authority.

UncategorizedView skill →

ccb-comm-reply-recover

Diagnose and recover CCB communication and reply delivery stalls. Use when a user reports a missing CCB_REPLY, stuck ask, agent stuck busy/delivering, queued work behind an active job, cancelled/incomplete reply, empty artifact, callback not continuing, duplicate retry after success, or a CCB mailbox/communication backend that appears stuck.

UncategorizedView skill →

ccb-config

Private built-in CCB configuration skill for agentroles.ccb_self. Design, edit, validate, and prepare reloads for .ccb/ccb.config, role bindings, providers, windows, workspaces, tool windows, sidebar, and provider startup inputs. Use only inside ccb_self; non-self agents should delegate CCB config changes to ccb_self.

UncategorizedView skill →

ccb-self-chain

Diagnose and repair CCB ask/job/message/reply/artifact/callback lineage. Use for missing replies, incomplete artifacts, pending callbacks, retry/resubmit/ack decisions, reply delivery problems, or work-chain resume advice.

UncategorizedView skill →

ccb-self-diagnose

Diagnose CCB runtime, mounted daemon graph, tmux namespace and panes, provider context, queue/inbox/trace, replies/artifacts, config drift, and storage boundaries. Use when the user asks what is broken, which agent is stuck, whether CCB is mounted, why a reply did not arrive, or what to check first.

UncategorizedView skill →

ccb-self-recover

Recover CCB agents, panes, mounts, provider contexts, API/provider failures, config reload aftermath, clear operations, and guarded single-agent restarts. Use when the user asks to fix, recover, restart if safe, clear context, reload, remount, or keep work going after provider/API failure.

UncategorizedView skill →

ccb-clear

Clear CCB managed agent conversation context with `ccb clear`. Use when the user writes `$ccb-clear`, `$ccb_clear`, or asks to clear/reset one or more CCB agent contexts without restarting or deleting project state.

UncategorizedView skill →

plan-tree

Maintain a structured planning document tree made of roadmap/status files, implementation status or handoff TODO files, topic notes, decision records, open questions, ideas/inspiration pools, and repository/file-structure hygiene plans. Use when Codex needs to create, reorganize, audit, or update a multi-file plan, design-doc folder, roadmap tree, active implementation-status file, repo cleanup/filesystem plan, ADR/decision log, ideas inbox, or linked planning knowledge base; reconcile Done/In Progress/Next state; resume work from TODO/handoff state; move resolved questions into decisions; promote ideas into formal plan artifacts; or keep plan documents and file-structure planning internally consistent without making this project-specific.

UncategorizedView skill →