Skip to content

claude-skills

by alirezarezvani

+192 Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory.

About

+192 Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory.

22,908
Stars
957
Skill Files
3,114
Forks
534
PRs Merged
40
Contributors
3
Issues Open
146
Issues Closed
2026-07-17
Last Activity

Skill Analysis

192
Avg Lines / Skill
1,141
Avg Words / Skill
3840
Code Blocks
3757
Total Files
32.34 MB
Repo Size
741
Reference Files
Skill lines32 min / 158 median / 741 max
Code languagesbash, bicep, css, csv, diff, dockerfile, dot, go, hcl, html, javascript, jql, js, json, markdown, md, mermaid, powershell, prisma, python, sql, terraform, toml, tsx, typescript, yaml
Frontmatter keysAuthor, Category, Dependencies, Name, Tier, Version, about, agents, allowed-tools, argument-hint, assignees, author, category, color, command, compatible_tools, context, dependencies, description, disallowedTools, domain, emoji, labels, license, maxTurns, metadata, model, name, not_for, skills, tags, tier, title, tools, triggers, version, vibe
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (2716), py (659), json (253), txt (28), sh (15), yml (14), html (8), js (8), yaml (5), template (5)

Skills (961)

  • cs-agent-name
    322 lines1177 words5 blocks

    What this agent does, followed by trigger phrasing. MUST include a "Use when…" (or "Spawn when…" / "Invoke via…") clause plus at least 1 concrete trig...

    bash
  • tech-debt
    34 lines121 words2 blocks

    "Scan, prioritize, and report technical debt. Usage: /tech-debt <scan|prioritize|report> [options]"

  • competitive-matrix
    42 lines115 words3 blocks

    "Build competitive analysis matrices with scoring and gap analysis. Usage: /competitive-matrix <analyze> [options]"

    json
  • pipeline
    32 lines109 words2 blocks

    "Detect stack and generate CI/CD pipeline configs. Usage: /pipeline <detect|generate> [options]"

  • saas-health
    37 lines157 words2 blocks

    "Calculate SaaS health metrics (ARR, MRR, churn, CAC, LTV, NRR) and benchmark against industry standards. Usage: /saas-health <metrics|quick-ratio|sim...

  • persona
    41 lines116 words3 blocks

    "Generate data-driven user personas for UX research and product design. Usage: /persona generate [options]"

  • a11y-audit
    86 lines313 words4 blocks

    "Scan a frontend project for WCAG 2.2 accessibility violations and fix them. Usage: /a11y-audit [path]"

    bash
  • sprint-plan
    70 lines484 words2 blocks

    "Capacity-gated sprint planning — runs capacity math, carry-over check, and a definition-of-ready gate before committing scope. Usage: /sprint-plan <g...

    bash
  • wiki-init
    62 lines217 words3 blocks

    Bootstrap a fresh LLM Wiki vault with the three-layer structure, schema files, and starter templates. Usage /wiki-init <path> --topic "<topic>" [--too...

  • project-health
    45 lines133 words3 blocks

    "Portfolio health dashboard and risk matrix analysis. Usage: /project-health <dashboard|risk> [options]"

    json
  • "cs-webinar"
    148 lines802 words7 blocks

    "/cs:webinar — Webinar & virtual-event marketing workflow. Plan a webinar from scratch (sized backward from the business goal), rescue one whose numbe...

    bashjson
  • wiki-lint
    85 lines350 words2 blocks

    Run a health check on the LLM Wiki vault — mechanical checks (orphans, broken links, stale pages, missing frontmatter, log gap, duplicates) plus seman...

    markdown
  • user-story
    45 lines131 words3 blocks

    "Generate user stories with acceptance criteria and sprint planning. Usage: /user-story <generate|sprint> [options]"

  • wiki-log
    66 lines278 words4 blocks

    Show recent entries from the LLM Wiki log (wiki/log.md). Uses the standardized ## [YYYY-MM-DD] header format so grep + tail works. Usage /wiki-log [--...

    bash
  • tdd
    77 lines429 words2 blocks

    "Run a red-green-refactor TDD workflow — generate failing tests first, implement to green, then check coverage gaps. Usage: /tdd <generate|coverage|va...

    bash
  • retro
    43 lines117 words3 blocks

    "Analyze sprint retrospectives for patterns and action item tracking. Usage: /retro analyze <retro_data.json>"

    json
  • sprint-health
    45 lines128 words3 blocks

    "Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health <analyze|velocity> [options]"

    json
  • code-to-prd
    80 lines315 words4 blocks

    "Reverse-engineer a frontend codebase into a PRD. Usage: /code-to-prd [path]"

    bash
  • financial-health
    40 lines144 words2 blocks

    "Run financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecasts. Usage: /financial-health <ratios|dcf|budget|forecast> <...

  • wiki-ingest
    54 lines313 words1 blocks

    Ingest a source file from raw/ into the LLM Wiki — read, discuss, write summary page, update cross-references across 5-15 pages, regenerate index, app...

Recent Commits

-359 contributions across all repos
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
  • aa8d7782026-07-17
    Merge pull request #922 from alirezarezvani/dev
    Alireza Rezvani
  • 2800f832026-07-17
    Merge pull request #921 from alirezarezvani/claude/productivity-skills-audit-obucop
    Alireza Rezvani
  • eec8fb62026-07-17
    fix(meetings): stop crediting capitalized non-names in 'Name will ...' prose
    Claude
  • 908c48e2026-07-17
    fix(meetings): only a leading @mention confers action-item ownership
    Claude
  • ecb0c9f2026-07-17
    fix(deep-work): enforce the 10-min buffer before the end-of-day shallow batch
    Claude
  • 85684832026-07-17
    fix(meetings): action_item_extractor no longer reassigns owner to a mid-text @mention
    Claude
  • c17b2f52026-07-17
    refactor(meetings): agenda_builder usage errors exit 1, matching the batch contract
    Claude
  • 1d184772026-07-17
    fix(productivity): exit-code and --sample --json contract fixes from review
    Claude
  • 3f7f8062026-07-17
    chore(productivity): align new plugin versions with current release (2.11.2)
    Claude
  • a775d212026-07-17
    refactor(productivity): address reviewer feedback on PR #921
    Claude