GGA — Agent Skills Index banner
Gentleman-Programming Gentleman-Programming

GGA — Agent Skills Index

Development community intermediate

Description

When working on this project, load the relevant skill(s) BEFORE writing any code.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for Gentleman-Programming/gentleman-guardian-angel, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

GGA — Agent Skills Index

When working on this project, load the relevant skill(s) BEFORE writing any code.

How to Use

  1. Check the trigger column to find skills that match your current task
  2. Load the skill by reading the SKILL.md file at the listed path
  3. Follow ALL patterns and rules from the loaded skill
  4. Multiple skills can apply simultaneously

Skills

Skill Trigger Path
gga-branch-pr When creating a pull request, opening a PR, or preparing changes for review. `skills/branch-pr/SKILL.md`
gga-commit-hygiene Any commit creation, review, or branch cleanup. `skills/commit-hygiene/SKILL.md`
gga-docs-alignment Any code or workflow change that affects user or contributor behavior. `skills/docs-alignment/SKILL.md`
gga-issue-creation When creating a GitHub issue, reporting a bug, or requesting a feature. `skills/issue-creation/SKILL.md`
gga-shellcheck-standards When writing or modifying bash scripts in bin/ or lib/. `skills/shellcheck-standards/SKILL.md`
gga-testing-coverage When implementing behavior changes in any script. `skills/testing-coverage/SKILL.md`