-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathskills.json
More file actions
61 lines (61 loc) · 1.83 KB
/
Copy pathskills.json
File metadata and controls
61 lines (61 loc) · 1.83 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
{
"version": "1",
"skills": [
{
"id": "rust-core",
"name": "Rust Core Specialist",
"description": "Implementing idiomatic, safe, and performant Rust code.",
"path": "skills/rust-core",
"entrypoint": "skills/rust-core/SKILL.md"
},
{
"id": "lint-hunter",
"name": "Lint Hunter",
"description": "Debugging compiler errors and tracing lifetimes.",
"path": "skills/lint-hunter",
"entrypoint": "skills/lint-hunter/SKILL.md"
},
{
"id": "pest-specialist",
"name": "Pest Specialist",
"description": "Generating PEG parsers with pest.",
"path": "skills/pest-specialist",
"entrypoint": "skills/pest-specialist/SKILL.md"
},
{
"id": "ron-specialist",
"name": "RON Specialist",
"description": "Configuring applications with Rusty Object Notation.",
"path": "skills/ron-specialist",
"entrypoint": "skills/ron-specialist/SKILL.md"
},
{
"id": "general-debug",
"name": "General Debugger",
"description": "General debugging strategies for Rust.",
"path": "skills/general-debug",
"entrypoint": "skills/general-debug/SKILL.md"
},
{
"id": "general-security",
"name": "Security Specialist",
"description": "Auditing code for security vulnerabilities.",
"path": "skills/general-security",
"entrypoint": "skills/general-security/SKILL.md"
},
{
"id": "general-syntax",
"name": "Syntax Guide",
"description": "Reference for Rust syntax.",
"path": "skills/general-syntax",
"entrypoint": "skills/general-syntax/SKILL.md"
},
{
"id": "router",
"name": "Agent Router",
"description": "Analyzing user intent and delegating tasks.",
"path": "skills/router",
"entrypoint": "skills/router/SKILL.md"
}
]
}