Agent Plugins Marketplace
All plugins

elite-dev

v0.4.1

Generic dev-workflow skills for git worktrees, GitHub issues, and pull requests

Claude Code5 Skills

By Elite Business Solutions1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install elite-dev for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install elite-dev@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/elitebusinesssolutions/claude-dev-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/elite-dev/.

Plugin files

plugins/elite-dev/
├── .claude-plugin/plugin.json
├── skills/create-pr/SKILL.md
├── skills/plan-issue/SKILL.md
├── skills/review-fix-pr-comments/SKILL.md
├── skills/setup-worktree/SKILL.md
└── skills/start-issue/SKILL.md

Included Skills5

create-prskills/create-pr/SKILL.md

Opens a pull request following common conventions: an ETT task link as the first line of the body (skipped only when the developer confirms no ETT task applies), a bulleted summary, unwrapped paragraphs, a footer that references the linked GitHub issue (and closes it on merge when eligible), and labels copied from that issue. Use whenever creating a PR — "open a PR", "create the PR", "let's PR this" — or after `gh stack submit --auto`, which can create several PRs in one call that each need this treatment.

plan-issueskills/plan-issue/SKILL.md

Turns a GitHub issue into an implementation plan that proves code reuse before it proposes new code: reads the issue, searches the repo for an existing helper, type, or pattern that already covers each piece of the work, follows the house conventions in the repo's own CLAUDE.md, and asks the developer about every ambiguity instead of guessing. Runs inside plan mode and ends by calling ExitPlanMode. Use right after an issue is marked started — "let's plan issue 24", "plan #40", "how should we build issue 51", or an explicit "/plan-issue 40".

review-fix-pr-commentsskills/review-fix-pr-comments/SKILL.md

Fetches unresolved review comments on a pull request (from any reviewer — Copilot, a human, another bot), verifies each finding against the actual code, presents them formatted for the developer to triage, then — only after explicit go-ahead — applies the agreed fixes, commits/pushes, replies to each addressed comment explaining the fix, and resolves its thread. Use when the user says things like "review the PR comments", "address Copilot's feedback", "fix the review comments on PR 153", or pastes a `#pullrequestreview-<id>` URL. Do NOT use this to write the original code review — only to work through comments a review already produced.

setup-worktreeskills/setup-worktree/SKILL.md

Set up or clean up a git worktree for a parallel Claude/dev session on a TypeScript/JavaScript or .NET repo. Use when starting a new worktree ("set up a worktree for issue X", "start a parallel session"), or when a PR merges and its worktree needs removing. Not needed for a single-task session working directly in the main checkout.

start-issueskills/start-issue/SKILL.md

Marks a GitHub issue as started: assigns it to the developer and, if this repo uses a GitHub Projects board, sets its Status to "In Progress". Use as soon as work on an issue begins — a planning session counts, not just writing code — e.g. "let's plan issue 24", "let's start #40", "begin working issue 51", or an explicit "/start-issue 40". Invoke it at the start of that work, before diving into planning or implementation.

Plugin manifests1

plugins/elite-dev/.claude-plugin/plugin.json
{
  "name": "elite-dev",
  "description": "Generic dev-workflow skills for git worktrees, GitHub issues, and pull requests",
  "version": "0.4.1",
  "repository": "https://github.com/elitebusinesssolutions/claude-dev-plugin",
  "author": {
    "name": "Elite Business Solutions",
    "email": "[email protected]"
  },
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[elite-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/elite-dev)