From ae035f5a03959ea8cf4febcbdd4a22260410571e Mon Sep 17 00:00:00 2001 From: alirezarezvani <5697919+alirezarezvani@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:03:06 +0000 Subject: [PATCH] chore: sync codex skills symlinks [automated] --- .codex/skills-index.json | 10 ++++++++-- .codex/skills/spinning-up-deep-rl | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) create mode 120000 .codex/skills/spinning-up-deep-rl diff --git a/.codex/skills-index.json b/.codex/skills-index.json index 8e3343a9..cc75ffb1 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": 363, + "total_skills": 364, "skills": [ { "name": "agent-launcher-orchestrator", @@ -1325,6 +1325,12 @@ "category": "engineering-advanced", "description": "Use when the user asks to write specs before code, define acceptance criteria, plan features before implementation, generate tests from specifications, or follow spec-first development practices." }, + { + "name": "spinning-up-deep-rl", + "source": "../../engineering/spinning-up-deep-rl/skills/spinning-up-deep-rl", + "category": "engineering-advanced", + "description": "Knowledge base from \\\"Spinning Up in Deep RL\\\" by Joshua Achiam (OpenAI, MIT-licensed). Use when applying Achiam's frameworks for RL fundamentals and MDPs, the model-free algorithm taxonomy, policy gradient derivations, the six reference algorithms (VPG, TRPO, PPO, DDPG, TD3, SAC), debugging silently-failing RL code, or running rigorous multi-seed RL experiments." + }, { "name": "sql-database-assistant", "source": "../../engineering/skills/sql-database-assistant", @@ -2226,7 +2232,7 @@ "description": "Software engineering and technical skills" }, "engineering-advanced": { - "count": 91, + "count": 92, "source": "../../engineering", "description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability" }, diff --git a/.codex/skills/spinning-up-deep-rl b/.codex/skills/spinning-up-deep-rl new file mode 120000 index 00000000..a7a1e5f7 --- /dev/null +++ b/.codex/skills/spinning-up-deep-rl @@ -0,0 +1 @@ +../../engineering/spinning-up-deep-rl/skills/spinning-up-deep-rl \ No newline at end of file