Claude Code Plugins

Community-maintained marketplace

Feedback

Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name git-pulse
description Version control discipline for Quest Keeper AI development. Enforces the "commit early, commit often" pattern.

Git Pulse Protocol

Core Rule

Your work is volatile until captured.

After successful test pass, IMMEDIATE LOCAL COMMIT.

Quick Commands

git status
git add . && git commit -m "type(scope): message"

Commit Types

  • fix - Bug fixes
  • feat - New features
  • test - Test additions
  • refactor - Code cleanup
  • docs - Documentation
  • style - Formatting
  • chore - Build/config