Most "how do I…" answers live in the README; this page covers what isn't documented elsewhere and points to the rest.
- Install / first run → Quick start.
- Update plugins → Versioning and updates.
- Private repo? Yes -
/plugin marketplace addjust needs GitHub read access (viagh auth loginor a PAT). - Cursor / Copilot / Codex / OpenCode? This repo is the Claude Code distribution; for another tool, grab the per-release archive (
aidd-framework-<tool>-<mode>-<version>.zip) attached to each release, unzip, and install per the Another AI tool? table.
Does running plugins cost money? The plugins are MIT-licensed and free; the Claude calls they make consume your Anthropic plan or API balance (per-invocation on a plan, per-token on an API key).
Disable a plugin without uninstalling? Run /plugin and toggle it off in the Installed tab, or remove its entry from .claude/settings.json enabledPlugins (project scope) or ~/.claude/plugins/ (user scope).
- What can a plugin do? Is it safe? → Trust and safety and
SECURITY.md. Plugins run commands, edit files, and call services through your AI tool - inspect a plugin'sactions/,hooks/hooks.json, and.mcp.jsonbefore installing. Claude Code asks before tool calls by default. - Report a vulnerability →
SECURITY.md(GitHub Security Advisories; never a public issue).
- Write your own plugin →
CREATE_PLUGIN.md. - File a bug / request a feature → issue templates.
- Community → Discord · website (more links in the README).
Install failures (cache, name mismatch, reload) → Troubleshooting.