permissions-manager
Configures Claude Code permissions via natural language for CLI tools (git, gcloud, aws, kubectl, maven, gradle, npm, docker), project types (Rust, Java, TypeScript, Python), and file patterns. Use when asked to "configure permissions", "enable git", "allow docker", "setup project permissions", "apply permission profile", or "make files editable". Auto-detects project types and researches unknown tools.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install SpillwaveSolutions/claude_permissions_skill/permissions-managerskilz install SpillwaveSolutions/claude_permissions_skill/permissions-manager --agent opencodeskilz install SpillwaveSolutions/claude_permissions_skill/permissions-manager --agent codexskilz install SpillwaveSolutions/claude_permissions_skill/permissions-manager --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/SpillwaveSolutions/claude_permissions_skillcp -r claude_permissions_skill ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- SpillwaveSolutions (GitHub)
- Repository
- claude_permissions_skill
- Stars
- 1
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 96
Agent Skill Grade
A Score: 96/100 Click to see breakdown
Score Breakdown
Areas to Improve
- CLI workflow file exceeds optimal length
- Example redundancy in workflow files
- Missing master checklist in SKILL.md
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-19
Developer Feedback
I took a look at your claude_permissions_skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 96/100, solid A territory. This is based on Anthropic's skill best practices rubric. Your strongest areas are spec compliance (14/15) and the layered architecture - you've got a clean 3-tier setup that keeps things modular. The weakest area is utility (18/20), which is surprising given how practical this skill actually is. Turns out the grading system just wanted to see more template examples and feedback loops.
What's Working Well
- Progressive Disclosure is chef's kiss - You're saving 90%+ tokens with surgical grep/jq patterns and explicit token budgets per tier. The separation between SKILL.md, guides/workflows/, and references/ is exactly how this should be structured.
- The trigger phrases are solid - Eight of them covering different user intents ('enable git', 'setup project permissions', 'apply permission profile'). Makes the skill actually discoverable.
- Comprehensive CLI tool routing - Handling 20+ CLI tools with read/write modes and automatic safety rules is no joke. Most permission managers don't think about constraint levels (minimal/standard/strict).
- Smart backup-before-write pattern - You're validating configurations and backing things up. That's the kind of defensive UX that builds trust.
The Big One: Missing Templates Hold Back Utility
Here's the thing - your skill solves a real problem, but you're only showing the happy path. The grading system dinged you 2 points on templates and feedback loops because developers need more than examples; they need patterns they can remix.
What to add: Create a new file guides/templates/permission-rule-templates.md with copy-paste patte...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Reporting issue with:
permissions-manager
https://github.com/SpillwaveSolutions/claude_permissions_skillThank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.