Skip to content
Skillv1.0.0

workflows

Repository Rules

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

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

See reviews

About

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

Repository Rules

  • Never push directly to main.
  • Always work on a branch.
  • Always validate JSON after edits.
  • Never commit real API keys, tokens, credential IDs, webhook secrets, OAuth secrets, passwords, private emails, or client-specific private values.
  • Use clear placeholders for credentials and private values.
  • Preserve n8n workflow structure, node names, connections, and webhook paths unless specifically asked.

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/khanhduyvt0101-workflows-workflows/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.

khanhduyvt0101-workflows-workflows.ocm.jsonjson
{
  "ocm": "1",
  "id": "khanhduyvt0101-workflows-workflows",
  "kind": "skill",
  "name": "workflows",
  "description": "Repository Rules",
  "publisher": "khanhduyvt0101",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/khanhduyvt0101/workflows",
      "path": "AGENTS.md",
      "ref": "9f3a0ccace30aef603645d494632fcd1ca3a25f7",
      "url": "https://github.com/khanhduyvt0101/workflows/blob/9f3a0ccace30aef603645d494632fcd1ca3a25f7/AGENTS.md",
      "key": "khanhduyvt0101/workflows/AGENTS.md"
    }
  },
  "instructions": "# Repository Rules\n\n- Never push directly to `main`.\n- Always work on a branch.\n- Always validate JSON after edits.\n- Never commit real API keys, tokens, credential IDs, webhook secrets, OAuth secrets, passwords, private emails, or client-specific private values.\n- Use clear placeholders for credentials and private values.\n- Preserve n8n workflow structure, node names, connections, and webhook paths unless specifically asked.",
  "cost": {
    "context_tokens": 107
  }
}

Fetch it by URL: GET /api/v1/registry/khanhduyvt0101-workflows-workflows/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.