Help us improve
Share bugs, ideas, or general feedback.
Official Claude Code plugins for DataFlight workflows
npx claudepluginhub DataflightSolutions/claude-pluginsAutomate Graphite stacked-PR workflow with one-shot commands for creating diffs and submitting PRs
Browser automation with Playwright. Auto-invoked skill for custom automation plus quick commands for screenshots, link checking, and responsive testing.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Official Claude Code plugins for DataFlight workflows.
Automate Graphite stacked-PR workflow with one-shot commands for creating diffs and submitting PRs.
Commands:
/graphite:create - Create a stacked diff from current changes/graphite:submit - Submit current branch as PR/graphite:create-submit - Create and submit in one step/graphite:gt-create, /graphite:gt-submit, /graphite:gt-create-submitFeatures:
--all flagBrowser automation with Playwright.
Commands:
/playwright:screenshot - Take a screenshot of a webpage/playwright:check-links - Check for broken links/playwright:test-page - Basic page health check/playwright:test-responsive - Test across viewportsFeatures:
/tmp for inspectionclaude plugin install graphite@dataflight-claude-plugins
claude plugin install playwright@dataflight-claude-plugins
# Clone the marketplace
cd ~/.claude/plugins/marketplaces
git clone https://github.com/dataflight/claude-plugins dataflight-claude-plugins
# Restart Claude Code
~/.claude/plugins/marketplaces/dataflight-claude-pluginsTo add a new plugin to this marketplace:
Create plugin directory in plugins/:
mkdir -p plugins/my-plugin/.claude-plugin
mkdir -p plugins/my-plugin/commands
Create plugins/my-plugin/.claude-plugin/plugin.json:
{
"name": "my-plugin",
"version": "0.1.0",
"description": "Plugin description",
"author": {
"name": "Your Name"
}
}
Add commands as markdown files in plugins/my-plugin/commands/
Test locally, then commit and push
MIT
For issues or questions, open an issue on GitHub or contact the DataFlight team.