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.
Run Codex headlessly for implementation, review, monitored work, and exact continuation with durable liveness artifacts.
Inspect local Codex CLI transcripts by session UUID without launching Codex or contacting a model provider.
Run Cursor Agent headlessly with liveness artifacts, read-only review, and exact session continuation.
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.
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.
Engineering-practice workflow pack: grill-me, TDD, zoom-out, architecture deepening, DDD glossaries, complexity reports, CI optimization, and plan optimization.
Prepare repositories for reliable agent-driven development with behavior baselines, concise guidance, proof contracts, dependency hygiene, readiness audits, and scoped behavior capture.
Design or review CLIs for usability: help text, flags, exit codes, TTY behavior, config precedence.
Turn long-running agent work into a concise, evidence-backed snapshot of what is done, active, left, slowing progress, or newly surprising.
Run Claude directly in a requested workspace with durable artifacts and exact session continuation.
Run Google Antigravity CLI headlessly with Gemini routing, durable artifacts, isolated review, and exact continuation.
Inspect local Claude Code transcripts by session UUID without invoking Claude or contacting Anthropic.
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.
Expert Bun runtime guidance: setup, package management, servers, latest built-in APIs, testing, bundling, and Node.js migration.
Edit prose so it sounds natural, specific, and human-written. Deslop model-generated text.
Upgrade vague prompts into sharp, reusable prompts for planning, coding, review, decision, and handoff work.
Write hands-on, self-verified tutorials where every step ends in a runnable action.
No plugins found. Try a broader search or choose All.
Getting Started
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
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