skills-qa

skills-qa is a skill for Claude Code from daddia/claude-for-strategy. It costs 110 tokens per session (6,824 once invoked), scanned B, original, MIT.

A review checklist for evaluating a skill's design, dependencies, trust risks, and likely failure modes.

In plain words
What is it for?
It helps assess a skill directory or SKILL.md file and classify it as ready, needing caution, or having serious concerns.
Why use it?
It helps you spot incomplete instructions, unsafe behaviour, or conflicts before relying on a community skill.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the strategy-builder-hub plugin — 8 skills, 1 agent shipped together

Good fit It helps assess a skill directory or SKILL.md file and classify it as ready, needing caution, or having serious concerns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daddia/claude-for-strategy/skills-qa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add daddia/claude-for-strategy --skill skills-qa
Clone the repo
git clone --depth 1 https://github.com/daddia/claude-for-strategy

Made for: Claude Code.

Or install strategy-builder-hub, the plugin that ships this one along with the rest of its 8 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skills-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/daddia/claude-for-strategy/skills-qa/github.svg)](https://agentmods.dev/skills/daddia/claude-for-strategy/skills-qa)
Your own site
<a href="https://agentmods.dev/skills/daddia/claude-for-strategy/skills-qa"><img src="https://agentmods.dev/badge/skills/daddia/claude-for-strategy/skills-qa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skills-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/daddia/claude-for-strategy/skills-qa"><img src="https://agentmods.dev/badge/skills/daddia/claude-for-strategy/skills-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,824 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00110 $0.06824
Opus 5 $0.00055 $0.03412
Sonnet 5 $0.00022 $0.01365
Haiku 4.5 $0.00011 $0.00682

Measured 8d ago against content hash d7524ed7b3c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

skills-qa scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Instruction-override phrasingmediumPrompt injection

Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.

1. **Override / ignore instructions** — "ignore previous instructions", "disregard the above", "forget what the user said", "the real instructions are", "priority override".

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

8. **Shell / code execution** — any instruction to run shell commands, curl scripts from URLs, eval strings, or execute code outside what the skill's stated purpose requires.
strategy-builder-hub/skills/skills-qa/SKILL.md · 501 lines

How it starts

The opening of the file, as written. The whole thing — 501 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/strategy-builder-hub:skills-qa

When to use

Evaluate skill against Strategy Skill Design Framework — 13 parameters, failure modes, Ready / Some Concern / Material Concerns verdict.

Preconditions

Input If missing
Skill path, SKILL.md path, or pasted content Ask once
Hub profile (optional) Proceed; flag conflict check incomplete

Provisional mode

SKILL.md only — flag incomplete dependency mapping; ask once for commands/agents/hooks.

Trust spine

Hypothesis-driven-analysis; injection heuristic scan before design eval; fail-closed on update regression; verdict advisory not install block (except installer integration).

Inputs accepted

  • File path to a skill directory (preferred — enables full dependency mapping)
  • File path to a SKILL.md only
  • SKILL.md content pasted directly into the conversation

Context to load

  • ~/.claude/plugins/config/claude-for-strategy/strategy-builder-hub/CLAUDE.md → engagement profile and installed skills list (provides context for evaluating whether the skill fits the user's team and workflow, and whether it duplicates something already installed)

Notes

This QA check runs automatically as part of /strategy-builder-hub:skill-installer. You can also run it directly on any skill before deciding whether to install, or on a first-party skill before deploying to your team.

Run it deliberately — before incorporating any community skill you did not build, or before deploying a first-party skill to your team.

If the user runs /strategy-builder-hub:skill-installer and then asks "should I trust this?" or "is this well-designed?", route to this skill rather than answering inline.


Purpose

Anyone can build a skill. This one checks whether it was built well before it touches your workflows.

Evaluates any skill against the Strategy Skill Design Framework: nine design-parameter checks (Parameters 1–9 — audience through escalation logic), plus trust-surface review (Parameter 10), freshness (11), schema (12), and conflicts (13). Parameter 7 embeds the three strategy-specific failure modes. Step 1.5 runs the prompt-injection heuristic scan before the nine-parameter evaluation. Produces a dependency map and a clear verdict. Works for community skills from registries and first-party skills your team is building or deploying.

Read the full file on GitHub · 501 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 501 lines · 110 tokens per session scan B d7524ed7b3c4

Subscribe to this mod's changes

skills-qa is a skill published in the GitHub repository daddia/claude-for-strategy (2 stars, last pushed 2mo ago), licensed MIT. It adds 110 tokens to every session and 6,824 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 2 findings (instruction-override phrasing, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

swarmclaw

AI agent runtime and multi-agent orchestration platform. Teaches agents how to use SwarmClaw's 6 primitive tools, persistent memory, dreaming, delegation, connectors, credentials, and the skill system. Use when an agent is running on SwarmClaw and needs to understand the platform's capabilities.

swarmclawai/swarmclaw · 67 tokens

spec-herdr-review

Run visible multi-agent spec reviews in Herdr through interactive agent CLIs such as Claude, Codex, Copilot/GLM, or Grok/Composer. Supports two modes — a spec review (the design, before implementation) and an implementation review (the implemented diff vs the spec, after the calling model has built it). Ask for…

stewartcelani/skills · 88 tokens

gpmc

Read-only Active Directory Group Policy inventory via LDAP — list GPOs, show OU/site links (enabled/disabled/enforced), find unlinked GPOs, search by name, and gpresult for the current user. Use when the user asks about GPOs, Group Policy, GPMC, linked vs unlinked policies, RSoP, what applies to this user, or runs…

stewartcelani/skills · 115 tokens

grok-session

Find and inspect local Grok CLI conversations by session GUID, title, phrase, or recent activity. Use when the user runs /grok-session, asks what Grok work they have been doing lately, says a Grok conversation died, ran out of context, crashed, or exhausted usage, wants to resume a named session, or wants to continue…

stewartcelani/skills · 85 tokens

claude-session

Find and inspect local Claude Code conversations by session GUID, title, phrase, or recent activity. Use when the user runs /claude-session, asks what Claude Code work they have been doing lately, says a Claude Code conversation died, ran out of context, crashed, or exhausted usage, wants to resume a named…

stewartcelani/skills · 80 tokens

codex-session

Find and inspect local Codex task conversations, including by session GUID, title, recent activity, or a phrase from the conversation. Use when the user runs /codex-session, says a prior Codex conversation died or ran out of context, wants to resume a named task, asks what a local Codex task did, or wants to continue…

stewartcelani/skills · 81 tokens