From starlight-intelligence-system
Evaluates every mutation request (filesystem, vault, external) against a Claw's declared permission surface, issuing APPROVE or DENY with logged reasoning. Always active for Starlight Sentinel.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starlight-intelligence-system:permission-gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Every mutation request passes through this gate. No Claw bypasses it.
Every mutation request passes through this gate. No Claw bypasses it.
Evaluates permission requests from Claws against their declared permission surface in CLAW.md, the user's workspace contract, and the active safety posture. Issues a programmatic APPROVE or DENY with logged reasoning.
{ claw_id, action_type, target, declared_reason }CLAW.md permission blockpermissions.* surface?mutation_default allow this action without explicit approval?mutation_default: false → escalate to Procedure 2 (Mutation Approval Request)mutation_default: true → APPROVE, log, return{ timestamp, claw_id, requested_action, declared_surface, verdict: DENY }~/.starlight/logs/permission.jsonlrequires_sentinel: truemutation-approval for interactive approval flowsnpx claudepluginhub frankxai/starlight-intelligence-systemProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.