Overview
- Skill Key
- broedkrummen/repo-onboarding
- Author
- broedkrummen
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/broedkrummen/repo-onboarding
- Latest Commit SHA
- 0bfb955df821445ef8930ddef397eb72b7d410b1
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Repo Onboarding 技能。 若已安装,则直接安装 Repo Onboarding 技能。
# Repo Onboarding Combine `senior-architect` (technical intake) + `repo-kanban-pm` (execution governance). ## Workflow 1. **Technical intake (architecture + dependencies)** 2. **Execution system install (ROADMAP + KANBAN + bug inbox)** 3. **Onboarding report for handoff** --- ## Step 1 — Technical intake Run from target repo root: ```bash # 1) architecture assessment python /home/broedkrummen/.openclaw/workspace-cody/skills/senior-architect/scripts/project_architect.py . --output json > docs/pm/architecture-assessment.json # 2) dependency analysis python /home/broedkrummen/.openclaw/workspace-cody/skills/senior-architect/scripts/dependency_analyzer.py . --output json > docs/pm/dependency-analysis.json # 3) architecture diagram (mermaid) python /home/broedkrummen/.openclaw/workspace-cody/skills/senior-architect/scripts/architecture_diagram_generator.py . --format mermaid -o docs/pm/architecture-diagram.md ``` If scripts fail, continue with manual fallback: - identify stack (`package.json`, `pyproject.toml`, `go.mod`, etc.) - capture run/build/test commands - summarize folder structure and core boundaries in `docs/pm/ONBOARDING.md` --- ## Step 2 — Install execution governance ```bash bash /home/broedkrummen/.openclaw/workspace-cody/skills/repo-kanban-pm/scripts/init_repo_pm.sh "$(pwd)" ``` Optional daily PM audit: ```bash bash /home/broedkrummen/.openclaw/workspace-cody/skills/repo-kanban-pm/scripts/add_daily_pm_cron.sh "$(pwd)" --agent cody --tz UTC --time 09:30 ``` --- ## Step 3 — Create onboarding report Create `docs/pm/ONBOARDING.md` using `references/onboarding-template.md`. Must include: - architecture summary - dependency risks / circular deps - run/build/test matrix - env/config prerequisites - initial roadmap/kanban status - first recommended feature slice --- ## Exit criteria Complete only when all are true: - `docs/pm/architecture-assessment.json` exists (or manual equivalent documented) - `docs/pm/dependency-analysis.json` exists (or m...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".