agentsclimarketplace

Migrate aiboarding

Skill gustavo-meilus/aiboarding/skills/migrate-aiboarding

Keep AGENTS.md alive: generate, compress, audit, and update AI-agent onboarding for Claude Code, Codex, Copilot, Cursor, and OpenCode.

Install
npx -y skills add gustavo-meilus/aiboarding --skill migrate-aiboarding

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

4.3 KB, as published. Nobody here has run it

Migrating AIBOARDING.md → AGENTS.md + CLAUDE.md

One-shot migration from the v1 custom-injection layout to the standard-files layout. The onboarding knowledge in AIBOARDING.md is an investment - carry it over; never regenerate from scratch and never delete anything without approval.

Announce at start: "Using migrate-aiboarding to move this repo to the AGENTS.md layout."

Precondition: AIBOARDING.md exists at the repo root. If it does not, stop and suggest create-agent-onboarding. If AGENTS.md also already exists, stop and ask the user which file is authoritative before writing anything.

Step 1: Carry over state

Read the AIBOARDING.md frontmatter (aiboarding_version, generated, last_synced_commit). These seed .aiboarding/state.json:

  • aiboarding_version: 2
  • generated: today's date
  • last_synced_commit: carried over verbatim (empty stays empty - the repair semantics of an empty pointer are preserved).

Step 2: Map the body

Map the three v1 H1 sections onto the v2 schema (see create-agent-onboarding's Shared contracts for the exact section list and order):

v1 sourcev2 target sections
# 1. Engineering BasicsStack and Runtime, Build, Test, Run, Architecture Map
# 2. Domain & Business LogicProject Purpose, Domain Model
# 3. AI-Specific ContextAgent Guardrails, Known Failure Modes

Preserve the compressed density of the source text; split it, don't rewrite it. Backtick-quote any command, identifier, path, or error string that isn't already.

Two v2 sections have no v1 source: Verification Before Completion and Escalation - Ask the User When. Run a short, scoped grilling pass (the one-question-at-a-time style from create-agent-onboarding) ONLY for these gaps.

Step 3: Generate the wrapper and lifecycle files

Follow create-agent-onboarding Phase 6: CLAUDE.md (@AGENTS.md + fenced Claude-notes block), state.json, config.json, .aiboarding/.gitignore, the six hook files, and the three tools. Runtime awareness applies (hook/settings steps are Claude Code-only).

Step 4: Rewire hooks and settings (Claude Code runtimes)

In <repo>/.claude/settings.json:

  • Replace the SessionStart full-injection entry with the current template's entry (the modern session-start is a fallback warner, not an injector).
  • Delete the PreToolUse[Task] entry (pre-task is retired - SubagentStart is native now).
  • Replace the PostToolUse entry so it dispatches drift-check (not post-commit).
  • Add the SubagentStart and InstructionsLoaded entries from the template. Delete <repo>/.aiboarding/hooks/pre-task and <repo>/.aiboarding/hooks/post-commit. All edits idempotent: match aiboarding entries by command containing .aiboarding/hooks/run-hook.cmd; never duplicate; leave non-aiboarding hooks alone.

Step 5: Retire the legacy document

Ask the user to choose (default: archive):

  • Archive (default): move AIBOARDING.md to docs/archive/AIBOARDING.md unchanged. Git history preserves it either way; nothing at the root keeps stale onboarding discoverable by tools.
  • Keep as legacy: leave AIBOARDING.md in place and prepend a deprecation banner via inject-fenced AIBOARDING.md deprecation <banner-file> pointing to AGENTS.md. The drift hook keeps honoring the legacy layout only when state.json is absent, so with both present the sidecar wins. Never delete AIBOARDING.md outright unless the user explicitly asks.

Step 6: Single approval gate, then write

Before writing ANYTHING, present the full migration plan in one preview: every file to be created, modified (with the settings diff), moved, or deleted. One approval covers the whole batch; a rejection means nothing was touched.

Step 7: Exit check

Run create-agent-onboarding's Phase 7 validation gate, then audit-agent-onboarding if available. Report the file-by-file outcome, and remind the user to commit the new layout (the drift hook stays silent for onboarding-only commit ranges).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.