From 03bd46b97b62a75d2d0fc5468cd2c3817d6ed9f7 Mon Sep 17 00:00:00 2001 From: alirezarezvani <5697919+alirezarezvani@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:02:20 +0000 Subject: [PATCH] chore: sync codex skills symlinks [automated] --- .codex/skills-index.json | 10 ++++++++-- .codex/skills/code-tour | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) create mode 120000 .codex/skills/code-tour diff --git a/.codex/skills-index.json b/.codex/skills-index.json index 68dbfa4..e1624fb 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": 189, + "total_skills": 190, "skills": [ { "name": "contract-and-proposal-writer", @@ -473,6 +473,12 @@ "category": "engineering-advanced", "description": "CI/CD Pipeline Builder" }, + { + "name": "code-tour", + "source": "../../engineering/code-tour", + "category": "engineering-advanced", + "description": "Use when the user asks to create a CodeTour .tour file \u2014 persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: create a tour, onboarding tour, architecture tour, PR review tour, explain how X works, vibe check, RCA tour, contributor guide, or any structured code walkthrough request." + }, { "name": "codebase-onboarding", "source": "../../engineering/codebase-onboarding", @@ -1157,7 +1163,7 @@ "description": "Software engineering and technical skills" }, "engineering-advanced": { - "count": 39, + "count": 40, "source": "../../engineering", "description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability" }, diff --git a/.codex/skills/code-tour b/.codex/skills/code-tour new file mode 120000 index 0000000..dff55c5 --- /dev/null +++ b/.codex/skills/code-tour @@ -0,0 +1 @@ +../../engineering/code-tour \ No newline at end of file