One-click install
npx skills add https://github.com/Sfzmango/Maungs-agentic-toolbelt --skill agentic-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-onboard
Source: https://github.com/Sfzmango/Maungs-agentic-toolbelt/tree/main/plugins/maungs-agentic-toolbelt/skills/agentic-onboard
Command: npx skills add https://github.com/Sfzmango/Maungs-agentic-toolbelt --skill agentic-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repos without pre-built, accurate agent context force coding agents to re-derive project details from source code on every run, slowing down work and increasing the risk of errors from outdated or missing context. This Skill eliminates that friction by building a verified, up-to-date context layer for any repository.

Core Features & Use Cases

  • COLD/STALE Auto-Detection: Automatically identifies if a repo has no agent context (COLD) or outdated, drifted context (STALE) to route to the correct workflow.
  • Verified Project Profile: Builds a single source of truth for the repo's stack, commands, structure, conventions, and more, pulling only verified facts from manifests and source files.
  • Human-Gated Writes: Shows diffs of all proposed changes to existing context files and requires explicit human confirmation before writing, never blind-overwriting hand-tuned files.
  • Use Case: Use to onboard a new repo for use with the Maungs agentic toolbelt, refresh stale agent context after major project changes, or repair broken context that no longer aligns with the current codebase. Supports lean mode for core context files or --deep mode for full documentation wiki generation.

Quick Start

Invoke the agentic-onboard skill to prepare your current repository for agentic development, generating or refreshing the required agent context files after you review any proposed changes.

Frequently Asked Questions about agentic-onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate agent context files for a new repository?

Generate agent context files by invoking the Skill to analyze your repository's manifests and source code, building a single canonical project profile that requires human review before writing any context files to disk.

Why does my coding agent keep re-deriving project details from source code?

Coding agents re-derive project details when accurate agent context files are missing or outdated. Refreshing your repository's context layer eliminates this friction by providing a verified, up-to-date source of truth for the agent to reference.

What is the best way to repair stale agent context after major project changes?

The best way to repair stale agent context is to run a context refresh workflow that auto-detects drifted context, builds a verified project profile from current repo data, and applies changes only after explicit human-in-the-loop review.

Does this repository onboarding tool overwrite existing hand-tuned context files?

No, this repository onboarding tool does not blind-overwrite existing files. It enforces strict human-gated writes by showing diffs of all proposed modifications and requiring explicit confirmation before updating any context files.

Can I use agentic-onboard for full documentation wiki generation?

Yes, you can use agentic-onboard for full documentation wiki generation by running it in --deep mode, which expands beyond lean core context files to generate comprehensive documentation for your repository's agentic development environment.