Skip to content
Skillv1.0.0

intentumdiff-puppet-parser

The puppet parser plugin: a Wasm component emitting deterministic SemanticNode trees.

by buchochelliq-labs(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from buchochelliq-labs/intentumdiff-puppet-parser (AGENTS.md). Install upstream with npx skills add buchochelliq-labs/intentumdiff-puppet-parser. Copyright stays with the author.

Agent instructions — intentumdiff-puppet-parser

The puppet parser plugin: a Wasm component emitting deterministic SemanticNode trees.

Hard invariants

  • Determinism: same input, byte-identical tree; 0-based positions; stable labels/hashes.
  • No source text in facts; parse failures return the in-band error envelope, never a panic.
  • .claude/skills/ here are STAMPED from the SDK master — never edit them in this repo.
  • CI is a thin caller of the SDK's reusable parser-ci.yml — CI fixes belong in the SDK.

Build + test (Rust 1.93.0)

cargo build --release --target wasm32-wasip2
cargo test

Guide: https://github.com/buchochelliq-labs/intentumdiff-plugin-sdk/blob/main/docs/PLUGIN_GUIDE.md

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/buchochelliq-labs-intentumdiff-puppet-parser-intentumdif-e36795/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.

buchochelliq-labs-intentumdiff-puppet-parser-intentumdif-e36795.ocm.jsonjson
{
  "ocm": "1",
  "id": "buchochelliq-labs-intentumdiff-puppet-parser-intentumdif-e36795",
  "kind": "skill",
  "name": "intentumdiff-puppet-parser",
  "description": "The puppet parser plugin: a Wasm component emitting deterministic SemanticNode trees.",
  "publisher": "buchochelliq-labs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "The puppet parser plugin: a Wasm component emitting deterministic SemanticNode trees."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/buchochelliq-labs/intentumdiff-puppet-parser",
      "path": "AGENTS.md",
      "ref": "468a7c636a8f709e5d612949af4e81479e6bd97a",
      "url": "https://github.com/buchochelliq-labs/intentumdiff-puppet-parser/blob/468a7c636a8f709e5d612949af4e81479e6bd97a/AGENTS.md",
      "key": "buchochelliq-labs/intentumdiff-puppet-parser/AGENTS.md"
    }
  },
  "instructions": "# Agent instructions — intentumdiff-puppet-parser\n\nThe puppet parser plugin: a Wasm component emitting deterministic SemanticNode trees.\n\n## Hard invariants\n- Determinism: same input, byte-identical tree; 0-based positions; stable labels/hashes.\n- No source text in facts; parse failures return the in-band error envelope, never a panic.\n- `.claude/skills/` here are STAMPED from the SDK master — never edit them in this repo.\n- CI is a thin caller of the SDK's reusable parser-ci.yml — CI fixes belong in the SDK.\n\n## Build + test (Rust 1.93.0)\n```bash\ncargo build --release --target wasm32-wasip2\nc",
  "cost": {
    "context_tokens": 178
  }
}

Fetch it by URL: GET /api/v1/registry/buchochelliq-labs-intentumdiff-puppet-parser-intentumdif-e36795/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.