Agent Plugins Marketplace
← All plugins

ccmagic

v3.13.2

Dev workflow skills for Claude Code: tracker-aware ticket lifecycle (Linear, GitHub, JIRA), adaptive code review, debugging, design/QA, and git workflow utilities

Claude Code24 Skills

By Devon HillardLicense: Apache-2.07 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
24 skill or MCP entries
Source updated
Sep 26, 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 ccmagic 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 ccmagic@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/devondragon/ccmagic

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

Plugin files

ccmagic/
├── .claude-plugin/plugin.json
├── skills/analyze-impact/SKILL.md
├── skills/auto-ticket/SKILL.md
├── skills/browser-qa/SKILL.md
├── skills/codex-review/SKILL.md
├── skills/debug/SKILL.md
├── skills/design-explore/SKILL.md
├── skills/design-qa/SKILL.md
├── skills/doctor/SKILL.md
├── skills/finish-ticket/SKILL.md
├── skills/help/SKILL.md
├── skills/init/SKILL.md
├── skills/map-codebase/SKILL.md
├── skills/merge/SKILL.md
├── skills/pr/SKILL.md
├── skills/pr-feedback/SKILL.md
├── skills/push/SKILL.md
├── skills/quick/SKILL.md
├── skills/research/SKILL.md
├── skills/review/SKILL.md
├── skills/review-ticket/SKILL.md
├── skills/settings/SKILL.md
├── skills/test/SKILL.md
├── skills/validate/SKILL.md
└── skills/work-ticket/SKILL.md

Included Skills24

analyze-impactskills/analyze-impact/SKILL.md

Analyze blast radius and dependencies for a file or feature

auto-ticketskills/auto-ticket/SKILL.md

Autonomous end-to-end ticket driver. Runs the full work → review → PR-feedback → finish cycle unattended, merging when the work is clean and CI is green, or parking the ticket (needs-human) with a clear note when a decision genuinely requires a human. Detects the tracker (Linear, GitHub Issues, JIRA) and ticket from the argument or current branch.

browser-qaskills/browser-qa/SKILL.md

Systematically QA test a web app in a real browser — find bugs, fix them, verify with screenshots

codex-reviewskills/codex-review/SKILL.md

Multi-model code review (Codex + Gemini + Claude triage) with dimension-focused passes

debugskills/debug/SKILL.md

Systematic debugging with scientific method, parallel investigation, and persistent sessions

design-exploreskills/design-explore/SKILL.md

Generate multiple distinct design directions, compare in browser, pick a winner before building

design-qaskills/design-qa/SKILL.md

Design quality audit — catches AI slop, scores visual polish, fixes issues with atomic commits

doctorskills/doctor/SKILL.md

Diagnose CCMagic setup issues and validate installation

finish-ticketskills/finish-ticket/SKILL.md

Closes out a development ticket end-to-end. Detects the tracker (Linear, GitHub Issues, or JIRA) and the ticket from the current branch, sanity-checks the PR, confirms disposition (Done by default, or QA when configured/requested), merges the PR, and updates the ticket with a comment, PR link, and final status.

helpskills/help/SKILL.md

Interactive help and command reference with examples

initskills/init/SKILL.md

Bootstrap ccmagic project config — conventions, branching strategy, knowledge directory, and tracker settings

map-codebaseskills/map-codebase/SKILL.md

Analyze existing codebase and document patterns

mergeskills/merge/SKILL.md

Safely merge approved PRs with strategy-aware branch handling

prskills/pr/SKILL.md

Create pull request with platform detection and smart description generation

pr-feedbackskills/pr-feedback/SKILL.md

Review PR comments and plan fixes for valid concerns

pushskills/push/SKILL.md

Smart commit and push with logical grouping

quickskills/quick/SKILL.md

Execute ad-hoc task without feature overhead

researchskills/research/SKILL.md

Deep iterative research with parallel exploration, source evaluation, and confidence scoring

reviewskills/review/SKILL.md

Use when the user asks for a code review of a change, diff, branch, or PR, including a diff pasted inline and phrasings like "review this before I open the PR", "can you code review this?", or "look over this change". Auto-routes between a fast inline checklist (QUICK) and the full multi-agent pipeline (DEEP), biased toward depth, with confidence scoring and convention awareness.

review-ticketskills/review-ticket/SKILL.md

Ticket-grounded code review. Fetches the ticket from Linear, GitHub Issues, or JIRA, then runs /ccmagic:review with the ticket scope as the primary intent source. Adds an explicit Ticket-scope drift section (in-scope / out-of-scope / missing-from-ticket).

settingsskills/settings/SKILL.md

Configure CCMagic preferences (tracker, QA workflow, ticket regex)

testskills/test/SKILL.md

Run tests with framework auto-detection, smart selection, coverage analysis, and failure diagnosis

validateskills/validate/SKILL.md

Pre-commit validation that runs the project's format, lint, type, test, and build checks and reports pass or fail

work-ticketskills/work-ticket/SKILL.md

End-to-end ticket workflow. Detects your tracker (Linear, GitHub Issues, or JIRA), looks up the ticket, assigns it to you, moves it to In Progress, triages the work type, creates a branch, executes the work (delegating to /ccmagic:debug for bugs), validates scope, then commits and opens a PR.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "ccmagic",
  "description": "Dev workflow skills for Claude Code: tracker-aware ticket lifecycle (Linear, GitHub, JIRA), adaptive code review, debugging, design/QA, and git workflow utilities",
  "version": "3.13.2",
  "author": {
    "name": "Devon Hillard",
    "url": "https://github.com/devondragon"
  },
  "repository": "https://github.com/devondragon/ccmagic",
  "license": "Apache-2.0"
}

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

[ccmagic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ccmagic)