Whatβs Packmind
Packmind is a developer tool that fixes two big problems every AI-native engineer runs into:1οΈβ£ βWhat do I even put in these AI instructions?β
Every tool expects its own inputs:- Copilot β
.github/copilot-instructions.md, chat modes, reusable prompts - Claude β
CLAUDE.md, commands, skills - Cursor β
.cursor/rules/*.mdc - (with more formats appearing every monthβ¦)
- architecture rules β buried in Slack or Notion
- naming conventions β stuck in your head
- patterns β hiding in PR comments
- best practices β scattered across repos
2οΈβ£ βWhy am I copy-pasting this across every repo and every agent?β
Every repo. Every assistant. Different files, different folders, different formats. Keeping everything in sync is impossible. π Packmind centralizes your playbook once β and distributes it everywhere, generating the exact instruction files each AI tool needs, optimized for context.Getting Started
Quick Start
- Create your Packmind account or set up self-hosted
- Install the CLI and authenticate
- Run
/packmind-onboardin your AI coding assistant
/packmind-onboard command will guide your AI agent to automatically analyze your codebase and create standards and commands based on the patterns it discovers.
What Happens During Onboarding
When you run/packmind-onboard, the AI agent will:
- π Scan your repository β Detect tech stack, frameworks, and coding patterns
- π Generate standards β Create up to 5 coding standards from your conventions
- β‘ Create commands β Build up to 5 reusable commands from common workflows
- π¦ Package everything β Organize artifacts for easy distribution
Create Individual Artifacts
You can also create standards, commands, and skills individually using the skillpackmind-update-playbook.
This skill guides your AI agent through a structured creation process.
Learn more about onboarding β