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.
npx skills add rockyflux/yq-workflow --skill skillsgit clone --depth 1 https://github.com/rockyflux/yq-workflowWrote 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.
[](https://agentmods.dev/skills/rockyflux/yq-workflow/skills)<a href="https://agentmods.dev/skills/rockyflux/yq-workflow/skills"><img src="https://agentmods.dev/badge/skills/rockyflux/yq-workflow/skills/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.
<a href="https://agentmods.dev/skills/rockyflux/yq-workflow/skills"><img src="https://agentmods.dev/badge/skills/rockyflux/yq-workflow/skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.00736 |
| Opus 5 | $0.00015 | $0.00368 |
| Sonnet 5 | $0.00006 | $0.00147 |
| Haiku 4.5 | $0.00003 | $0.00074 |
Grade A, and why
yq-skills scanned grade A with 0 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 10d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
YQ Skills
Directory Structure
skills/
├── tools/ # Quality gate tools
│ ├── verify-security/ # Security vulnerability scanning
│ ├── verify-quality/ # Code quality checking
│ ├── verify-change/ # Change analysis & doc sync
│ ├── verify-module/ # Module completeness validation
│ ├── gen-docs/ # README.md & DESIGN.md generator
│ └── lib/ # Shared utilities
├── orchestration/ # Multi-agent coordination
│ └── multi-agent/ # Ant colony-inspired coordination
├── run_skill.js # Unified skill runner
└── SKILL.md # This file
Quick Navigation
| Category | Description | Entry |
|---|---|---|
| Quality Gates | Module completeness, security, quality, change validation | Quality Gates |
| Multi-Agent | Multi-agent coordination and task decomposition | Multi-Agent |
Quality Gates
Mandatory quality checkpoints to ensure deliverable standards.
| Skill | Trigger | Description |
|---|---|---|
/verify-module |
New module completed | Module structure & documentation completeness |
/verify-security |
New module / security changes / refactoring | Security vulnerability scanning |
/verify-change |
Design-level changes / refactoring | Document sync & change impact analysis |
/verify-quality |
Complex modules / refactoring | Code quality metrics checking |
/gen-docs |
New module created | README.md & DESIGN.md skeleton generator |
Auto-trigger Rules
New module: /gen-docs → develop → /verify-module → /verify-security
Code changes: develop → /verify-change → /verify-quality
Security tasks: execute → /verify-security
Refactoring: refactor → /verify-change → /verify-quality → /verify-security
Running Skills
# Unified runner
node ~/.claude/skills/yq/run_skill.js <skill-name> [args...]
# Examples
node ~/.claude/skills/yq/run_skill.js verify-security ./src
node ~/.claude/skills/yq/run_skill.js verify-quality ./src -v
node ~/.claude/skills/yq/run_skill.js verify-change --mode staged
node ~/.claude/skills/yq/run_skill.js verify-module ./my-module
node ~/.claude/skills/yq/run_skill.js gen-docs ./new-module --force
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- domains/ai/agent-dev.md 5.1 KB
- domains/ai/llm-security.md 6.6 KB
- domains/ai/prompt-and-eval.md 7.8 KB
- domains/ai/rag-system.md 14 KB
- domains/ai/SKILL.md 1.0 KB
- domains/architecture/api-design.md 3.4 KB
- domains/architecture/caching.md 6.4 KB
- domains/architecture/cloud-native.md 4.7 KB
- domains/architecture/message-queue.md 7.3 KB
- domains/architecture/security-arch.md 7.3 KB
- domains/architecture/SKILL.md 1.0 KB
- domains/data-engineering/SKILL.md 7.8 KB
- domains/development/cpp.md 4.5 KB
- domains/development/go.md 5.5 KB
- domains/development/java.md 6.4 KB
- domains/development/python.md 5.6 KB
- domains/development/rust.md 5.6 KB
- domains/development/shell.md 5.1 KB
- domains/development/SKILL.md 1.2 KB
- domains/development/typescript.md 5.5 KB
- domains/devops/cost-optimization.md 6.3 KB
- domains/devops/database.md 4.0 KB
- domains/devops/devsecops.md 3.8 KB
- domains/devops/git-workflow.md 3.5 KB
- domains/devops/observability.md 7.1 KB
- domains/devops/performance.md 7.7 KB
- domains/devops/SKILL.md 1.2 KB
- domains/devops/testing.md 6.0 KB
- domains/frontend-design/agents/openai.yaml 226 B
- domains/frontend-design/claymorphism/references/tokens.css 1.5 KB
- domains/frontend-design/claymorphism/SKILL.md 2.9 KB
- domains/frontend-design/component-patterns.md 3.5 KB
- domains/frontend-design/engineering.md 7.2 KB
- domains/frontend-design/glassmorphism/references/tokens.css 886 B
- domains/frontend-design/glassmorphism/SKILL.md 3.6 KB
- domains/frontend-design/liquid-glass/references/tokens.css 2.1 KB
- domains/frontend-design/liquid-glass/SKILL.md 3.7 KB
- domains/frontend-design/neubrutalism/references/tokens.css 1.0 KB
- domains/frontend-design/neubrutalism/SKILL.md 3.2 KB
- domains/frontend-design/reference/color-and-contrast.md 5.2 KB
- domains/frontend-design/reference/interaction-design.md 6.9 KB
- domains/frontend-design/reference/motion-design.md 4.6 KB
- domains/frontend-design/reference/responsive-design.md 3.4 KB
- domains/frontend-design/reference/spatial-design.md 3.5 KB
- domains/frontend-design/reference/typography.md 5.8 KB
- domains/frontend-design/reference/ux-writing.md 4.2 KB
- domains/frontend-design/SKILL.md 13 KB
- domains/frontend-design/state-management.md 15 KB
- domains/frontend-design/ui-aesthetics.md 2.8 KB
- domains/frontend-design/ux-principles.md 3.1 KB
- domains/infrastructure/SKILL.md 7.2 KB
- domains/mobile/SKILL.md 8.3 KB
- domains/orchestration/multi-agent.md 7.3 KB
- domains/orchestration/SKILL.md 899 B
- domains/security/blue-team.md 11 KB
- domains/security/code-audit.md 7.1 KB
- domains/security/pentest.md 6.8 KB
- domains/security/red-team.md 8.6 KB
- domains/security/SKILL.md 3.1 KB
- domains/security/threat-intel.md 9.8 KB
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.
- 10d ago First seen · 93 lines · 29 tokens per session scan A 4ca3aa9a1a6b
yq-skills is a skill published in the GitHub repository rockyflux/yq-workflow (2 stars, last pushed 4mo ago), licensed MIT. It adds 29 tokens to every session and 736 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…