CodingSkills
Consistent Python and C++ style, prompts, and review workflows
All Skills in This Repository (5)
Pure Emerald Level Indicatorspython-code-format
Format Python code to adhere to Python 3.12 style guidelines.
customize-agent:prompt-engineering
Craft effective prompts and commands for LLM interactions.
incremental-change-cycle
Coordinate incremental code changes with task state reconciliation and review checkpoints.
cpp-code-format
Format C++/C code with consistent layout, naming, and comments.
create-hook
Create JSON hooks to enforce policies and automate agent lifecycle events.
Frequently Asked Questions
FAQPage SchemaHow to install CodingSkills?โผ
Run `npx skills add zhuangwenhui/CodingSkills --all -g -y` in your terminal to install all five skills globally.
How to keep Python code style consistent?โผ
The python-code-format skill applies clear Python 3.12 rules for formatting, naming, docstrings, logging, and resource handling, with a detailed reference sheet for edge cases.
How to write better prompts for coding assistants?โผ
The prompt-engineering skill covers few-shot learning, chain-of-thought, prompt templates, and research-backed persuasion principles to make instructions more reliable.
Does CodingSkills work with Claude Code and Codex?โผ
Yes. Each skill follows the standard SKILL.md format and includes openai.yaml configs, so they run in Claude Code, Codex, and other compatible assistants.
How to manage long coding sessions without losing track?โผ
The incremental-change-cycle skill keeps checklists synchronized and runs review, simplify, and verification checkpoints so long tasks stay organized even after interruptions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core