Agent Skills
› leamsigc/ShortsGenerator
› onboard
onboard
GitHub用于快速上手代码库,通过扫描项目结构、阅读关键文档及检查Git状态,生成包含工作流数量、状态、待办事项及开发规范的当前项目概览摘要。
Trigger Scenarios
新成员加入项目需要了解整体架构
需要评估代码库当前状态和进度
查看未提交变更或近期活动
Install
npx skills add leamsigc/ShortsGenerator --skill onboard -g -y
SKILL.md
Frontmatter
{
"name": "onboard",
"description": "Onboard into this workflows codebase and provide a summary of its current state"
}
Onboard into this workflows codebase and provide a summary of its current state.
Steps
-
Scan the project structure
- List all top-level files and directories
- List all workflows in
workflows/ - List all plans in
.agent/plans/
-
Read key files
CLAUDE.md— project conventions and rulesCATALOG.md— workflow index and statusREADME.md— project overviewrequirements.txt— shared Python dependencies.env.example— shared environment variables
-
For each workflow in
workflows/:- Read its
README.mdfor what it does - Check if it has tests
- Note its deploy target and current state
- Read its
-
Check git state (if git is initialized)
git status— any uncommitted changes?git log -5 --oneline— recent activity- Current branch
-
Provide a summary:
- What this project is (standalone workflows collection)
- How many workflows exist and their statuses (from CATALOG.md)
- Which workflows are planned but not yet built
- Which workflows are deployed
- Any uncommitted changes or work in progress
- Conventions to follow (from CLAUDE.md)
Version History
- 7b83166 Current 2026-08-29 02:31


