onepro
v1.0.0
Published
CLI tool for setting up prototype development workflow with Claude Code skills
Downloads
13
Maintainers
Readme
onepro
CLI tool for setting up prototype development workflow with Claude Code skills.
What is onepro?
onepro is a command-line tool that helps product managers quickly set up a standardized prototype development workflow. It installs and configures Claude Code skills that:
- Integrate with your company's Design Token system
- Generate UI prototypes that match frontend standards
- Provide a standardized workflow for prototype development
Installation
npm install -g oneproQuick Start
# Initialize in your project directory
onepro init
# This will:
# - Create .onepro/ directory with configuration
# - Install Claude Code skills for prototype development
# - Set up Design Token integration (placeholder in v0.1)Current Status (v0.1)
This is the first phase of onepro development. The CLI framework is complete with:
- ✅ Global CLI installation
- ✅
onepro initcommand - ✅ Skills generation system
- ✅ Configuration management
Phase 1 Limitations:
- Skills contain placeholder content
- Design Token integration is configured but not implemented
- Full prototype workflow is planned for future releases
Project Structure
After running onepro init, your project will have:
your-project/
├── .onepro/
│ └── config.yaml # onepro configuration
└── .claude/
└── skills/
├── onepro-prototype/
├── onepro-design-system/
└── onepro-workflow/Development
# Clone the repository
git clone https://github.com/your-org/onepro.git
cd onepro
# Install dependencies
npm install
# Build
npm run build
# Test CLI locally
npm run dev:cliContributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
License
MIT - see LICENSE for details.
Roadmap
- v0.1 (Current): CLI framework with placeholder skills
- v0.2: Design Token integration
- v0.3: Complete prototype workflow implementation
- v0.4: Advanced features and improvements
