Skip to content
Skillv1.0.0

fuzmon

Style

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

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

See reviews

About

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

Style

  • Remove all compiler warnings
  • Use info! log for non-frequent events and use warn! for errors
  • Never copy-and-paste code. Eliminate duplicated code
  • Run cargo fmt
  • Never use allow(dead_code)

Testing

  • Add appropriate tests
  • Get cargo test pass
  • Never add sleep

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/shinh-fuzmon-fuzmon/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.

shinh-fuzmon-fuzmon.ocm.jsonjson
{
  "ocm": "1",
  "id": "shinh-fuzmon-fuzmon",
  "kind": "skill",
  "name": "fuzmon",
  "description": "Style",
  "publisher": "shinh",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Style"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/shinh/fuzmon",
      "path": "AGENTS.md",
      "ref": "0eea53d6be036f9f0e68dbfbf3e37d331eb39a39",
      "url": "https://github.com/shinh/fuzmon/blob/0eea53d6be036f9f0e68dbfbf3e37d331eb39a39/AGENTS.md",
      "key": "shinh/fuzmon/AGENTS.md"
    }
  },
  "instructions": "## Style\n\n- Remove all compiler warnings\n- Use info! log for non-frequent events and use warn! for errors\n- Never copy-and-paste code. Eliminate duplicated code\n- Run `cargo fmt`\n- Never use `allow(dead_code)`\n\n## Testing\n\n- Add appropriate tests\n- Get `cargo test` pass\n- Never add sleep",
  "cost": {
    "context_tokens": 72
  }
}

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