Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Running gbrain skillpack-check returns a JSON report with:
healthy (bool): true if no action needed.summary (string): one-line summary safe to quote in a briefing.actions (string[]): every remediation command. If non-empty, run them.doctor: full gbrain doctor --fast --json output (filesystem checks).migrations: applied/pending/partial counts from apply-migrations --list.Exit code:
0 — healthy, nothing to do.1 — action needed. Read actions[] and execute.2 — could not determine (binary crash or missing subcommand). Investigate.morning-briefing): gbrain skillpack-check --quiet.
Exit code alone tells you if anything is wrong; surface a one-liner in the
briefing only when exit != 0. No JSON noise in happy-path briefings.gbrain skillpack-check for the full JSON when debugging.healthy: true)Surface the summary in the agent's output only if asked. Nothing else.
npx skills add garrytan/gbrain --skill skillpack-checkHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.