ai-foo
01Plugin Claude Code
Reusable Claude Code plugins for development workflows.
Plugin Claude Code
Reusable Claude Code plugins for development workflows.
Instructions file CodexOpenCode
AGENTS.md instructions for fokkoru/ai-foo, a project described as: Reusable Claude Code plugins for development workflow.
Instructions file
Claude Code instructions for fokkoru/ai-foo, covering claude.md, repository purpose, plugins, df (plugins/df/) and kb (plugins/kb/).
Plugin Claude Code
Delegate already-decided implementation work to the Google Antigravity CLI, and ask it for a networked second opinion.
Skill Claude CodeCodex
Ask the Google Antigravity CLI one scoped technical question, answered read-only against this repository with live internet. Invoke only when the user asks for Antigravity, agy, or Gemini — never on your own initiative.
Skill Claude CodeCodex
Hand an already-decided implementation to the Google Antigravity CLI, where a subagent runs agy under accept-edits and verifies the result. Invoke only when the user asks to delegate to agy — never on your own initiative.
Plugin Claude Code
Ask a current Codex model for a second opinion on a decision or a whole solution design, checked against this repository.
Plugin Claude Code
Feature development and code review workflow automation for individual developers.
Agent
Independent, isolated code reviewer. Use to review a finished work product (a git diff against a plan/spec) for spec compliance and code quality before committing. Receives ONLY a path to the diff file, a path to the spec/plan and its acceptance criteria — never the implementation conversation. Returns a…
Agent
Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
Agent
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.
Agent
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.
Agent
Adversarial verifier for a single code-review finding. Use to test one finding before acting on it — it tries to refute the claim against the code. Receives ONLY a path to the diff file, a path to the spec/plan the finding is judged against, and exactly one finding verbatim — never the reviewer's other findings, its…
Agent
The research equivalent of codebase-analyzer. Use this subagenttype when wanting to deep dive on a research topic. Not commonly needed otherwise.
Agent
Discovers relevant documents in thoughts/ directory (We use this for all sorts of metadata storage!). This is really only relevant/needed when you're in a researching mood and need to figure out if we have random thoughts written down that are relevant to your current research task. Based on the name, I imagine you…
Agent
Grades a draft sentence by sentence against the author's voice sample, returning one verdict per sentence and never replacement text. Dispatch it with the filled prompt template from df:deslop's references/voice-prober.md — the ladder, the draft, the sample, and the preserve list all travel in that prompt.
Agent
Researches information on the web. Use when you need information that isn't in the local codebase or your training data — modern APIs, current events, library changelogs, etc.
Skill Claude CodeCodex
Create git commits from working tree changes. Use whenever the user wants work committed, saved, or checked in — including a plan's commit step — even without the word "commit". Groups atomically, Conventional Commits, confirms before staging.
Skill Claude CodeCodex
Revise outbound prose to read as the author's own — commit bodies, PR descriptions, code-review replies, code comments. Use whenever a draft sounds machine-generated — inflated adjectives, -ing clause tails, hedging, rule-of-three padding.
Skill Claude CodeCodex
Use when creating a handoff document for transferring in-progress work to another session.
Skill Claude CodeCodex
Use when implementing a technical plan from the plans directory one phase at a time in the main thread, with per-phase verification and independent review, and optional phase-by-phase commits.
Skill Claude CodeCodex
Use when iterating on an existing implementation plan with feedback and updates.
Skill Claude CodeCodex
Use when performing an independent, isolated code review of an implementation against its plan/spec before committing — one isolated reviewer reads the diff from a file and returns a spec-compliance verdict plus quality findings. Runs between df:validate and df:commit.
Skill Claude CodeCodex
Use when creating a decision-complete implementation plan between df:research and df:implement, with main-thread analysis and adaptive delegation for independent gaps.