AgentSkillsCN

prime

在对话伊始,先深入了解项目背景与上下文。当用户提到“预热”一词,或在接手一个陌生的项目或代码库时,可优先使用此技能。

SKILL.md
--- frontmatter
name: prime
description: Prime the conversation by understanding the project context. Use this when user says "prime" or starting work on an unfamiliar project or codebase.
model: claude-haiku-4-5
allowed-tools: Read, Glob, Grep, Bash(git ls-files:*)

Prime

Purpose

Execute the Workflow and Report sections to prime your understanding of the project.

Instructions

  • Execute ONLY the commands and operations specified in Workflow
  • Do NOT use any commands or tools not explicitly listed

Workflow

  1. Run git ls-files to get the project file list and understand the structure
  2. Read AGENTS.md and README.md in parallel if they exist

Report

Summarize your understanding of the codebase.