Vialytics marketplace for Claude Code — two separate plugins, install whichever you need.
Add the marketplace once:
claude marketplace add vialytics/claude-skills
Then install the plugins you want:
claude plugins install pr@vialytics
claude plugins install jira@vialytics
claude plugins install milky-way-agent@vialytics # depends on jira
Restart Claude after install. Slash commands and agents become available in any new session.
pr — plugins/pr/GitHub PR review helpers.
| Command | Description |
|---|---|
/pr:summarize <PR URL or number> | Fetch all review comments on a PR, summarize the issues, and produce a prioritized fix plan split by what's fixable in code vs what needs external config/admin action. |
/pr:summarize https://github.com/vialytics/planning-tool/pull/14
/pr:summarize 14
/pr:summarize # auto-detect from current branch
jira — plugins/jira/Jira CLI wrappers. Each command has two output modes — default markdown for humans, --agent JSON for downstream agents/commands.
| Command | Description |
|---|---|
/jira:view <TICKET> [--with-comments] [--agent] | Fetch a ticket (and optionally comments). |
/jira:list <PROJECT> [--status=…] [--assignee=…] [--agent] | List tickets in a project. |
/jira:create "<Title>" --project=<P> … [--agent] | Create a ticket; preview + approval in default mode, no-wait in agent mode. |
/jira:comment <TICKET> "<body>" [--agent] | Add a comment. |
/jira:move <TICKET> [<status>] [--agent] | Transition status; no target → list available transitions. |
/jira:assignable <PROJECT> [<name>] [--agent] | Resolve a person's name to a Jira username. |
Requires the jira CLI: brew install ankitpokhrel/jira-cli/jira-cli && jira init.
milky-way-agent — plugins/milky-way-agent/Frontend workflow for the milky-way-ui repo. Drives the Jira → branch → plan → implementation → review → PR lifecycle.
Requires the
jiraplugin — the agent and commands invoke/jira:* --agentfor all ticket operations.
| Command | Agent invocation | Description |
|---|---|---|
/milky-way-agent:start <ticket> | mwa start <ticket> | End-to-end lifecycle driver. Chains plan / review / pr inline. |
/milky-way-agent:plan <ticket> | mwa plan <ticket> | Behavior Contract + edge cases + implementation plan. |
/milky-way-agent:review | mwa review | Three-step self-review (/simplify → docs check → yarn run check). |
/milky-way-agent:pr <ticket> | mwa pr <ticket> | yarn run check gate, generate PR body, open PR on develop. |
/milky-way-agent:ditto <path> | mwa ditto <path> | Scan for hardcoded UI strings, propose Ditto IDs. |
/milky-way-agent:generating-stories <component> | — | Generate Storybook stories following project conventions. |
Agent: milky-way-agent (alias mwa). See plugins/milky-way-agent/agents/README.md for setup.
⚠️ The
milky-way-agentplugin is tuned for themilky-way-uirepo (React 18 + TS,developbase branch,yarn run checkgate,src/openapi/clients). Outside that project it will reference paths and conventions that don't exist.
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.
npx claudepluginhub vialytics/claude-skills --plugin prmilky-way-ui frontend workflow — milky-way-agent (alias mwa) plus ticket-lifecycle slash commands (start, plan, review, pr, ditto) and Storybook story generation. Requires the `jira` plugin.
Jira CLI helpers — view/list/create/comment/move tickets and look up assignees. Each command supports --agent for structured JSON output instead of human-friendly markdown.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer