myco

The connected intelligence layer for agents and AI-assisted teams

Get Started View on GitHub

Get Started

# From the Goondocks marketplace claude plugin marketplace add goondocks-co/myco claude plugin install myco@goondocks-plugins # Or install directly from the repo claude plugin add goondocks-co/myco

Then initialize in your project:

/myco:init

Add Myco as a team marketplace in your Cursor dashboard:

1. Go to Dashboard → Settings → Plugins 2. In Team Marketplaces, click Import 3. Paste: https://github.com/goondocks-co/myco 4. Review the parsed plugins and save

Then initialize in your project:

/myco:init

See the Cursor plugin docs for details.

Add Myco as a plugin marketplace in VS Code settings:

// In settings.json, add the marketplace: { "chat.plugins.marketplaces": [ "goondocks-co/myco" ] }

Then initialize in your project:

/myco:init

See the VS Code agent plugin docs for details. Agent plugins are currently in preview.

Capture

Plugin hooks record prompts and responses. A background daemon detects plans, specs, and decisions — extracting them as first-class vault entries.

Connect

Obsidian backlinks create a navigable intelligence graph. Sessions link to plans, plans link to decisions, decisions link to memories. Browse it visually or let agents traverse it.

Search

Vector embeddings enable semantic search. Agents find conceptually related context via MCP tools — not keyword matching, real understanding. The index rebuilds from Markdown source of truth.