aiboarding
Onboard AI agents like fresh engineers: generate, inject, and maintain a compressed AIBOARDING.md per repo via committed hooks
pinned to #7a41529updated 3 months ago
Ask your AI client: “install plugins/aiboarding”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/aiboardingmetahub onboarded this repo on the author's behalf.
If you own github.com/davepoon/buildwithclaude 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
3,161
Last commit
3 months ago
Latest release
published
- #claude
- #claude-code
- #claude-code-commands
- #claude-skills
- #cli-tool
- #commands
- #mcp
- #mcp-server
- #mcp-tools
- #openclaw
- #plugin-marketplace
- #subagents
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7a41529· 3 months ago
Kind-specific
3 passed1 warningPlugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: manifest fields complete
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent7a41529warn3 months ago
Contents
Onboard AI agents like fresh engineers.
AIBoarding treats every AI coding agent as a new hire. It maintains one compressed, high-signal AIBOARDING.md per repository — the project's engineering basics, domain logic, and AI-specific gotchas — and guarantees, via committed hooks, that agents read it on entry and keep it current as the code evolves. No more re-explaining the codebase to every fresh session, sub-agent, or post-compaction context.
Why
- Zero re-explaining — Agents get context without re-deriving it every session
- Committed hooks — Enforcement via deterministic hook scripts, not model-invoked skills
- Drift-aware — Auto-detects when
AIBOARDING.mdis stale and nudges updates - Cross-platform — Polyglot
run-hook.cmdworks on Windows, macOS, and Linux
Lifecycle
| Stage | Component | What it does |
|---|---|---|
| Create | create-aiboarding | Generates AIBOARDING.md via code-crawl + grilling, installs hooks |
| Sync | session-start / pre-task hooks | Injects doc into every session and spawned sub-agents |
| Update | update-aiboarding | Triages commit diff, patches drifted sections or advances pointer |
How Sync Works
| Event | Hook | Behavior |
|---|---|---|
SessionStart (startup|clear|compact) | session-start | Emits AIBOARDING.md as session context |
PreToolUse (Task) | pre-task | Prepends doc to spawned sub-agents |
PostToolUse (Bash) | post-commit | Compares last_synced_commit to HEAD, nudges update on drift |
Install
/plugin marketplace add gustavo-meilus/aiboarding
/plugin install aiboarding@aiboarding
Then generate the doc:
/create-aiboarding
This buildwithclaude listing is for discovery — install from the upstream repository above.
Links
- GitHub
- License: MIT
Reviews
No reviews yet. Be the first.
Related
ECC
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
chrome-devtools-mcp
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
last30days
Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and 5+ more sources. AI agent scores by upvotes, likes, and real money - not editors.
mh install plugins/aiboarding