AI Workflow Plugins

abpai/skills

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

19 Plugins 6 Categories 2 Runtimes MIT
Scroll
19 / 19

Plugin catalog

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

Run Codex headlessly for implementation, review, monitored work, and exact continuation with durable liveness artifacts.

Tools

codex-session

Inspect local Codex CLI transcripts by session UUID without launching Codex or contacting a model provider.

Planning & Reasoning

cursor

Run Cursor Agent headlessly with liveness artifacts, read-only review, and exact session continuation.

Code Quality

code

Five focused /code workflows: effort-scaled prepare-pr through push, behavior-preserving simplify with test-suite pruning, deslop-comments for rationale-preserving comment cleanup, cold-start handoff, and understand with a runnable real-code snippet, plus an HTML map on request.

Code Quality

hexagon-audit

Audit Ports & Adapters (Hexagonal Architecture) compliance in a packages/ + adapters/ monorepo, with a deterministic scanner for inward-dependency violations, peer-adapter imports, and vendor SDKs leaking into ports.

Developer Productivity

engineering

Engineering-practice workflow pack: grill-me, TDD, zoom-out, architecture deepening, DDD glossaries, complexity reports, CI optimization, and plan optimization.

Developer Productivity

harness

Prepare repositories for reliable agent-driven development with behavior baselines, concise guidance, proof contracts, dependency hygiene, readiness audits, and scoped behavior capture.

Developer Productivity

cli-design-expert

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

Developer Productivity

status-update

Turn long-running agent work into a concise, evidence-backed snapshot of what is done, active, left, slowing progress, or newly surprising.

Tools

claude

Run Claude directly in a requested workspace with durable artifacts and exact session continuation.

Tools

antigravity

Run Google Antigravity CLI headlessly with Gemini routing, durable artifacts, isolated review, and exact continuation.

Tools

claude-session

Inspect local Claude Code transcripts by session UUID without invoking Claude or contacting Anthropic.

Tools

visualize

Generate a single-file HTML explainer in an ivory/clay editorial gallery style that teaches systems, plans, code flows, and concepts in layers: gist, walkthrough, depth, recap.

Languages & Platforms

bun-expert

Expert Bun runtime guidance: setup, package management, servers, latest built-in APIs, testing, bundling, and Node.js migration.

Writing

human-writer

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

Writing

improve-prompt

Upgrade vague prompts into sharp, reusable prompts for planning, coding, review, decision, and handoff work.

Writing

tutorial

Write hands-on, self-verified tutorials where every step ends in a runnable action.

Installation

Claude Code

Add the marketplace, then install any plugin:

# Add the marketplace (once) /plugin marketplace add abpai/skills # Install a plugin /plugin install distill@abpai-skills # Or from a local checkout claude --plugin-dir ./distill

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 in this checkout codex # Then open /plugins and install the repo-scoped plugins you want