.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/caveman/caveman-commit
home/skills/juliusbrussee/caveman/caveman-commit
juliusbrussee avatar

caveman-commit

byjuliusbrussee· 57 skills

Installs

272k

Stars

93k

Forks

5.3k

Category

Productivity & Workflow

View on GitHub

TL;DR

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.

How to install caveman-commit?

juliusbrussee/caveman/caveman-commit
$npx -y skills add juliusbrussee/caveman --skill caveman-commit

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/juliusbrussee/caveman" --skill "juliusbrussee/caveman/caveman-commit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/juliusbrussee/caveman" that are relevant to the current task. Run `npx skills add "https://github.com/juliusbrussee/caveman"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1Write commit messages terse and exact. Conventional Commits format. No fluff. Why over what.
2 
3## Rules
4 
5**Subject line:**
6- `<type>(<scope>): <imperative summary>` — `<scope>` optional
7- Types: `feat`, `fix`, `refactor`, `perf`, `docs`, `test`, `chore`, `build`, `ci`, `style`, `revert`
8- Imperative mood: "add", "fix", "remove" — not "added", "adds", "adding"
9- ≤50 chars when possible, hard cap 72
10- No trailing period
11- Match project convention for capitalization after the colon
12 
13**Body (only if needed):**
14- Skip entirely when subject is self-explanatory
15- Add body only for: non-obvious *why*, breaking changes, migration notes, linked issues
16- Wrap at 72 chars
17- Bullets `-` not `*`
18- Reference issues/PRs at end: `Closes #42`, `Refs #17`
19 
20**What NEVER goes in:**
21- "This commit does X", "I", "we", "now", "currently" — the diff says what
22- "As requested by..." — use Co-authored-by trailer
23- "Generated with Claude Code" or any AI attribution — unless the user's own rule requires an `Assisted-by`/AI-attribution trailer, then add it as a trailer
24- Emoji (unless project convention requires)
25- Restating the file name when scope already says it
26 
27## Examples
28 
29Diff: new endpoint for user profile with body explaining the why
30- ❌ "feat: add a new endpoint to get user profile information from the database"
31- ✅
32 ```
33 feat(api): add GET /users/:id/profile
34 
35 Mobile client needs profile data without the full user payload
36 to reduce LTE bandwidth on cold-launch screens.
37 
38 Closes #128
39 ```
40 
41Diff: breaking API change
42- ✅
43 ```
44 feat(api)!: rename /v1/orders to /v1/checkout
45 
46 BREAKING CHANGE: clients on /v1/orders must migrate to /v1/checkout
47 before 2026-06-01. Old route returns 410 after that date.
48 ```
49 
50## Auto-Clarity
51 
52Always include body for: breaking changes, security fixes, data migrations, anything reverting a prior commit. Never compress these into subject-only — future debuggers need the context.
53 
54## Boundaries
55 
56Only generates the commit message. Does not run `git commit`, does not stage files, does not amend. Output the message as a code block ready to paste. "stop caveman-commit" or "normal mode": revert to verbose commit style.

Security

Passed

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass
  • ZeroLeakspass

Preview

juliusbrussee/cavemanjuliusbrussee/caveman

$ npx -y skills add juliusbrussee/caveman --skill caveman-commit

▸ installing to .claude/skills…

✓ caveman-commit ready

Repojuliusbrussee/caveman
TypeSkills
CategoryProductivity & Workflow
ForDeveloper
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. juliusbrussee avatarcavemanUltra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full technical accuracy.SkillsJul 2026391k93k
  2. larksuite avatarlark-im飞书即时通讯:收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件(支持大文件分片下载)、管理表情回复、发送应用内/短信/电话加急、发送和处理交互卡片(Interactive…SkillsJul 2026390k16k
  3. larksuite avatarlark-calendar飞书日历:管理日历日程和会议室。查看/搜索日程、创建/更新日程、管理参会人、查询忙闲和推荐时段、预定会议室。当用户需要查看日程安排、创建/修改会议、查询/预定会议室时使用。不负责:查询过去的视频会议记录(走 lark-vc)、待办任务(走 lark-task)。SkillsJul 2026388k16k
  4. larksuite avatarlark-contact飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名。当用户提到某人姓名要下一步发消息 / 排日程,或拿到 open_id 想查具体信息时使用。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生…SkillsJul 2026387k16k
  5. larksuite avatarlark-workflow-meeting-summary会议纪要整理工作流:汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。SkillsJul 2026386k16k
  6. larksuite avatarlark-workflow-standup-report日程待办摘要:编排 calendar +agenda 和 task +get-my-tasks,生成指定日期的日程与未完成任务摘要。适用于了解今天/明天/本周的安排。SkillsJul 2026386k16k