mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-08-03 07:02:46 +08:00
31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"name": "skillopt-sleep",
|
|
"displayName": "SkillOpt-Sleep",
|
|
"version": "0.1.0",
|
|
"description": "Review recent Cursor sessions, replay recurring work, and stage validation-gated improvements to a Cursor skill for explicit adoption.",
|
|
"author": {
|
|
"name": "Yifan Yang",
|
|
"email": "yifanyang@microsoft.com"
|
|
},
|
|
"homepage": "https://github.com/microsoft/SkillOpt",
|
|
"repository": "https://github.com/microsoft/SkillOpt",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"skillopt",
|
|
"cursor",
|
|
"self-improvement",
|
|
"memory-consolidation",
|
|
"sleep",
|
|
"skills",
|
|
"offline-optimization"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"automation",
|
|
"memory",
|
|
"transcripts"
|
|
],
|
|
"commands": "./commands/",
|
|
"skills": "./skills/"
|
|
}
|