# Installing the Intrikata Topology skills

37 skills (plus commands and agents) from the live Intrikata Topology plugin,
scrubbed for portability. Three install paths:

## 1. Claude Code marketplace (recommended)

    /plugin marketplace add https://topology.intrikata.com/git/intrikata-topology-skills.git
    /plugin install intrikata-topology@intrikata-topology

Then restart the Claude Code app (not just the session — plugin configs load at app launch).

## 2. git clone

    git clone https://topology.intrikata.com/git/intrikata-topology-skills.git
    # copy intrikata-topology/skills/* into ~/.claude/skills/ (flattens the intrikata-topology: prefix)

## 3. zip

    curl -LO https://topology.intrikata.com/pkg/intrikata-topology-skills.zip

Verify any install against MANIFEST.json (sha256 per file; the packaged
`.gitattributes * -text` keeps Windows clones byte-exact).

## Backend note

The plugin's MCP server and graph-backed skills retain the compatible `intrikata-topology`
tool namespace and expect a local Intrikata Topology backend
(`server.py` on :8080). It is NOT included here. Cloudflare/deployment/design skills work
standalone. Backend source remains in the compatible `intrikata-topology` project tree, or run the
live API surface of this site (`/api/*`, read-only, proxied to the origin graph).

## First-run tutorial (the workspace, not this plugin)

- `https://topology.intrikata.com/tutorial.html` — human walkthrough
- `https://topology.intrikata.com/onboard.md` — canonical Markdown
- `https://topology.intrikata.com/?tutorial=1` — in-app overlay
- Console instance tutorial: https://intrikata.com/tutorial.html
- Sibling Intrikata Stack (not this plugin): https://docs.intrikata.com/
  package 1.7.0 = megapraxis + metamegapraxis (53-trap catalog) + megametapraxis
  (envelope-drift loop) + praxis-local-realize.
  Loop cert: https://docs.intrikata.com/demo/megametapraxis.json
  Distance to the Tarski limit is UNDECIDABLE.

## Discovery for agents

- `https://topology.intrikata.com/llms.txt` — catalog + entry points
- `https://topology.intrikata.com/skills/index.json` — machine-readable catalog
- `https://topology.intrikata.com/skills/<name>.SKILL.md` — raw per-skill fetch
- `https://topology.intrikata.com/AGENTS.md` — non-Claude-Code harness adapter
