DeepFlow Labs team plugin marketplace. Install the deepflow-labs-tools plugin to get team workflows and MCP servers available across all DeepFlow Labs repositories.
npx claudepluginhub deepflow-labs/ai-toolsDeepFlow Labs team operational skills and MCP servers (Linear, Clerk, Convex, Vercel, Playwright). Install this plugin to get team workflows available across all DeepFlow Labs repositories.
deepflow-labs-tools
The single setup point for Claude Code at DeepFlow Labs
Run the setup script once and get everything you need for Claude Code across all DeepFlow Labs repositories — team skills, MCP servers (Linear, Clerk, Convex, Vercel, Playwright), and recommended official plugins.
You don't need to configure Claude Code in each repo. This is the one place where it all gets set up.
We all do the same operational tasks repeatedly — writing PRDs, filing bugs in Linear, creating GitHub issues, reviewing PRs, scaffolding features. Each person does them slightly differently, and the quality varies.
This repo fixes that by turning those repeatable processes into shared, versioned skills that Claude Code executes consistently. Think of it as runbooks for AI — instead of a wiki page describing how to write a good bug report, we encode that process as a skill that Claude follows step by step, every time.
The goals are simple:
The rule of thumb: if you find yourself doing something repeatable in Linear, GitHub, or any other tool — it should probably be a skill in this repo.
One-time setup — run once, productive everywhere. After this, every
claudesession in any DeepFlow Labs repo has access to team skills, MCP servers, and all recommended plugins.
curl -fsSL https://raw.githubusercontent.com/deepflow-labs/ai-skills/main/setup.sh | bash
Or clone and run locally:
git clone git@github.com:deepflow-labs/ai-skills.git
cd ai-skills
./setup.sh
The script installs everything: marketplace, team plugin, and all 10 official plugins. It's idempotent — safe to run again if you want to check for missing plugins.
If you prefer to install things individually:
claude plugin marketplace add deepflow-labs/ai-skills
claude plugin install deepflow-labs-tools@deepflow-labs-tools
# Service integrations
claude plugin install github@claude-plugins-official # GitHub PRs, issues, code search
# Development workflows
claude plugin install commit-commands@claude-plugins-official # Git commit, push, PR
claude plugin install pr-review-toolkit@claude-plugins-official # PR review agents
claude plugin install code-review@claude-plugins-official # Code review
claude plugin install code-simplifier@claude-plugins-official # Code simplification
claude plugin install feature-dev@claude-plugins-official # Guided feature development
claude plugin install skill-creator@claude-plugins-official # Create & review skills
claude plugin install hookify@claude-plugins-official # Create hooks from conversation
# Output style (optional)
claude plugin install explanatory-output-style@claude-plugins-official # Educational insights
On first use, you'll be prompted: