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.

23,157
Stars
957
Skill Files
3,158
Forks
534
PRs Merged
40
Contributors
5
Issues Open
177
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)

  • google-workspace
    79 lines265 words6 blocks

    "Google Workspace CLI operations: setup diagnostics, security audit, recipe discovery, and output analysis. Usage: /google-workspace <setup|audit|reci...

    bash
  • seo-auditor
    342 lines1715 words10 blocks

    |

    bash
  • 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]"

  • "cs-aeo"
    166 lines879 words6 blocks

    "/cs:aeo — Answer Engine Optimization workflow. Audit content for E-E-A-T + structure signals that drive LLM citation (ChatGPT, Perplexity, Claude, Ge...

    bash
  • plugin-audit
    314 lines1490 words10 blocks

    |

    bash
  • code-to-prd
    80 lines315 words4 blocks

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

    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
  • tech-debt
    34 lines121 words2 blocks

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

  • "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
  • okr
    38 lines112 words2 blocks

    "Generate OKR cascades from company strategy to team objectives. Usage: /okr generate <strategy>"

  • tc
    147 lines805 words12 blocks

    "Track technical changes with structured records, a state machine, and session handoff. Usage: /tc <init|create|update|status|resume|close|export|dash...

    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
  • project-health
    45 lines133 words3 blocks

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

    json
  • 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> <...

  • rice
    40 lines102 words3 blocks

    "RICE feature prioritization with scoring and capacity planning. Usage: /rice prioritize <features.csv> [options]"

    csv
  • pipeline
    32 lines109 words2 blocks

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

  • sprint-health
    45 lines128 words3 blocks

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

    json
  • a11y-audit
    86 lines313 words4 blocks

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

    bash
  • karpathy-check
    48 lines202 words1 blocks

    Run Karpathy's 4-principle review on staged changes or the last commit. Checks complexity, diff noise, hidden assumptions, and goal verification. Usag...

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