Skip to content

Commit f2cb71c

Browse files
alirezarezvanigithub-actions[bot]
authored andcommitted
chore: sync codex skills symlinks [automated]
1 parent 33e00ba commit f2cb71c

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.codex/skills-index.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "claude-code-skills",
44
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
55
"repository": "https://github.com/alirezarezvani/claude-skills",
6-
"total_skills": 353,
6+
"total_skills": 355,
77
"skills": [
88
{
99
"name": "business-growth-skills",
@@ -1217,6 +1217,12 @@
12171217
"category": "engineering-advanced",
12181218
"description": "Zero-downtime migration planning, compatibility validation, and rollback strategy generation. Tools for system, database, and infrastructure migrations with minimal business impact. Use when planning a database migration, infrastructure cutover, system replacement, or any high-risk transition that needs explicit rollback paths."
12191219
},
1220+
{
1221+
"name": "minimalist",
1222+
"source": "../../engineering/minimalist",
1223+
"category": "engineering-advanced",
1224+
"description": "Use when the user asks to write code efficiently, avoid over-engineering, reduce dependencies, or prevent unnecessary abstractions. Enforces a strict efficiency ladder: YAGNI, reuse, stdlib, native platform, existing deps \u2014 before writing any new code."
1225+
},
12201226
{
12211227
"name": "monorepo-navigator",
12221228
"source": "../../engineering/skills/monorepo-navigator",
@@ -1367,6 +1373,12 @@
13671373
"category": "engineering-advanced",
13681374
"description": "Show experiment dashboard with results, active loops, and progress. Use when the user runs /ar:status or asks how an autoresearch experiment is going."
13691375
},
1376+
{
1377+
"name": "strict-api",
1378+
"source": "../../engineering/strict-api",
1379+
"category": "engineering-advanced",
1380+
"description": "Use when the user says 'no hallucinations', 'verify APIs', 'reality check', or 'don't invent functions'. Prevents the agent from calling methods, imports, or variables that do not provably exist in the user's installed version."
1381+
},
13701382
{
13711383
"name": "tc-tracker",
13721384
"source": "../../engineering/skills/tc-tracker",
@@ -2161,7 +2173,7 @@
21612173
"description": "Software engineering and technical skills"
21622174
},
21632175
"engineering-advanced": {
2164-
"count": 80,
2176+
"count": 82,
21652177
"source": "../../engineering",
21662178
"description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability"
21672179
},

.codex/skills/minimalist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../engineering/minimalist

.codex/skills/strict-api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../engineering/strict-api

0 commit comments

Comments
 (0)