Skip to content
Skillv1.0.0

rules-code

Project Coding Rules (Non-Obvious Only)

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

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

See reviews

About

Imported from PatrickvBeek/portfolioTracker (.roo/rules-code/AGENTS.md). Install upstream with npx skills add PatrickvBeek/portfolioTracker --skill rules-code. Copyright stays with the author.

Project Coding Rules (Non-Obvious Only)

  • Always use Material UI components when applicable
  • Custom styling: Use .module.less files, never inline styles
  • bemHelper + .css pattern is deprecated → replace with .module.less
  • MUI component styling changes go in theme.ts only
  • Component logic must be extracted to <Component>.logic.ts files for complex data handling
  • Domain calculations must be kept in domain/ folder, not in React hooks
  • Domain imports use "pt-domain" alias, not relative paths
  • LESS files must reference predefined variables from frontend/src/theme/definitions.less

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/patrickvbeek-portfoliotracker-rules-code/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.

patrickvbeek-portfoliotracker-rules-code.ocm.jsonjson
{
  "ocm": "1",
  "id": "patrickvbeek-portfoliotracker-rules-code",
  "kind": "skill",
  "name": "rules-code",
  "description": "Project Coding Rules (Non-Obvious Only)",
  "publisher": "PatrickvBeek",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project Coding Rules (Non-Obvious Only)"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/PatrickvBeek/portfolioTracker",
      "path": ".roo/rules-code/AGENTS.md",
      "ref": "b50e4bb9b8b3bdce25ffde0762e2693f372b267b",
      "url": "https://github.com/PatrickvBeek/portfolioTracker/blob/b50e4bb9b8b3bdce25ffde0762e2693f372b267b/.roo/rules-code/AGENTS.md",
      "key": "PatrickvBeek/portfolioTracker/.roo/rules-code/AGENTS.md"
    }
  },
  "instructions": "# Project Coding Rules (Non-Obvious Only)\n\n- Always use Material UI components when applicable\n- Custom styling: Use `.module.less` files, never inline styles\n- `bemHelper` + `.css` pattern is deprecated → replace with `.module.less`\n- MUI component styling changes go in `theme.ts` only\n- Component logic must be extracted to `<Component>.logic.ts` files for complex data handling\n- Domain calculations must be kept in `domain/` folder, not in React hooks\n- Domain imports use `\"pt-domain\"` alias, not relative paths\n- LESS files must reference predefined variables from `frontend/src/theme/definiti",
  "cost": {
    "context_tokens": 152
  }
}

Fetch it by URL: GET /api/v1/registry/patrickvbeek-portfoliotracker-rules-code/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.