npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@teckedd-code2save/b2dp

v1.2.3

Published

b2dp CLI — One-command setup for the Business-to-Data-Platform skill ecosystem

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-platform orchestrator along with mandatory sibling skills:
    • cloud-solution-architect
    • api-test-generator
    • frontend-data-consumer
    • infrastructure-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/b2dp

Full Ecosystem Setup

Run the setup command to interactively choose your agents and skills:

b2dp setup

Alternatively, use the auto-setup flag to install everything with detected defaults:

b2dp setup --yes

Commands

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