AgentSkillsCN

coding

使用 make、cmake 等构建工具编译并构建项目。通过此技能,可验证代码是否能够正确编译。

SKILL.md
--- frontmatter
name: coding
description: Build and compile the project using make, cmake, and other build tools. Use this skill to verify code compiles correctly.
allowed-tools:
  - Bash
  - Read
  - Write
  - Edit
  - Glob
  - Grep

Coding Skill

This skill provides build tool access for compiling and verifying code changes.

When to Use

  • After writing or modifying C++ code
  • To verify changes compile without errors
  • To check for compiler warnings
  • After modifying CMakeLists.txt