ai-workflow-framework: Skill for Claude Code

.claude/skills/project-health/SKILL.md

project-health is a skill for Claude Code from satsilem/ai-workflow-framework. It costs 65 tokens per session (1,579 once invoked), scanned A, original, MIT.

A project-health review workflow for checking documentation, processes, and operational readiness. It produces findings first and asks for confirmation before applying fixes.

In plain words
What is it for?
Use it to audit project health, choose documentation or workflow checks, review risks, and approve selected corrective actions.
Why use it?
It helps reveal broken links, stale project notes, inconsistent task records, and workflow problems without changing files unexpectedly.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is satsilem/ai-workflow-framework's own configuration. It tells Claude Code how to work on ai-workflow-framework 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 ai-workflow-framework configures →

Reuse

Borrowing it

Nothing to install: this file belongs to satsilem/ai-workflow-framework. 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/satsilem/ai-workflow-framework/main/.claude/skills/project-health/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/satsilem/ai-workflow-framework

Made for: Claude Code.

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 project-health

README.md
[![agentmods](https://agentmods.dev/badge/skills/satsilem/ai-workflow-framework/project-health/github.svg)](https://agentmods.dev/skills/satsilem/ai-workflow-framework/project-health)
Your own site
<a href="https://agentmods.dev/skills/satsilem/ai-workflow-framework/project-health"><img src="https://agentmods.dev/badge/skills/satsilem/ai-workflow-framework/project-health/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 project-health

Your own site · 80×15
<a href="https://agentmods.dev/skills/satsilem/ai-workflow-framework/project-health"><img src="https://agentmods.dev/badge/skills/satsilem/ai-workflow-framework/project-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,579 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.
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.00065 $0.01579
Opus 5 $0.00032 $0.00790
Sonnet 5 $0.00013 $0.00316
Haiku 4.5 $0.00006 $0.00158

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

Security

Grade A, and why

project-health 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 9d 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.

.claude/skills/project-health/SKILL.md · 241 lines

How it starts

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

Project Health

Run a full health pass across project documentation, workflows, and operational signals.

Output style:

  • Show findings first (highest risk first)
  • For each phase, ask what to run: 1, 2, 1,3, all, or skip
  • Never apply edits until user confirms

Phase 0 — Scope Confirmation

Ask:

  1. Target scope: docs-only, ops-only, or full health
  2. Mode: audit-only or audit+apply
  3. Time window for freshness checks: 7 / 30 / 90 days

If user already specified these, proceed directly.


Phase 1 — Documentation Health

Sub-tasks:

  1. Link integrity in SESSION.md, INSIGHTS.md, CLAUDE.md
  2. .reference/ metadata completeness (Purpose, When to use, Source of truth, Owner, Confidence, Last reviewed)
  3. Freshness drift (Last reviewed vs chosen time window)
  4. INSIGHTS.md status quality (done/open/stale mix and archive hygiene)
  5. TODO.md structure compliance (open tasks format and done history consistency)

Prompt:

Which documentation checks should run?
1,2,3,4,5 | all | skip

Report:

  • Critical issues
  • Warnings
  • Healthy checks
  • Suggested fixes (no edits yet)

Phase 2 — Workflow Health

Sub-tasks:

  1. Skill naming consistency (project-* prefix where intended)
  2. Skill trigger clarity (description includes clear "Use when" trigger phrases)
  3. Skill drift check (overlapping scopes, duplicate responsibilities)
  4. CLAUDE.md alignment (local vs global guidance conflicts)
  5. Recurrence hygiene (monthly/quarterly tasks represented in TODO or skill checklists)

Prompt:

Which workflow checks should run?
1,2,3,4,5 | all | skip

Report:

  • Conflicts/duplicates found
  • Missing triggers or weak descriptions
  • Recommended consolidation actions

Phase 3 — Operational Readiness (Project-level)

Sub-tasks:

  1. Verify runbook discoverability (.reference/INDEX.md matches actual files)
  2. Verify incident learnings promoted (SESSION.md key learnings reflected in CLAUDE/reference where appropriate)
  3. Verify release guardrails documented (confirm before release, change-control rules, rollback notes)
  4. Verify monitoring hooks exist (health scripts/aliases documented and discoverable)

Read the full file on GitHub · 241 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. 9d ago First seen · 241 lines · 65 tokens per session scan A b8e75bd0da5c

Subscribe to this mod's changes

project-health is a skill published in the GitHub repository satsilem/ai-workflow-framework (2 stars, last pushed 5mo ago), licensed MIT. It adds 65 tokens to every session and 1,579 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-31.

Related

Other skills, from other repositories