This repository contains local Codex skills used to extend task-specific workflows.
git-commit-zh: drafts and creates Chinese Git commit messages using Gitmoji and Conventional Commits.git-daily-report: generates concise Chinese daily reports from Git history and current changes.grill-me: stress-tests plans or designs through focused, sequential questioning.grill-with-docs: stress-tests a plan against the project's domain model and documented decisions, updatingCONTEXT.mdand ADRs inline as terms and trade-offs are resolved.markdown-normalizer: converts plain or loosely formatted text into clean Markdown without changing the substance.handoff: compacts the current conversation into a handoff document so another agent can pick up the work.prototype: builds a throwaway prototype to flesh out a design — a terminal app for logic/state questions, or several toggleable UI variations for design questions.
Each skill lives in its own directory and defines its behavior in a SKILL.md file.
skills/
git-commit-zh/
SKILL.md
git-daily-report/
SKILL.md
grill-me/
SKILL.md
grill-with-docs/
SKILL.md
CONTEXT-FORMAT.md
ADR-FORMAT.md
markdown-normalizer/
SKILL.md
handoff/
SKILL.md
prototype/
SKILL.md
LOGIC.md
UI.md
When adding or updating a skill:
- Keep the skill instructions focused on one workflow.
- Include clear trigger conditions in the frontmatter description.
- Prefer concrete steps and output formats over broad guidance.
- Update this README when the set of available skills changes.