AI Workflow Plugins

abpai/skills

Cross-domain thinking, multi-model tooling, and developer productivity plugins for Claude Code and Codex.

21 Skills 6 Categories 2 Runtimes MIT
Scroll
21 / 21
Planning & Reasoning

distill

Decompose complex systems into essential primitives. Codebases, papers, transcripts.

Planning & Reasoning

lateral-thinking

Cross-domain hypothesis generation. Find transferable mechanisms from distant fields.

Planning & Reasoning

codex-exec

Delegate prompts to OpenAI Codex CLI for second opinions and adversarial review.

Claude-only Planning & Reasoning

pi

Claude-native planner/generator/evaluator harness for long-running engineering work, with optional Codex critique.

Claude-only Developer Productivity

plannotator

Visual plan review, code review, and markdown annotation for Claude Code via the Plannotator UI.

Code Quality

code-simplifier

Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality.

Code Quality

dead-code-eliminator

Audit for unreachable functions, unused imports, orphaned classes, and stale feature flags.

Code Quality

review-and-commit

Review uncommitted Git changes for correctness, quality, and convention alignment, then prepare safe atomic commits.

Developer Productivity

debate

Structured architecture debate: Claude proposes, Codex critiques, Claude synthesizes into a final ADR.

Developer Productivity

cli-design-expert

Design or review CLIs for usability: help text, flags, exit codes, TTY behavior, config precedence.

Developer Productivity

project-memory

Always-on project memory workflow. Read and update .agents/LEARNINGS.md with mistakes, corrections, and patterns.

Developer Productivity

scratch

Understand a project by playing with its real modules in a safe .scratch/ workspace.

Developer Productivity

socratic-code-owner

Quiz the developer on code, architecture, or plans an AI agent built. Ensures human understanding.

Tools

agent-browser

Browser automation CLI for AI agents. Navigate pages, fill forms, click buttons, take screenshots, extract data.

Tools

beautiful-mermaid

Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library.

Tools

claude

Run Claude Code CLI for delegation, session continuation, and machine-readable output.

Tools

try

Evaluate a new library, tool, or GitHub repo before adopting it. Prompt-driven demos and honest findings.

Tools

visualize

Generate self-contained HTML visualizations to explain a system, plan, code flow, or concept.

Languages & Platforms

bun-expert

Expert Bun runtime guidance: project setup, servers, APIs, testing, bundling, and Node.js migration.

Languages & Platforms

dokploy

Operate Dokploy via the official CLI. Manage projects, environments, apps, env vars, and databases.

Writing

human-writer

Edit prose so it sounds natural, specific, and human-written. Deslop model-generated text.

Installation

Claude Code

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.

Codex

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