cgp-template

CognitiveOS-Project/cgp-template
★ 0 stars Unknown language Security Updated today
Cognitive Patch (.cgp) developer template — boilerplate for packaging skills with cognitive.json manifest, MCP servers, prompts, and optional model adapters. The starting point for CognitiveOS skill authors
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cgp-template": {
      "command": "npx",
      "args": [
        "-y",
        "CognitiveOS-Project/cgp-template"
      ]
    }
  }
}

README Excerpt

Cognitive Patch (.cgp) developer template — boilerplate for packaging skills with cognitive.json manifest, MCP servers, prompts, and optional model adapters. The starting point for CognitiveOS skill authors