Skip to content
Skillv1.0.0

rotaryclub

Claude Instructions for Rotary Club Project

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

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

See reviews

About

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

Claude Instructions for Rotary Club Project

  • Always run cargo fmt after changes and before commits.
  • Always run cargo clippy after major changes and always before commits.
  • All tests must pass before committing (cargo test).
  • Use relative imports.
  • Do not add trivial, obvious or redundant comments.
  • Do not add Claude attribution to commit messages.
  • PRs should generally be comprised of one functional change; suggest making a commit before moving onto something unrelated.
  • When work completes a tracked item, update TODO.md in the same commit by marking that item done.
  • CLI code can use anyhow! library code must not use anyhow!

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/charlieh0tel-rotaryclub-rotaryclub/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.

charlieh0tel-rotaryclub-rotaryclub.ocm.jsonjson
{
  "ocm": "1",
  "id": "charlieh0tel-rotaryclub-rotaryclub",
  "kind": "skill",
  "name": "rotaryclub",
  "description": "Claude Instructions for Rotary Club Project",
  "publisher": "charlieh0tel",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Claude Instructions for Rotary Club Project"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/charlieh0tel/rotaryclub",
      "path": "AGENTS.md",
      "ref": "3f04293a0b122a99c76cf0fdc3e44a50db77488a",
      "url": "https://github.com/charlieh0tel/rotaryclub/blob/3f04293a0b122a99c76cf0fdc3e44a50db77488a/AGENTS.md",
      "key": "charlieh0tel/rotaryclub/AGENTS.md"
    }
  },
  "instructions": "# Claude Instructions for Rotary Club Project\n\n- Always run `cargo fmt` after changes and before commits.\n- Always run `cargo clippy` after major changes and always before commits.\n- All tests must pass before committing (`cargo test`).\n- Use relative imports.\n- Do not add trivial, obvious or redundant comments.\n- Do not add Claude attribution to commit messages.\n- PRs should generally be comprised of one functional change; suggest\n  making a commit before moving onto something unrelated.\n- When work completes a tracked item, update `TODO.md` in the same commit\n  by marking that item done.\n- C",
  "cost": {
    "context_tokens": 164
  }
}

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