prime

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Prime

Prime

This command loads essential context for a new agent session by examining the codebase structure and reading the project README.
此命令通过检查代码库结构和读取项目README,为新的Agent会话加载关键上下文。

When to use

使用场景

  • When starting a new agent session on a project
  • When you need to quickly understand an unfamiliar codebase
  • When onboarding to a new project or repository
  • When you need a concise project overview
  • 在项目上启动新的Agent会话时
  • 需要快速了解不熟悉的代码库时
  • 加入新项目或代码仓库时
  • 需要简洁的项目概览时

Instructions

操作说明

  • Run
    git ls-files
    to understand the codebase structure and file organization
  • Read the README.md to understand the project purpose, setup instructions, and key information
  • Provide a concise overview of the project based on the gathered context
  • 运行
    git ls-files
    以了解代码库结构和文件组织
  • 阅读README.md以了解项目用途、设置说明和关键信息
  • 根据收集到的上下文提供简洁的项目概览

Context

上下文

  • Codebase structure git accessible: !
    git ls-files
  • Codebase structure all: !
    eza . --tree
  • Project README: @README.md
  • Documentation:
    • @ai_docs/cc_hooks_docs.md
    • @ai_docs/uv-single-file-scripts.md
  • 可通过Git访问的代码库结构:!
    git ls-files
  • 完整代码库结构:!
    eza . --tree
  • 项目README:@README.md
  • 文档:
    • @ai_docs/cc_hooks_docs.md
    • @ai_docs/uv-single-file-scripts.md