Skip to content
Skillv1.0.0

memex

Always run these checks before committing. Do not commit if either fails.

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

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

See reviews

About

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

Agents

Before committing

Always run these checks before committing. Do not commit if either fails.

cargo fmt --check
cargo clippy -- -D warnings

If cargo fmt --check fails, run cargo fmt and include the formatting fix in your commit.

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/nicosuave-memex-memex/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.

nicosuave-memex-memex.ocm.jsonjson
{
  "ocm": "1",
  "id": "nicosuave-memex-memex",
  "kind": "skill",
  "name": "memex",
  "description": "Always run these checks before committing. Do not commit if either fails.",
  "publisher": "nicosuave",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Always run these checks before committing. Do not commit if either fails."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/nicosuave/memex",
      "path": "AGENTS.md",
      "ref": "04adaca0f4de1719ef557c808c586e8201560cb9",
      "url": "https://github.com/nicosuave/memex/blob/04adaca0f4de1719ef557c808c586e8201560cb9/AGENTS.md",
      "key": "nicosuave/memex/AGENTS.md"
    }
  },
  "instructions": "# Agents\n\n## Before committing\n\nAlways run these checks before committing. Do not commit if either fails.\n\n```bash\ncargo fmt --check\ncargo clippy -- -D warnings\n```\n\nIf `cargo fmt --check` fails, run `cargo fmt` and include the formatting fix in your commit.",
  "cost": {
    "context_tokens": 64
  }
}

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