craft

cdblake1/craft
★ 0 stars JavaScript Code/Dev Tools Updated today
Opinionated engineering-discipline tooling for GitHub Copilot CLI: research -> experiment -> implement workflows, journal + compose MCP servers, and lifecycle hooks. MIT.
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": {
    "craft": {
      "command": "npx",
      "args": [
        "-y",
        "cdblake1/craft"
      ]
    }
  }
}

README Excerpt

**Opinionated engineering-discipline tooling for GitHub Copilot CLI.** craft encodes *how* to do serious engineering work well and gives a session the substrate to do it: workflow skills that shape behavior, two MCP servers for continuity and work composition, and lifecycle hooks that surface the right context at the right moment. Everything sits on one git-backed data layer that can follow you across machines.