By petems
Git add, commit with Conventional Commits messages, and push in one step
@petems personal collection of Claude Code plugins.
./CLAUDE.md) or global (~/.claude/CLAUDE.md)./my-skill). Only loaded when needed, so more token-efficient than CLAUDE.md./review, /commit). Similar to skills but designed primarily for the user to trigger at their own pace. Claude can also invoke them.Add this marketplace to Claude Code:
/plugin marketplace add petems/petems-claude-marketplace
Then install plugins:
/plugin install content@petems
This is a pnpm workspace with TypeScript project references.
# Install dependencies
pnpm install
# Type check everything
pnpm run typecheck
# Build all MCP servers
pnpm run build
# Build and sync marketplace metadata
pnpm run build:all
plugins/your-plugin/.claude-plugin/plugin.json with metadatapnpm-workspace.yaml and root tsconfig.jsonpnpm run sync to auto-discover and add to marketplaceThe sync script scans plugins/ and automatically discovers all plugins with valid plugin.json files. Add a plugin directory and it shows up. Remove one and it disappears.
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 petems/petems-claude-marketplace --plugin git-commit-pushTools for bootstrapping content creation such as blog posts and conference talks
Review markdown prose against the 21 writing rules from agent-style.
Generalist Claude Code skills collection by petems
Diagnose and fix GitHub Actions CI/CD failures. Automatically analyze failing workflows, fix code issues, re-run flaky tests, and watch until green.
Manage GitHub PR review comments. Automatically triage, fix, and respond to review findings.
Advanced commit workflows with smart staging and push automation
Conventional Git automation and advanced repository management
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation