From blueprint
Stages intended Git changes, avoiding secrets, and commits with clear Conventional Commit messages. Use when work is ready and diff is understood.
npx claudepluginhub owainlewis/blueprint --plugin blueprintThis skill uses the workspace's default tool permissions.
- The current work is ready to record in git
Stages files safely avoiding sensitive ones, infers conventional commit type from git diff, drafts message with scope, and executes after confirmation. Use anytime like post-planning or mid-TDD.
Guides git commit workflow: analyzes staged files, generates conventional messages (feat/fix/etc.), updates README for features/setup changes, ignores unstaged.
Creates git commits with clear messages from working tree changes, following repo conventions or conventional commits. Handles clean trees and detached HEAD.
Share bugs, ideas, or general feedback.
git status, git diff, and git diff --cached.type(scope): subjectfeat, fix, refactor, test, docs, chorefeat(auth): add GitHub OAuth login, fix(api): handle empty embedding resultsgit status confirms the expected result.env, credentials, or keys.