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 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
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.