av

90 mods across 5 repositories, 4.0k stars between them.

facts-refine

49

av/mi

Skill Claude CodeCodex

Operate on @draft facts — collaboratively refine them into precise, actionable @spec facts. Resolve ambiguities, fill gaps, eliminate contradictions, and sharpen labels until every fact is ready to implement. Use when asked to refine facts, clarify the spec, review facts for quality, or "work on facts" with the user.

102 2mo ago A 68 tokens

facts

50

av/mi

Skill Claude CodeCodex

Manage .facts files — atomic, validatable truth statements about a project. Install, check, list, add, edit, remove, and lint facts via the CLI. ALWAYS read this skill when the user mentions facts in any capacity.

102 2mo ago C 49 tokens

ideate

51

av/mi

Skill Claude CodeCodex

Timeboxed ideation on a topic using propose-and-critique subagent pairs. Use when the user wants to brainstorm, explore ideas, discover features, generate options, or think through possibilities for a specified duration. Triggers on requests like "brainstorm X for 30 minutes", "ideate on X", "spend an hour thinking…

102 2mo ago A 89 tokens

timeboxed-iterating

52

av/mi

Skill Claude CodeCodex

Use when the user specifies a task and a duration, and the work should be done iteratively by subagents over that time period.

102 2mo ago A 32 tokens

mi AGENTS.md

53

av/mi

Instructions file CodexOpenCode

AGENTS.md instructions for av/mi, covering mi — agent instructions, architecture, running locally, tests and checks and editing index.mjs.

102 2mo ago A 2,105 tokens

mi CLAUDE.md

54

av/mi

Instructions file

Claude Code instructions for av/mi, a project described as: self-extending sandboxed agentic harness. a loop, two tools and an llm.

102 2mo ago A 3 tokens

debug

55

av/mi

Skill Claude CodeCodex

Fix bugs, crashes, errors, or failing tests. Use when "it's broken", "getting an error", "test is failing", or the cause isn't obvious.

102 2mo ago A 35 tokens

delegate

56

av/mi

Skill Claude CodeCodex

Run parallel or isolated subagents for independent subtasks (research, parallel analysis, one-shot transforms) to avoid bloating the main context.

102 2mo ago A 30 tokens

explore

57

av/mi

Skill Claude CodeCodex

Answer "how does X work", "where is X defined", or "trace through Y" questions about a codebase using parallel subagent searches with cited summaries.

102 2mo ago A 36 tokens

new-skill

58

av/mi

Skill Claude CodeCodex

Write a new SKILL.md to teach yourself a procedure for a recurring task. Use when asked to "write a skill", "create a skill", "add a skill", "remember how to X", "make a procedure for X", or when you notice a task pattern worth recalling in future sessions.

102 2mo ago A 65 tokens

plan

59

av/mi

Skill Claude CodeCodex

Write a strategy doc before starting multi-step, multi-file, or unclear work. Use when asked to "plan out", "figure out the approach", or before any task needing more than one step.

102 2mo ago A 42 tokens

refactor

60

av/mi

Skill Claude CodeCodex

Restructure code without changing behavior. Triggers: "rename X to Y", "move X to Y", "extract X into Y", "clean up / split / deduplicate code" — one transformation at a time, tests kept green.

102 2mo ago A 0 tokens

review

61

av/mi

Skill Claude CodeCodex

Review code, a PR, branch, or staged diff. Use when asked to "review", "give feedback", "check this PR", or "what's wrong with this diff".

102 2mo ago A 39 tokens

self

62

av/mi

Skill Claude CodeCodex

Answer questions about how 'mi' works, write new tools, or modify the harness. Use for "how do you work", "write a tool", "add a tool", "create a tool", "extend yourself", "edit yourself", "what tools do you have", or any introspection/modification of the running agent.

102 2mo ago A 69 tokens

tasks

63

av/mi

Skill Claude CodeCodex

Track a numbered list of steps to completion. Use when the user gives explicit numbered steps ("1) do X 2) do Y"), says "I need to do N things", or when a multi-step job needs a checklist. Distinct from plan (strategy): tasks tracks what's done/pending during execution.

102 2mo ago A 0 tokens

tdd

64

av/mi

Skill Claude CodeCodex

Add new behavior test-first (write failing test → make it pass → refactor). Use when asked to "add a test for", "implement X with tests", or extending a codebase that already has a test suite.

102 2mo ago A 48 tokens

verify

65

av/mi

Skill Claude CodeCodex

Run lint, typecheck, tests, or build — and fix any failures found. Use when asked "does it build", "run the tests", "check for lint errors", "find and fix lint errors", or after making code changes.

102 2mo ago A 51 tokens

av/skills

Skill Claude CodeCodex

Use when the user requests integration testing, feature validation, or test plan execution.

11 3d ago A 20 tokens

anneal

67

av/skills

Skill Claude CodeCodex

Use when the user wants to systematically fix AI code slop — duplicated logic, over-engineering, silent error swallowing, convention drift, cargo-cult patterns, and other LLM-introduced architectural decay — over a specified duration.

11 3d ago A 49 tokens

article-factory

68

av/skills

Skill Claude CodeCodex

Produce a researched long-form article from a topic prompt via an orchestrated pipeline - research agent (first-person sources, working-definition gate), narrative-architecture outline, writer/cold-reviewer loop with an explicit ACCEPT/REVISE verdict contract, then a catalog-deslop pass with a regression gate. The…

11 3d ago A 137 tokens

autoresearch

69

av/skills

Skill Claude CodeCodex

Runs autonomous keep/discard experiments on a codebase to optimize a single metric for a fixed duration, in the style of karpathy/autoresearch. Use when the user says "autoresearch" (optionally with a focus, e.g. "autoresearch the optimizer"), asks to run experiments on a repo overnight, to hill-climb or optimize a…

11 3d ago A 91 tokens

boost-modules

70

av/skills

Skill Claude CodeCodex

Create custom modules for Harbor Boost, an optimizing LLM proxy. Use when building Python modules that intercept/transform LLM chat completions—reasoning chains, prompt injection, structured outputs, artifacts, or custom workflows. Triggers on requests to create Boost modules, extend LLM behavior via proxy, or…

11 3d ago A 86 tokens

bugbash

71

av/skills

Skill Claude CodeCodex

Systematically explore and test any software project (CLI, API, Backend, Library, etc.) to find bugs, usability issues, and edge cases. Produces a structured report with full reproduction evidence (exact commands, inputs, logs, and tracebacks) for every issue.

11 3d ago A 58 tokens

bughunt

72

av/skills

Skill Claude CodeCodex

Fully autonomous bug hunting pipeline — discover bugs in a scoped area using parallel subagents, independently triage each finding, fix confirmed issues with subagents, then audit all fixes against repo constraints and target platforms. Runs end-to-end without user interaction.

11 3d ago A 52 tokens