
Pipeline
- Updated April 28, 2026
- davidx/ai
pipeline is a Claude Code skill in the Documentation category. Structured plan-then-execute workflow with per-step documentation in pipeline/.
Key points
- pipeline
- Documentation
- AI-coding skill
Pipeline by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add davidx/ai/plugin install pipeline@davidxAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 28, 2026 |
|---|---|
| Repository | davidx/ai ↗ |
What it does
Structured plan-then-execute workflow with per-step documentation in pipeline/.
README.md
ai
A collection of AI tooling resources, organized by AI assistant.
Layout
.
├── claude/ ← Claude Code marketplace (plugins, skills, workflows)
└── … ← future: cursor/, windsurf/, gemini/, codex/, etc.
Each top-level directory targets one AI assistant and is self-contained — its own README, install steps, and conventions appropriate to that tool.
What's here today
claude/ — Claude Code marketplace
A registered Claude Code marketplace exposing plugins for Anthropic's Claude Code CLI / IDE.
Quick install:
claude plugin marketplace add davidx/ai
claude plugin install pipeline@davidx
See claude/README.md for the full marketplace contents, plugin descriptions, and skill workflows.
Repo conventions
- This repo is intentionally public so
claude plugin marketplace add davidx/aiworks without auth. All other repos default private. - The Claude marketplace manifest lives at the repo root (
./.claude-plugin/marketplace.json) because theclaudeCLI looks for it there. Plugin source paths point into./claude/.... - New AI tool resources should sit alongside
claude/at the top level (e.g.cursor/,windsurf/) — keep each tool's stuff isolated.