# Installing the Intrikata Topology skills

39 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).

## 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
