You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`teaching`|[Teaching](teaching/)| Cursor | Utilities | Skill mapping, practice plans, and learning retrospectives. |
10
+
|`continual-learning`|[Continual Learning](continual-learning/)| Cursor | Developer Tools | Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only. |
11
+
|`cursor-team-kit`|[Cursor Team Kit](cursor-team-kit/)| Cursor | Developer Tools | Internal team workflows used by Cursor developers for CI, code review, and shipping. |
12
+
|`create-plugin`|[Create Plugin](create-plugin/)| Cursor | Developer Tools | Scaffold and validate new Cursor plugins. |
13
+
|`ralph-loop`|[Ralph Loop](ralph-loop/)| Cursor | Developer Tools | Iterative self-referential AI loops using the Ralph Wiggum technique. |
14
+
|`agent-compatibility`|[Agent Compatibility](agent-compatibility/)| Cursor | Developer Tools | Compatibility scans and agent-native workflow audits for repository setup, startup paths, and validation loops. |
15
+
16
+
Author values match each plugin’s `plugin.json``author.name` (Cursor lists `plugins@cursor.com` in the manifest).
Copy file name to clipboardExpand all lines: agent-compatibility/.cursor-plugin/plugin.json
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,21 @@
1
1
{
2
2
"name": "agent-compatibility",
3
3
"displayName": "Agent Compatibility",
4
-
"version": "0.1.0",
5
-
"description": "Compatibility scans and agent-native repo audits built around the agent-compatibility CLI.",
4
+
"version": "1.0.0",
5
+
"description": "Compatibility scans and agent-native repo audits built around the agent-compatibility CLI. Provides agents and skills that run the published scanner plus workflow-focused reviews for startup paths, validation loops, and documentation.",
0 commit comments