Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.19 KB

File metadata and controls

31 lines (19 loc) · 2.19 KB

Frequently asked questions

Most "how do I…" answers live in the README; this page covers what isn't documented elsewhere and points to the rest.

Install, update, other tools

  • Install / first runQuick start.
  • Update pluginsVersioning and updates.
  • Private repo? Yes - /plugin marketplace add just needs GitHub read access (via gh auth login or 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.

Cost and quotas

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).

Security

  • 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's actions/, hooks/hooks.json, and .mcp.json before installing. Claude Code asks before tool calls by default.
  • Report a vulnerabilitySECURITY.md (GitHub Security Advisories; never a public issue).

Contributing

Troubleshooting

Install failures (cache, name mismatch, reload) → Troubleshooting.