The connected intelligence layer for agents and AI-assisted teams
# 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/mycoThen initialize in your project:
/myco:initAdd 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 saveThen initialize in your project:
/myco:initSee 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:initSee the VS Code agent plugin docs for details. Agent plugins are currently in preview.
Plugin hooks record prompts and responses. A background daemon detects plans, specs, and decisions — extracting them as first-class vault entries.
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.
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.