-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 818 Bytes
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
38
{
"name": "coding-wisdom",
"version": "1.2.0",
"description": "agent 错题集 + 你的能力增强剂 — 从编码会话中自动捕获认知裂缝,蒸馏为可复用的工程判断",
"bin": {
"coding-wisdom": "./install.js"
},
"scripts": {
"postinstall": "node install.js"
},
"files": [
"SKILL.md",
"install.js",
"guides/",
"templates/",
"scripts/",
"skeleton/",
".claude-plugin/",
".codex-plugin/"
],
"keywords": [
"claude-code",
"codex-cli",
"codex-skill",
"agent-skills",
"skill",
"knowledge-management",
"engineering-judgment",
"distillation",
"cognitive-capture"
],
"author": "Clannad47",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Clannad47/coding-wisdom"
}
}