From config-management
Merge local AI permission settings into repository-wide permissions
npx claudepluginhub jacobpevans/claude-code-plugins --plugin config-managementThis skill uses the workspace's default tool permissions.
Scan local AI settings across all repos/worktrees, analyze permissions, and merge approved changes into repository permissions.
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.
Scan local AI settings across all repos/worktrees, analyze permissions, and merge approved changes into repository permissions.
| AI Tool | Config Location | Sync Status |
|---|---|---|
| Claude | agentsmd/permissions/ | Fully supported |
| Gemini | .gemini/permissions/ | Fully supported |
| Copilot | .github/copilot-instructions.md | Not yet supported |
Scan home directory for AI permission settings, classify permissions, and deduplicate against existing patterns.
Currently scans:
~/.claude/settings.local.json in all repos/worktrees~/.gemini/settings.json in all repos/worktreesReview analysis report. Ask user to approve, modify, or cancel.
Only after approval, apply changes, sync across tools, and cleanup local files.
Sync strategy:
Command -> Agent -> Skill pattern:
permissions-analyzer, permissions-syncerpermission-patterns (safety classification, deduplication, token-efficient extraction)