Agent Skill
2/7/2026

git-commit-expert

A comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.

C
chiperman
0GitHub Stars
2Views
npx skills add chiperman/agent-skills

SKILL.md

Namegit-commit-expert
DescriptionA comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.

Agent Skills

English | 简体中文

A collection of high-quality AI agent skills, designed to enhance development workflows with standardized expert knowledge.

Skills

[!TIP] This repository is a curated collection of high-quality skills. Except for git-commit, most skills are sourced from the community and might not always be the latest version. For the absolute latest updates, we recommend installing them directly from the Official Skills Registry.

<!-- SKILLS_TABLE_START -->
SkillCategoryDescription
skill-managerPersonal专门用于自动化管理和注册本项目技能的元工具。支持个人技能登记与外部引用关联。
git-commitPersonalA comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.
find-skillsReferenceHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities.
frontend-designReferenceCreate distinctive, production-grade frontend interfaces with high design quality, creative code, and polished UI that avoids generic AI aesthetics.
canvas-designReferenceCreate beautiful visual art, posters, and static designs in PNG and PDF formats using professional design philosophy and original visual elements.
baseline-uiReferenceEnforces an opinionated UI baseline to prevent AI-generated interface slop.
fixing-accessibilityReferenceFix accessibility issues. Ensure the component is accessible to all users.
fixing-motion-performanceReferenceFix animation performance issues. Optimize animations and interactions.
web-design-guidelinesReferenceReview UI code for Web Interface Guidelines compliance.
fixing-metadataReferenceShip correct, complete metadata for SEO and performance optimization.
12-principles-of-animationReferenceApply Disney's 12 principles to web interfaces to create natural, organic, and lifelike motion that enhances user engagement.
design-labReferenceConduct interactive design exploration, interviews, and variant generation to refine UI designs through iterative feedback.
interaction-designReferenceDesign and implement delightful microinteractions, motion transitions, and user feedback patterns for seamless user experiences.
interface-designReferenceBuild high-quality dashboards, admin panels, and SaaS interfaces with a focus on professional craft and design consistency.
tailwind-css-patternsReferenceBuild modern, responsive user interfaces using expert Tailwind CSS utility-first patterns and modern CSS best practices.
ui-ux-pro-maxReferenceAdvanced UI/UX design intelligence featuring 50+ styles, 97 palettes, and 9 technology stacks for building professional interfaces.
wcag-audit-patternsReferenceConduct WCAG 2.2 accessibility audits with automated and manual testing, providing remediation guidance for fixing violations and accessible design.
web-hapticsReferenceProvides cross-platform haptic feedback for mobile web and PWAs, enabling native-feeling vibrations on both iOS and Android browsers.
<!-- SKILLS_TABLE_END -->

Installation

Remote (Recommended)

Install skills directly using Skills CLI:

<!-- INSTALL_SECTION_START -->
# Install this collection
npx skills add https://github.com/chiperman/agent-skills

# Install specific skills
npx skills add https://github.com/chiperman/agent-skills --skill skill-manager
npx skills add https://github.com/chiperman/agent-skills --skill git-commit
npx skills add https://github.com/vercel-labs/skills --skill find-skills
npx skills add https://github.com/anthropics/skills --skill frontend-design
npx skills add https://github.com/anthropics/skills --skill canvas-design
npx skills add https://github.com/ibelick/ui-skills --skill baseline-ui
npx skills add https://github.com/ibelick/ui-skills --skill fixing-accessibility
npx skills add https://github.com/ibelick/ui-skills --skill fixing-motion-performance
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines
npx skills add https://github.com/ibelick/ui-skills --skill fixing-metadata
npx skills add https://github.com/raphaelsalaja/userinterface-wiki --skill 12-principles-of-animation
npx skills add https://github.com/0xdesign/design-plugin --skill design-lab
npx skills add https://github.com/wshobson/agents --skill interaction-design
npx skills add https://github.com/dammyjay93/interface-design --skill interface-design
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill tailwind-css-patterns
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill ui-ux-pro-max
npx skills add https://github.com/wshobson/agents --skill wcag-audit-patterns
npx skills add https://github.com/lochie/web-haptics --skill web-haptics
<!-- INSTALL_SECTION_END -->

Usage

Once installed, your AI agent will automatically use these rules when you ask it to perform relevant tasks based on the skill descriptions.

Recommended Workflow (The Golden Workflow)

To achieve the highest quality code delivery, we recommend following this logical sequence when calling the skills:

Step 1: Start & Code

  • Trigger: "I'm starting to write a new feature, make sure the baseline is solid."
  • Activates: baseline-ui
  • Example: "Help me write a user login card, please follow baseline-ui guidelines."
  • Effect: Generate code with correct structure, restrained styling, and optimal performance patterns.

Step 2: Refine

  • Trigger: "The feature is working, now let's refine it."
  • Activates: Choose fixing-accessibility or fixing-motion-performance based on needs.
  • Example: "Check the animation performance of this component" or "Make sure this form is screen reader friendly."
  • Effect: Eliminate performance bottlenecks and ensure all users can access the functionality.

Step 3: Audit

  • Trigger: "Ready to finish, do a final checkup."
  • Activates: web-design-guidelines (optionally add fixing-metadata for page-level development).
  • Example: "Review the code with web-design-guidelines, see if there are any UX issues."
  • Effect: Fill gaps and improve professionalism.

Step 4: Commit

  • Trigger: "Code is perfect, package it for storage."
  • Activates: git-commit
  • Example: "Code is ready, help me commit it."
  • Effect: Generate standard commit message like feat(auth): implement user login card, keeping Git history clean.

Maintenance

This project is configuration-driven. All metadata is managed in src/data/skills.json and synchronized via automation.

For a detailed walkthrough on how to create personal skills or add community references, please see our: 👉 Maintenance & Contribution Guide

Sync & Generate

After making changes to the JSON or skill files, run the following to refresh the website, assets, and this README:

npm run build

[!NOTE] The install_command is automatically generated by the script based on the github_url and name.

Skills Info
Original Name:git-commit-expertAuthor:chiperman