Create Hook
Create a hook (.json) to enforce policy or automate agent lifecycle events.
Python Code Format
Use when writing, editing, reviewing, or comparing Python code and task-local style decisions matter, especially for formatting, naming, docstrings, logging, resource handling, or Python 3.12-specific syntax choices.
Cpp Code Format
Use when writing, editing, reviewing, or comparing C++/C code and task-local style decisions matter, especially for formatting, naming, headers and includes, comments, error handling, logging messages, or C++20-specific syntax choices. Primary target is the ShapeReconstruction codebase (mvrmesh).
Customaize Agent:prompt Engineering
Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.
Incremental Change Cycle
Use when the user explicitly asks to run the incremental change cycle after adding code or changing function behavior, especially for long-running or high-token work where checklist continuity and repeated review checkpoints matter.