By BenWeekes
Git conventions and documentation generation for AI-assisted development
Git conventions and documentation generation for AI-assisted development. Enforces lowercase commits, no AI tool names, present tense. Use when committing, pushing, creating PRs, rebasing, or generating repo documentation.
Documentation generation and verification using the progressive disclosure standard. Use when the user wants to generate, update, or verify repo documentation.
Git workflow skills — commit, push, PR, rebase. Use when the user wants to ship code, create a pull request, or sync with main.
Git conventions and documentation generation for AI-assisted development. Works with Claude Code, Cursor, Codex, and Gemini.
claude install github.com/BenWeekes/ai-dev-kit
cursor install github.com/BenWeekes/ai-dev-kit
ai-dev-kit uses a skill-based architecture:
Session start — a hook reads skills/ai-dev-kit/SKILL.md and injects git conventions into the session context. These are always active — you don't need to invoke anything.
On demand — detailed workflows (ship, pr, sync, docs) are loaded via the Skill tool when you need them.
These rules are injected at session start and apply to every git operation:
| Skill | What it does |
|---|---|
ship | commit staged changes and push to remote |
pr | create a pull request from the current branch |
sync | rebase current branch onto latest main |
update | generate progressive disclosure docs for the repo |
test | verify generated docs meet the standard |
ai-dev-kit includes two standards for AI-assisted development:
ai-dev-kit pairs well with Superpowers for a complete workflow:
| Path | Purpose |
|---|---|
skills/ai-dev-kit/ | skill definitions (SKILL.md + sub-skills) |
hooks/ | session-start hook and platform wrappers |
*.md (root) | standards (progressive disclosure, multi-repo) |
.claude-plugin/ | Claude Code plugin config |
.cursor-plugin/ | Cursor plugin config |
.codex/ | Codex install guide |
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub benweekes/ai-dev --plugin ai-dev-kitCoding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Skills for development standards: commit messages, code review, testing, documentation, and more. Supports 25 comprehensive skills for the full development lifecycle.
Workflow skills and shared instructions for coding agents.
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.