Skip to content
Skillv1.0.0

SpecGuard

Repository Notes

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

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

See reviews

About

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

Repository Notes

  • The FastAPI application and Pydantic contracts live under backend/app.
  • Install requirements-dev.txt and run backend tests with .venv/bin/python -m pytest.
  • Import public contracts from app.schemas; keep internal schema imports absolute.
  • Do not push directly to main.
  • Do not rename existing API fields or maintainance.py without checking every usage.
  • Keep safety recommendations advisory and human-approved by default.
  • Update schema tests, docs/examples, and docs/SCHEMA_ARCHITECTURE.md together.

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/bonk18-specguard-specguard/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.

bonk18-specguard-specguard.ocm.jsonjson
{
  "ocm": "1",
  "id": "bonk18-specguard-specguard",
  "kind": "skill",
  "name": "SpecGuard",
  "description": "Repository Notes",
  "publisher": "bonk18",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/bonk18/SpecGuard",
      "path": "AGENTS.md",
      "ref": "28c984dd35418ff4b07bff52044c9b5ce96c9a11",
      "url": "https://github.com/bonk18/SpecGuard/blob/28c984dd35418ff4b07bff52044c9b5ce96c9a11/AGENTS.md",
      "key": "bonk18/SpecGuard/AGENTS.md"
    }
  },
  "instructions": "# Repository Notes\n\n- The FastAPI application and Pydantic contracts live under `backend/app`.\n- Install `requirements-dev.txt` and run backend tests with `.venv/bin/python -m pytest`.\n- Import public contracts from `app.schemas`; keep internal schema imports absolute.\n- Do not push directly to `main`.\n- Do not rename existing API fields or `maintainance.py` without checking every usage.\n- Keep safety recommendations advisory and human-approved by default.\n- Update schema tests, `docs/examples`, and `docs/SCHEMA_ARCHITECTURE.md` together.",
  "cost": {
    "context_tokens": 136
  }
}

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