Agent skill · Security

farm-audit

Audit all Farmwork systems and update FARMHOUSE.md metrics. Use when user says "open the farm", "audit systems", "check farm status", "update farmhouse", "project health", or asks about the current state of the project.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill farm-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: Bash(*)TaskReadEditGlobGrep
Path: skills/analysis/farm-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Farm Audit Skill Comprehensive audit of all Farmwork systems. Updates `_AUDIT/FARMHOUSE.md` with current metrics. ## When to Use - User wants to check project health - Starting a new work session - Before major releases - Periodic maintenance check ## Workflow ### Step 1: Launch the-farmer Agent Spawn the `the-farmer` agent to gather all metrics. ### Step 2: Gather Metrics 1. Count commands: `ls -1 .claude/commands/*.md 2>/dev/null | wc -l` 2. Count agents: `ls -1 .claude/agents/*.md 2>/dev/null | wc -l` 3. Count skills: `ls -d .claude/skills/*/ 2>/dev/null | wc -l` 4. Count tests: `find . -name "*.test.*" -not -path "./node_modules/*" | wc -l` 5. Count completed issues: `bd list --status closed 2>/dev/null | wc -l` ### Step 3: Tend the Idea Garden Read `_AUDIT/GARDEN.md` and check idea ages: - **Fresh** (0-44 days): No action needed - **Wilting** (45-60 days): Mark with ⚠️ in output - **Composted** (60+ days): Move to `_AUDIT/COMPOST.md` ### Step 4: Check Research Freshness Read `_RESEARCH/*.md` files and check ages: - **Fresh** (0-14 days): Current and reliable - **Aging** (15-30 days): Consider refreshing - **Stale** (30+ days): Recommend update ### Step 5: Update FARMHOUSE.md

What's inside
Steps it walks through
  1. When to Use
  2. Workflow
  3. Step 1: Launch the-farmer Agent
  4. Step 2: Gather Metrics
  5. Step 3: Tend the Idea Garden
  6. Step 4: Check Research Freshness
  7. Step 5: Update FARMHOUSE.md
  8. Output Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the farm-audit skill do?

Audit all Farmwork systems and update FARMHOUSE.md metrics. Use when user says "open the farm", "audit systems", "check farm status", "update farmhouse", "project health", or asks about the current state of the project.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill farm-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going