You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This collection follows a layered architecture where foundation skills provide universal principles, and specialized skills extend them for specific languages, frameworks, and workflows.
Layer 1: Commit Workflow (4 skills)
Pattern: Router → Specialized Handlers
Skill
Purpose
Project Types
git-commit
Entry point, routes based on project type
skills, generic
java-git-commit
Java-specific commits with DESIGN.md sync
java
custom-git-commit
User-configured commits with primary doc sync
custom
Layer 2: Documentation Sync (4 skills)
Pattern: Document Type Specialists
Skill
Document
Project Types
Auto-Invoked By
update-claude-md
CLAUDE.md (workflows)
all
git-commit, java-git-commit, custom-git-commit
java-update-design
DESIGN.md (architecture)
java
java-git-commit
readme-sync.md
README.md (skill catalog)
skills
git-commit
update-primary-doc
User-configured doc
custom
custom-git-commit
Layer 3: Review (2 skills)
Pattern: Domain-Specific Review Specialists
Skill
Reviews
Auto-Invoked By
Blocks On
java-code-review
Java code quality
java-git-commit
CRITICAL findings
java-security-audit
OWASP Top 10
java-code-review
Security vulnerabilities
Note: SKILL.md validation for type: skills repositories is handled by the skill-validation.md workflow (not a portable skill), automatically invoked by git-commit when SKILL.md files are staged.
Layer 4: Principles (4 skills)
Pattern: Universal Foundations (Referenced, Not Invoked)