Skip to content
Skillv1.0.0

os-site-layout

See the Pota skill at `.opencode/skills/pota/SKILL.md` for all framework rules, API reference, and patterns.

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

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

See reviews

About

Imported from boredofnames/os-site-layout (AGENTS.md). Install upstream with npx skills add boredofnames/os-site-layout. Copyright stays with the author.

AGENTS.md

Pota Framework

See the Pota skill at .opencode/skills/pota/SKILL.md for all framework rules, API reference, and patterns.

Security Audit

See the Security Audit skill at .opencode/skills/security-audit/SKILL.md for prompt injection detection, supply chain analysis, vulnerability scanning, and remediation patterns.

Versioning

  • Semantic versioning via npm version patch|minor|major
  • Current version tracked in package.json
  • Git tags for releases (v0.1.0, v0.2.0, etc.)
  • Conventional commits: feat:, fix:, chore:, perf:, docs:
  • Bump when: meaningful features done, bugs fixed, tested
  • No release schedule — tag when it feels right
  • Tag message format: v0.2.0

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/boredofnames-os-site-layout-os-site-layout/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.

boredofnames-os-site-layout-os-site-layout.ocm.jsonjson
{
  "ocm": "1",
  "id": "boredofnames-os-site-layout-os-site-layout",
  "kind": "skill",
  "name": "os-site-layout",
  "description": "See the Pota skill at `.opencode/skills/pota/SKILL.md` for all framework rules, API reference, and patterns.",
  "publisher": "boredofnames",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "See the Pota skill at `.opencode/skills/pota/SKILL.md` for all framework rules, API reference, and patterns."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/boredofnames/os-site-layout",
      "path": "AGENTS.md",
      "ref": "bd392b22aed6470e3e6c0d2a17ddcf1e40c2c1ed",
      "url": "https://github.com/boredofnames/os-site-layout/blob/bd392b22aed6470e3e6c0d2a17ddcf1e40c2c1ed/AGENTS.md",
      "key": "boredofnames/os-site-layout/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Pota Framework\n\nSee the Pota skill at `.opencode/skills/pota/SKILL.md` for all framework rules, API reference, and patterns.\n\n## Security Audit\n\nSee the Security Audit skill at `.opencode/skills/security-audit/SKILL.md` for prompt injection detection, supply chain analysis, vulnerability scanning, and remediation patterns.\n\n## Versioning\n\n- Semantic versioning via `npm version patch|minor|major`\n- Current version tracked in `package.json`\n- Git tags for releases (`v0.1.0`, `v0.2.0`, etc.)\n- Conventional commits: `feat:`, `fix:`, `chore:`, `perf:`, `docs:`\n- Bump when: meaningfu",
  "cost": {
    "context_tokens": 178
  }
}

Fetch it by URL: GET /api/v1/registry/boredofnames-os-site-layout-os-site-layout/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.