Commit
Copier template that bootstraps AI-agent-optimized project setups: layered context routing, curated skills, and an enforced validation gate — synced across projects.
npx -y skills add SamyakJhaveri/loam --skill commitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create a conventional commit. Use when user says "commit", "make a commit", or "save changes". NOT for: drafting code, running tests, or anything that changes files — this skill only stages and commits already-finished work.
SKILL.md
0.9 KB, 145 tokens by cl100k_base, as published. Nobody here has run it
<git_status>
!git status --short
</git_status>
<staged_diff>
!git diff --cached
</staged_diff>
- Review the staged diff above.
- Write a Conventional Commit message: feat: / fix: / chore: / docs: / refactor: / test: / perf:
- If
$ARGUMENTSis provided, use it as the commit subject. - Format:
<type>(<optional-scope>): <subject>— subject under 72 chars. - Run:
git commit -m "<message>" - Run:
git statusto confirm clean state. - Output the commit hash and message.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.