Agiflow development tools monorepo - includes Claude Code plugins, MCP toolkit, and development utilities.
npm package providing:
- MCP Proxy Server: Aggregates multiple MCP servers from Agiflow
- Progressive MCP Tools:
get-toolanduse-toolfor progressive tool discovery - Configuration Merging: Combine remote Agiflow configs with local configurations
- Multi-Transport Support: stdio, HTTP, and SSE transports
- Dynamic Reloading: Reload MCP configuration without restart
npm install -g @agiflowai/powertool
# or
npx @agiflowai/powertool mcp-serveClaude Code plugin marketplace with intelligent project management capabilities:
/project-management:plan- Convert requirements into structured tasks and work units/project-management:task- Implement tasks with progress tracking and validation/project-management:work- Execute work units (features/epics) with multiple tasks
- Node.js (v18 or later)
- pnpm (v8 or later)
# Install dependencies
pnpm install
# Build all packages
pnpm buildpnpm build- Build all projectspnpm test- Test all projectspnpm lint- Lint all projectspnpm typecheck- Type check all projectspnpm affected:build- Build only affected projectspnpm affected:test- Test only affected projectspnpm affected:lint- Lint only affected projectspnpm graph- View project dependency graph
cd packages/powertool
pnpm dev # Run in development mode
pnpm build # Build the package
pnpm test # Run tests
pnpm typecheck # Type check.
├── agiflow-marketplace/ # Claude Code plugins
│ ├── .claude-plugin/ # Marketplace manifest
│ └── agiflow-plugin/ # Main plugin
│ ├── commands/ # Slash commands
│ ├── skills/ # Proactive skills
│ └── README.md
├── packages/ # npm packages
│ └── powertool/ # @agiflowai/powertool
│ ├── src/
│ │ ├── commands/ # CLI commands
│ │ ├── services/ # Core services
│ │ ├── prompts/ # Prompt exports
│ │ ├── instructions/ # Template files
│ │ ├── tools/ # MCP tools
│ │ └── transports/ # Transport handlers
│ └── README.md
├── apps/ # Application projects
├── libs/ # Shared library projects
├── nx.json # Nx configuration
├── pnpm-workspace.yaml # pnpm workspace
└── LICENSE.md # Sustainable Use License
- Agiflow Platform: Hosted MCP servers and project management
- Agiflow Backend: MCP server implementation
- Claude Code: AI coding assistant
- Documentation: https://docs.agiflow.io
- Issues: GitHub Issues
- Agiflow Platform: https://agiflow.io
Sustainable Use License - See LICENSE.md for details
This project is licensed under a modified Sustainable Use License:
- ✅ Free for small businesses - Companies with fewer than 20 employees
- ✅ Free for personal use - Individuals and non-profit organizations
- ✅ Free for evaluation - Testing the software for potential commercial use
- 💼 Commercial license required - Companies with 20+ employees
For commercial licensing inquiries, please visit: https://agiflow.io