diff --git a/.codex/skills-index.json b/.codex/skills-index.json index c5c7f72..68dbfa4 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": 188, + "total_skills": 189, "skills": [ { "name": "contract-and-proposal-writer", @@ -449,6 +449,12 @@ "category": "engineering-advanced", "description": "Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo." }, + { + "name": "behuman", + "source": "../../engineering/behuman", + "category": "engineering-advanced", + "description": "Use when the user wants more human-like AI responses \u2014 less robotic, less listy, more authentic. Triggers: 'behuman', 'be real', 'like a human', 'more human', 'less AI', 'talk like a person', 'mirror mode', 'stop being so AI', or when conversations are emotionally charged (grief, job loss, relationship advice, fear). NOT for technical questions, code generation, or factual lookups." + }, { "name": "browser-automation", "source": "../../engineering/browser-automation", @@ -1151,7 +1157,7 @@ "description": "Software engineering and technical skills" }, "engineering-advanced": { - "count": 38, + "count": 39, "source": "../../engineering", "description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability" }, diff --git a/.codex/skills/behuman b/.codex/skills/behuman new file mode 120000 index 0000000..a133fc6 --- /dev/null +++ b/.codex/skills/behuman @@ -0,0 +1 @@ +../../engineering/behuman \ No newline at end of file