diff --git a/.codex/skills-index.json b/.codex/skills-index.json index 8f22ac4..8c55ac5 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": 156, + "total_skills": 157, "skills": [ { "name": "contract-and-proposal-writer", @@ -365,6 +365,12 @@ "category": "engineering-advanced", "description": "API Test Suite Builder" }, + { + "name": "autoresearch-agent", + "source": "../../engineering/autoresearch-agent", + "category": "engineering-advanced", + "description": "Autonomous experiment loop that runs overnight research without human intervention. Inspired by Karpathy's autoresearch: agent modifies a target file, runs an evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when the user wants to: autonomously optimize ML training code, improve prompts by eval score, benchmark-drive code performance, or run any experiment loop with a measurable metric. Requires: a target file to modify, a fixed evaluation function, and a git repo." + }, { "name": "changelog-generator", "source": "../../engineering/changelog-generator", @@ -959,7 +965,7 @@ "description": "Software engineering and technical skills" }, "engineering-advanced": { - "count": 25, + "count": 26, "source": "../../engineering", "description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability" }, diff --git a/.codex/skills/autoresearch-agent b/.codex/skills/autoresearch-agent new file mode 120000 index 0000000..e0c2cad --- /dev/null +++ b/.codex/skills/autoresearch-agent @@ -0,0 +1 @@ +../../engineering/autoresearch-agent \ No newline at end of file