Skip to main content

Universal package manager for AI coding assistants

Project description

PromptyDumpty

A lightweight, universal package manager for AI coding assistants (prompts, instructions, rules, workflows, etc.).

PyPI - Python Version PyPI - Downloads License

What is it?

PromptyDumpty lets you install and manage prompt packages across different AI coding assistants like GitHub Copilot, Claude, Cursor, Gemini, Windsurf, and more.

Why?

  • Share prompts easily: Package and distribute your team's prompts
  • Works everywhere: One package works with multiple AI coding assistants
  • Simple: Just YAML files and Git repos, no complex setup
  • Safe: Clean installation and removal, clear tracking

Installation

Using pip

pip install prompty-dumpty

From Source

git clone https://github.com/dasiths/PromptyDumpty.git
cd PromptyDumpty
pip install -e .

Verify Installation

dumpty --version

Quick Start

# Initialize in your project
dumpty init

# Install a package
dumpty install https://github.com/org/my-prompts

# List installed packages
dumpty list

# Update packages
dumpty update --all

# Remove a package
dumpty uninstall my-prompts

How it Works

  1. Auto-detects your AI agent (checks for .github/prompts/, .claude/commands/, etc.)
  2. Installs package files to the right directories
  3. Tracks everything in a lockfile for easy management
  4. Organizes files by package name for clean removal

Supported AI Coding Assistants

  • GitHub Copilot (.github/)
  • Claude (.claude/)
  • Cursor (.cursor/)
  • Gemini (.gemini/)
  • Windsurf (.windsurf/)
  • Cline (.cline/)
  • Aider (.aider/)
  • Continue (.continue/)

Usage Examples

Initialize a Project

# Auto-detect agents in current directory
dumpty init

# Initialize with specific agent
dumpty init --agent copilot

Install Packages

# Install from GitHub repository
dumpty install https://github.com/org/my-prompts

# Install specific version tag
dumpty install https://github.com/org/my-prompts --version 1.0.0

# Install for specific agent
dumpty install https://github.com/org/my-prompts --agent copilot

Manage Packages

# List installed packages
dumpty list

# Show detailed information
dumpty list --verbose

# Update all packages
dumpty update --all

# Update specific package
dumpty update my-prompts

# Uninstall a package
dumpty uninstall my-prompts

Requirements

  • Python 3.8 or higher
  • Git

Creating Packages

Want to create your own prompt packages? See the full guide at dumpty.dev/creating-packages.

Quick example - define what your package provides in dumpty.package.yaml:

name: my-workflows
version: 1.0.0
description: Custom development workflows
manifest_version: 1.0
author: Your Name
license: MIT

agents:
  copilot:
    prompts:
      - name: code-review
        description: Code review workflow
        file: src/review.md
        installed_path: code-review.prompt.md
  
  claude:
    commands:
      - name: code-review
        description: Code review command
        file: src/review.md
        installed_path: review.md

Documentation

📚 Full documentation available at dumpty.dev

Contributing

Contributions are welcome! Please visit our GitHub repository for more information.

Links

License

MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prompty_dumpty-0.6.2.tar.gz (69.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prompty_dumpty-0.6.2-py3-none-any.whl (38.1 kB view details)

Uploaded Python 3

File details

Details for the file prompty_dumpty-0.6.2.tar.gz.

File metadata

  • Download URL: prompty_dumpty-0.6.2.tar.gz
  • Upload date:
  • Size: 69.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prompty_dumpty-0.6.2.tar.gz
Algorithm Hash digest
SHA256 5ddb52d92671a67f9c6a5b3a44ffffbc6af360f0bec63392c59fa438708afa0d
MD5 9e75e292095550404d6359739916a41a
BLAKE2b-256 51941ffdbbca44be44575b66a810ee1b46667fe999bbe8bb7efd2a2782b2ee24

See more details on using hashes here.

Provenance

The following attestation bundles were made for prompty_dumpty-0.6.2.tar.gz:

Publisher: publish-to-pypi.yml on dasiths/PromptyDumpty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file prompty_dumpty-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: prompty_dumpty-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 38.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for prompty_dumpty-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8a4611a97e3b0f3686cf81be54e8d4aa357fdd278dc5ad252fe628e7f47633b8
MD5 d5a842a0987dfaf17e58cc6fccef2b73
BLAKE2b-256 dff3e199c92b65f19a3d5c95173c6174834e1ac7c85cb273b1cd506bbc7ec94d

See more details on using hashes here.

Provenance

The following attestation bundles were made for prompty_dumpty-0.6.2-py3-none-any.whl:

Publisher: publish-to-pypi.yml on dasiths/PromptyDumpty

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page