Skip to content
Skillv1.0.0

argprep

Repo Rules

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

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

See reviews

About

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

Repo Rules

  • Do not ask whether to create a git commit or push after making changes.
  • When the user says "commit and push", immediately run the necessary git commands (including git add, git status, git commit, git push) without any further confirmation or questions.
  • Never ask whether to run git commit or git push after the user has already said "commit and push".
  • For Snakemake runs, use a longer command timeout to avoid premature termination.
  • Never commit or push SLURM output files (e.g., slurm-*.out) or Snakemake log files (e.g., *.snakemake.log, .snakemake/log/*).

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/rilab-argprep-argprep/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.

rilab-argprep-argprep.ocm.jsonjson
{
  "ocm": "1",
  "id": "rilab-argprep-argprep",
  "kind": "skill",
  "name": "argprep",
  "description": "Repo Rules",
  "publisher": "RILAB",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repo Rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/RILAB/argprep",
      "path": "AGENTS.md",
      "ref": "fae16b99ec91c5765495df2d2b6786f84e169462",
      "url": "https://github.com/RILAB/argprep/blob/fae16b99ec91c5765495df2d2b6786f84e169462/AGENTS.md",
      "key": "RILAB/argprep/AGENTS.md"
    }
  },
  "instructions": "## Repo Rules\n\n- Do not ask whether to create a git commit or push after making changes.\n- When the user says \"commit and push\", immediately run the necessary git commands (including `git add`, `git status`, `git commit`, `git push`) without any further confirmation or questions.\n- Never ask whether to run `git commit` or `git push` after the user has already said \"commit and push\".\n- For Snakemake runs, use a longer command timeout to avoid premature termination.\n- Never commit or push SLURM output files (e.g., `slurm-*.out`) or Snakemake log files (e.g., `*.snakemake.log`, `.snakemake/log/*`",
  "cost": {
    "context_tokens": 150
  }
}

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