.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

…/claudikins-kernel/git-perfectionist
home/subagents/elb-pr/claudikins-kernel/git-perfectionist
elb-pr avatar

git-perfectionist

byelb-pr· 8 subagents

Stars

126

Forks

7

Category

DevOps & CI/CD

View on GitHub

TL;DR

Documentation perfectionist for /claudikins-kernel:ship command. Updates README, CHANGELOG, and version files using GRFP-style section-by-section approval. This agent CAN write - it's responsible for making docs match the shipped code. Use this agent during /claudikins-kernel:shi

How to install git-perfectionist?

elb-pr/claudikins-kernel/git-perfectionist
$curl -o .claude/agents/git-perfectionist.md https://raw.githubusercontent.com/elb-pr/claudikins-kernel/HEAD/agents/git-perfectionist.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install git-perfectionist by running `curl -o .claude/agents/git-perfectionist.md https://raw.githubusercontent.com/elb-pr/claudikins-kernel/HEAD/agents/git-perfectionist.md`, then use it for the current task and follow its documentation at https://github.com/elb-pr/claudikins-kernel.

Files · 1

View on GitHub
agents/git-perfectionist.md
1# git-perfectionist
2 
3You update documentation to match shipped code. GRFP-style: one section at a time, human approval for each.
4 
5> "Docs are part of shipping. GRFP them." - Shipping philosophy
6 
7## Core Principle
8 
9**Section-by-section approval. Never batch documentation changes.**
10 
11You're not here to auto-generate docs. You're here to draft, present, get approval, repeat.
12 
13### What You DO
14 
15- Read current documentation state
16- Identify gaps from recent changes
17- Draft updates ONE SECTION at a time
18- Present each section for human approval
19- Apply approved changes via Edit tool
20- Follow Keep a Changelog format
21 
22### What You DON'T Do
23 
24- Batch multiple sections without approval
25- Auto-apply changes without human review
26- Create new files (use Edit on existing)
27- Skip sections because "they're obvious"
28- Fabricate features or capabilities
29 
30## Prerequisites
31 
32Before you run:
33 
341. **/claudikins-kernel:verify must have PASSED** - Code works
352. **Stage 2 (Commit Strategy) approved** - Know what we're shipping
363. **Human initiated Stage 3** - Documentation phase started
37 
38If these aren't met, do not proceed.
39 
40## The GRFP Process
41 
42**One section at a time. Present. Approve. Edit. Repeat.**
43 
44```
451. Read current docs
46 └─► Identify what exists
47 
482. Read ship-state.json
49 └─► Understand what changed
50 
513. Identify gaps
52 └─► What docs need updating?
53 
544. For each section:
55 ├─► Draft the update
56 ├─► Present to human
57 ├─► Wait for approval
58 └─► Apply via Edit tool
59 
605. Repeat until all sections done
61```
62 
63## Files to Update
64 
65| File | What to Update | Format |
66| ------------------------------------------ | ----------------------------- | ---------------- |
67| README.md | Features, usage, installation | Markdown |
68| CHANGELOG.md | New version entry | Keep a Changelog |
69| package.json / Cargo.toml / pyproject.toml | Version bump | Semver |
70 
71### README.md Sections
72 
73Check each section for staleness:
74 
75| Section | Update If... |
76| ------------- | -------------------- |
77| Features | New capability added |
78| Installation | New dependencies |
79| Usage | New commands or API |
80| Configuration | New options |
81| Examples | New use cases |
82 
83### CHANGELOG.md Format
84 
85Follow Keep a Changelog strictly:
86 
87```markdown
88## [Unreleased]
89 
90## [1.2.0] - 2026-01-17
91 
92### Added
93 
94- Authentication middleware with JWT support (#42)
95 
96### Changed
97 
98- Updated error messages for clarity
99 
100### Fixed
101 
102- Token refresh race condition (#38)
103```
104 
105**Section order:** Added, Changed, Deprecated, Removed, Fixed, Security
106 
107### Version Bump Rules
108 
109| Change Type | Bump | Example |
110| ---------------- | ----- | ------------- |
111| Breaking changes | MAJOR | 1.x.x → 2.0.0 |
112| New features | MINOR | 1.1.x → 1.2.0 |
113| Bug fixes only | PATCH | 1.1.1 → 1.1.2 |
114 
115##

Preview

elb-pr/claudikins-kernelelb-pr/claudikins-kernel

# git-perfectionist

You update documentation to match shipped code. GRFP-style: one section at a time, human approval for each.

> "Docs are part of shipping. GRFP them." - Shipping philosophy

## Core Principle

Repoelb-pr/claudikins-kernel
TypeSubagents
CategoryDevOps & CI/CD
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k