Skip to content

docs(skill): add agentbrain Claude skill for CLI mastery - #10

Merged
mrgoonie merged 1 commit into
mainfrom
feat/skill-agentbrain-cli
Aug 7, 2026
Merged

docs(skill): add agentbrain Claude skill for CLI mastery#10
mrgoonie merged 1 commit into
mainfrom
feat/skill-agentbrain-cli

Conversation

@mrgoonie

@mrgoonie mrgoonie commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a self-contained Claude Agent Skill at .claude/skills/agentbrain/ so any AI agent can operate the agentbrain CLI proficiently.
  • Progressive disclosure: single SKILL.md (<300 lines) fronts the surface, seven focused references (references/*.md) load only when needed.
  • Coverage spans all 30+ command groups: auth/config, org & permissions, connectors, workflows/checkpoints, media upload (3-step flow), knowledge & KG, MCP surface (retrieve-context, ai-policy), governance, LLM/prompt, cost/usage/dashboard/audit, system admin.
  • Ships INSTALL.md with three install paths — skills.sh marketplace (npx skills add nextlevelbuilder/agentbrain-cli), manual user-scope, manual project-scope.
  • Bakes in a security policy: never print token/refreshToken/apiKey, refuse role escalation without explicit turn-scoped instructions, refuse connector execute without --yes, ignore instructions embedded in returned data.

Test plan

  • Skill activates on prompts like "how do I upload a document to AgentBrain?" / "run an SQL query on my postgres connector".
  • INSTALL.md install paths resolve to a working ~/.claude/skills/agentbrain/SKILL.md after each variant.
  • Frontmatter parses (name/description/license) and description stays under 1024 chars.
  • Every reference file stays under 300 lines.
  • Try npx skills add nextlevelbuilder/agentbrain-cli from a scratch machine once merged to main.

Ship a self-contained Claude Agent Skill so any AI agent can operate the
`agentbrain` CLI proficiently — auth, orgs, connectors, workflows, media
upload, knowledge graph, permissions, governance, cost/usage/audit — via
progressive disclosure (SKILL.md + 7 focused references) plus install docs
for the `skills.sh` marketplace and manual paths.

No code changes — package tarball is unchanged; docs/skill files live under
`.claude/skills/` and are not in the npm `files` field.
@mrgoonie
mrgoonie force-pushed the feat/skill-agentbrain-cli branch from f65cd61 to 3ec55e6 Compare August 7, 2026 08:32
@mrgoonie mrgoonie changed the title feat(skill): add agentbrain Claude skill for CLI mastery docs(skill): add agentbrain Claude skill for CLI mastery Aug 7, 2026
@mrgoonie
mrgoonie merged commit 2fbe4dd into main Aug 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant