cluesmith

33 mods across 2 repositories, 290 stars between them.

afx

01

cluesmith/codev

Skill Claude CodeCodex

Agent Farm CLI — the tool for spawning builders, managing Tower, workspaces, and cron tasks. ALWAYS consult this skill BEFORE running any afx command to get the exact syntax. This prevents wasting time guessing flags that don't exist. Use this whenever you need to spawn a builder, check status, send messages, clean up…

286 5d ago C 94 tokens original Apache-2.0

arch-init

02

cluesmith/codev

Skill Claude CodeCodex

Adopt an architect identity and recover its state from codev/state/ .md. Use when an architect terminal needs to (re)establish which architect it is — after a restart, context loss, or session handoff — or when the user says "/arch-init", "you are the X architect", or "recover your architect state". Identity resolves…

286 5d ago A 99 tokens original Apache-2.0

arch-save

03

cluesmith/codev

Skill Claude CodeCodex

Save an architect's state, clear its context, and re-init automatically — the packaged save→clear→re-init refresh cycle. Use when the owner directs a context refresh, or says "/arch-save", "save and clear", "refresh your context". Runs on the owner's direction; an architect does not invoke it autonomously mid-task.…

286 5d ago A 86 tokens original Apache-2.0

builder-refresh

04

cluesmith/codev

Skill Claude CodeCodex

Refresh a builder's own context at a protocol boundary — save working state, verify it, clear, and re-orient. Use when porch emits a context-refresh task, or the builder is told to "refresh your context" / "run a self-refresh". A builder does not invoke this autonomously mid-task; porch chooses the moment. Counterpart…

286 5d ago A 81 tokens original Apache-2.0

codev

05

cluesmith/codev

Skill Claude CodeCodex

Codev project management CLI — init, adopt, update, and doctor commands. Check this skill before running any codev command (except consult, porch, or afx which have their own skills). Use when setting up new projects, adding codev to existing repos, updating framework files, or diagnosing missing dependencies.

286 5d ago A 72 tokens original Apache-2.0

consult

06

cluesmith/codev

Skill Claude CodeCodex

AI consultation CLI — query Gemini, Codex, or Claude for reviews and analysis. ALWAYS check this skill before running any consult command. Use when reviewing specs, plans, implementations, or PRs with external models, running parallel 3-way reviews (cmap), or checking consultation stats. The -m model flag is always…

286 5d ago A 78 tokens original Apache-2.0

forge

07

cluesmith/codev

Skill Claude CodeCodex

Forge concept commands decouple codev from direct gh CLI calls. Each GitHub operation is routed through a configurable external command.

286 5d ago A 0 tokens original Apache-2.0

generate-image

08

cluesmith/codev

Skill Claude CodeCodex

AI image generation via Gemini. Use when the user wants to generate, create, or make an image, or when you need to create visual assets like logos, diagrams, or illustrations. Requires GEMINIAPIKEY or GOOGLEAPIKEY.

286 5d ago A 50 tokens original Apache-2.0

porch

09

cluesmith/codev

Skill Claude CodeCodex

Protocol orchestrator CLI — drives SPIR, ASPIR, AIR, TICK, and BUGFIX protocols via a state machine. ALWAYS check this skill before running any porch command. Use when you need to check project status, approve gates, signal phase completion, or manage protocol state. Also use when a builder asks about gate approvals…

286 5d ago A 76 tokens original Apache-2.0

runnable-worktrees

10

cluesmith/codev

Skill Claude CodeCodex

Make builder worktrees runnable — the .codev/config.json worktree block (symlinks, postSpawn, devCommand), the afx dev CLI, VSCode dev controls, and per-stack config recipes. Use when configuring a repo so reviewers can run a builder's branch, when afx dev fails to bind or start, when a dev process is orphaned holding…

286 5d ago A 102 tokens original Apache-2.0

skill-creator

11

cluesmith/codev

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

286 5d ago A 63 tokens copy · 89% Apache-2.0

analyzer

12

cluesmith/codev

Agent Claude Code

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

286 5d ago A 0 tokens copy · 100% Apache-2.0

comparator

13

cluesmith/codev

Agent Claude Code

Compare two outputs WITHOUT knowing which skill produced them.

286 5d ago A 0 tokens copy · 100% Apache-2.0

grader

14

cluesmith/codev

Agent Claude Code

Evaluate expectations against an execution transcript and outputs.

286 5d ago A 0 tokens copy · 100% Apache-2.0

team

15

cluesmith/codev

Skill Claude CodeCodex

Team CLI — manage team members, post messages, and run activity updates. ALWAYS check this skill before running any team command. Use when listing members, adding members, posting messages, or running team activity updates. Note - afx team is deprecated; use team directly.

286 5d ago A 61 tokens original Apache-2.0

update-arch-docs

16

cluesmith/codev

Skill Claude CodeCodex

Audit, prune, and update the project's governance docs — the COLD reference archives codev/resources/arch.md and codev/resources/lessons-learned.md AND their always-on HOT companions codev/resources/arch-critical.md and codev/resources/lessons-critical.md (Spec 987, hot/cold two-tier model). Use this skill when…

286 5d ago B 212 tokens original Apache-2.0

codev AGENTS.md

17

cluesmith/codev

Instructions file CodexOpenCode

Instructions for cluesmith/codev, covering codev project instructions for ai agents, always-on engineering context (hot tier), this repository is codev, built with codev, how framework files resolve and gates.

286 5d ago A 2,359 tokens original Apache-2.0

codev CLAUDE.md

18

cluesmith/codev

Instructions file

Instructions for cluesmith/codev, covering codev project instructions for ai agents, always-on engineering context (hot tier), this repository is codev, built with codev, how framework files resolve and gates.

286 5d ago A 2,359 tokens copy · 100% Apache-2.0

agent-farm

19

cluesmith/codev

Command

The afx (agent-farm) command manages multi-agent orchestration for software development. It spawns and manages builders in isolated git worktrees.

286 5d ago A 0 tokens original Apache-2.0

codev

20

cluesmith/codev

Command

The codev command manages project setup, maintenance, and framework-level operations.

286 5d ago C 0 tokens original Apache-2.0

consult

21

cluesmith/codev

Command

The consult command provides a unified interface for AI consultation with external models (Gemini, Codex, Claude, Hermes). It operates in three modes: general (ad-hoc prompts), protocol-based (structured reviews), and stats.

286 5d ago C 0 tokens original Apache-2.0

overview

22

cluesmith/codev

Command

Codev provides three CLI tools for AI-assisted software development.

286 5d ago A 0 tokens original Apache-2.0

forge

23

cluesmith/codev

Command

Codev uses forge concept commands to interact with your repository hosting platform. By default, all concepts use the GitHub CLI (gh). Projects using GitLab, Gitea, or other forges can override these commands.

286 5d ago A 0 tokens original Apache-2.0

team

24

cluesmith/codev

Command

The team command manages team members and messages for your Codev project. Team data is stored in codev/team/ and displayed in the Tower dashboard.

286 5d ago A 0 tokens original Apache-2.0