By pers0n4
Git workflow tools — commit with Conventional Commits v1.0.0, type/scope analysis, and HEREDOC templates
Directory of Claude Code extensions — development tools and productivity plugins.
This repository serves two purposes:
.claude-plugin/marketplace.json lists plugins available for installation via the Claude Code plugin marketplaceplugins/ contains plugin implementations ready to use or fork| Plugin | Description | Version |
|---|---|---|
| git-workflow | Git workflow tools — commit with Conventional Commits v1.0.0, type/scope analysis, and HEREDOC templates | 0.1.0 |
claude plugin marketplace add pers0n4/claude-plugins
# From marketplace
claude plugin install git-workflow@pers0n4
# Or load directly from local path
claude --plugin-dir ./plugins/git-workflow
.claude-plugin/
marketplace.json # Marketplace manifest (registers plugins for distribution)
plugins/
git-workflow/ # Git workflow skill plugin
.claude-plugin/plugin.json
skills/commit/ # SKILL.md + references + templates
# Validate plugin structure
claude plugin validate ./plugins/git-workflow
# Load with debug output
claude --plugin-dir ./plugins/git-workflow --debug
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub pers0n4/claude-plugins --plugin git-workflowStreamline your git workflow with simple commands for committing, pushing, and creating pull requests
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Git workflow and branching best practices
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.