Merge pull request #681 from alirezarezvani/dev

This commit is contained in:
Alireza Rezvani 2026-05-18 08:21:53 +02:00 committed by GitHub
commit 4774fc0c87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
333 changed files with 7147 additions and 62 deletions

View file

@ -4,12 +4,12 @@
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"description": "311 production-ready skill packages for Claude AI across 12 domains: engineering advanced (75 \u2014 incl. 4 Matt Pocock-derived productivity skills), engineering core (51), marketing (46), c-level advisory (66), product (17), regulatory/QMS (18), project management (9), business growth (5), finance (4), productivity (4, v2.7.0), marketing top-level (2, v2.7.0), and research (8, v2.7.0). Includes ~398 Python tools, ~538 reference documents, 45+ agents, 59+ slash commands.",
"description": "313 production-ready skill packages for Claude AI across 12 domains: engineering advanced (76 \u2014 incl. 4 Matt Pocock-derived productivity skills + v2.7.3 security-guidance PreToolUse hook), engineering core (51), marketing (47 \u2014 incl. v2.7.3 AEO/Answer Engine Optimization), c-level advisory (66), product (17), regulatory/QMS (18), project management (9), business growth (5), finance (4), productivity (4, v2.7.0), marketing top-level (2, v2.7.0), and research (8, v2.7.0). Includes ~402 Python tools, ~542 reference documents, 46+ agents, 60+ slash commands.",
"homepage": "https://github.com/alirezarezvani/claude-skills",
"repository": "https://github.com/alirezarezvani/claude-skills",
"metadata": {
"description": "311 production-ready skill packages across 12 domains (engineering, marketing, product, c-level, project management, RA/QM, business growth, finance, productivity, marketing (top-level), research, plus standards). ~398 Python tools, ~538 reference guides, 45+ agents (cs-* + personas), 59+ slash commands. Compatible with Claude Code, Codex CLI, Gemini CLI, Cursor, OpenClaw, Hermes Agent, and 6 more coding agents.",
"version": "2.7.0"
"description": "313 production-ready skill packages across 12 domains (engineering, marketing, product, c-level, project management, RA/QM, business growth, finance, productivity, marketing (top-level), research, plus standards). ~402 Python tools, ~542 reference guides, 46+ agents (cs-* + personas), 60+ slash commands. v2.7.3 adds AEO (Answer Engine Optimization for LLM citation) + security-guidance PreToolUse hook. Compatible with Claude Code, Codex CLI, Gemini CLI, Cursor, OpenClaw, Hermes Agent, and 6 more coding agents.",
"version": "2.7.3"
},
"plugins": [
{
@ -1149,6 +1149,50 @@
"path-b-megaprompt"
],
"category": "research"
},
{
"name": "aeo",
"source": "./marketing-skill/skills/aeo",
"description": "Answer Engine Optimization (AEO) skill \u2014 optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO (which optimizes for search rankings), AEO optimizes for citation in LLM-generated responses. 3 stdlib Python tools (aeo_audit, aeo_optimizer, citation_tracker), 3 references citing 8 sources each, industry-aware thresholds for 8 industries (saas/healthcare/finance/legal/ecommerce/b2b/media/education). Ported from alirezarezvani/aeo-box.",
"version": "2.7.3",
"author": {
"name": "Alireza Rezvani"
},
"keywords": [
"aeo",
"answer-engine-optimization",
"llm-citation",
"eeat",
"chatgpt",
"perplexity",
"claude",
"gemini",
"marketing",
"seo-complement"
],
"category": "marketing"
},
{
"name": "security-guidance",
"source": "./engineering/security-guidance",
"description": "PreToolUse security reminder hook for Claude Code. Catches 12 common security anti-patterns in Edit/Write/MultiEdit operations BEFORE they happen \u2014 command injection (exec, os.system, subprocess shell=True), XSS (innerHTML, dangerouslySetInnerHTML, document.write), SQL injection (f-string queries, .format), unsafe deserialization (pickle, yaml.unsafe_load), code injection (eval, new Function), and GitHub Actions workflow injection. Session-state caching prevents duplicate warnings; 30-day auto-cleanup. Disable per-session with ENABLE_SECURITY_REMINDER=0. Ported from David Dworken at Anthropic.",
"version": "2.7.3",
"author": {
"name": "Alireza Rezvani"
},
"keywords": [
"security",
"hook",
"pretooluse",
"command-injection",
"xss",
"sql-injection",
"eval",
"pickle",
"engineering",
"static-analysis"
],
"category": "development"
}
]
}

