Setup
28.9kConfigura GBrain con auto-aprovisionamiento de Supabase o PGLite, inyección en AGENTS.md y primera importación.
- Costo de contexto al activarse
- 7.4k tok
- Tamaño del paquete
- 1 archivo
- Última actualización
- hace 4 días
Skill de referencia que demuestra el contrato de skillpack 10/10 y añade a tu agente la respuesta a 'qué hace este skillpack'.
en todo el repo
0–100, la ruta de este skill
último commit aquí
últimos 90 días
31 tok en reposo
4 KB
Funciona con cualquier agente que lea SKILL.md
npx -y skills add garrytan/gbrain --skill reference-pack --agent claude-codeSe instala solo en este repositorio.
Di cualquiera de estas frases y el agente debería cargar este skill.
This is the canonical reference for a third-party gbrain skillpack. Read its tree once and you know how to author one.
When the user asks how third-party gbrain skillpacks work, this skill points them at the four artifacts every pack ships:
skillpack.json — declares pack metadata + which artifacts the
doctor scores (skills, unit_tests, e2e_tests, llm_evals, routing_evals,
runbooks, changelog).skills/<name>/SKILL.md — frontmatter (name, description, mutating,
triggers) plus markdown body. Agents route on triggers:; the body
is the in-context instruction set.runbooks/bootstrap.md — agent-readable post-scaffold steps. gbrain
DISPLAYS this after scaffold lands; the agent walks per-step at
its own discretion. No auto-executor (codex T1 supply-chain hardening).CHANGELOG.md — Keep-a-Changelog shape. The doctor's changelog_ present_and_current dimension fails if there's no ## [<version>]
entry matching the manifest's version.Ten binary dimensions, split into:
Core (5; must all pass to publish at any tier):
manifest_valid — schema-validates skillpack.jsonskills_have_skill_md — every listed skill has SKILL.md with
name / description / triggersrouting_evals_present — each skill has routing-eval.jsonl with= 5 intents
skills_have_unique_triggers — MECE at the pack levelchangelog_present_and_current — CHANGELOG entry for current versionQuality badges (5; earn for tier eligibility):
unit_tests_present — manifest.unit_tests matches >= 1 filee2e_tests_present — manifest.e2e_tests matches >= 1 filellm_eval_present — *.judge.json with >= 3 casesbootstrap_runbook_present — non-empty runbooks/bootstrap.mdlicense_present — LICENSE / LICENSE.md / LICENSE.txt non-emptyTier eligibility:
endorsed — all 10 (gates: Garry's endorsements.json overlay
in the registry)community — all 5 core + >= 3 of 5 badges (default tier on PR
merge)experimental — all 5 core + < 3 badgesblocked — any core failsRun gbrain skillpack doctor <pack-dir> to see exactly which
dimensions a candidate pack passes and the paste-ready fix for each
failure. --fix --yes auto-scaffolds the dimensions flagged
auto_fixable: true (routing-eval stubs, CHANGELOG entries,
license stub, bootstrap stub, test stubs).
The triggers above route any "what is a skillpack" / "how do third-
party packs work" user phrasing to THIS skill. The agent reads the
markdown body, then either answers the user's question directly or
calls gbrain skillpack info <name> / search <query> for live
registry data.
test/example.test.ts — unit test that imports the skill helper
(stub; replace with real assertions).e2e/example.e2e.test.ts — integration test gated on DATABASE_URL.evals/reference-pack.judge.json — LLM-judge eval scoring this
skill's output against the "does it actually teach the contract"
bar across happy-path / edge / failure-mode cases.skills/reference-pack/routing-eval.jsonl — five phrasings users
ask, all mapped to expected_skill: reference-pack.Before pushing, the publisher runs:
gbrain skillpack doctor . --quick --json
gbrain skillpack pack
The first hits the rubric and prints paste-ready fixes for any failed
dimension. The second emits reference-pack-<version>.tgz with a
deterministic SHA-256 the publisher submits to the registry PR.
Reproducido de garrytan/gbrain bajo licencia MIT. Leer esta página en markdown.
2 archivos en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.
Requiere la CLI `gbrain` para ejecutar `skillpack doctor` y `skillpack pack`.
Este repo incluye 75 skills. Si instalas uno, normalmente ya tienes los demás.
Configura GBrain con auto-aprovisionamiento de Supabase o PGLite, inyección en AGENTS.md y primera importación.
Chequeos de salud del brain: aplicación de back-links, auditoría de citas, validación de filing, detección de info obsoleta, páginas huérfanas y benchmarks.
Migra un brain de gbrain-base a la taxonomía de 14 tipos canónicos de gbrain-base-v2 usando gbrain onboard --check y el handler Minion unify-types.
Cuándo y qué recuperar: abre la página del brain de una entidad relevante antes de responder desde memoria.
Operaciones del brain: búsqueda primero, ciclo leer-enriquecer-escribir, atribución de fuentes, enriquecimiento ambiental y back-linking. Leer antes de cualquier interacción con el brain.
Importa exports de ChatGPT, Claude y Perplexity y transcripciones de sesiones como páginas fechadas en conversations/, valida y extrae hechos, y mantiene el archivo sin huecos con detección y backfill.
Cuando reportas una página de brain, el enlace que funciona debe ir en el mismo mensaje: ruta derivada de git, push antes de enlazar, verificación del enlace y una cadena de fallback si no hay remoto.
Auditoría de higiene de tokens del stack siempre cargado (CLAUDE.md, AGENTS.md, MEMORY.md, SOUL.md, etc.): detecta redundancia, contradicciones y candidatos a compresión. Solo informa, nunca edita archivos.
Valida y repara automáticamente el frontmatter YAML de las páginas del brain antes de que entren corruptas, envolviendo la CLI `gbrain frontmatter`.”