2 skills published by congchuanling-dot across 1 repository. Together they weigh 1 614 tokens — that is what loading all of them at once would cost you in context.
2 skills 1 614 tokens total
> Atomic git commit with conventional message. Use when the user says "commit", "save my changes", "commit this", or wants to create a git commit. Stages specific files, writes a conventional commit message with body explaining non-obvious decisions. Never uses git add -A.
> Run and debug Python scripts in the project. Use when the user says "run python", "execute this script", "debug this py file", or wants to run/modify a .py file. Handles dependency checks, linting, execution, and error analysis.