opencode-flutter-dhruv-v1
v1.0.0
Published
Open Code setup for Flutter projects. Automatically creates skills, rules, and prompts.
Maintainers
Readme
opencode-flutter
Integrate Open Code setup for Flutter projects. This package automatically scaffolds a .opencode directory with skills, rules, prompts, and configuration templates.
Installation
npm install opencode-flutterHow it works
Upon installation, a postinstall script runs and creates a .opencode folder in your project root if it doesn't already exist.
Manual Setup
If you want to run the setup manually:
npx opencode-flutterFolder Structure Created
.opencode/skills/- Custom skills for the AI..opencode/rules/- Project-specific rules..opencode/prompts/- Useful prompt templates..opencode/config.json- Open Code configuration.
