mrstroz/claude-code-plugins

3Stars on the repository
32Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

seo-research

01

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Pull SEO metrics from the DataForSEO API v3 — keyword research (search volume, CPC, keyword difficulty, search intent, keyword ideas), competitor & domain analysis (which keywords a domain ranks for, organic traffic estimates, competitors, keyword gaps, top pages), live Google SERP & rank checking, and backlink…

3 9d ago A 221 tokens

jira-daily-summary

02

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Generate a daily JIRA summary with intelligent triage and ABCDE priority classification. Groups tasks into Action Needed, Ready to Proceed, and Info categories with actionable summaries. Creates optional Claude Code todo lists for follow-up. Use when the user wants a daily standup summary, task triage, daily review…

3 9d ago A 122 tokens

jira-feedback

03

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Write and post a comment on an existing JIRA issue. Turns rough, dictated or half-formed input into a comment that reads like a person wrote it, in whatever language the issue thread is already using. Reads the issue and its recent comments first, so the draft answers what was actually asked and uses the thread's own…

3 9d ago A 196 tokens

jira-fetch

04

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Fetch JIRA issues via REST API and save as minimal extracted JSON. Bypasses MCP tools for maximum data efficiency and token minimization. Use when the user wants to download, fetch, pull, export, or cache JIRA data locally. Triggers on requests to fetch issues, download tasks, export JIRA data, get issues from JIRA…

3 9d ago A 165 tokens

jira-release-notes

05

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Generate detailed release notes for a single Jira version. Transforms technical issues into a professional, business-facing feature overview with categorized items. Use when the user wants release notes, a version summary, a release plan, or a feature overview for a specific version. Triggers on any request mentioning…

3 9d ago A 75 tokens

jira-roadmap

06

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Generate a condensed project-wide product roadmap from Jira version data. Produces a multi-version overview with theme summaries, highlights, and links to detailed release notes pages. Use when the user wants a product roadmap, project overview, or version overview. Triggers on any request mentioning roadmap, product…

3 9d ago A 70 tokens

jira-task

07

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Create well-structured JIRA tasks for any software project. Use when the user describes a feature, bug, improvement, or any work item that needs to become a JIRA ticket. Analyzes the project codebase to provide accurate technical details. Always drafts the task for user review before sending to JIRA. Triggers on any…

3 9d ago A 88 tokens

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Generate testing scenarios for a Jira release version. Combines Jira issue descriptions with git diff analysis (Quality vs Master) to produce a concise table of what needs manual testing before release. Use when the user wants testing scenarios, a test plan, QA checklist, release testing guide, or pre-release…

3 9d ago A 95 tokens

payload-content

09

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Create, update and delete content in a Payload CMS project through its REST API — new pages, blog posts and articles, edits to existing copy, composing and reordering the block/section stack, rich text written from markdown, media uploads with alt text, relationships, and per-locale translations. Discovers the…

3 9d ago A 481 tokens

payload-query

10

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Read and search content in a Payload CMS project through its REST API without changing anything — find documents by any field, filter with where-operators, count, paginate, read a document across all locales, dump rich text as readable markdown, inspect which blocks a collection allows and what fields a block has, and…

3 9d ago A 370 tokens

fryderyk

11

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Skill konsultacyjny w stylu persony. Używaj zawsze, gdy użytkownik prosi o perspektywę Fryderyka, mówi "co Fryderyk by powiedział o…", "jak Fryderyk by podszedł do…", "porozmawiaj jak Fryderyk o…", wywołuje /fryderyk, albo chce skonsultować doświadczonego B2B SaaS foundera sprzedającego do SMB hospitality — na tematy…

3 9d ago A 0 tokens

piotr

