Skip to content
Skillv1.0.0

.cogni

MVP Template files for automated repository setup.

by cogni-dao(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from cogni-dao/cogni-git-review (cogni-rails-templates-v0.1/.cogni/AGENTS.md). Install upstream with npx skills add cogni-dao/cogni-git-review --skill .cogni. Copyright stays with the author.

Templates Directory

MVP Template files for automated repository setup.

Files

  • repo-spec-template.yaml - Default repository specification for new installations
  • rules/ai-rule-template.yaml - Example AI rule configuration

Usage

These templates are used by the welcome PR creation system when installing Cogni on new repositories.

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/cogni-dao-cogni-git-review-cogni/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.

cogni-dao-cogni-git-review-cogni.ocm.jsonjson
{
  "ocm": "1",
  "id": "cogni-dao-cogni-git-review-cogni",
  "kind": "skill",
  "name": ".cogni",
  "description": "MVP Template files for automated repository setup.",
  "publisher": "cogni-dao",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "MVP Template files for automated repository setup."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/cogni-dao/cogni-git-review",
      "path": "cogni-rails-templates-v0.1/.cogni/AGENTS.md",
      "ref": "168db6dee5a60518ad51b60760c47b085c2bf2ad",
      "url": "https://github.com/cogni-dao/cogni-git-review/blob/168db6dee5a60518ad51b60760c47b085c2bf2ad/cogni-rails-templates-v0.1/.cogni/AGENTS.md",
      "key": "cogni-dao/cogni-git-review/cogni-rails-templates-v0.1/.cogni/AGENTS.md"
    }
  },
  "instructions": "# Templates Directory\n\nMVP Template files for automated repository setup.\n\n## Files\n- `repo-spec-template.yaml` - Default repository specification for new installations\n- `rules/ai-rule-template.yaml` - Example AI rule configuration\n\n## Usage\nThese templates are used by the welcome PR creation system when installing Cogni on new repositories.",
  "cost": {
    "context_tokens": 86
  }
}

Fetch it by URL: GET /api/v1/registry/cogni-dao-cogni-git-review-cogni/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.