fielmann-devkit
v1.0.2
Published
CLI to set up the Fielmann AI DevKit in your project
Downloads
295
Maintainers
Readme
fielmann-devkit
Interactive CLI to set up the Fielmann AI DevKit in your project with a single command.
Usage
npx fielmann-devkitThe wizard will:
- Confirm you are running this in your IDE's integrated terminal
- Confirm you are in your project's root directory
- Verify you have access to the AI DevKit repository
- Add the AI DevKit as a Git submodule (
.ai-devkit/) - Run the setup script to copy Cursor rules, skills, and MCP configuration into your
.cursor/directory
Prerequisites
- Node.js >= 18
- Git installed and available on your PATH
- GitHub access to the Fielmann AG organisation
What gets set up
After running the wizard, your project will have:
your-project/
├── .ai-devkit/ # Git submodule (AI DevKit source)
├── .cursor/
│ ├── rules/general-use/ # Cursor rules from AI DevKit
│ ├── rules/project-specific/ # Your own project rules (untouched)
│ ├── commands/general-use/ # Commands from AI DevKit
│ ├── commands/project-specific/ # Your own project commands (untouched)
│ └── mcp.json # MCP server configuration (if not already present)
└── [your project files]Updating the AI DevKit
To pull the latest updates after initial setup:
cd .ai-devkit
./ai-devkit-update.shLicense
MIT
