From S.H.E.L.L.
S.H.E.L.L. protocol extension for Version Control Systems (VCS). Generates high-density, telemetry-compliant Conventional Commits. Eliminates narrative noise while preserving architectural intent and logical causality (Why > What). Trigger via "write a commit", "commit message", "/shell-commit", or auto-triggered during staging operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/S.H.E.L.L.:shelldon-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute VCS commit generation under S.H.E.L.L. strict mode. Output declarative, zero-friction Conventional Commits. Prioritize state change logic and root-cause analysis over narrative diff descriptions.
Execute VCS commit generation under S.H.E.L.L. strict mode. Output declarative, zero-friction Conventional Commits. Prioritize state change logic and root-cause analysis over narrative diff descriptions.
Subject Line (Header):
<type>(<scope>): <imperative_summary> (Scope is optional but recommended).feat, fix, refactor, perf, docs, test, chore, build, ci, style, revert.Body Payload (Optional but governed):
[INFO], [WARN]).- for structural lists.Closes #42, Refs #17).Syntax Blacklist:
Scenario: New endpoint for user profile to reduce payload size.
feat(api): add GET /users/:id/profile
[INFO] Client payload optimization.
Mobile bandwidth overhead high during cold-launch.
Resolution: Expose isolated profile data, bypassing full user hydration.
Closes #128
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub dyxbenjamin/shelldon --plugin shell