fortunto2/rust-code

AI-powered terminal coding agent in Rust — TUI, BAML agent loop, fuzzy search, tmux background tasks, skills, MCP support

41Stars on the repository
10Mods indexed here, across every type
10d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autoresearch

01

fortunto2/rust-code

Skill Claude CodeCodex

Self-improving optimization via Karpathy autoresearch pattern. Generates → evaluates → scores → mutates prompts/descriptions in a loop. Targets — tool-selection, system-prompt, skill, decision-parser. Use when "optimize tools", "autoresearch", "improve skill X", "self-improve prompts", "optimize tool descriptions".

41 10d ago A 73 tokens original MIT

bighead

02

fortunto2/rust-code

Skill Claude CodeCodex

Autonomous task loop — iterate on a task until done, commit after each step, run tests. Use when "run in loop", "autonomous mode", "keep working", "don't stop", "bighead mode", "--loop". Do NOT use for one-shot tasks (just run normally) or self-improvement (use /self-evolve).

41 10d ago A 74 tokens original MIT

delegate

03

fortunto2/rust-code

Skill Claude CodeCodex

Orchestrate multiple CLI agents in parallel — delegate tasks to claude/gemini/codex/opencode/rust-code via .tasks/ system. Use when "delegate to", "spawn agents", "parallel analysis", "send task to claude", "run in background", "orchestrate agents". Do NOT use for in-process sub-agents (use spawnagent) or single bash…

41 10d ago A 88 tokens original MIT

find-skills

04

fortunto2/rust-code

Skill Claude CodeCodex

Discover and install agent skills from skills.sh (60K+ skills). Use when "find a skill", "search skills", "is there a skill for", "install skill", "skill catalog". Do NOT use for auditing existing skills (use /skill-audit) or browsing local skills (use skills list).

41 10d ago A 68 tokens original MIT

plan

05

fortunto2/rust-code

Skill Claude CodeCodex

Research codebase and create spec + phased implementation plan with file-level tasks.

41 10d ago A 16 tokens original MIT

self-evolve

06

fortunto2/rust-code

Skill Claude CodeCodex

Self-improvement mode — analyze past sessions for recurring failures, patch own code, test, commit, rebuild. Use when "evolve", "self-improve", "fix yourself", "analyze sessions", "--evolve". Do NOT use for normal coding (use /bighead) or delegating tasks (use /delegate).

41 10d ago A 71 tokens original MIT

solo-skill-audit

07

fortunto2/rust-code

Skill Claude CodeCodex

Audit a skill against Anthropic's best practices checklist — 12 dimensions, scored 0-24. Use when user says "audit skill", "review skill quality", "check skill", "skill score", "skill checklist", or "is this skill good". Do NOT use for KB audits (use /audit) or code review (use /review).

41 10d ago A 78 tokens original MIT

swarm-improve

08

fortunto2/rust-code

Skill Claude CodeCodex

End-to-end project improvement — plan, branch, delegate execution, verify. Calls /plan for analysis, then delegates fixes to agents. Use when "improve project", "swarm improve", "send agents to fix", "refactor project X", "upgrade project". Do NOT use for planning only (use /plan), single tasks (use /delegate), or own…

41 10d ago A 89 tokens original MIT