Skip to content
Skillv1.0.0

00-contracts

Travaille uniquement sur les contrats et leurs validateurs minimaux. Lis `PROJECT.md` avant toute modification.

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

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

See reviews

About

Imported from victorcarre6/pithos (preliminary_work/00-contracts/AGENTS.md). Install upstream with npx skills add victorcarre6/pithos --skill 00-contracts. Copyright stays with the author.

Instructions — contrats

Travaille uniquement sur les contrats et leurs validateurs minimaux. Lis PROJECT.md avant toute modification.

  • Ne développe ni runner, ni base SQLite, ni dashboard.
  • N'ajoute un champ que s'il a un consommateur identifié.
  • Préfère JSON Schema et Markdown à une abstraction applicative.
  • Fournis une fixture valide et au moins une fixture invalide par invariant important.
  • Versionne explicitement tout format persistant.
  • Documente chaque décision qui impose une contrainte aux projets suivants.
  • Termine par les commandes réellement exécutées et leurs résultats.

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/victorcarre6-pithos-00-contracts/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.

victorcarre6-pithos-00-contracts.ocm.jsonjson
{
  "ocm": "1",
  "id": "victorcarre6-pithos-00-contracts",
  "kind": "skill",
  "name": "00-contracts",
  "description": "Travaille uniquement sur les contrats et leurs validateurs minimaux. Lis `PROJECT.md` avant toute modification.",
  "publisher": "victorcarre6",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Travaille uniquement sur les contrats et leurs validateurs minimaux. Lis `PROJECT.md` avant toute modification."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/victorcarre6/pithos",
      "path": "preliminary_work/00-contracts/AGENTS.md",
      "ref": "0ceec3290674c68a6a5600c7da52f9ae2b3d9fd9",
      "url": "https://github.com/victorcarre6/pithos/blob/0ceec3290674c68a6a5600c7da52f9ae2b3d9fd9/preliminary_work/00-contracts/AGENTS.md",
      "key": "victorcarre6/pithos/preliminary_work/00-contracts/AGENTS.md"
    }
  },
  "instructions": "# Instructions — contrats\n\nTravaille uniquement sur les contrats et leurs validateurs minimaux. Lis `PROJECT.md` avant toute modification.\n\n- Ne développe ni runner, ni base SQLite, ni dashboard.\n- N'ajoute un champ que s'il a un consommateur identifié.\n- Préfère JSON Schema et Markdown à une abstraction applicative.\n- Fournis une fixture valide et au moins une fixture invalide par invariant important.\n- Versionne explicitement tout format persistant.\n- Documente chaque décision qui impose une contrainte aux projets suivants.\n- Termine par les commandes réellement exécutées et leurs résultats.",
  "cost": {
    "context_tokens": 150
  }
}

Fetch it by URL: GET /api/v1/registry/victorcarre6-pithos-00-contracts/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.