loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

promptpit

MCP Tool

nirelbaz/promptpit

Portable AI agent stacks. Collect, install, and share across Claude Code, Cursor, and more.

Install

$ npx loaditout add nirelbaz/promptpit

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "promptpit": {
      "command": "npx",
      "args": [
        "-y",
        "promptpit"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

promptpit

Portable AI agent stacks. Collect, install, and share across Claude Code, Cursor, and more.

The Problem

Every AI coding tool has its own config format. Real-world stacks like gstack require manual git clone, editing CLAUDE.md by hand, and running setup scripts — and only work in one tool. There's no npm install for AI agent configurations.

The Solution
# Install someone's AI stack in one command
npx promptpit install github:garrytan/gstack

pit bundles skills, agent instructions, MCP server configs, and environment variables into a portable .promptpit/ stack that works across AI tools.

Install
npm install -g promptpit

Or use directly with npx promptpit <command>.

Commands
pit collect

Scans your project's AI tool configs and bundles them into a .promptpit/ stack.

pit collect                    # collect from current directory
pit collect ./my-project       # collect from specific directory
pit collect --output ./bundle  # custom output path (default: .promptpit)
pit collect --dry-run          # show what secrets would be stripped

Output:

.promptpit/
├── stack.json          # Manifest (name, version, skills, compatibility)
├── agent.promptpit.md  # Agent instructions (from CLAUDE.md, .cursorrules)
├── skills/             # SKILL.md files
├── mcp.json            # MCP server configs (secrets auto-stripped)
└── .env.example        # Required environment variables
pit install

Installs a stack into your project for all detected AI tools.

pit install                              # from .promptpit/ in current dir
pit install .promptpit                    # from local bundle
pit install github:user/repo             # from GitHub (auto-collects if no .promptpit/)
pit install github:user/repo@v2.0        # specific tag/branch
pit install github:user/repo --global    # install to ~/.claude/, ~/.cursor/ (all projects)
pit instal

Tags

agentaiclaude-codeclicursordeveloper-toolsmcptypescript

Reviews

Loading reviews...

Quality Signals

2
Stars
0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/nirelbaz/promptpit)](https://loaditout.ai/skills/nirelbaz/promptpit)