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.
npx skills add majiayu000/claude-skill-registry --skill farm-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- Workflow
- Step 1: Launch the-farmer Agent
- Step 2: Gather Metrics
- Step 3: Tend the Idea Garden
- Step 4: Check Research Freshness
- Step 5: Update FARMHOUSE.md
- Output Format
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.
