Skip to content
Skillv1.0.0

loganfarci.com

Use the existing GitHub Copilot custom instructions and repository specs as the shared agent guidance:

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

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

See reviews

About

Imported from lfarci/loganfarci.com (AGENTS.md). Install upstream with npx skills add lfarci/loganfarci.com. Copyright stays with the author.

Repository guidance

Use the existing GitHub Copilot custom instructions and repository specs as the shared agent guidance:

  • .github/copilot-instructions.md defines the project, layout, workflows, and coding conventions.
  • .github/instructions/ contains path-specific instructions.
  • docs/specs/README.md routes tasks to the canonical requirements and defines their precedence.

Read the applicable files before making changes. Do not restate their rules here; update the relevant custom instruction or spec when guidance changes so Copilot and Codex stay aligned.

More-specific AGENTS.md files may route a subtree to its applicable custom instructions and specs.

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/lfarci-loganfarci-com-loganfarci-com/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.

lfarci-loganfarci-com-loganfarci-com.ocm.jsonjson
{
  "ocm": "1",
  "id": "lfarci-loganfarci-com-loganfarci-com",
  "kind": "skill",
  "name": "loganfarci.com",
  "description": "Use the existing GitHub Copilot custom instructions and repository specs as the shared agent guidance:",
  "publisher": "lfarci",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use the existing GitHub Copilot custom instructions and repository specs as the shared agent guidance:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/lfarci/loganfarci.com",
      "path": "AGENTS.md",
      "ref": "215d6ecbaca19d3d4453e2bd0cbc495ae2992586",
      "url": "https://github.com/lfarci/loganfarci.com/blob/215d6ecbaca19d3d4453e2bd0cbc495ae2992586/AGENTS.md",
      "key": "lfarci/loganfarci.com/AGENTS.md"
    }
  },
  "instructions": "# Repository guidance\n\nUse the existing GitHub Copilot custom instructions and repository specs as the\nshared agent guidance:\n\n- `.github/copilot-instructions.md` defines the project, layout, workflows, and\n  coding conventions.\n- `.github/instructions/` contains path-specific instructions.\n- `docs/specs/README.md` routes tasks to the canonical requirements and defines\n  their precedence.\n\nRead the applicable files before making changes. Do not restate their rules here;\nupdate the relevant custom instruction or spec when guidance changes so Copilot\nand Codex stay aligned.\n\nMore-specific `AGENT",
  "cost": {
    "context_tokens": 170
  }
}

Fetch it by URL: GET /api/v1/registry/lfarci-loganfarci-com-loganfarci-com/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.