Skip to content
Skillv1.0.0

netmelon_hompage

This file applies repo-wide to the Netmelon public homepage.

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

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

See reviews

About

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

AGENTS.md

Scope

This file applies repo-wide to the Netmelon public homepage.

Core Rules

  • Keep the site static unless a runtime change is explicitly requested.
  • Never commit credentials, cookies, access tokens, private keys, or raw user data.
  • Preserve Korean and English public-source parity.
  • Use a short task branch and pull request; do not deploy from a development branch.
  • Do not add a worker, job, scheduler, queue, or external workload.

Collaboration Files

Changes to .github/*, .gitleaks.toml, .gitleaksignore, .pre-commit-config.yaml, .gitignore, tools/verify_no_secrets.sh, and AGENTS.md are allowed for development governance.

Validation

Run bash tools/verify_no_secrets.sh, npm run check, and git diff --check.

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/bluetss-netmelon-hompage-netmelon-hompage/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.

bluetss-netmelon-hompage-netmelon-hompage.ocm.jsonjson
{
  "ocm": "1",
  "id": "bluetss-netmelon-hompage-netmelon-hompage",
  "kind": "skill",
  "name": "netmelon_hompage",
  "description": "This file applies repo-wide to the Netmelon public homepage.",
  "publisher": "bluetss",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This file applies repo-wide to the Netmelon public homepage."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/bluetss/netmelon_hompage",
      "path": "AGENTS.md",
      "ref": "491723d5f487eaabc8f98cd8c9af8f89beb6b96c",
      "url": "https://github.com/bluetss/netmelon_hompage/blob/491723d5f487eaabc8f98cd8c9af8f89beb6b96c/AGENTS.md",
      "key": "bluetss/netmelon_hompage/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Scope\n\nThis file applies repo-wide to the Netmelon public homepage.\n\n## Core Rules\n\n- Keep the site static unless a runtime change is explicitly requested.\n- Never commit credentials, cookies, access tokens, private keys, or raw user data.\n- Preserve Korean and English public-source parity.\n- Use a short task branch and pull request; do not deploy from a development branch.\n- Do not add a worker, job, scheduler, queue, or external workload.\n\n## Collaboration Files\n\nChanges to `.github/*`, `.gitleaks.toml`, `.gitleaksignore`,\n`.pre-commit-config.yaml`, `.gitignore`, `tools/verif",
  "cost": {
    "context_tokens": 192
  }
}

Fetch it by URL: GET /api/v1/registry/bluetss-netmelon-hompage-netmelon-hompage/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.