By tqer39
Git workflow commands and skills: auto-commit, branch creation, PR creation, push, gitignore, pull-request, and auto-merge
Generate a GitHub Actions workflow that auto-approves and auto-merges PRs with the `claude-auto` label using a GitHub App token. Use this skill when the user wants to set up auto-merge for Claude-created PRs, add automatic PR merging, configure auto-merge workflows, or says things like "auto-mergeを設定して", "自動マージのワークフローを追加", "claude-autoラベルで自動マージしたい", "PRを自動でマージする仕組みがほしい".
Generate and update .gitignore files using the gitignore.io API with automatic project detection. Use when the user mentions .gitignore or wants to ignore files in git. Also applies when setting up a new repository.
Create and update GitHub pull requests with automatic rebase and conflict resolution. Trigger phrases include "PRを作って", "プルリクエスト作成", "レビューに出したい", "create a PR", "open a pull request".
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.
Personal SRE/DevOps plugin marketplace for Claude Code.
A centralized marketplace that distributes shared skills and commands across ~20 personal repositories. Built on the Claude Code Plugin Marketplace system.
# Add marketplace
/plugin marketplace add tqer39/claude-code-marketplace
# Install plugins
/plugin install git@tqer39-plugins
/plugin install architecture@tqer39-plugins
/plugin install marketplace@tqer39-plugins
/plugin install security@tqer39-plugins
/plugin install agent-config@tqer39-plugins
From within a Claude Code session:
/plugin marketplace add tqer39/claude-code-marketplace
Or configure it in .claude/settings.json for your project:
{
"extraKnownMarketplaces": {
"tqer39-plugins": {
"source": {
"source": "github",
"repo": "tqer39/claude-code-marketplace"
}
}
}
}
Install individual plugins by scope:
# User scope (you, all projects) — default
/plugin install git@tqer39-plugins
# Project scope (shared with team via .claude/settings.json)
/plugin install git@tqer39-plugins --scope project
# Local scope (you, this project only)
/plugin install git@tqer39-plugins --scope local
# Browse all available plugins
/plugin
# Enable/disable without uninstalling
/plugin enable git@tqer39-plugins
/plugin disable git@tqer39-plugins
# Uninstall
/plugin uninstall git@tqer39-plugins
# Reload after changes
/reload-plugins
# Update all marketplaces
/plugin marketplace update
# Update a specific marketplace
/plugin marketplace update tqer39-plugins
/plugin marketplace remove tqer39-plugins
Note: Removing a marketplace also uninstalls all plugins from it.
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"tqer39-plugins": {
"source": {
"source": "github",
"repo": "tqer39/claude-code-marketplace"
}
}
},
"enabledPlugins": {
"git@tqer39-plugins": true,
}
}
Git workflow commands and skills.
| Type | Name | Description |
|---|---|---|
| Command | auto-commit | Auto stage and commit with emoji prefix + Japanese summary |
| Command | create-branch | Create feature branches with naming conventions |
| Command | create-pr | Create a PR from the current branch with auto push and claude-auto label |
| Command | push | Push changes to remote with safety checks |
| Skill | gitignore | Generate and update .gitignore files with automatic project detection |
| Skill | pull-request | Automate GitHub PR workflow with rebase, conflict resolution, and description generation |
| Skill | auto-merge | Generate auto-approve and auto-merge workflow for PRs with claude-auto label |
Architecture analysis and redesign proposal skills.
| Skill | Description |
|---|---|
| redesign | Architectural analysis and redesign proposal workflow |
| editorconfig | Generate and update .editorconfig files with automatic file type detection |
Marketplace validation and management skills.
| Skill | Description |
|---|---|
| marketplace-lint | Lint marketplace for config issues, doc drift, and structural inconsistencies |
Security review skills: supply chain, dependency auditing, and vulnerability detection.
| Skill | Description |
|---|---|
| supply-chain | Audit supply chain security: lockfile integrity, dependency pinning, typosquatting detection, GitHub Actions SHA pinning, vulnerability scanning config |
LLM coding agent configuration: AGENTS.md creation and tool-specific symlink management.
| Skill | Description |
|---|---|
| agent-config-init | Initialize unified LLM coding agent configuration (AGENTS.md) with symlinks to Claude Code, Cursor, Copilot, Gemini CLI |
make bootstrap # Install dependencies
just lint # Run linting
claude plugin validate .
Private use only.
npx claudepluginhub tqer39/claude-code-marketplace --plugin gitLLM coding agent configuration: AGENTS.md creation and tool-specific symlink management
Security review skills: supply chain, dependency auditing, and vulnerability detection
Marketplace validation and management skills
Architecture analysis and redesign proposal skills: redesign, editorconfig
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git automation - PRs, releases, branches, worktrees
AI-powered git automation - Intelligent git skills that streamline version control workflows with .gitignore generation, commit-push-PR workflow, and more
Git workflow automation with fork-isolated skills for atomic commits, branch cleanup, conventional commit standards, and context-aware PR review
Commands for Git operations, commits, and PRs
Git and PR workflows with code review, onboarding, and PR enhancement