framework-signals

framework-signals is a skill for Claude Code from MadAppGang/magus. It costs 52 tokens per session (1,709 once invoked), scanned A, original, MIT.

A reference of output markers that show whether tests, builds, or deployments have passed, failed, are still running, or are waiting. It covers tools including Jest, Vitest, Cargo Watch, pytest-watch, Webpack, Vite, and Vercel.

In plain words
What is it for?
It helps monitor automated tests, build tools, development servers, and deployment commands.
Why use it?
It helps the agent recognise process status from terminal output instead of guessing or checking at the wrong time.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the terminal plugin — 5 skills, 7 commands, 1 agent shipped together

Good fit It helps monitor automated tests, build tools, development servers, and deployment commands.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/madappgang/magus/framework-signals
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 MadAppGang/magus --skill framework-signals
Clone the repo
git clone --depth 1 https://github.com/MadAppGang/magus

Made for: Claude Code.

Or install terminal, the plugin that ships this one along with the rest of its 5 skills, 7 commands, 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 framework-signals

README.md
[![agentmods](https://agentmods.dev/badge/skills/madappgang/magus/framework-signals.svg)](https://agentmods.dev/skills/madappgang/magus/framework-signals)
Your own site
<a href="https://agentmods.dev/skills/madappgang/magus/framework-signals"><img src="https://agentmods.dev/badge/skills/madappgang/magus/framework-signals.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,709 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 pass 7 Sept 2026
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.00052 $0.01709
Opus 5 $0.00026 $0.00855
Sonnet 5 $0.00010 $0.00342
Haiku 4.5 $0.00005 $0.00171

Measured today against content hash 36156e999c28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

framework-signals 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 today.

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.

plugins/terminal/skills/framework-signals/SKILL.md · 117 lines

How it starts

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

Framework Signal Reference

Copy-paste-ready signal strings for start-and-watch and watch-pane pattern parameters. Consult this table whenever you need to know what text to look for — whether detecting completion, failure, or that a watcher is still initializing. For the state machine that drives the TDD loop, see terminal:tdd-workflow. For watcher setup, see terminal:terminal-interaction.

Note on Vitest version sensitivity: The press a to rerun idle signal applies to Vitest < 2.0. Vitest >= 2.0 may use different watch mode output — verify against the running version if results seem off.

Test Watchers

Framework Pass Signal Fail Signal Still Running Idle / Waiting
Jest Tests: \d+ passed or All tests passed FAIL (with space, line start) or Tests: \d+ failed RUNS or Running \d+ tests Waiting for file changes
Vitest Tests: \d+ passed or ✓ N tests FAIL (line start) or ● Test RUNS press a to rerun or Waiting...
Cargo watch test result: ok. test result: FAILED. or error[E [Running 'cargo test'] [Watching
pytest-watch N passed in Xs or passed in FAILED (caps+space) or N failed Ding! Tests running... Waiting for changes...
Go test (with entr) ok (line start, space after) FAIL (line start) or --- FAIL: --- RUN (no idle state — entr reruns on change)
Bun test ✓ N tests or N pass or N fail progress output (no explicit idle marker)
RSpec N examples, 0 failures N examples, N failures progress dots (no watcher state)

Build Tools

Tool Success Error In Progress
Cargo build Finished dev [unoptimized or Finished release error[E or error: aborting Compiling (line start)
Gradle BUILD SUCCESSFUL in Xs BUILD FAILED or > Task :{name} FAILED > Task : or > Configure project :
Webpack webpack compiled successfully or compiled successfully Failed to compile. or ERROR in compiling... or [webpack]
Vite HMR [vite] hmr update /path [vite] Internal server error: [vite] page reload or [vite] connecting...
Vite build built in Xs or dist/ output lines error during build transforming...
Make silence + prompt return (exit 0) make: *** [target] Error N or recipe for target failed compiler invocations (cc, g++, clang)
Go build silence + prompt return ./file.go:\d+:\d+: error or build failed no output until done

Read the full file on GitHub · 117 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. today Changed 36156e999c28
  2. 4d ago First seen · 117 lines · 52 tokens per session scan A 10b9a7774720

Subscribe to this mod's changes

framework-signals is a skill published in the GitHub repository MadAppGang/magus (9 stars, last pushed today), licensed MIT. It adds 52 tokens to every session and 1,709 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-09-04.

Related

Other skills, from other repositories

migrate-vstest-to-mtp

Use this skill before answering, planning, or editing whenever .NET tests or CI are switching from VSTest to Microsoft.Testing.Platform (MTP), or an MTP migration behaves differently. Triggers include "switch from VSTest"; MSTest/NUnit/xUnit MTP enablement; OutputType=Exe only for test projects in…

dotnet/skills · 191 tokens

ci

Configure Ginkgo for continuous integration — the recommended CLI flag set and the rationale for each flag (-r -p --randomize-all --randomize-suites --fail-on-pending --fail-on-empty --keep-going --cover --race --trace --json-report --timeout --poll-progress-after/-interval), invoking via go run to pin the CLI to…

onsi/ginkgo · 132 tokens

playwright-ci

Production-ready CI/CD configurations for Playwright — GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, parallel sharding, reporting, code coverage, and global setup/teardown.

zebbern/claude-code-guide · 48 tokens

ci-maintenance-workflow

CI and GitHub Actions maintenance workflows — fix a failing test from a CI URL, fix a failing smoke test, add @pytest.mark.slow markers to slow tests, or review a PR against agent-checkable standards. Use when user asks to fix a failing test, fix a smoke test, mark slow tests, or review a PR. Trigger when the user…

UKGovernmentBEIS/inspect_evals · 120 tokens

test-setup

Scaffold the test framework and CI/CD pipeline for the project's engine. Creates the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions workflow. Run once during Technical Setup phase before the first sprint begins.

Donchitos/Claude-Code-Game-Studios · 49 tokens

terraform-skill

Terraform infrastructure as code best practices.

Agent-Threat-Rule/agent-threat-rules · 10 tokens