Skip to content
Skillv1.0.0

flutter_shaders

Gemini Project Rules

by GenixPL(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from GenixPL/flutter_shaders (AGENTS.md). Install upstream with npx skills add GenixPL/flutter_shaders. 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-shaders-flutter-shaders/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-shaders-flutter-shaders.ocm.jsonjson
{
  "ocm": "1",
  "id": "genixpl-flutter-shaders-flutter-shaders",
  "kind": "skill",
  "name": "flutter_shaders",
  "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_shaders",
      "path": "AGENTS.md",
      "ref": "6a4e27b6c3988209eaeb66c40e05a29846dd837c",
      "url": "https://github.com/GenixPL/flutter_shaders/blob/6a4e27b6c3988209eaeb66c40e05a29846dd837c/AGENTS.md",
      "key": "GenixPL/flutter_shaders/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-shaders-flutter-shaders/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.