Skip to content

Commit 84dc5a4

Browse files
Merge pull request alirezarezvani#916 from alirezarezvani/dev
Dev
2 parents 0241f43 + c263db9 commit 84dc5a4

24 files changed

Lines changed: 106 additions & 82 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@
420420
{
421421
"name": "self-improving-agent",
422422
"source": "./engineering-team/self-improving-agent",
423-
"description": "Curate auto-memory, promote learnings to CLAUDE.md and rules, extract patterns into skills. Ships 5 slash commands (/si:review, /si:promote, /si:extract, /si:status, /si:remember) and 2 sub-agents (memory-analyst, skill-extractor).",
424-
"version": "2.9.0",
423+
"description": "Curate auto-memory, promote learnings to CLAUDE.md and rules, extract patterns into skills. Ships 5 slash commands (/si:memory-review, /si:promote, /si:extract, /si:memory-status, /si:remember) and 2 sub-agents (memory-analyst, skill-extractor).",
424+
"version": "2.9.1",
425425
"author": {
426426
"name": "Alireza Rezvani"
427427
},

.codex/skills-index.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,18 @@
737737
"category": "engineering",
738738
"description": ">-"
739739
},
740+
{
741+
"name": "memory-review",
742+
"source": "../../engineering-team/self-improving-agent/skills/memory-review",
743+
"category": "engineering",
744+
"description": "Analyze auto-memory for promotion candidates, stale entries, consolidation opportunities, and health metrics. Use when the user runs /si:memory-review or asks what has been learned and what should be promoted or pruned."
745+
},
746+
{
747+
"name": "memory-status",
748+
"source": "../../engineering-team/self-improving-agent/skills/memory-status",
749+
"category": "engineering",
750+
"description": "Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations. Use when the user runs /si:memory-status or asks how full or healthy the agent memory is."
751+
},
740752
{
741753
"name": "migrate",
742754
"source": "../../engineering-team/playwright-pro/skills/migrate",
@@ -791,12 +803,6 @@
791803
"category": "engineering",
792804
"description": ">-"
793805
},
794-
{
795-
"name": "review",
796-
"source": "../../engineering-team/self-improving-agent/skills/review",
797-
"category": "engineering",
798-
"description": "Analyze auto-memory for promotion candidates, stale entries, consolidation opportunities, and health metrics. Use when the user runs /si:review or asks what has been learned and what should be promoted or pruned."
799-
},
800806
{
801807
"name": "security-pen-testing",
802808
"source": "../../engineering-team/skills/security-pen-testing",
@@ -893,12 +899,6 @@
893899
"category": "engineering",
894900
"description": "Use when writing Snowflake SQL, building data pipelines with Dynamic Tables or Streams/Tasks, using Cortex AI functions, creating Cortex Agents, writing Snowpark Python, configuring dbt for Snowflake, or troubleshooting Snowflake errors."
895901
},
896-
{
897-
"name": "status",
898-
"source": "../../engineering-team/self-improving-agent/skills/status",
899-
"category": "engineering",
900-
"description": "Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations. Use when the user runs /si:status or asks how full or healthy the agent memory is."
901-
},
902902
{
903903
"name": "stripe-integration-expert",
904904
"source": "../../engineering-team/skills/stripe-integration-expert",

.codex/skills/memory-review

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../engineering-team/self-improving-agent/skills/memory-review

.codex/skills/memory-status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../engineering-team/self-improving-agent/skills/memory-status

.codex/skills/review

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../engineering-team/self-improving-agent/skills/review
1+
../../engineering-team/playwright-pro/skills/review

.gemini/skills-index.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0",
33
"name": "gemini-cli-skills",
4-
"total_skills": 418,
4+
"total_skills": 420,
55
"skills": [
66
{
77
"name": "README",
@@ -938,6 +938,16 @@
938938
"category": "engineering",
939939
"description": "Use when a security incident has been detected or declared and needs classification, triage, escalation path determination, and forensic evidence collection. Covers SEV1-SEV4 classification, false positive filtering, incident taxonomy, and NIST SP 800-61 lifecycle."
940940
},
941+
{
942+
"name": "memory-review",
943+
"category": "engineering",
944+
"description": "Analyze auto-memory for promotion candidates, stale entries, consolidation opportunities, and health metrics. Use when the user runs /si:memory-review or asks what has been learned and what should be promoted or pruned."
945+
},
946+
{
947+
"name": "memory-status",
948+
"category": "engineering",
949+
"description": "Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations. Use when the user runs /si:memory-status or asks how full or healthy the agent memory is."
950+
},
941951
{
942952
"name": "migrate",
943953
"category": "engineering",
@@ -976,7 +986,7 @@
976986
{
977987
"name": "review",
978988
"category": "engineering",
979-
"description": "Analyze auto-memory for promotion candidates, stale entries, consolidation opportunities, and health metrics. Use when the user runs /si:review or asks what has been learned and what should be promoted or pruned."
989+
"description": ">-"
980990
},
981991
{
982992
"name": "security-pen-testing",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../engineering-team/self-improving-agent/skills/memory-review/SKILL.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../engineering-team/self-improving-agent/skills/memory-status/SKILL.md

.gemini/skills/review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../engineering-team/self-improving-agent/skills/review/SKILL.md
1+
../../../engineering-team/playwright-pro/skills/review/SKILL.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ MIT — see [LICENSE](LICENSE) for details.
381381

382382
## Star History
383383

384-
[![Star History Chart](https://api.star-history.com/svg?repos=alirezarezvani/claude-skills&type=Date)](https://star-history.com/#alirezarezvani/claude-skills&Date)
384+
[Star History Chart](https://www.star-history.com/?type=date&repos=alirezarezvani%2Fclaude-skills)
385385

386386
---
387387

0 commit comments

Comments
 (0)