Skip to content

Instantly share code, notes, and snippets.

@alirezarezvani
Created January 23, 2026 07:57
Show Gist options
  • Select an option

  • Save alirezarezvani/32120a10cb28dc05b0faf22e15276b27 to your computer and use it in GitHub Desktop.

Select an option

Save alirezarezvani/32120a10cb28dc05b0faf22e15276b27 to your computer and use it in GitHub Desktop.
Claude Skills Library - 43 Production-Ready AI Skills for Claude Code, OpenAI Codex & More

Claude Skills Library - 43 Production-Ready AI Skills

Repository: alirezarezvani/claude-skills

A comprehensive library of production-ready skill packages for Claude AI, Claude Code, OpenAI Codex, and other AI agents. Each skill bundles domain expertise, Python analysis tools, and ready-to-use templates.


⚑ Quick Install

Claude Code

/plugin marketplace add alirezarezvani/claude-skills
/plugin install marketing-skills@claude-code-skills

OpenAI Codex

npx ai-agent-skills install alirezarezvani/claude-skills --agent codex
# Or use direct script
git clone https://github.com/alirezarezvani/claude-skills.git && cd claude-skills
./scripts/codex-install.sh

Universal (All Agents)

npx ai-agent-skills install alirezarezvani/claude-skills

πŸ“Š Skills Overview (43 Total)

Category Count Key Skills
Marketing 5 content-creator, demand-acquisition, ASO, social-media-analyzer
Engineering 18 fullstack, architect, devops, ML engineer, AWS, security
Product 5 PM toolkit, product owner, strategist, UX researcher, UI design
C-Level 2 CEO advisor, CTO advisor
Project Management 1 scrum-master-agent
RA/QM Compliance 12 ISO 13485, MDR, FDA, GDPR, risk management

πŸ› οΈ What's Included

Each skill package contains:

skill-name/
β”œβ”€β”€ SKILL.md          # Main documentation & workflows
β”œβ”€β”€ scripts/          # Python CLI analysis tools
β”œβ”€β”€ references/       # Expert knowledge bases
└── assets/           # Ready-to-use templates

Sample Python Tools

# Brand voice analysis
python content-creator/scripts/brand_voice_analyzer.py article.txt

# SEO optimization
python content-creator/scripts/seo_optimizer.py blog.md "target keyword"

# Tech debt analysis
python cto-advisor/scripts/tech_debt_analyzer.py /path/to/codebase

# RICE prioritization
python product-manager-toolkit/scripts/rice_prioritizer.py features.csv

# Design token generation
python ui-design-system/scripts/design_token_generator.py "#0066CC" modern css

🎯 Supported AI Agents

Agent Install Location Command
Claude Code ~/.claude/skills/ /plugin install
OpenAI Codex ~/.codex/skills/ ./scripts/codex-install.sh
Cursor .cursor/skills/ --agent cursor
VS Code/Copilot .github/skills/ --agent vscode
Goose ~/.config/goose/skills/ --agent goose

πŸ“ˆ ROI Metrics

  • Time Savings: 1,900 hours/month per organization
  • Developer Velocity: +70% improvement
  • Bug Reduction: -50%
  • Deployment Frequency: +200% increase
  • Code Review Time: -60%

πŸ“š Documentation


πŸ‘€ Author

Alireza Rezvani


License: MIT | Skills: 43 | Python Tools: 68+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment