Skip to content
Skillv1.0.0

granite

For repository architecture, product boundaries, commands, and test workflow, see [CLAUDE.md](CLAUDE.md).

by The-Vibe-Company(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from The-Vibe-Company/granite (AGENTS.md). Install upstream with npx skills add The-Vibe-Company/granite. Copyright stays with the author.

AGENTS.md

For repository architecture, product boundaries, commands, and test workflow, see CLAUDE.md.

Codex-specific notes:

  • No operational differences from the Claude workflow.
  • This repo is TypeScript + Node ESM. Keep CLI wrappers thin and put business logic in src/core/.
  • Preserve the product boundary: Granite is deterministic local markdown infrastructure, not an embedded LLM, vector store, scheduler, or autonomous agent.

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/the-vibe-company-granite-granite/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.

the-vibe-company-granite-granite.ocm.jsonjson
{
  "ocm": "1",
  "id": "the-vibe-company-granite-granite",
  "kind": "skill",
  "name": "granite",
  "description": "For repository architecture, product boundaries, commands, and test workflow, see [CLAUDE.md](CLAUDE.md).",
  "publisher": "The-Vibe-Company",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "For repository architecture, product boundaries, commands, and test workflow, see [CLAUDE.md](CLAUDE.md)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/The-Vibe-Company/granite",
      "path": "AGENTS.md",
      "ref": "b75d504bc1c7502b4543c0b5294642736d85bf8c",
      "url": "https://github.com/The-Vibe-Company/granite/blob/b75d504bc1c7502b4543c0b5294642736d85bf8c/AGENTS.md",
      "key": "The-Vibe-Company/granite/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nFor repository architecture, product boundaries, commands, and test workflow, see [CLAUDE.md](CLAUDE.md).\n\nCodex-specific notes:\n\n- No operational differences from the Claude workflow.\n- This repo is TypeScript + Node ESM. Keep CLI wrappers thin and put business logic in `src/core/`.\n- Preserve the product boundary: Granite is deterministic local markdown infrastructure, not an embedded LLM, vector store, scheduler, or autonomous agent.",
  "cost": {
    "context_tokens": 113
  }
}

Fetch it by URL: GET /api/v1/registry/the-vibe-company-granite-granite/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.