View file

@ -3,7 +3,7 @@
"name": "claude-code-skills",
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
"repository": "https://github.com/alirezarezvani/claude-skills",
"total_skills": 303,
"total_skills": 305,
"skills": [
{
"name": "business-growth-skills",
@ -1085,6 +1085,12 @@
"category": "engineering-advanced",
"description": "Use when the user asks to set up secret management infrastructure, integrate HashiCorp Vault, configure cloud secret stores (AWS Secrets Manager, Azure Key Vault, GCP Secret Manager), implement secret rotation, or audit secret access patterns."
},
{
"name": "security-guidance",
"source": "../../engineering/security-guidance/skills/security-guidance",
"category": "engineering-advanced",
"description": "PreToolUse security-anti-pattern hook for Claude Code. Catches 12 common security risks (command injection, XSS, SQL injection, unsafe deserialization, GitHub Actions workflow injection, eval/new Function code injection) BEFORE the Edit/Write/MultiEdit operation completes. Session-state caching prevents duplicate warnings on the same file+rule combo. Stdlib only \u2014 no dependencies. Use when you want a safety net during Claude Code sessions that touch security-sensitive code (auth, payments, user input handling, IaC). Disable with ENABLE_SECURITY_REMINDER=0 if you need to perform a verified-safe operation that would otherwise trip a pattern. Triggers \u2014 \"add security hook\", \"block unsafe code\", \"detect command injection before write\", \"prevent SQL injection patterns\", \"security warning hook\"."
},
{
"name": "self-eval",
"source": "../../engineering/skills/self-eval",
@ -1223,6 +1229,12 @@
"category": "marketing",
"description": "When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production \u2014 distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan."
},
{
"name": "aeo",
"source": "../../marketing-skill/skills/aeo",
"category": "marketing",
"description": "Answer Engine Optimization (AEO) skill \u2014 optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO \u2014 AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers \u2014 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content for AI search', 'E-E-A-T audit'. Output is a markdown audit report (default) or JSON for pipeline integration. Stdlib-only Python tools."
},
{
"name": "ai-seo",
"source": "../../marketing-skill/skills/ai-seo",
@ -1841,7 +1853,7 @@
"description": "Software engineering and technical skills"
},
"engineering-advanced": {
"count": 75,
"count": 76,
"source": "../../engineering",
"description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability"
},
@ -1851,7 +1863,7 @@
"description": "Financial analysis, valuation, and forecasting skills"
},
"marketing": {
"count": 46,
"count": 47,
"source": "../../marketing-skill",
"description": "Marketing, content, and demand generation skills"
},

1
.codex/skills/aeo Symbolic link
View file

@ -0,0 +1 @@
../../marketing-skill/skills/aeo

View file

