mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
4a6072ecb0
Delegate AGENTS.md merges to a dedicated subagent and disable model invocation for the parent skill so the workflow only runs when explicitly triggered. Made-with: Cursor
31 lines
793 B
JSON
31 lines
793 B
JSON
{
|
|
"name": "continual-learning",
|
|
"displayName": "Continual Learning",
|
|
"version": "1.0.0",
|
|
"description": "Incrementally learns durable user preferences and workspace facts from transcript changes and keeps AGENTS.md up to date with plain bullet points.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"continual-learning",
|
|
"agent-memory",
|
|
"transcripts",
|
|
"hooks",
|
|
"incremental"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"automation",
|
|
"memory",
|
|
"transcripts"
|
|
],
|
|
"agents": "./agents/",
|
|
"skills": "./skills/",
|
|
"hooks": "./hooks/hooks.json"
|
|
}
|