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