Skip to content

Repository files navigation

Skills

中文说明

This repository contains local Codex skills used to extend task-specific workflows.

Available Skills

  • 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, updating CONTEXT.md and 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.

Structure

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

Maintenance

When adding or updating a skill:

  1. Keep the skill instructions focused on one workflow.
  2. Include clear trigger conditions in the frontmatter description.
  3. Prefer concrete steps and output formats over broad guidance.
  4. Update this README when the set of available skills changes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages