The connected intelligence layer for agents and AI-assisted teams
# Add the Myco marketplace
claude plugin marketplace add goondocks-co/myco
# Install the myco plugin
claude plugin install myco@myco-pluginsThen 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.
VS Code agent plugins use the same marketplace format as Claude Code. Add the marketplace in your settings:
// In settings.json, add the marketplace:
{
"chat.plugins.marketplaces": [
"goondocks-co/myco"
]
}Then initialize in your project:
/myco-initVS Code reads from .claude-plugin/ — no separate manifest needed. See 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.