Overview
Packmind’s onboarding feature automatically scans your project, detects your technologies and coding patterns, and generates tailored standards and commands in minutes. Instead of manually creating standards from scratch, Packmind analyzes your existing code and practices to create a foundation you can refine. This is the fastest way to get Packmind working in your project.Prerequisites
- Packmind CLI installed and configured
- Logged in with
packmind-cli login - A Git repository in your project
Quick Start
Run this single command in your project directory:- Install Packmind’s default skills to your AI agent configuration
- Scan your project for technologies, frameworks, and patterns
- Generate coding standards based on detected conventions
- Generate workflow commands for your framework
- Show you a preview of everything that will be created
- Ask for confirmation before writing files
.packmind/ and skills to .claude/skills/ (or equivalent for your AI agent).
What Gets Generated
Based on your project’s technologies, you’ll get: Standards (in.packmind/standards/)
- Language-specific conventions (TypeScript, Python, Java, etc.)
- Framework best practices (React, NestJS, Spring Boot, etc.)
- Rules extracted from your existing code documentation
.packmind/commands/)
- Framework-specific workflows (“create component”, “add API endpoint”, etc.)
- Project-specific patterns your team follows
- Project overview with your full technology stack
- Debugging guides for your testing framework
- Framework-specific coding assistance
Common Workflows
Preview Before Applying
Want to see what will be generated without writing anything?Auto-Approve for CI/CD
Automate onboarding in your deployment pipeline:Push to Your Team
Generate standards and commands, then share them with your team via Packmind:Only Install Skills (Skip Scanning)
If you only want Packmind’s default skills without scanning your project:Regenerate After Changes
After updating your codebase or frameworks, rescan and regenerate content:Next Steps
Once onboarding completes:- Review generated standards in
.packmind/standards/— edit and refine as needed - Review generated commands in
.packmind/commands/— customize for your team’s workflows - Test in your AI agent — use the new skills and standards immediately in Claude Code, Cursor, or other supported agents
- Iterate — run
packmind-cli onboardagain anytime your project changes significantly
Troubleshooting
Q: Init command hangs or times out A: Large projects can take longer to scan. Use--dry-run first to see scanning progress, or manually specify which directories to scan with future onboarding improvements.
Q: Generated standards don’t match my project
A: This is expected for new projects. Onboarding is a starting point — review and customize the generated standards to match your actual conventions. Your edits will be preserved on future scans if you don’t regenerate over them.
Q: Standards and commands won’t push to backend
A: Ensure you’ve logged in with packmind-cli login and have network access to your Packmind instance. The --push flag requires valid credentials.
Related Documentation
- Create and customize standards
- Create and customize commands
- Distribute standards and commands
- CLI Reference for all command options