distill
Decompose complex systems into essential primitives. Codebases, papers, transcripts.
AI Workflow Plugins
Cross-domain thinking, multi-model tooling, and developer productivity plugins for Claude Code and Codex.
Decompose complex systems into essential primitives. Codebases, papers, transcripts.
Cross-domain hypothesis generation. Find transferable mechanisms from distant fields.
Delegate prompts to OpenAI Codex CLI for second opinions and adversarial review.
Claude-native planner/generator/evaluator harness for long-running engineering work, with optional Codex critique.
Visual plan review, code review, and markdown annotation for Claude Code via the Plannotator UI.
Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality.
Audit for unreachable functions, unused imports, orphaned classes, and stale feature flags.
Review uncommitted Git changes for correctness, quality, and convention alignment, then prepare safe atomic commits.
Structured architecture debate: Claude proposes, Codex critiques, Claude synthesizes into a final ADR.
Design or review CLIs for usability: help text, flags, exit codes, TTY behavior, config precedence.
Always-on project memory workflow. Read and update .agents/LEARNINGS.md with mistakes, corrections, and patterns.
Understand a project by playing with its real modules in a safe .scratch/ workspace.
Quiz the developer on code, architecture, or plans an AI agent built. Ensures human understanding.
Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, extract data.
Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library.
Run Claude Code CLI for delegation, session continuation, and machine-readable output.
Evaluate a new library, tool, or GitHub repo before adopting it. Prompt-driven demos and honest findings.
Generate self-contained HTML visualizations to explain a system, plan, code flow, or concept.
Expert Bun runtime guidance: project setup, servers, APIs, testing, bundling, and Node.js migration.
Operate Dokploy via the official CLI. Manage projects, environments, apps, env vars, and databases.
Edit prose so it sounds natural, specific, and human-written. Deslop model-generated text.
Getting Started
Add the marketplace, then install any plugin:
# Add the marketplace (once)
/plugin marketplace add abpai/skills
# Plannotator also needs its binary
curl -fsSL https://plannotator.ai/install.sh | bash
# Install a plugin
/plugin install distill@abpai-skills
/plugin install plannotator@abpai-skills
# Or from a local checkout
claude --plugin-dir ./distill
`plannotator` is packaged here for Claude Code only and still relies on the upstream `plannotator` binary.
Clone the repo and start Codex inside it:
# Clone and enter the repo
git clone https://github.com/abpai/skills.git
cd skills
# Start Codex — plugins auto-load
codex