Imported from GenixPL/flutter_keys (AGENTS.md). Install upstream with npx skills add GenixPL/flutter_keys. Copyright stays with the author.
Gemini Project Rules
Architecture
Place screens in separate files with matching names (e.g., first_screen.dart for FirstScreen).
Name all widgets that use Scaffold with the "Screen" suffix, and not "Page".
Code Style
Always format the newly added code.
Use a line length of 120 for formatting.
Place private methods at the bottom of widget classes.
Planning
You are allowed to proceed with implementation plans without waiting for user approval.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/genixpl-flutter-keys-flutter-keys/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
genixpl-flutter-keys-flutter-keys.ocm.jsonjson
{
"ocm": "1",
"id": "genixpl-flutter-keys-flutter-keys",
"kind": "skill",
"name": "flutter_keys",
"description": "Gemini Project Rules",
"publisher": "GenixPL",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Gemini Project Rules"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/GenixPL/flutter_keys",
"path": "AGENTS.md",
"ref": "02f25ce33d599b8bb10ee1e27313bf41299a1cda",
"url": "https://github.com/GenixPL/flutter_keys/blob/02f25ce33d599b8bb10ee1e27313bf41299a1cda/AGENTS.md",
"key": "GenixPL/flutter_keys/AGENTS.md"
}
},
"instructions": "# Gemini Project Rules\n\n## Architecture\n- Place screens in separate files with matching names (e.g., `first_screen.dart` for `FirstScreen`).\n- Name all widgets that use `Scaffold` with the \"Screen\" suffix, and not \"Page\".\n\n## Code Style\n- Always format the newly added code.\n- Use a line length of 120 for formatting.\n- Place private methods at the bottom of widget classes.\n\n## Planning\n- You are allowed to proceed with implementation plans without waiting for user approval.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/genixpl-flutter-keys-flutter-keys/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.