Install
$ agentstack add skill-mattdweigand-sketch-agent-skills-skill-tune ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Skill Tune
Audit prompt artifacts for debt. Default to findings only; edit only when the user asks to apply, update, or fix the artifact.
Thesis
Prompt artifacts are technical debt because model-specific steering decays silently as models and harnesses change. Own as little prompt as possible: keep durable knowledge in canonical context, put checkable behavior in code or tests, delete or isolate perishable steering, and leave generic behavior to stock platform defaults.
Load references/prompt-debt-taxonomy.md when classifying instructions. That file owns the stable bucket taxonomy, fate test, verification tiers, and action set.
Repo facts and conventions belong in the repo's canonical docs, not in a global skill. Command wrappers are prompt surface unless they merely invoke canonical workflows or deterministic checks.
Workflow
- For non-trivial or editable audits, scope the target path, canonical owner, and mode: audit-only or apply.
- Read the target file, nearby metadata, and only the canonical docs needed to prove ownership or duplication.
- Check trigger breadth, stale/model-specific steering, duplicated rules, context bloat, executable checks left in prose, missing provenance or freshness, and missing audit/apply boundaries.
- For artifacts that grant tool use, writes, external actions, memory, credentials, or approvals, also check identity, tools, denials, approvals, logs, retention, and failure behavior.
- Return concrete findings with one action each from
references/prompt-debt-taxonomy.md. - If applying edits, make the smallest patch that reduces debt, then validate frontmatter/YAML, expected files, absence of extra prompt artifacts, and any available skill validator.
Do not rewrite for style alone, add generic model coaching, create generic docs, or move debt into another prompt artifact.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mattdweigand-sketch
- Source: mattdweigand-sketch/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.