Skip to content
Skillv1.0.0

rules-ask

This file provides guidance to agents when working with code in this repository.

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

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

See reviews

About

Imported from FelixMatrixar/routeguard (.bob/rules-ask/AGENTS.md). Install upstream with npx skills add FelixMatrixar/routeguard --skill rules-ask. Copyright stays with the author.

AGENTS.md

This file provides guidance to agents when working with code in this repository.

Ask Mode Context — RouteGuard

Non-obvious documentation patterns

  • Ask mode is for understanding — do not modify files here
  • For AST questions: always show the full node tree, not just the relevant subtree
  • For visitor questions: always show the selector string alongside the function signature
  • For security questions: reason through all three conditions (source, sink, guard)

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/felixmatrixar-routeguard-rules-ask/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.

felixmatrixar-routeguard-rules-ask.ocm.jsonjson
{
  "ocm": "1",
  "id": "felixmatrixar-routeguard-rules-ask",
  "kind": "skill",
  "name": "rules-ask",
  "description": "This file provides guidance to agents when working with code in this repository.",
  "publisher": "FelixMatrixar",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This file provides guidance to agents when working with code in this repository."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/FelixMatrixar/routeguard",
      "path": ".bob/rules-ask/AGENTS.md",
      "ref": "21815a76436c80c5ec97ef80c8207e978ad02a23",
      "url": "https://github.com/FelixMatrixar/routeguard/blob/21815a76436c80c5ec97ef80c8207e978ad02a23/.bob/rules-ask/AGENTS.md",
      "key": "FelixMatrixar/routeguard/.bob/rules-ask/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nThis file provides guidance to agents when working with code in this repository.\n\n## Ask Mode Context — RouteGuard\n\n### Non-obvious documentation patterns\n\n- Ask mode is for understanding — do not modify files here\n- For AST questions: always show the full node tree, not just the relevant subtree\n- For visitor questions: always show the selector string alongside the function signature\n- For security questions: reason through all three conditions (source, sink, guard)",
  "cost": {
    "context_tokens": 121
  }
}

Fetch it by URL: GET /api/v1/registry/felixmatrixar-routeguard-rules-ask/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.