From aida-core
Interactive Claude Code permissions management - scans plugin recommendations, presents categorized setup, and writes to settings.json
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin oakensoul-aida-core-pluginThis skill uses the workspace's default tool permissions.
Manages Claude Code permissions interactively by scanning installed
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Manages Claude Code permissions interactively by scanning installed
plugin recommendations, presenting categorized choices, and writing
the selected configuration to settings.json.
This skill activates when /aida config permissions is invoked
through the aida skill routing system.
| Command | Description |
|---|---|
/aida config permissions | Interactive permissions setup |
/aida config permissions --audit | Audit current permissions |
Scripts are located at skills/permissions/scripts/ relative to
the plugin root.
~/.claude/plugins/cache/*/*/.claude-plugin/~/.claude/settings.json.claude/settings.json.claude/settings.local.jsonget_questions(context)recommendedPermissions in
aida-config.jsonexecute(context, responses)When --audit is passed, the skill skips the interactive flow
and returns a coverage/gap/conflict analysis report.
| Script | Purpose |
|---|---|
scripts/permissions.py | Two-phase API entry point |
scripts/scanner.py | Plugin permission discovery |
scripts/aggregator.py | Deduplication and categorization |
scripts/settings_manager.py | Settings.json read/write |
| Document | Purpose |
|---|---|
references/permissions-workflow.md | End-to-end workflow guide |
references/rule-syntax.md | Permission rule format docs |
references/presets.md | Preset definitions and mappings |