By yandy-r
Git commit and documentation workflow manager. Analyzes changes, determines commit strategy (direct vs agents), writes conventional commit messages, coordinates documentation updates, creates pull requests, and converts deep-research output into structured GitHub issues.
Git commit and documentation workflow manager. Analyzes changes, determines commit strategy (direct vs agents), writes conventional commit messages, coordinates documentation updates, and creates pull requests. Use when completing features, making commits, pushing changes, creating PRs, or when the user says "It's time to push commits."
Convert deep-research output into structured GitHub issues with tracking hierarchy, labels, and priority. Reads research documents, extracts features and deliverables, and creates well-organized GitHub issues. Use when you want to turn research reports into actionable GitHub issues.
Git commit and documentation workflow manager. Analyzes changes, determines commit strategy (direct vs agents), writes conventional commit messages, coordinates documentation updates, and creates pull requests. Use when completing features, making commits, pushing changes, creating PRs, or when the user says "It's time to push commits."
This skill should be used when the user asks to "create issues from research", "turn research into GitHub issues", "generate issues from deep-research output", "create tracking issues from research report", "parse research into actionable issues", or mentions converting documentation produced by the deep-research skill into structured GitHub issues with labels and tracking hierarchy.
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.
A collection of Claude Code plugins for workflow orchestration, parallel planning, documentation, research, and project management.
| Plugin | Description | Commands |
|---|---|---|
| ask | Read-only codebase advisor for Q&A, impact analysis, and comparisons | /ask-codebase |
| plan-workflow | Unified planning pipeline: research, context, parallel plans, validation | /plan-workflow, /feature-research, /shared-context, /parallel-plan |
| implement-plan | Execute parallel plans by deploying implementor agents in batches | /implement-plan |
| code-report | Generate structured reports documenting implementation changes | /code-report |
| git-workflow | Commit strategy, conventional messages, docs updates, PR creation | /git-workflow |
| orchestrate | Decompose complex tasks into parallel specialized agent executions | /orchestrate |
| deep-research | 8-persona Asymmetric Research Squad for multi-perspective analysis | /deep-research |
| write-docs | 5 parallel documentation agents: API, architecture, code, features, README | /write-docs |
| project | Workspace initialization and parallel cleanup with safety measures | /init-workspace, /project-cleaner |
# Add the marketplace
/plugin marketplace add yandy-r/claude-plugins
# Enable a specific plugin
/plugin install ask@yandy-plugins
/plugin install plan-workflow@yandy-plugins
Or enable all plugins at once in ~/.claude/settings.json:
{
"enabledPlugins": {
"ask@yandy-plugins": true,
"plan-workflow@yandy-plugins": true,
"implement-plan@yandy-plugins": true,
"code-report@yandy-plugins": true,
"git-workflow@yandy-plugins": true,
"orchestrate@yandy-plugins": true,
"deep-research@yandy-plugins": true,
"write-docs@yandy-plugins": true,
"project@yandy-plugins": true
}
}
The planning plugins compose into a pipeline:
feature-research -> shared-context -> parallel-plan -> implement-plan -> code-report -> git-workflow
(research) (gather files) (design tasks) (deploy agents) (document) (commit/PR)
Use /plan-workflow to run the full pipeline, or invoke individual steps.
Each plugin follows a standard structure:
plugin-name/
.claude-plugin/
plugin.json # Plugin manifest
commands/ # Slash command definitions
skills/ # Skill definitions with SKILL.md
skill-name/
SKILL.md # Skill prompt and configuration
references/ # Reference templates and examples
scripts/ # Validation and helper scripts
agents/ # Agent definitions (.md files)
scripts/ # Shared plugin scripts
npx claudepluginhub yandy-r/claude-pluginsUnified planning pipeline: feature research, shared context creation, parallel plan generation, and validation. Orchestrates parallel research and analysis agents for comprehensive implementation planning.
Execute parallel implementation plans by deploying implementor agents in dependency-resolved batches. Step 3 of the planning workflow, requires parallel-plan.md from plan-workflow plugin.
Yandy's Claude Infrastructure toolkit — consulting / systems-integration workflows. Phase 0 scaffolding.
Orchestrate multiple specialized agents to accomplish complex tasks efficiently through intelligent task decomposition, parallel execution, and result synthesis.
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git commit workflow: atomic commits, validation, conventions
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses