Skip to content
Skillv1.0.0

test

Rule 1 — Think Before Coding. No silent assumptions. State what you're assuming. Surface tradeoffs. Ask before guessing. Push back when a simpler approach exists. Rule 2 — Simplicity First. Minimum co

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

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

See reviews

About

Imported from AnouarMohamed/test (AGENTS.md). Install upstream with npx skills add AnouarMohamed/test. Copyright stays with the author.

AGENTS.md

Rule 1 — Think Before Coding. No silent assumptions. State what you're assuming. Surface tradeoffs. Ask before guessing. Push back when a simpler approach exists. Rule 2 — Simplicity First. Minimum code that solves the problem. No speculative features. No abstractions for single-use code. If a senior engineer would call it overcomplicated — simplify. Rule 3 — Surgical Changes. Touch only what you must. Don't "improve" adjacent code, comments, or formatting. Don't refactor what isn't broken. Match existing style. Rule 4 — Goal-Driven Execution. Define success criteria. Loop until verified. Don't tell Claude what steps to follow, tell it what success looks like and let it iterate.

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/anouarmohamed-test-test/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.

anouarmohamed-test-test.ocm.jsonjson
{
  "ocm": "1",
  "id": "anouarmohamed-test-test",
  "kind": "skill",
  "name": "test",
  "description": "Rule 1 — Think Before Coding. No silent assumptions. State what you're assuming. Surface tradeoffs. Ask before guessing. Push back when a simpler approach exists. Rule 2 — Simplicity First. Minimum code that solves the problem. No speculative features. No abstractions for single-use code. If a senior engineer would call it overcomplicated — simplify. Rule 3 — Surgical Changes. Touch only what you must. Don't \"improve\" adjacent code, comments, or formatting. Don't refactor what isn't broken. Match existing style. Rule 4 — Goal-Driven Execution. Define success criteria. Loop until verified. Don't tell Claude what steps to follow, tell it what success looks like and let it iterate.",
  "publisher": "AnouarMohamed",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Rule 1 — Think Before Coding. No silent assumptions. State what you're assuming. Surface tradeoffs. Ask before guessing. Push back when a simpler approach exists. Rule 2 — Simplicity First. Minimum code that solves the problem. No speculative features. No abstractions for single-use code. If a senior engineer would call it overcomplicated — simplify. Rule 3 — Surgical Changes. Touch only what you must. Don't \"improve\" adjacent code, comments, or formatting. Don't refactor what isn't broken. Match existing style. Rule 4 — Goal-Driven Execution. Define success criteria. Loop until verified. Don't tell Claude what steps to follow, tell it what success looks like and let it iterate."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AnouarMohamed/test",
      "path": "AGENTS.md",
      "ref": "ccf16dc4adfdda4e6fd781d3cc4ad4c3ecaaac27",
      "url": "https://github.com/AnouarMohamed/test/blob/ccf16dc4adfdda4e6fd781d3cc4ad4c3ecaaac27/AGENTS.md",
      "key": "AnouarMohamed/test/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nRule 1 — Think Before Coding.\nNo silent assumptions. State what you're assuming. Surface tradeoffs. Ask before guessing. Push back when a simpler approach exists.\nRule 2 — Simplicity First.\nMinimum code that solves the problem. No speculative features. No abstractions for single-use code. If a senior engineer would call it overcomplicated — simplify.\nRule 3 — Surgical Changes.\nTouch only what you must. Don't \"improve\" adjacent code, comments, or formatting. Don't refactor what isn't broken. Match existing style.\nRule 4 — Goal-Driven Execution.\nDefine success criteria. Loop until v",
  "cost": {
    "context_tokens": 175
  }
}

Fetch it by URL: GET /api/v1/registry/anouarmohamed-test-test/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.

test - Skill - OpenSmartRoute