-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskills.json
More file actions
61 lines (60 loc) · 2.2 KB
/
skills.json
File metadata and controls
61 lines (60 loc) · 2.2 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"schema_version": 1,
"name": "agenticflowx",
"version": "2.5.1",
"description": "AFX skills collection — multi-provider skill packs for AI-assisted development",
"license": "MIT",
"afx": {
"packs": {
"afx-pack-starter": {
"description": "Starter pack — verify AFX installation and multi-provider routing",
"category": "utility",
"providers": ["agents", "antigravity", "copilot"]
},
"afx-pack-dev": {
"description": "Developer essentials — clean code, debugging, TDD, git workflows, architecture patterns",
"category": "role",
"providers": ["agents", "antigravity", "copilot"]
},
"afx-pack-qa": {
"description": "QA Engineer role pack — testing, review, and quality assurance",
"category": "role",
"providers": ["agents", "antigravity", "copilot"]
},
"afx-pack-security": {
"description": "Security review and audit pack — OWASP, dependency scanning, code hardening",
"category": "role",
"providers": ["agents", "antigravity", "copilot"]
},
"afx-pack-product-owner": {
"description": "Product Owner role pack — discovery, prioritization, PRDs, and go-to-market",
"category": "role",
"providers": ["agents", "antigravity", "copilot"]
},
"afx-pack-architect": {
"description": "Architect role pack — system design, patterns, ADRs, and quality attributes",
"category": "role",
"providers": ["agents", "antigravity", "copilot"]
},
"afx-pack-agenticflowx": {
"description": "AgenticFlowX workflow skills — spec-driven development commands for all AI coding agents",
"category": "workflow",
"providers": ["agents", "antigravity", "copilot"]
}
},
"upstream": {
"anthropics/claude-code": {
"featured": ["code-review", "pr-review-toolkit", "security-guidance"]
},
"anthropics/claude-plugins-official": {
"featured": ["code-simplifier", "hookify", "commit-commands"]
},
"anthropics/skills": {
"featured": ["webapp-testing"]
},
"openai/skills": {
"featured": ["playwright"]
}
}
}
}