AgentStack
SKILL verified MIT Self-run

Skill Tune

skill-mattdweigand-sketch-agent-skills-skill-tune · by mattdweigand-sketch

Audit or refactor a skill or prompt artifact for prompt technical debt. Use when explicitly asked to review SKILL.md, AGENTS.md, CLAUDE.md, system prompts, command wrappers, or tool instructions for prompt debt, over-steering, context bloat, stale model-specific instructions, duplicated canonical rules, misplaced executable checks, or missing authority boundaries. Use as a debt review pass before…

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-mattdweigand-sketch-agent-skills-skill-tune

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Skill Tune? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. For non-trivial or editable audits, scope the target path, canonical owner, and mode: audit-only or apply.
  2. Read the target file, nearby metadata, and only the canonical docs needed to prove ownership or duplication.
  3. 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.
  4. For artifacts that grant tool use, writes, external actions, memory, credentials, or approvals, also check identity, tools, denials, approvals, logs, retention, and failure behavior.
  5. Return concrete findings with one action each from references/prompt-debt-taxonomy.md.
  6. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.