farm
Manually trigger a context farmer subagent. Usage - /farm <name> (e.g., /farm slack)
pinned to #8f8a6eeupdated 2 weeks ago
Ask your AI client: “install skills/farm”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/farmmetahub onboarded this repo on the author's behalf.
If you own github.com/bradautomates/second-brain on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
173
Last commit
2 weeks ago
Latest release
published
About this skill
Pulled from SKILL.md at publish time.
Run a context farmer to pull information from an external source into the vault.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.8f8a6ee· 2 weeks ago
Documentation
32Description qualitywarn
13 words · 84 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
10,031 chars · 11 sections · 9 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Installation
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent8f8a6eewarn2 weeks ago
Contents
Run a context farmer to pull information from an external source into the vault.
Argument
$ARGUMENTS is the farmer name (e.g., slack).
Workflow
-
Validate argument: If
$ARGUMENTSis empty, list available farmers by globbing.claude/agents/*-farmer.mdand ask the user which one to run. -
Validate farmer exists: Check that
.claude/agents/$ARGUMENTS-farmer.mdexists. If not, list available farmers and report the error. -
Run the farmer: Launch the farmer subagent using the Agent tool:
- Use the agent name
$ARGUMENTS-farmer - Prompt: "Execute your farming instructions now."
- Use the agent name
-
Report results: After the farmer completes, summarize what was captured:
- Number of new files created
- Number of existing files updated
- List of entities with their types (task/project/person/idea)
- Any issues encountered
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/farm