Skip to content
Skillv1.0.0

NoRaincheck.github.io

When generating or updating YAML frontmatter tags in blog posts, always use a list of strings format:

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

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

See reviews

About

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

AGENTS.md

When generating or updating YAML frontmatter tags in blog posts, always use a list of strings format:

tags: ["ai", "agentic-coding", "pi", "skills", "tooling", "reflection"]

Do not use the bare list format:

tags: [ai, agentic-coding, pi, skills, tooling, reflection]

Each tag must be a quoted string inside a YAML list.

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

noraincheck-noraincheck-github-io-noraincheck-github-io.ocm.jsonjson
{
  "ocm": "1",
  "id": "noraincheck-noraincheck-github-io-noraincheck-github-io",
  "kind": "skill",
  "name": "NoRaincheck.github.io",
  "description": "When generating or updating YAML frontmatter tags in blog posts, always use a list of strings format:",
  "publisher": "NoRaincheck",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "When generating or updating YAML frontmatter tags in blog posts, always use a list of strings format:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/NoRaincheck/NoRaincheck.github.io",
      "path": "AGENTS.md",
      "ref": "ff58aa2f0086f9ff5d5eb40a5e2d8ec549cdb5f9",
      "url": "https://github.com/NoRaincheck/NoRaincheck.github.io/blob/ff58aa2f0086f9ff5d5eb40a5e2d8ec549cdb5f9/AGENTS.md",
      "key": "NoRaincheck/NoRaincheck.github.io/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nWhen generating or updating YAML frontmatter tags in blog posts, always use a list of strings format:\n\n```yaml\ntags: [\"ai\", \"agentic-coding\", \"pi\", \"skills\", \"tooling\", \"reflection\"]\n```\n\nDo **not** use the bare list format:\n\n```yaml\ntags: [ai, agentic-coding, pi, skills, tooling, reflection]\n```\n\nEach tag must be a quoted string inside a YAML list.",
  "cost": {
    "context_tokens": 91
  }
}

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