Skip to content
Skillv1.0.0

DavidMaco.github.io

# AGENTS.md

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

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

See reviews

About

Imported from DavidMaco/DavidMaco.github.io (AGENTS.md). Install upstream with npx skills add DavidMaco/DavidMaco.github.io. Copyright stays with the author.

# AGENTS.md

Operational guide for AI agents in portfolio-website.

Completion Checklist

  1. Implement minimal, scoped changes.
  2. Run verification commands:
    • python -m pytest -q
    • python -m ruff check .
    • python -m pyright
  3. Resolve diagnostics in changed files.
  4. Summarize change, risk, and validation.

Guardrails

  • Do not introduce secret defaults.
  • Do not leak internal errors in client responses.
  • Prefer root-cause fixes over broad refactors.

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/davidmaco-davidmaco-github-io-davidmaco-github-io/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.

davidmaco-davidmaco-github-io-davidmaco-github-io.ocm.jsonjson
{
  "ocm": "1",
  "id": "davidmaco-davidmaco-github-io-davidmaco-github-io",
  "kind": "skill",
  "name": "DavidMaco.github.io",
  "description": "# AGENTS.md",
  "publisher": "DavidMaco",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "# AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/DavidMaco/DavidMaco.github.io",
      "path": "AGENTS.md",
      "ref": "c24ae595bafc267336fd4cf373a7dbf807512f5c",
      "url": "https://github.com/DavidMaco/DavidMaco.github.io/blob/c24ae595bafc267336fd4cf373a7dbf807512f5c/AGENTS.md",
      "key": "DavidMaco/DavidMaco.github.io/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nOperational guide for AI agents in portfolio-website.\n\n## Completion Checklist\n\n1. Implement minimal, scoped changes.\n2. Run verification commands:\n   - python -m pytest -q\n   - python -m ruff check .\n   - python -m pyright\n3. Resolve diagnostics in changed files.\n4. Summarize change, risk, and validation.\n\n## Guardrails\n\n- Do not introduce secret defaults.\n- Do not leak internal errors in client responses.\n- Prefer root-cause fixes over broad refactors.",
  "cost": {
    "context_tokens": 118
  }
}

Fetch it by URL: GET /api/v1/registry/davidmaco-davidmaco-github-io-davidmaco-github-io/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.