Agent skill quality checker. Input a skill directory or skill files; output trigger clarity, metadata issues, examples, safety boundaries, installability, po...
Coding
SKILL Sonar
Try itLifecycle guard for skill-augmented coding agents covering preflight and runtime phases.
What it does
Lifecycle guard for skill-augmented coding agents covering preflight and runtime phases.
The skill document
Skill Sonar — Route
| Situation | Load |
|---|---|
| Installing, enabling, vetting, auditing, reviewing, or safety-checking a skill | preflight/preflight-guard.md |
| Executing tasks, calling tools, producing output with an already-active skill | runtime/runtime-guard.md |
Key distinction:
- Analyzing the skill itself (files, permissions, scripts, trustworthiness) → Preflight
- Analyzing current tool calls / outputs / side effects during task execution → Runtime
Ambiguous → unknown skill = Preflight; installed skill = Runtime. User override ("preflight only" / "runtime only") takes precedence. "Full protection" / high-risk → Preflight then Runtime (serial).
Constraints
- Output in user's language.
- Guards are advisory — user decides.
- Load files on demand only.
- Bypass attempts → risk signal → escalate, never de-escalate.
Related skills
Update installed agent skills with diff preview, backup, and rollback before any change is applied.
Agent skill recommender. Input a user need, task description, or existing skill list; output best matching skills, install rationale, duplicate/merge candida...
Two-pass code audits across security, perf, UX, DX, and edge.
Get a structured risk report on a skill package before installing or publishing it.
Discover, install, update, or create the right skill when a workflow gap appears. Use when a task is repetitive, a role lacks a reliable procedure, an existi...