AgentSkillsCN

session-start

加载完整项目上下文——读取所有 .md 文件、规格说明、变更日志及 Git 历史记录,生成一份优先级排序的项目简报。

SKILL.md
--- frontmatter
name: session-start
description: Load full project context — reads all .md files, specs, changelog, and git history to produce a prioritized project briefing
user-invocable: true
arguments: Optional workspace name to scope context loading (e.g., "backend")

/session-start

Load comprehensive project context by delegating to the @context-loader agent.

Instructions

Run the @context-loader agent to read all project documentation, specs, tasks, and git history, then produce a prioritized briefing for the session.

If $ARGUMENTS is provided, scope context loading to that workspace subdirectory — still read root-level files (README.md, CLAUDE.md, SPECLOG.md, CHANGELOG.md) but focus spec and source file loading on the specified workspace.

If no arguments are provided, run at the project root and cover all workspaces.