Agent Skills: Project Core Dev

Generic core-dev overlay for repo-owned C++ code, tests, and top-level CMake changes.

UncategorizedID: n-n-code/cpp-agentic-development-frame/project-core-dev

Install this agent skill to your local

pnpm dlx add-skill https://github.com/n-n-code/cpp-agentic-development-frame/tree/HEAD/.agents/skills/project-core-dev

Skill Files

Browse the full folder contents for project-core-dev.

Download Skill

Loading file tree…

.agents/skills/project-core-dev/SKILL.md

Skill Metadata

Name
project-core-dev
Description
Generic core-dev overlay for repo-owned C++ code, tests, and top-level CMake changes.

Project Core Dev

Read AGENTS.md first. Use this skill for normal feature work and bug fixes in repo-owned C++ code.

Focus

  • preserve buildability, tests, docs, and analyzer cleanliness
  • keep changes narrow and behavior-oriented
  • prefer app-side fixes before widening platform or vendor boundaries

Validation

  • build out of tree
  • run ctest --output-on-failure for covered changes
  • run frame_cli --help as a lightweight smoke test
  • add docs/analyzer/Valgrind validation when the change surface justifies it