AgentSkillsCN

init

通过分析代码库,为本项目创建AGENTS.md文件

SKILL.md
--- frontmatter
name: init
description: Create an AGENTS.md file for this project by analyzing the codebase
disable-model-invocation: true

Init

Create an AGENTS.md file for this project by analyzing the codebase. This file will

provide context to AI coding assistants working on this codebase.

Include the following sections:

Project Context

  • What the project does and its main purpose
  • Target users/audience

Tech Stack

  • Languages, frameworks, and key libraries
  • Version requirements if applicable

Architecture

  • High-level architecture overview
  • Key directories and their purposes
  • Important files AI should be aware of

Code Style & Conventions

  • Naming conventions
  • File organization patterns
  • Import ordering
  • Comment style preferences

Development Workflow

  • How to build/run the project
  • How to run tests
  • Linting and formatting commands

Patterns & Best Practices

  • Design patterns used in the codebase
  • Error handling conventions
  • Logging practices

AI Assistant Guidelines

  • Things to always do
  • Things to avoid
  • Project-specific rules to follow