mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
chore: sync codex skills symlinks [automated]
This commit is contained in:
parent
048745d08f
commit
6a9abc9609
5 changed files with 30 additions and 23 deletions
|
|
@ -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": 289,
|
||||
"total_skills": 290,
|
||||
"skills": [
|
||||
{
|
||||
"name": "business-growth-skills",
|
||||
|
|
@ -593,18 +593,18 @@
|
|||
"category": "engineering",
|
||||
"description": ">-"
|
||||
},
|
||||
{
|
||||
"name": "review",
|
||||
"source": "../../engineering-team/playwright-pro/skills/review",
|
||||
"category": "engineering",
|
||||
"description": ">-"
|
||||
},
|
||||
{
|
||||
"name": "review",
|
||||
"source": "../../engineering-team/self-improving-agent/skills/review",
|
||||
"category": "engineering",
|
||||
"description": "Analyze auto-memory for promotion candidates, stale entries, consolidation opportunities, and health metrics."
|
||||
},
|
||||
{
|
||||
"name": "review",
|
||||
"source": "../../engineering-team/playwright-pro/skills/review",
|
||||
"category": "engineering",
|
||||
"description": ">-"
|
||||
},
|
||||
{
|
||||
"name": "security-pen-testing",
|
||||
"source": "../../engineering-team/skills/security-pen-testing",
|
||||
|
|
@ -929,6 +929,12 @@
|
|||
"category": "engineering-advanced",
|
||||
"description": "Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\"."
|
||||
},
|
||||
{
|
||||
"name": "grill-with-docs",
|
||||
"source": "../../engineering/grill-with-docs/skills/grill-with-docs",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Docs-anchored grilling session \u2014 challenges a plan against the project's existing language (CONTEXT.md) and recorded decisions (docs/adr/), and updates those files inline as terminology and decisions crystallise. Use when user wants to stress-test a plan against documented domain language, or mentions \"grill with docs\"."
|
||||
},
|
||||
{
|
||||
"name": "handoff",
|
||||
"source": "../../engineering/handoff/skills/handoff",
|
||||
|
|
@ -1055,18 +1061,18 @@
|
|||
"category": "engineering-advanced",
|
||||
"description": "Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating."
|
||||
},
|
||||
{
|
||||
"name": "run",
|
||||
"source": "../../engineering/agenthub/skills/run",
|
||||
"category": "engineering-advanced",
|
||||
"description": "One-shot lifecycle command that chains init \u2192 baseline \u2192 spawn \u2192 eval \u2192 merge in a single invocation."
|
||||
},
|
||||
{
|
||||
"name": "run",
|
||||
"source": "../../engineering/autoresearch-agent/skills/run",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Run a single experiment iteration. Edit the target file, evaluate, keep or discard."
|
||||
},
|
||||
{
|
||||
"name": "run",
|
||||
"source": "../../engineering/agenthub/skills/run",
|
||||
"category": "engineering-advanced",
|
||||
"description": "One-shot lifecycle command that chains init \u2192 baseline \u2192 spawn \u2192 eval \u2192 merge in a single invocation."
|
||||
},
|
||||
{
|
||||
"name": "runbook-generator",
|
||||
"source": "../../engineering/skills/runbook-generator",
|
||||
|
|
@ -1145,18 +1151,18 @@
|
|||
"category": "engineering-advanced",
|
||||
"description": "Run hypothesis tests, analyze A/B experiment results, calculate sample sizes, and interpret statistical significance with effect sizes. Use when you need to validate whether observed differences are real, size an experiment correctly before launch, or interpret test results with confidence."
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"source": "../../engineering/agenthub/skills/status",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Show DAG state, agent progress, and branch status for an AgentHub session."
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"source": "../../engineering/autoresearch-agent/skills/status",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Show experiment dashboard with results, active loops, and progress."
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"source": "../../engineering/agenthub/skills/status",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Show DAG state, agent progress, and branch status for an AgentHub session."
|
||||
},
|
||||
{
|
||||
"name": "tc-tracker",
|
||||
"source": "../../engineering/skills/tc-tracker",
|
||||
|
|
@ -1757,7 +1763,7 @@
|
|||
"description": "Software engineering and technical skills"
|
||||
},
|
||||
"engineering-advanced": {
|
||||
"count": 74,
|
||||
"count": 75,
|
||||
"source": "../../engineering",
|
||||
"description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability"
|
||||
},
|
||||
|
|
|
|||
1
.codex/skills/grill-with-docs
Symbolic link
1
.codex/skills/grill-with-docs
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../engineering/grill-with-docs/skills/grill-with-docs
|
||||
|
|
@ -1 +1 @@
|
|||
../../engineering-team/self-improving-agent/skills/review
|
||||
../../engineering-team/playwright-pro/skills/review
|
||||
|
|
@ -1 +1 @@
|
|||
../../engineering/autoresearch-agent/skills/run
|
||||
../../engineering/agenthub/skills/run
|
||||
|
|
@ -1 +1 @@
|
|||
../../engineering/autoresearch-agent/skills/status
|
||||
../../engineering/agenthub/skills/status
|
||||
Loading…
Add table
Reference in a new issue