-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
29 lines (29 loc) · 1.16 KB
/
skill.json
File metadata and controls
29 lines (29 loc) · 1.16 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
{
"name": "ocas-forge",
"version": "2.6.11",
"description": "Forge: skill architect and builder. Designs, builds, and validates complete Agent Skill packages through a mandatory six-phase pipeline: existence gate, classify, scope, architecture, build, validate. Trigger phrases: 'create a new skill', 'build a skill', 'design a skill', 'review this skill', 'repair this skill', 'validate skill package', 'update forge'. Default output is the finished installable package. Do not use for skill evaluation or variant proposals (use Mentor).\n",
"author": "Indigo Karasu",
"email": "mx.indigo.karasu@gmail.com",
"skill_type": "system",
"filesystem": {
"read": [
"{agent_root}/commons/data/ocas-forge/",
"{agent_root}/commons/journals/ocas-forge/"
],
"write": [
"{agent_root}/commons/data/ocas-forge/",
"{agent_root}/commons/journals/ocas-forge/",
"{agent_root}/skills/"
]
},
"self_update": {
"source": "https://github.com/indigokarasu/forge",
"mechanism": "version-checked tarball from GitHub via gh CLI",
"command": "forge.update",
"requires_binaries": [
"gh",
"tar",
"python3"
]
}
}