@ -0,0 +1 @@
../../engineering/security-guidance/skills/security-guidance

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0",
"name": "gemini-cli-skills",
"total_skills": 353,
"total_skills": 355,
"skills": [
{
"name": "README",
@ -1198,6 +1198,11 @@
"category": "engineering-advanced",
"description": "Use when the user asks to set up secret management infrastructure, integrate HashiCorp Vault, configure cloud secret stores (AWS Secrets Manager, Azure Key Vault, GCP Secret Manager), implement secret rotation, or audit secret access patterns."
},
{
"name": "security-guidance",
"category": "engineering-advanced",
"description": "PreToolUse security-anti-pattern hook for Claude Code. Catches 12 common security risks (command injection, XSS, SQL injection, unsafe deserialization, GitHub Actions workflow injection, eval/new Function code injection) BEFORE the Edit/Write/MultiEdit operation completes. Session-state caching prevents duplicate warnings on the same file+rule combo. Stdlib only \u2014 no dependencies. Use when you want a safety net during Claude Code sessions that touch security-sensitive code (auth, payments, user input handling, IaC). Disable with ENABLE_SECURITY_REMINDER=0 if you need to perform a verified-safe operation that would otherwise trip a pattern. Triggers \u2014 \"add security hook\", \"block unsafe code\", \"detect command injection before write\", \"prevent SQL injection patterns\", \"security warning hook\"."
},
{
"name": "self-eval",
"category": "engineering-advanced",
@ -1333,6 +1338,11 @@
"category": "marketing",
"description": "When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production \u2014 distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan."
},
{
"name": "aeo",
"category": "marketing",
"description": "Answer Engine Optimization (AEO) skill \u2014 optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO: AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers \u2014 \"AEO audit\", \"optimize for ChatGPT\", \"get cited by Perplexity\", \"LLM citation strategy\", \"answer engine optimization\", \"content for AI search\", \"E-E-A-T audit\". Output is a markdown audit report (default) or JSON for pipeline integration. Stdlib-only Python tools."
},
{
"name": "ai-seo",
"category": "marketing",
@ -1791,7 +1801,7 @@
"description": "Engineering resources"
},
"engineering-advanced": {
"count": 76,
"count": 77,
"description": "Engineering-advanced resources"
},
"finance": {
@ -1799,7 +1809,7 @@
"description": "Finance resources"
},
"marketing": {
"count": 45,
"count": 46,
"description": "Marketing resources"
},
"product": {

1
.gemini/skills/aeo/SKILL.md Symbolic link
View file

@ -0,0 +1 @@
../../../marketing-skill/skills/aeo/SKILL.md

View file

@ -0,0 +1 @@
../../../engineering/security-guidance/skills/security-guidance/SKILL.md

View file

@ -0,0 +1 @@
../../../../business-growth/skills/business-growth-skills

View file

@ -0,0 +1 @@
../../../../business-growth/skills/contract-and-proposal-writer

View file

@ -0,0 +1 @@
../../../../business-growth/skills/customer-success-manager

View file

@ -0,0 +1 @@
../../../../business-growth/skills/revenue-operations

View file

@ -0,0 +1 @@
../../../../business-growth/skills/sales-engineer

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/agent-protocol

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/board-deck-builder

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/board-meeting

View file

@ -0,0 +1 @@
../../../../c-level-advisor/executive-mentor/skills/board-prep

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/boardroom

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/brief

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/c-level-agents

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/c-level-skills

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/caio-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cco-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cdo-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/ceo-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/cfo-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cfo-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/executive-mentor/skills/challenge

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/change-management

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/chief-ai-officer-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/chief-customer-officer-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/chief-data-officer-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/chief-of-staff

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/chro-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/ciso-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/ciso-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/cmo-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cmo-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/company-os

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/competitive-intel

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/context-engine

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/coo-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/cpo-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cpo-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/cro-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cro-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cross-eval

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/cs-onboard

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/cto-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/cto-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/culture-architect

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/decide

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/decision-logger

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/execute

View file

@ -0,0 +1 @@
../../../../c-level-advisor/executive-mentor/skills/executive-mentor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/founder-coach

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/founder-mode

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/freeze

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/gc-review

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/general-counsel-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/executive-mentor/skills/hard-call

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/internal-narrative

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/intl-expansion

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/ma-playbook

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/office-hours

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/onboard

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/org-health-diagnostic

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/post-mortem

View file

@ -0,0 +1 @@
../../../../c-level-advisor/executive-mentor/skills/postmortem

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/scenario-war-room

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/strategic-alignment

View file

@ -0,0 +1 @@
../../../../c-level-advisor/executive-mentor/skills/stress-test

View file

@ -0,0 +1 @@
../../../../c-level-advisor/skills/vpe-advisor

View file

@ -0,0 +1 @@
../../../../c-level-advisor/c-level-agents/skills/vpe-review

View file

@ -0,0 +1 @@
../../../../engineering-team/a11y-audit/skills/a11y-audit

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/adversarial-reviewer

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/ai-security

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/aws-solution-architect

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/azure-cloud-architect

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/browserstack

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/cloud-security

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/code-reviewer

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/coverage

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/email-template-builder

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/engineering-skills

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/epic-design

View file

@ -0,0 +1 @@
../../../../engineering-team/self-improving-agent/skills/extract

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/fix

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/gcp-cloud-architect

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/generate

View file

@ -0,0 +1 @@
../../../../engineering-team/google-workspace-cli/skills/google-workspace-cli

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/incident-commander

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/incident-response

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/init

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/migrate

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/ms365-tenant-manager

View file

@ -0,0 +1 @@
../../../../engineering-team/self-improving-agent/skills/promote

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/pw

View file

@ -0,0 +1 @@
../../../../engineering-team/skills/red-team

View file

@ -0,0 +1 @@
../../../../engineering-team/self-improving-agent/skills/remember

View file

@ -0,0 +1 @@
../../../../engineering-team/playwright-pro/skills/report

Some files were not shown because too many files have changed in this diff Show more