claude-wisright
v2.1.0
Published
Claude configuration installer for Dynamic Form Builder project
Downloads
5
Maintainers
Readme
claude-wisright
A simple CLI tool to install .claude configuration folder in your project, similar to how bmad-method works but specifically for Claude configuration.
Installation & Usage
No need to install globally! Just use npx:
npx claude-wisright installThis will create a .claude folder in your current directory with:
config.json- Project configuration metadataCLAUDE.md- Project documentation and guidelines
How it works
When you run npx claude-wisright install, it:
- Downloads the package from npm
- Copies the
.claudefolder to your current directory - That's it! Simple and clean.
Commands
Install .claude folder
npx claude-wisright installForce overwrite existing .claude folder
npx claude-wisright install --force
# or
npx claude-wisright install -fWhat's in the .claude folder?
The .claude folder contains:
- commands/BMad/agents: Various AI agent definitions
- commands/BMad/tasks: Task definitions and workflows
Why use this?
- Simple: One command to add Claude configuration to any project
- Lightweight: Only installs what you need (just the .claude folder)
- No bloat: Unlike full project scaffolding, this only adds configuration
- Version controlled: Easy to update configuration across projects
Example workflow
# Navigate to your project
cd my-project
# Install .claude configuration
npx claude-wisright install
# Now your project has .claude folder with all configuration!License
MIT
Author
Wisright
Simple. Clean. Just the .claude folder you need. 🎯
