Repo Onboarding
Skill by broedkrummen
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/broedkrummen/repo-onboardingWhat This Skill Does
Repo Onboarding is an OpenClaw AI agent skill designed to bridge the gap between initial repository discovery and active development. It provides a structured, automated framework for technical intake and execution governance. By integrating the senior-architect and repo-kanban-pm toolsets, the skill performs a deep-dive analysis of codebase architecture, dependency trees, and build configurations. It automates the generation of essential project documentation, initializes project management systems (including roadmaps and Kanban boards), and sets up recurring governance tasks. The primary goal is to turn an unfamiliar codebase into a structured, multi-agent-ready environment within ten minutes.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/broedkrummen/repo-onboarding
Ensure you have the necessary system dependencies and Python environment configured to execute the underlying architectural scripts provided in the skill path.
Use Cases
- New Repository Initialization: Use this when taking over an existing project and needing a rapid, reliable understanding of its architecture and build constraints.
- Multi-Agent Coordination: Ideal for setting up a repository for multi-agent workflows where team members (or other AI agents) need a clear, standardized source of truth for features and tasks.
- Technical Audit: Useful for generating standard documentation like architecture diagrams and dependency risk reports to support stakeholder reviews or project handoffs.
Example Prompts
- "I am starting work on the legacy monolith in this folder. Please run the repo-onboarding skill to map the architecture and initialize our project management workflow."
- "Perform a technical intake on this new microservice repo. Generate the architecture assessment, set up the KANBAN workflow, and create the ONBOARDING.md file."
- "Execute the full onboarding process for this repository and set up a daily PM audit cron job for 09:30 UTC."
Tips & Limitations
- Manual Fallback: If the automated scripts encounter errors due to non-standard repository structures, the skill mandates manual entry for critical fields. Always verify the output of generated JSON files.
- Non-Destructive: The skill is designed to detect existing project management systems. It will attempt to integrate with existing conventions rather than overwriting them, preventing unnecessary duplication of effort.
- Scope: The skill is highly focused on documentation and PM setup. It does not perform actual code refactoring or feature implementation, but rather prepares the ground for those actions to occur efficiently.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-broedkrummen-repo-onboarding": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
Fast Unified Memory
Skill by broedkrummen
Overkill Memory System
Skill by broedkrummen
danish-news-aggregator
Comprehensive Danish News RSS Aggregator - combines 100+ Danish RSS feeds into category-based unified feeds. Produces 6 curated RSS feeds: - danish-all.xml (top 30 sources) - danish-national.xml (newspapers) - danish-regional.xml (local news) - danish-sports.xml (sports) - danish-business.xml (finance) - danish-tech.xml (technology) - danish-english.xml (English-language Denmark) Auto-refreshes every 15 minutes, deduplicates, ranks by source authority.
overkill-mission-control
Comprehensive Mission Control dashboard for OpenClaw - monitor agents, automation, teams, documents, messages, and system metrics. Features real-time dashboards, agent-to-agent messaging, task execution, and enterprise-level monitoring.
brave-api-search
Real-time web search, autosuggest, and AI-powered answers using the official Brave Search API. Use for searching documentation, facts, current events, or any web content. Supports AI grounded answers with citations and query autosuggest. Requires BRAVE_SEARCH_API_KEY and BRAVE_ANSWERS_API_KEY.