From ecd989e0a0a3068407a2e816ef9ecafc9ff11a0c Mon Sep 17 00:00:00 2001 From: alirezarezvani <5697919+alirezarezvani@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:43:42 +0000 Subject: [PATCH] chore: sync codex skills symlinks [automated] --- .codex/skills-index.json | 56 +++++++++++++++++++--- .codex/skills/competitive-teardown | 1 + .codex/skills/contract-and-proposal-writer | 1 + .codex/skills/email-template-builder | 1 + .codex/skills/landing-page-generator | 1 + .codex/skills/prompt-engineer-toolkit | 1 + .codex/skills/saas-scaffolder | 1 + .codex/skills/stripe-integration-expert | 1 + 8 files changed, 56 insertions(+), 7 deletions(-) create mode 120000 .codex/skills/competitive-teardown create mode 120000 .codex/skills/contract-and-proposal-writer create mode 120000 .codex/skills/email-template-builder create mode 120000 .codex/skills/landing-page-generator create mode 120000 .codex/skills/prompt-engineer-toolkit create mode 120000 .codex/skills/saas-scaffolder create mode 120000 .codex/skills/stripe-integration-expert diff --git a/.codex/skills-index.json b/.codex/skills-index.json index b2bca56..d2c358e 100644 --- a/.codex/skills-index.json +++ b/.codex/skills-index.json @@ -3,8 +3,14 @@ "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": 54, + "total_skills": 61, "skills": [ + { + "name": "contract-and-proposal-writer", + "source": "../../business-growth/contract-and-proposal-writer", + "category": "business-growth", + "description": "Skill from business-growth" + }, { "name": "customer-success-manager", "source": "../../business-growth/customer-success-manager", @@ -47,11 +53,17 @@ "category": "engineering", "description": "Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists." }, + { + "name": "email-template-builder", + "source": "../../engineering-team/email-template-builder", + "category": "engineering", + "description": "Skill from engineering-team" + }, { "name": "incident-commander", "source": "../../engineering-team/incident-commander", "category": "engineering", - "description": "Incident response playbook with severity classification, timeline reconstruction, and post-incident review generation. Includes automated severity classification, timeline reconstruction from logs, PIR generation with RCA frameworks, and communication templates for stakeholder updates." + "description": "Skill from engineering-team" }, { "name": "ms365-tenant-manager", @@ -105,7 +117,7 @@ "name": "senior-fullstack", "source": "../../engineering-team/senior-fullstack", "category": "engineering", - "description": "Fullstack development toolkit with project scaffolding for Next.js/FastAPI/MERN/Django stacks and code quality analysis. Use when scaffolding new projects, analyzing codebase quality, or implementing fullstack architecture patterns." + "description": "Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to \"scaffold a new project\", \"create a Next.js app\", \"set up FastAPI with React\", \"analyze code quality\", \"audit my codebase\", \"what stack should I use\", \"generate project boilerplate\", or mentions fullstack development, project setup, or tech stack comparison." }, { "name": "senior-ml-engineer", @@ -137,6 +149,12 @@ "category": "engineering", "description": "Security engineering toolkit for threat modeling, vulnerability analysis, secure architecture, and penetration testing. Includes STRIDE analysis, OWASP guidance, cryptography patterns, and security scanning tools." }, + { + "name": "stripe-integration-expert", + "source": "../../engineering-team/stripe-integration-expert", + "category": "engineering", + "description": "Skill from engineering-team" + }, { "name": "tdd-guide", "source": "../../engineering-team/tdd-guide", @@ -185,6 +203,12 @@ "category": "marketing", "description": "Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry." }, + { + "name": "prompt-engineer-toolkit", + "source": "../../marketing-skill/prompt-engineer-toolkit", + "category": "marketing", + "description": "Skill from marketing-skill" + }, { "name": "social-media-analyzer", "source": "../../marketing-skill/social-media-analyzer", @@ -197,6 +221,18 @@ "category": "product", "description": "Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use for writing user stories, creating acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing backlog." }, + { + "name": "competitive-teardown", + "source": "../../product-team/competitive-teardown", + "category": "product", + "description": "Skill from product-team" + }, + { + "name": "landing-page-generator", + "source": "../../product-team/landing-page-generator", + "category": "product", + "description": "Skill from product-team" + }, { "name": "product-manager-toolkit", "source": "../../product-team/product-manager-toolkit", @@ -209,6 +245,12 @@ "category": "product", "description": "Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design." }, + { + "name": "saas-scaffolder", + "source": "../../product-team/saas-scaffolder", + "category": "product", + "description": "Skill from product-team" + }, { "name": "ui-design-system", "source": "../../product-team/ui-design-system", @@ -332,7 +374,7 @@ ], "categories": { "business-growth": { - "count": 3, + "count": 4, "source": "../../business-growth", "description": "Customer success, sales engineering, and revenue operations skills" }, @@ -342,7 +384,7 @@ "description": "Executive leadership and advisory skills" }, "engineering": { - "count": 19, + "count": 21, "source": "../../engineering-team", "description": "Software engineering and technical skills" }, @@ -352,12 +394,12 @@ "description": "Financial analysis, valuation, and forecasting skills" }, "marketing": { - "count": 6, + "count": 7, "source": "../../marketing-skill", "description": "Marketing, content, and demand generation skills" }, "product": { - "count": 5, + "count": 8, "source": "../../product-team", "description": "Product management and design skills" }, diff --git a/.codex/skills/competitive-teardown b/.codex/skills/competitive-teardown new file mode 120000 index 0000000..75095f0 --- /dev/null +++ b/.codex/skills/competitive-teardown @@ -0,0 +1 @@ +../../product-team/competitive-teardown \ No newline at end of file diff --git a/.codex/skills/contract-and-proposal-writer b/.codex/skills/contract-and-proposal-writer new file mode 120000 index 0000000..e539b91 --- /dev/null +++ b/.codex/skills/contract-and-proposal-writer @@ -0,0 +1 @@ +../../business-growth/contract-and-proposal-writer \ No newline at end of file diff --git a/.codex/skills/email-template-builder b/.codex/skills/email-template-builder new file mode 120000 index 0000000..6e23168 --- /dev/null +++ b/.codex/skills/email-template-builder @@ -0,0 +1 @@ +../../engineering-team/email-template-builder \ No newline at end of file diff --git a/.codex/skills/landing-page-generator b/.codex/skills/landing-page-generator new file mode 120000 index 0000000..c7e0a74 --- /dev/null +++ b/.codex/skills/landing-page-generator @@ -0,0 +1 @@ +../../product-team/landing-page-generator \ No newline at end of file diff --git a/.codex/skills/prompt-engineer-toolkit b/.codex/skills/prompt-engineer-toolkit new file mode 120000 index 0000000..834cfce --- /dev/null +++ b/.codex/skills/prompt-engineer-toolkit @@ -0,0 +1 @@ +../../marketing-skill/prompt-engineer-toolkit \ No newline at end of file diff --git a/.codex/skills/saas-scaffolder b/.codex/skills/saas-scaffolder new file mode 120000 index 0000000..6910d2e --- /dev/null +++ b/.codex/skills/saas-scaffolder @@ -0,0 +1 @@ +../../product-team/saas-scaffolder \ No newline at end of file diff --git a/.codex/skills/stripe-integration-expert b/.codex/skills/stripe-integration-expert new file mode 120000 index 0000000..b9aca65 --- /dev/null +++ b/.codex/skills/stripe-integration-expert @@ -0,0 +1 @@ +../../engineering-team/stripe-integration-expert \ No newline at end of file