@teckedd-code2save/b2dp
v1.2.3
Published
b2dp CLI — One-command setup for the Business-to-Data-Platform skill ecosystem
Maintainers
Readme
b2dp CLI 🚀
One-command setup for the Business-to-Data-Platform (b2dp) skill ecosystem across your favorite AI coding agents.
What is b2dp?
b2dp is a powerful "Orchestrator" skill ecosystem designed for AI coding agents. It transforms high-level business requirements into production-grade technical implementations—from database schema and backend code to frontend components and Infrastructure as Code (IaC).
The b2dp CLI tool automates the installation and configuration of this entire ecosystem, ensuring your agents have the right skills and tools (MCP servers) to build complex software.
Key Capabilities
- Multi-Agent Support: Automatically detects and configures Antigravity, Claude Code, VS Code (Copilot), Gemini CLI, and Codex.
- Skill Installation: Provisions the core
business-to-data-platformorchestrator along with mandatory sibling skills:cloud-solution-architectapi-test-generatorfrontend-data-consumerinfrastructure-as-code-architect
- MCP Server Configuration: Sets up necessary Model Context Protocol (MCP) servers like Datafy (database operations), Context7 (documentation tracking), and GitHub (repository management).
- Global & Project Scoping: Install the ecosystem globally for personal use or scope it to a specific project repository.
- Health Checks: Quickly verify your configuration and missing dependencies across all supported agents.
Quick Start
Installation
npm install -g @teckedd-code2save/b2dpFull Ecosystem Setup
Run the setup command to interactively choose your agents and skills:
b2dp setupAlternatively, use the auto-setup flag to install everything with detected defaults:
b2dp setup --yesCommands
setup
Provision skills, configure MCP servers, and write agent rules.
--project: Configure for the current directory only.--claude,--gemini,--codex, etc.: Force setup for a specific agent.
generate
Autonomously generate an application using the b2dp orchestrator.
--agent <agent>: Which agent to spawn (claude,gemini,codex).--deploy <target>: Deploy the result (e.g.,vercel).
check
Verify that your AI agents are correctly configured with b2dp skills and MCP servers.
--project: Check project-level configuration.
Manage and explore the available b2dp skills.
skills list: Show all available skills and their descriptions.skills info <name>: View details and content of a specific skill.
License
MIT
