rullama-framework: Skill for Claude Code

.agents/skills/fallow/SKILL.md

fallow is a skill for Claude Code, Codex from Brainwires/rullama-framework. It costs 114 tokens per session (12,669 once invoked), scanned C, a copy of fallow, Apache-2.0.

A local code-analysis tool for TypeScript and JavaScript projects. It reports changed-code risk, duplication, circular dependencies, complex areas, architecture-boundary problems, styling drift, feature flags, and selected runtime evidence.

In plain words
What is it for?
Use it to inspect a TypeScript or JavaScript codebase for cleanup candidates, repeated logic, dependency cycles, complexity hotspots, design-system drift, stale flags, and changed-code risk.
Why use it?
It helps locate risky or unused code without relying only on manual inspection. It can also compare similar code and combine static findings with production execution data when runtime monitoring is enabled.

Skill for Claude CodeCodex

Written for Claude Code and Codex: $ARGUMENTS substitution, but also agents/openai.yaml present. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is Brainwires/rullama-framework's own configuration. It tells Claude Code and Codex how to work on rullama-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 rullama-framework configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Brainwires/rullama-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/Brainwires/rullama-framework/main/.agents/skills/fallow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Brainwires/rullama-framework

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 fallow

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/brainwires/rullama-framework/fallow"><img src="https://agentmods.dev/badge/skills/brainwires/rullama-framework/fallow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,669 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod 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.00114 $0.12669
Opus 5 $0.00057 $0.06334
Sonnet 5 $0.00023 $0.02534
Haiku 4.5 $0.00011 $0.01267

Measured yesterday against content hash 390cdeaa924f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-15, from the pricing page.

Security

Grade C, and why

fallow scanned grade C 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 yesterday.

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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

| `health` | Function complexity analysis (also covers component templates as synthetic `<template>` findings: Angular external `.html` files via `templateUrl` AND inline `@Component({ template: \`...\` })` literals, plu

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

| `boundary-violation` | `--boundary-violations` | - | `// fallow-ignore-next-line boundary-violation` | Imports crossing architecture zone boundaries. Presets: `layered`, `hexagonal`, `feature-sliced`, `bulletproof`; `a
Origin

This is a copy

98% identical to fallow — 130 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/fallow/SKILL.md · 499 lines

How it starts

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

Fallow: codebase intelligence for TypeScript and JavaScript

Codebase intelligence for TypeScript and JavaScript. The static layer analyzes code and styles and reports quality, changed-code risk, cleanup opportunities, circular dependencies, code duplication, complexity hotspots, architecture boundary violations, design-system styling drift, feature flag patterns, and opt-in security candidates. Runtime coverage merges production execution data into the same fallow health report for hot-path review, cold-path deletion confidence, and stale-flag evidence, with a single local capture available by default and continuous/cloud runtime monitoring available as an optional mode. Broad framework plugin coverage, zero configuration, sub-second static analysis.

When to Use

  • Find cleanup opportunities: unused files, exports, types, members, dependencies, or stale flags.
  • Detect code duplication, circular dependencies, architecture boundary issues, and complexity hotspots.
  • Find functions that may implement the same intent despite different names, syntax, or control flow (fallow similar-code).
  • Check styling consistency, CSS dead surface, and design-token drift.
  • Audit changed code before a commit, PR, release, or refactor.
  • Set up CI quality gates, duplication thresholds, and regression baselines.
  • Auto-fix supported unused exports and dependencies after --dry-run.
  • Investigate why a specific export, dependency, file, or issue type was reported.
  • Surface local security candidates for an agent to verify (fallow security).
  • Find untested but runtime-reachable code (fallow health --coverage-gaps).
  • Rank complexity hotspots, owners, and refactoring targets (fallow health --hotspots --ownership --targets).
  • Review what fallow has surfaced over time (fallow impact).
  • Confirm exact TypeScript symbol use, affected tests, API leaks, or public type coupling when syntactic evidence is insufficient (--type-aware).

Read the full file on GitHub · 499 lines

Files

What ships with it

6 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.

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. yesterday First seen · 499 lines · 114 tokens per session scan C 390cdeaa924f

Subscribe to this mod's changes

fallow is a skill published in the GitHub repository Brainwires/rullama-framework (20 stars, last pushed yesterday), licensed Apache-2.0. It adds 114 tokens to every session and 12,669 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (hidden instructions, runs shell commands). It is 98% identical to fallow, differing in 130 lines, and is treated as a copy.

Related

Other skills, from other repositories

ag-corrigir-tipos

Corrige erros TypeScript com auto-routing. Scan (diagnosticar), Fix (batch incremental), Sweep (varredura com ratchet), Audit-any (auditoria proativa de any/inferencias fracas). Substitui workflow manual de typecheck.

andregusman-raiz/a-gusman-claude · 60 tokens

biome-linting

Analyze, fix, and validate Biome linting workflows. Use when JavaScript or TypeScript projects need Biome commands, diagnostics, safe fixes, or CI lint gates.

jscraik/Agent-Skills · 41 tokens

mk:typescript

Use when writing TypeScript code, fixing type errors, or configuring strict type safety. Auto-activates on .ts/.tsx files. Covers null handling, utility types, and ESLint.

ngocsangyem/MeowKit · 43 tokens

bun-runtime

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

loulanyue/awesome-claude-notes · 34 tokens

build-debug

Diagnose TypeScript, Vite, webpack, Rollup, esbuild, and Sass build errors that reproduce locally and are unrelated to CI/CD or npm toolchain failures. Load ONLY for pure build-tool errors. Bounded, non-destructive triage; never auto-runs cache wipes or version downgrades without explicit confirmation.

NicoGenti/opencode-orchestrator-kit · 70 tokens

ide-type-mismatch-fix

Diagnose and fix TypeScript/language type errors using LSP diagnostics, hover, and code actions. For each type error, fetches the expected vs actual types, surfaces quickfix suggestions, and optionally applies them. Use when getDiagnostics shows type errors you want to resolve quickly.

Oolab-labs/patchwork-os · 64 tokens