-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ai-context-plugin",
"version": "1.0.1",
"description": "Claude Code plugin to generate and manage .ai-context files for AI-assisted development. Three skills: context-init (create context files), context-update (keep context synced), context-digest (generate human-readable summaries).",
"keywords": [
"claude-code",
"ai-context",
"developer-tools",
"context-management",
"project-context",
"ai-assisted-development",
"codebase-context",
"domain-knowledge",
"conventions",
"onboarding",
"documentation",
"yaml",
"schema",
"inference",
"automation",
"developer-experience",
"team-collaboration",
"code-intelligence"
],
"author": {
"name": "Patrick Pena"
},
"license": "MIT",
"homepage": "https://github.com/AI-Native-Systems/ai-context-cc-plugins",
"repository": {
"type": "git",
"url": "https://github.com/AI-Native-Systems/ai-context-cc-plugins.git"
},
"bugs": {
"url": "https://github.com/AI-Native-Systems/ai-context-cc-plugins/issues"
}
}