12

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Persona-style consultation skill. Use whenever the user invokes /piotr, says "co Piotr by powiedział o…", "jak Piotr by podszedł do…", "porozmawiaj jak Piotr o…", "zapytaj Piotra…", or wants to consult Piotr — long-haul polski founder, który zbudował dwustronny marketplace na rynku pracy w segmencie IT (10+ lat…

3 9d ago A 0 tokens

stanislaw

13

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Persona-style consultation skill. Use whenever the user invokes /stanislaw, says "co Stanisław by powiedział o…", "jak Stanisław by podszedł do…", "porozmawiaj jak Stanisław o…", "zapytaj Stanisława…", or wants to consult Stanisław — co-founder europejskiego funduszu VC w defence tech (paneuropejski zasięg, rząd…

3 9d ago A 0 tokens

docs-init

14

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Set up the spec/ADR/plan documentation system in a project — creates docs/spec/ (what the system does, in numbered sections), docs/adr/ (why each decision was made, one file per decision, with a template and a register), docs/plan/ (milestones and PREFIX-NN tasks that link to spec sections instead of restating them)…

3 9d ago A 304 tokens

docs-style

15

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Writing rules for spec, ADR and plan documents — short, checkable, scannable, plain language, with hard length budgets and every claim about system behaviour pointing at code someone actually opened. Read this before writing the first paragraph, not after; fixing a finished draft costs more than drafting it right. Use…

3 9d ago A 273 tokens

docs-summary

16

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Read docs/plan/ back as one short table — every task as a row with its id, priority marker and a plain-language line saying what has to happen, ordered by priority rather than by file. Answers "what is left" without anybody opening the milestone files and counting checkboxes by eye. Asks for the scope first — all open…

3 9d ago A 359 tokens

docs-sync

17

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Mirror the tasks in docs/plan/ to GitHub Issues and read the answers back — creates an issue for every open task, keeps titles and labels matching the plan, ticks a checkbox when its issue is closed, and closes an issue when its task is finished or rejected. Works only where docs/docs.config.json turns it on, so a…

3 9d ago A 298 tokens

docs-task

18

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Run a task from docs/plan/ end to end, and close the documentation loop so docs/spec, docs/adr and docs/plan keep describing what the code actually does. Two entry points. Starting work — "zrób APP-12", "weź następne zadanie", "co teraz", "kontynuuj plan", "zacznij M2", "do HUE-21", "next task", "what should I work…

3 9d ago A 0 tokens

claude-md

19

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Analyze changes and propose CLAUDE.md updates. Accepts an optional argument describing what changed (e.g., /claude-md we switched from Jest to Vitest). Use when the user says "update claude.md", "sync claude.md", "document this in claude.md", after finishing a task that introduced new patterns or conventions, when new…

3 9d ago A 114 tokens

commit

20

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Create clean conventional commits. Use when the user wants to commit changes, make a commit, save progress, or says "commit". Reads the diff in one pass, then offers the same message in two lengths — subject only by default, or subject plus a short body — with an automatic task number from the branch name, in a single…

3 9d ago A 90 tokens

declutter

21

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Tighten and declutter an existing document so a human can read it fast — cut filler, repetition, throat-clearing, and marketing fluff while keeping every fact, decision, number, and caveat, and keeping the language natural (no jargon, no telegraphic shortcuts). Use when a document (especially one drafted by AI) is…

3 9d ago A 218 tokens

grill-me

22

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Interview the user relentlessly about a plan, design, or architecture until every branch of the decision tree is resolved. Use when the user wants to stress-test a plan, get grilled on their design, poke holes in an idea, play devil's advocate, challenge an approach, or says things like "grill me", "what am I…

3 9d ago A 114 tokens

humanize-content

23

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Ostatni pass językowy przed publikacją tekstu po polsku albo angielsku: usuwa markery AI (lawina myślników, kalki z angielskiego, waciki marketingowe, monotonny rytm, doklejane imiesłowy i „-ing" clauses, rule-of-three, puste otwarcia), poprawia szyk, interpunkcję i typografię — zachowując sens, fakty, liczby, ton…

3 9d ago A 350 tokens

ste-writing

24

mrstroz/claude-code-plugins

Skill Claude CodeCodex

Rewrite prose (docs, READMEs, PR descriptions, error messages, release notes, comments, tool descriptions, system prompts — never code) into ASD-STE100 Simplified Technical English to remove "AI slop". Use when asked to make writing not sound like AI, make docs clear or plain, enforce a controlled writing style…

3 9d ago A 103 tokens