aiboarding
Onboard AI agents like fresh engineers: generate, inject, and maintain a compressed AIBOARDING.md per repo via committed hooks
pinned to #7a41529updated 2 weeks 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
2 weeks ago
Latest release
published
- #claude
- #claude-code
- #claude-code-commands
- #claude-skills
- #cli-tool
- #commands
- #mcp
- #mcp-server
- #mcp-tools
- #openclaw
- #plugin-marketplace
- #subagents
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7a41529· 2 weeks ago
Kind-specific
31Plugin: manifest fields complete
Plugin: 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: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent7a41529warn2 weeks 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
agents-research
Agents for academic, market, and technical research, synthesis, and reporting
explanatory-output-style
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
serena
Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
mh install plugins/aiboarding