permissions-manager

1 stars
96
A

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.

#claude-code-skill#Tool#Load#Route#Project Type#token budget#agentic-skill#Keywords

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-manager
skilz install SpillwaveSolutions/claude_permissions_skill/permissions-manager --agent opencode
skilz install SpillwaveSolutions/claude_permissions_skill/permissions-manager --agent codex
skilz install SpillwaveSolutions/claude_permissions_skill/permissions-manager --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/SpillwaveSolutions/claude_permissions_skill
2. Copy the agent skill directory:
cp -r claude_permissions_skill ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
1
Type
Other
Meta-Domain
Primary Domain
Market Score
96

Agent Skill Grade

A
Score: 96/100 Click to see breakdown

Score Breakdown

Spec Compliance
14/15
PDA Architecture
28/30
Ease of Use
23/25
Writing Style
9/10
Utility
18/20
Modifiers: +4

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

claude-code-skill Tool Load Route Project Type token budget agentic-skill Keywords project Claude Code

Report Security Issue

Found a security vulnerability in this agent skill?