Skip to content

Commit aa8d778

Browse files
Merge pull request alirezarezvani#922 from alirezarezvani/dev
2 parents b2aa395 + 2800f83 commit aa8d778

114 files changed

Lines changed: 12251 additions & 60 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"homepage": "https://github.com/alirezarezvani/claude-skills",
99
"repository": "https://github.com/alirezarezvani/claude-skills",
1010
"metadata": {
11-
"description": "358 production-ready skills across 18 domains (engineering, engineering-core, marketing, product, c-level, compliance-os, project management, RA/QM, business growth, finance, productivity, marketing top-level, research, research-ops, business-operations, commercial, markdown-html, loop-library, plus standards). 603 Python tools, 732 reference guides, 99 agents (cs-* + personas), 110 slash commands across 84 marketplace plugins. v2.11.1 turns product-team and project-management into agent-harness domains: fork-orchestrators with deterministic goal routers, a Jira MCP snapshot bridge (Kanban flow metrics + Monte Carlo forecasting), a delegation-governance loop gate, a continuous-discovery cadence tracker, and an Opportunity Solution Tree linter, with /cs:pm and /cs:product command families. v2.10.3 completes the markdown-html domain with md-slides — slide-deck converter (arrow-key / Space / PgDn / Home/End / P keyboard navigation + presenter mode with split-view clock + speaker notes + next-slide preview + URL-hash deep linking like #3 for direct slide jumps + @media print page-per-slide for browser-native PDF export). Reuses md-document's markdown parser; vanilla JS only (no framework runtime); Prism.js opt-in via --syntax. Joins md-review (v2.10.2 code-review converter), md-document (v2.10.1 long-form converter), and the v2.10.0 foundation (orchestrator + design-system). Compatible with Claude Code, Codex CLI, Gemini CLI, Cursor, OpenClaw, Hermes Agent, Mistral Vibe, and 5 more coding agents.",
12-
"version": "2.11.1"
11+
"description": "362 production-ready skills across 18 domains (engineering, engineering-core, marketing, product, c-level, compliance-os, project management, RA/QM, business growth, finance, productivity, marketing top-level, research, research-ops, business-operations, commercial, markdown-html, loop-library, plus standards). 644 Python tools, 741 reference guides, 102 agents (cs-* + personas), 116 slash commands across 88 marketplace plugins. v2.11.2 vendors engineering/skillopt-sleep — a verbatim copy of microsoft/SkillOpt's stdlib-only skillopt_sleep engine + Claude Code plugin surface, giving a local agent a nightly gated self-improvement cycle (read-only session harvest -> mine -> offline replay -> held-out-gated CLAUDE.md/SKILL.md edits -> staged for explicit /skillopt-sleep adopt). productivity/fable-goal (unreleased, post-v2.11.1) converts a rambling description of a desired outcome into one polished /goal prompt for a fresh autonomous session. v2.11.1 turns product-team and project-management into agent-harness domains: fork-orchestrators with deterministic goal routers, a Jira MCP snapshot bridge (Kanban flow metrics + Monte Carlo forecasting), a delegation-governance loop gate, a continuous-discovery cadence tracker, and an Opportunity Solution Tree linter, with /cs:pm and /cs:product command families. v2.10.3 completes the markdown-html domain with md-slides — slide-deck converter (arrow-key / Space / PgDn / Home/End / P keyboard navigation + presenter mode with split-view clock + speaker notes + next-slide preview + URL-hash deep linking like #3 for direct slide jumps + @media print page-per-slide for browser-native PDF export). Reuses md-document's markdown parser; vanilla JS only (no framework runtime); Prism.js opt-in via --syntax. Joins md-review (v2.10.2 code-review converter), md-document (v2.10.1 long-form converter), and the v2.10.0 foundation (orchestrator + design-system). Compatible with Claude Code, Codex CLI, Gemini CLI, Cursor, OpenClaw, Hermes Agent, Mistral Vibe, and 5 more coding agents.",
12+
"version": "2.11.2"
1313
},
1414
"plugins": [
1515
{
@@ -1131,6 +1131,60 @@
11311131
],
11321132
"category": "productivity"
11331133
},
1134+
{
1135+
"name": "weekly-review",
1136+
"source": "./productivity/weekly-review",
1137+
"description": "GTD weekly-review loop. Scans the workspace for open loops (unchecked boxes, TODO/FIXME, stale files), walks the three-phase GET CLEAR / GET CURRENT / GET CREATIVE checklist with a refusal gate (review is never COMPLETE while a mandatory GET CURRENT step is missing), and audits commitments for stalled / no-next-action / someday candidates with a 0-100 health score. Fills the periodic-review gap from audit/productivity-2026-07.",
1138+
"version": "2.11.2",
1139+
"author": {
1140+
"name": "Alireza Rezvani"
1141+
},
1142+
"keywords": [
1143+
"weekly-review",
1144+
"gtd",
1145+
"open-loops",
1146+
"review-cadence",
1147+
"productivity",
1148+
"commitments"
1149+
],
1150+
"category": "productivity"
1151+
},
1152+
{
1153+
"name": "deep-work",
1154+
"source": "./productivity/deep-work",
1155+
"description": "Deep Work day planner. Classifies tasks deep vs shallow with a shallow-work budget verdict (plus the recent-graduate forcing question), builds a time-blocked schedule (deep blocks of 90+ minutes first, shallow batched, buffers, refuses more than 4 hours of deep demand), and logs focus sessions against a weekly deep-hours target with streaks. Fills the time/attention-management gap from audit/productivity-2026-07.",
1156+
"version": "2.11.2",
1157+
"author": {
1158+
"name": "Alireza Rezvani"
1159+
},
1160+
"keywords": [
1161+
"deep-work",
1162+
"time-blocking",
1163+
"focus",
1164+
"shallow-work",
1165+
"productivity",
1166+
"attention"
1167+
],
1168+
"category": "productivity"
1169+
},
1170+
{
1171+
"name": "meetings",
1172+
"source": "./productivity/meetings",
1173+
"description": "Meeting discipline. Cost-gates every meeting before it exists (MEET / ASYNC / NOT-READY verdicts with real dollar cost incl. optional refocus overhead), builds timeboxed agendas that refuse topics without a desired outcome (decision topics first), and extracts owned action items from raw notes with ORPHAN / NO-DUE flags. Fills the meeting-hygiene gap from audit/productivity-2026-07.",
1174+
"version": "2.11.2",
1175+
"author": {
1176+
"name": "Alireza Rezvani"
1177+
},
1178+
"keywords": [
1179+
"meetings",
1180+
"meeting-cost",
1181+
"agenda",
1182+
"action-items",
1183+
"productivity",
1184+
"async"
1185+
],
1186+
"category": "productivity"
1187+
},
11341188
{
11351189
"name": "landing",
11361190
"source": "./marketing/landing",
@@ -1374,6 +1428,26 @@
13741428
],
13751429
"category": "development"
13761430
},
1431+
{
1432+
"name": "skillopt-sleep",
1433+
"source": "./engineering/skillopt-sleep",
1434+
"description": "Nightly offline self-evolution for this repo's Claude agent: harvests past Claude Code sessions (read-only), mines recurring tasks, replays them offline on your own API budget, and consolidates learnings into validated CLAUDE.md memory and SKILL.md skills behind a held-out gate, staged for review (never auto-applied). Verbatim vendor of microsoft/SkillOpt's stdlib-only skillopt_sleep engine + Claude Code plugin surface (MIT).",
1435+
"version": "1.0.0",
1436+
"author": {
1437+
"name": "Alireza Rezvani"
1438+
},
1439+
"keywords": [
1440+
"self-improvement",
1441+
"memory-consolidation",
1442+
"skillopt",
1443+
"dreams",
1444+
"sleep",
1445+
"continual-learning",
1446+
"offline-optimization",
1447+
"microsoft"
1448+
],
1449+
"category": "development"
1450+
},
13771451
{
13781452
"name": "business-operations-skills",
13791453
"source": "./business-operations",

.codex/skills-index.json

Lines changed: 36 additions & 12 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": 356,
6+
"total_skills": 360,
77
"skills": [
88
{
99
"name": "business-growth-skills",
@@ -1267,15 +1267,15 @@
12671267
},
12681268
{
12691269
"name": "run",
1270-
"source": "../../engineering/agenthub/skills/run",
1270+
"source": "../../engineering/autoresearch-agent/skills/run",
12711271
"category": "engineering-advanced",
1272-
"description": "One-shot lifecycle command that chains init \u2192 baseline \u2192 spawn \u2192 eval \u2192 merge in a single invocation. Use when the user runs /hub:run or asks to execute a full AgentHub competition end-to-end."
1272+
"description": "Run a single experiment iteration. Edit the target file, evaluate, keep or discard. Use when the user runs /ar:run or asks for one manual autoresearch iteration."
12731273
},
12741274
{
12751275
"name": "run",
1276-
"source": "../../engineering/autoresearch-agent/skills/run",
1276+
"source": "../../engineering/agenthub/skills/run",
12771277
"category": "engineering-advanced",
1278-
"description": "Run a single experiment iteration. Edit the target file, evaluate, keep or discard. Use when the user runs /ar:run or asks for one manual autoresearch iteration."
1278+
"description": "One-shot lifecycle command that chains init \u2192 baseline \u2192 spawn \u2192 eval \u2192 merge in a single invocation. Use when the user runs /hub:run or asks to execute a full AgentHub competition end-to-end."
12791279
},
12801280
{
12811281
"name": "runbook-generator",
@@ -1325,6 +1325,12 @@
13251325
"category": "engineering-advanced",
13261326
"description": "Validate, test, and score the quality of skills within the claude-skills ecosystem. Comprehensive meta-skill: structure validation, Python script testing (syntax + imports + runtime + output format), multi-dimensional quality scoring with letter grades and tier classification (BASIC/STANDARD/POWERFUL). Use when authoring a new skill, auditing existing skills for tier promotion, setting up pre-commit hooks for skill quality, or integrating skill QA into CI."
13271327
},
1328+
{
1329+
"name": "skillopt-sleep",
1330+
"source": "../../engineering/skillopt-sleep/skills/skillopt-sleep",
1331+
"category": "engineering-advanced",
1332+
"description": "Use when the user wants their Claude agent to self-improve from past usage, asks about a nightly/offline 'sleep' or 'dream' cycle, memory/skill consolidation, or says things like 'make my agent better the more I use it', 'review my past sessions', 'learn my preferences', 'consolidate what you learned', 'run the sleep cycle', or wants to schedule offline self-optimization. Drives the skillopt_sleep engine: harvest past sessions -> mine recurring tasks -> replay offline -> consolidate validated CLAUDE.md and SKILL.md behind a held-out gate."
1333+
},
13281334
{
13291335
"name": "slo-architect",
13301336
"source": "../../engineering/skills/slo-architect",
@@ -1363,15 +1369,15 @@
13631369
},
13641370
{
13651371
"name": "status",
1366-
"source": "../../engineering/agenthub/skills/status",
1372+
"source": "../../engineering/autoresearch-agent/skills/status",
13671373
"category": "engineering-advanced",
1368-
"description": "Show DAG state, agent progress, and branch status for an AgentHub session. Use when the user runs /hub:status or asks how the AgentHub agents are doing."
1374+
"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
},
13701376
{
13711377
"name": "status",
1372-
"source": "../../engineering/autoresearch-agent/skills/status",
1378+
"source": "../../engineering/agenthub/skills/status",
13731379
"category": "engineering-advanced",
1374-
"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."
1380+
"description": "Show DAG state, agent progress, and branch status for an AgentHub session. Use when the user runs /hub:status or asks how the AgentHub agents are doing."
13751381
},
13761382
{
13771383
"name": "strict-api",
@@ -1853,6 +1859,12 @@
18531859
"category": "productivity",
18541860
"description": "Captures and organizes chaotic brain dumps into a structured, actionable system with zero information loss. Use this skill whenever the user says 'capture this', 'brain dump', 'let me dump some ideas', 'I've got a bunch of thoughts', 'here's everything on my mind', 'idea dump', 'let me get this out of my head', 'I need to organize my thoughts', 'here's what I'm thinking', or any variation where someone is unloading a messy stream of ideas, tasks, thoughts, and plans wanting them turned into something coherent. Also trigger when the user pastes or dictates a long, unstructured block of mixed ideas \u2014 even without the exact phrase \u2014 the intent is the same. Fast-to-action by design: no upfront intake. Output is four sections (Projects/Ideas, Tasks, Connections, How I Can Help) ending with a directive question. Asks at most one mid-organization clarifying question when a single item is genuinely ambiguous between task and project."
18551861
},
1862+
{
1863+
"name": "deep-work",
1864+
"source": "../../productivity/deep-work/skills/deep-work",
1865+
"category": "productivity",
1866+
"description": "Use when someone wants to plan a deep work day, time-block their calendar or task list, budget or cut shallow work, protect focus hours, track deep-work sessions and streaks, run an end-of-day shutdown ritual, or says \"/deep-work\" or \"/time-block\". Classifies tasks deep vs shallow, builds an energy-first time-blocked schedule that refuses deep demand past the 4-hour ceiling, batches shallow work into at most two windows, and logs focus sessions against a weekly target."
1867+
},
18561868
{
18571869
"name": "fable-goal",
18581870
"source": "../../productivity/fable-goal/skills/fable-goal",
@@ -1877,6 +1889,12 @@
18771889
"category": "productivity",
18781890
"description": "Runs a full inbox triage using the knowledge base created by the 'inbox-setup' skill. Light-intake by design (most invocations skip questions and run with KB-default preferences); asks at most 2 grill-me override questions when invocation is outside normal cadence or includes category-skip intent. Searches recent emails, classifies them via the user's taxonomy, researches new senders, generates recommendations, drafts replies (NEVER sends), delivers a report in the user's preferred format, and updates the knowledge base with learnings. Designed to run on a recurring schedule (1-3x daily) or on demand. Use when the user wants their inbox processed, in any variation (e.g., 'triage my inbox', 'inbox triage', 'check my email', 'run email triage', 'process my inbox', 'what's new in my email', 'handle my email', 'email triage'). Requires the inbox-setup skill to have been run first."
18791891
},
1892+
{
1893+
"name": "meetings",
1894+
"source": "../../productivity/meetings/skills/meetings",
1895+
"category": "productivity",
1896+
"description": "Use when someone wants to decide whether a meeting is worth calling, price a meeting in dollars, build a timeboxed agenda with desired outcomes, or turn messy meeting notes into owned action items \u2014 or says \"should this be a meeting\", \"/cs:meeting-prep\", or \"/cs:meeting-actions\". Runs a cost gate (ASYNC / NOT-READY / MEET), builds a decision-first agenda, and extracts an owner + due-date checklist that flags every orphan."
1897+
},
18801898
{
18811899
"name": "reflect",
18821900
"source": "../../productivity/reflect/skills/reflect",
@@ -1889,6 +1907,12 @@
18891907
"category": "productivity",
18901908
"description": "Use when someone asks to roast an idea, pressure-test or stress-test an idea, validate a business idea, \"convene the panel\", get a brutal second opinion before building something, or says \"/roast\". Spins up a 5-angle panel (Critic, Champion, Analyst, Investigator, Customer) that attacks the idea from every angle, then a Judge returns one GO / RESHAPE / KILL verdict with the cheapest test to de-risk it."
18911909
},
1910+
{
1911+
"name": "weekly-review",
1912+
"source": "../../productivity/weekly-review/skills/weekly-review",
1913+
"category": "productivity",
1914+
"description": "Use when someone wants to run a weekly review, close open loops, audit stalled projects and commitments, get their system back to trusted, restart a lapsed review habit, or says \"/cs:weekly-review\". Walks David Allen's three-phase loop \u2014 GET CLEAR, GET CURRENT, GET CREATIVE \u2014 with deterministic scripts that inventory open loops, gate the checklist with named gaps, and score commitment health 0-100."
1915+
},
18921916
{
18931917
"name": "atlassian-admin",
18941918
"source": "../../project-management/skills/atlassian-admin",
@@ -2179,7 +2203,7 @@
21792203
"description": "Software engineering and technical skills"
21802204
},
21812205
"engineering-advanced": {
2182-
"count": 82,
2206+
"count": 83,
21832207
"source": "../../engineering",
21842208
"description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability"
21852209
},
@@ -2199,9 +2223,9 @@
21992223
"description": "Product management and design skills"
22002224
},
22012225
"productivity": {
2202-
"count": 8,
2226+
"count": 11,
22032227
"source": "../../productivity",
2204-
"description": "Personal-productivity skills - capture, email, reflect"
2228+
"description": "Personal-productivity skills - capture, email, reflect, handoff, andreessen, roast, weekly-review, deep-work, meetings"
22052229
},
22062230
"project-management": {
22072231
"count": 9,

.codex/skills/deep-work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../productivity/deep-work/skills/deep-work

.codex/skills/meetings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../productivity/meetings/skills/meetings

.codex/skills/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../engineering/autoresearch-agent/skills/run
1+
../../engineering/agenthub/skills/run

.codex/skills/skillopt-sleep

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

.codex/skills/status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../engineering/autoresearch-agent/skills/status
1+
../../engineering/agenthub/skills/status

.codex/skills/weekly-review

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../productivity/weekly-review/skills/weekly-review

0 commit comments

Comments
 (0)