chore: sync codex skills symlinks [automated]
This commit is contained in:
committed by
github-actions[bot]
parent
6a5c0c888a
commit
81ece5a0c2
@@ -3,7 +3,7 @@
|
|||||||
"name": "claude-code-skills",
|
"name": "claude-code-skills",
|
||||||
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
|
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
|
||||||
"repository": "https://github.com/alirezarezvani/claude-skills",
|
"repository": "https://github.com/alirezarezvani/claude-skills",
|
||||||
"total_skills": 188,
|
"total_skills": 189,
|
||||||
"skills": [
|
"skills": [
|
||||||
{
|
{
|
||||||
"name": "contract-and-proposal-writer",
|
"name": "contract-and-proposal-writer",
|
||||||
@@ -449,6 +449,12 @@
|
|||||||
"category": "engineering-advanced",
|
"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."
|
"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",
|
"name": "browser-automation",
|
||||||
"source": "../../engineering/browser-automation",
|
"source": "../../engineering/browser-automation",
|
||||||
@@ -1151,7 +1157,7 @@
|
|||||||
"description": "Software engineering and technical skills"
|
"description": "Software engineering and technical skills"
|
||||||
},
|
},
|
||||||
"engineering-advanced": {
|
"engineering-advanced": {
|
||||||
"count": 38,
|
"count": 39,
|
||||||
"source": "../../engineering",
|
"source": "../../engineering",
|
||||||
"description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability"
|
"description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability"
|
||||||
},
|
},
|
||||||
|
|||||||
1
.codex/skills/behuman
Symbolic link
1
.codex/skills/behuman
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../engineering/behuman
|
||||||
Reference in New Issue
Block a user