By t0k0sh1
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
npx claudepluginhub t0k0sh1/agent-plugins --plugin gitCommit, push, and open a PR
Commit and push
Create a git commit
Fetch PR review comments, triage them, and apply fixes
Merge a pull request
Mark a draft PR as ready for review
Push git commits
Resolve PR conflicts locally and push
Switch to a branch and pull latest changes
Sync current branch with the latest changes from the target branch
Create a new git branch with a well-named branch following the convention. Use this skill whenever the user wants to create a new branch, switch to a new branch, or start working on a new feature/fix/task.
When an issue, bug, or review comment is found that may fall outside the current task scope, use this skill to ask the user whether to address it now or create a GitHub issue for later. Always use this skill instead of silently skipping or auto-deciding — the user decides what to include.
A collection of Claude Code plugins that enhance your development workflow with git operations, semantic code analysis, and rule generation.
| Plugin | Description |
|---|---|
| git | Streamline your git workflow with simple commands for committing, pushing, and creating pull requests |
| rule-creator | Generate project-specific Claude Code rules (.claude/rules/) by analyzing the codebase |
| serena | Provide codebase-aware assistance using Serena for semantic code analysis and navigation |
| review | Run CodeRabbit code reviews and apply suggested fixes |
Add the marketplace and install plugins:
claude marketplace add t0k0sh1/agent-plugins
claude plugin add git
claude plugin add rule-creator
claude plugin add serena
claude plugin add review
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement