aiboarding
v1.0.2Keep canonical AGENTS.md onboarding current for AI coding agents, with drift tracking, compression, and auditing.
License: MIT1.1k GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install aiboarding for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add aiboarding@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “aiboarding” remain stable.
- Codex:
aiboarding@agent-plugin-marketplace→aiboarding@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gustavo-meilus/aiboarding/.
Plugin files
├── .codex-plugin/plugin.json├── skills/audit-agent-onboarding/SKILL.md├── skills/compress-onboarding/SKILL.md├── skills/create-agent-onboarding/SKILL.md├── skills/migrate-aiboarding/SKILL.md└── skills/update-agent-onboarding/SKILL.md
Included Skills5
Use to lint a repo's agent onboarding files (AGENTS.md, CLAUDE.md, .claude/rules/*.md) for bloat, contradictions, duplication, stale or vague commands, missing sections, leakage, and secrets - or with --stats to view compression receipts. Read-only; reports findings and hands fixes to update-agent-onboarding.
Use to compress any agent-instruction file (AGENTS.md, CLAUDE.md, .claude/rules/*.md, legacy AIBOARDING.md) into terse, high-signal prose without altering commands, code, URLs, or paths. Standalone compression engine with levels (off/lite/full/ultra), byte-preservation verification, and token receipts. Also invoked by the create/update onboarding skills.
Use when a repo has no AGENTS.md and an AI coding agent needs onboarding context, or the user asks to generate onboarding files. Produces AGENTS.md (cross-agent), a CLAUDE.md wrapper, and the .aiboarding lifecycle (state, config, hooks). Fallback target when the session-start hook reports missing onboarding files.
Use when a repo has a legacy AIBOARDING.md (v1 layout) and should move to the standard AGENTS.md + CLAUDE.md layout with the .aiboarding/state.json sidecar. One-shot, preview-first migration that preserves the existing onboarding content and rewires the hooks.
Use when commits have landed since the onboarding files were last synced (the drift-check hook nudges for this), or the user asks to refresh AGENTS.md. Triages whether the change touches onboarding scope and patches only the affected sections; on no-op it advances the state pointer only.
Plugin manifests1
{
"name": "aiboarding",
"version": "1.0.2",
"description": "Keep canonical AGENTS.md onboarding current for AI coding agents, with drift tracking, compression, and auditing.",
"repository": "https://github.com/gustavo-meilus/aiboarding",
"license": "MIT",
"skills": "./skills/",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "AIBoarding",
"shortDescription": "Keep canonical AI-agent onboarding current.",
"longDescription": "AIBoarding creates and maintains canonical AGENTS.md guidance for repositories, keeps CLAUDE.md thin, tracks onboarding drift through sidecar state, and provides compression, auditing, and optional Codex lifecycle nudges.",
"developerName": "Gustavo Meilus",
"category": "Development & Workflow",
"capabilities": [
"Skills",
"Hooks"
],
"websiteURL": "https://github.com/gustavo-meilus/aiboarding",
"composerIcon": "./assets/aiboarding-icon.svg",
"logo": "./assets/aiboarding-icon.svg",
"defaultPrompt": [
"Create onboarding files for this repository.",
"Audit my AGENTS.md for stale or bloated guidance.",
"Update the onboarding docs after recent commits."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aiboarding on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aiboarding)