agentic-qe: Skill for Claude Code

.agents/skills/aqe-ruflo/SKILL.md

aqe-ruflo is a skill for Claude Code, Codex from proffesor-for-testing/agentic-qe. It costs 64 tokens per session (266 once invoked), scanned A, original, MIT.

An optional guide for using Ruflo to coordinate development-time agent teams in an Agentic QE workflow. QE means quality engineering: organizing tests, checks, and evidence that support a software-quality decision.

In plain words
What is it for?
Use it when a project needs multiple coordinated agents, persistent handoffs across sessions, routing, or Ruflo hooks. It is not intended for a one-off edit.
Why use it?
It separates coordination work from quality decisions: Ruflo handles task routing, handoffs, hooks, and shared memory, while AQE owns tests and verdicts. It also prevents Ruflo from becoming a runtime dependency of the shipped product.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is proffesor-for-testing/agentic-qe's own configuration. It tells Claude Code and Codex how to work on agentic-qe itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agentic-qe configures →

Reuse

Borrowing it

Nothing to install: this file belongs to proffesor-for-testing/agentic-qe. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/proffesor-for-testing/agentic-qe/main/.agents/skills/aqe-ruflo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/proffesor-for-testing/agentic-qe

Made for: Claude Code, Codex.

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 aqe-ruflo

README.md
[![agentmods](https://agentmods.dev/badge/skills/proffesor-for-testing/agentic-qe/aqe-ruflo.svg)](https://agentmods.dev/skills/proffesor-for-testing/agentic-qe/aqe-ruflo)
Your own site
<a href="https://agentmods.dev/skills/proffesor-for-testing/agentic-qe/aqe-ruflo"><img src="https://agentmods.dev/badge/skills/proffesor-for-testing/agentic-qe/aqe-ruflo.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 266 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 23
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 24
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00064 $0.00266
Opus 5 $0.00032 $0.00133
Sonnet 5 $0.00013 $0.00053
Haiku 4.5 $0.00006 $0.00027

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

Security

Grade A, and why

aqe-ruflo 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 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.

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.

.agents/skills/aqe-ruflo/SKILL.md · 30 lines

What it actually says

Orchestrate AQE with Ruflo

Keep the ownership boundary explicit:

  • AQE owns quality specialization, test evidence, gates, and verdicts.
  • Ruflo owns development-time task coordination, handoffs, hooks, routing, and cross-session orchestration memory.
  • Never import Ruflo from product code or add ruflo, claude-flow, or @claude-flow/cli as an AQE runtime dependency.

Before using Ruflo, confirm that multi-agent coordination is worth its overhead. Prefer a small, risk-selected QE fleet over activating every agent.

For projects that explicitly want Ruflo, initialize or inspect it through its external CLI:

npx ruflo doctor
npx ruflo discover-plugins

Use the installed Ruflo MCP tools when available. Treat their absence as graceful degradation: AQE quality workflows must continue to work without Ruflo installed.

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 · 30 lines · 64 tokens per session scan A 24969e0265d4

Subscribe to this mod's changes

aqe-ruflo is a skill published in the GitHub repository proffesor-for-testing/agentic-qe (475 stars, last pushed today), licensed MIT. It adds 64 tokens to every session and 266 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

wshobson/agents · 35 tokens

typescript-testing

Select and run TypeScript SDK verification for packages, examples, type checks, linting, builds, Vitest suites, and runtime E2E tests. Use when adding tests, diagnosing TypeScript CI, choosing a focused test command, or validating TypeScript package changes. Do not use for Python-only checks.

ComposioHQ/composio · 65 tokens

prompt-proximity-architecture

Turn an approved measurement charter, ICPs, and buyer jobs into a budget-aware prompt coverage blueprint across proximity bands, aided status, information acts, journey states, roles, locales, evidence grades, partitions, and measurement lanes. Use before prompt wording to define required, optional, and prohibited…

elvisun/newsjack · 67 tokens

architecture-patterns

Architecture validation and patterns for clean architecture, backend structure enforcement, project structure validation, test standards, and context-aware sizing. Use when designing system boundaries, enforcing layered architecture, validating project structure, defining test standards, or choosing the right…

yonatangross/orchestkit · 56 tokens

webapp-selenium-testing

Author and maintain versioned Selenium WebDriver tests with Java and JUnit 5. Use for creating, debugging, or running Selenium specs, implementing Page Objects, handling explicit waits, capturing screenshots, or setting up Maven test projects. Supports Chrome, Firefox, and Edge. Keywords: Selenium WebDriver, Java…

fugazi/test-automation-skills-agents · 84 tokens