By linenoize
71-skill Topia Nexus for Claude Code — discipline rails via native hooks (readiness/guardian/completion-gate/quarantine). 315 synapses + 49 pulses, Maestro routing, optional agora-code neural memory. Use topia:build for code, topia:architecture-mapper for legacy mapping, topia:team for parallel work, topia:launch for deploy, topia:rescue for legacy code.
Step 2 of Claude Code install — run after /plugin install topia@linenoize. Wires discipline hooks, optional agora-code MCP, team org policy (org.md), and project gitignore. Still in chat, no terminal required for most users.
Pull .rune/ memories into .topia/, optionally disable the rune-kit Claude Code plugin to prevent skill-name conflicts.
Interview-driven setup for .topia/org/org.md — team roles, policies, approval flows, and governance level. Run standalone or as part of /topia finalize.
Topia skill toolkit — interconnected workflows for the full project lifecycle. Use /topia <action> to invoke a skill or run a CLI command.
Pre-implementation red-team analysis. Challenges plans BEFORE code is written — edge cases, security holes, scalability bottlenecks, error propagation. Catches flaws at plan time (10x cheaper).
Architecture and planning agent. Spawned by plan, brainstorm, team, autopsy for strategic analysis, system design, and trade-off evaluation.
Reverse-engineer a codebase into a drillable, cross-linked architecture knowledge base under docs/architecture/. Read-mostly — never modifies application code.
Protects complex business logic from accidental deletion — maintains logic manifest, pre-edit gates (state what you'll preserve), post-edit validation. Use on trading bots, payment systems, state machines.
Create marketing assets — landing copy, social posts, SEO meta, video scripts, slides. Based on actual product capabilities, never aspirational claims.
Pre-implementation red-team analysis. Use when a plan is high-risk, critical path, or expensive to reverse. Challenges plans before code is written — finds edge cases, security holes, scalability bottlenecks, error propagation risks, and integration conflicts. Catches flaws at plan time (10x cheaper than post-implementation).
Reverse-engineer an unfamiliar or legacy codebase into a drillable, cross-linked architecture knowledge base — per repo or across a polyrepo. Use to map how a system starts, wires together, and flows; or to refresh those docs after code changes. Read-mostly: writes only under docs/, never application code.
Creates code-based visual assets — SVG icons, OG image HTML templates, social banners, and icon sets. Outputs files with usage instructions.
Comprehensive project audit — security, dependencies, code quality, architecture, performance, infra, docs, and nexus analytics. Delegates to specialist skills and generates an 8-dimension health score.
Full codebase health assessment. Use when diagnosing project health or starting a rescue workflow on legacy code. Analyzes complexity, dependencies, dead code, tech debt, and git hotspots. Produces a health score and rescue plan.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Topia — internal skill toolkit for AI coding assistants.
71 skills · 315 synapses · 49 pulses · 10 extension packs · optional persistent memory via agora-code MCP
Claude Code (native) · Cursor · Antigravity · Codex · OpenCode · OpenClaw
AI coding agents are smart but undisciplined. They skip steps, forget context across sessions, and ship code that "looks done." Topia gives them workflow rails the model can't skip:
idea elicits requirements, plan writes phase files, adversary red-teams the plan, all before a line of code.test writes failing tests first (red), fix implements until green. TDD enforced, not suggested.guardian (secrets, OWASP), readiness (logic, regressions), completion-gate (validates agent claims have evidence). Auto-fire on tool use.journal persists ADRs to .topia/, optional agora-code MCP adds SQLite-backed semantic recall across sessions.One source of truth (skills/) compiles to six IDE rule formats — switch IDEs without rewriting your workflow rules.
Full guide: docs/INSTALL.md. Teams: see Team policy below.
/plugin marketplace add linenoize/topia
/plugin install topia@linenoize
Restart Claude Code if /topia:build does not appear.
| Marketplace path | Works? |
|---|---|
linenoize/topia (recommended) | ✓ |
| Git URL to the repo | ✓ |
Direct URL to marketplace.json | ✓ (v3.1.2+) |
| Local clone path | ✓ |
Plugin id is lowercase topia. If install fails, run /plugin marketplace update linenoize first.
After Step 1 you have: all /topia:* skills, plugin hooks (session-start, secrets-scan, quarantine, …), and file-based .topia/ memory — but not machine-wide dispatch hooks, team org.md policy, or agora-code MCP until Step 2.
/topia finalize
Run this once per machine (and again when you want to change hooks or org policy). It enables:
| What finalize adds | Why it matters |
|---|---|
Dispatch hooks (readiness, guardian, completion-gate, dependency-doctor) | Auto-fire on edits and shell commands in every repo, even when the plugin is not loaded |
Team org policy (interview → .topia/org/org.md) | guardian and readiness enforce your review, security, and deploy rules — not the template |
| agora-code MCP (optional) | Cross-session semantic memory |
Project .gitignore (optional) | Keeps .topia/ session state out of git (except org/) |
If you skip Step 2: skills still work when you invoke them; discipline gates only run when you remember to call them or when plugin hooks fire in that session. Cross-repo consistency and team policy injection are the main gaps.
Details: docs/INSTALL-CLAUDE-CODE.md · commands/finalize.md
Run in that project's Claude Code session:
| Step | Command | What you get |
|---|---|---|
| 1 | /topia onboard | CLAUDE.md + .topia/ context so every session starts with codebase knowledge |
| 2 | /topia org-config | Team policy in .topia/org/org.md (also offered during finalize) |
| 3 | /topia doctor | Verify install and nexus health |
Teams: commit .topia/org/ to git so every teammate and agent shares the same gates. See docs/ORG-CONFIG.md.
org.md).topia/org/org.md is where your team defines roles, reviewers, security SLAs, deploy windows, and governance level. Topia compiles it into guardian and readiness hooks — so "we require two reviewers on security files" becomes an actual gate, not a wiki page.
/topia org-config (structured interview) or during /topia finalizeorg.md, then refresh hooks (/topia finalize or topia setup --global)The Claude plugin does not compile Cursor/Codex rules. One-time terminal compile from your project root:
node "<path-to-topia>/compiler/bin/topia.js" init --platform cursor
→ docs/INSTALL-NON-CLAUDE.md (secondary path; Claude install above is primary)
npx claudepluginhub linenoize/topia --plugin topiaFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete developer toolkit for Claude Code