From 434e889d2223cb904d0192b8fd3821cb0bd3d6c4 Mon Sep 17 00:00:00 2001 From: alirezarezvani <5697919+alirezarezvani@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:24:42 +0000 Subject: [PATCH] chore: sync codex skills symlinks [automated] --- .codex/skills-index.json | 10 ++++++++-- .codex/skills/code-to-prd | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) create mode 120000 .codex/skills/code-to-prd diff --git a/.codex/skills-index.json b/.codex/skills-index.json index c5f1b77..577535d 100644 --- a/.codex/skills-index.json +++ b/.codex/skills-index.json @@ -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": 163, + "total_skills": 164, "skills": [ { "name": "contract-and-proposal-writer", @@ -803,6 +803,12 @@ "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": "code-to-prd", + "source": "../../product-team/code-to-prd", + "category": "product", + "description": "|" + }, { "name": "competitive-teardown", "source": "../../product-team/competitive-teardown", @@ -1016,7 +1022,7 @@ "description": "Marketing, content, and demand generation skills" }, "product": { - "count": 13, + "count": 14, "source": "../../product-team", "description": "Product management and design skills" }, diff --git a/.codex/skills/code-to-prd b/.codex/skills/code-to-prd new file mode 120000 index 0000000..9c44227 --- /dev/null +++ b/.codex/skills/code-to-prd @@ -0,0 +1 @@ +../../product-team/code-to-prd \ No newline at end of file