-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
113 lines (113 loc) Β· 2.9 KB
/
skill.json
File metadata and controls
113 lines (113 loc) Β· 2.9 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "codomyrmex",
"displayName": "Codomyrmex",
"version": "1.2.7",
"type": "infrastructure-skill",
"mcp_server": "codomyrmex-mcp-server",
"tools": 600,
"skills": 15,
"modules": 128,
"mcp_tools_py_files": 149,
"triggers": [
"codomyrmex",
"verify codomyrmex",
"trust codomyrmex",
"audit tools",
"analyze project",
"code analysis",
"code review",
"search codebase",
"add to memory",
"store memory",
"module documentation",
"system status",
"health check",
"git analysis",
"commit timeline",
"security scan",
"scan secrets",
"reasoning trace",
"thinking agent",
"execute code",
"sandbox code",
"full text search",
"fuzzy search",
"docker build",
"container scan",
"run tests",
"benchmark"
],
"skill_domains": [
{
"name": "codomyrmexVerify",
"description": "Verify all Codomyrmex capabilities via MCP",
"trigger": "/codomyrmexVerify"
},
{
"name": "codomyrmexTrust",
"description": "Enable destructive tool execution",
"trigger": "/codomyrmexTrust"
},
{
"name": "codomyrmexAnalyze",
"description": "Deep code analysis and quality metrics",
"trigger": "/codomyrmexAnalyze"
},
{
"name": "codomyrmexMemory",
"description": "Agentic long-term memory storage and retrieval",
"trigger": "/codomyrmexMemory"
},
{
"name": "codomyrmexSearch",
"description": "High-performance codebase and document search",
"trigger": "/codomyrmexSearch"
},
{
"name": "codomyrmexDocs",
"description": "Module documentation retrieval and generation",
"trigger": "/codomyrmexDocs"
},
{
"name": "codomyrmexStatus",
"description": "System health and PAI awareness dashboard",
"trigger": "/codomyrmexStatus"
},
{
"name": "CodomyrmexGit",
"description": "Git operations and history analysis",
"trigger": "git analysis"
},
{
"name": "CodomyrmexSecurity",
"description": "Security scanning, crypto, and formal verification",
"trigger": "security scan"
},
{
"name": "CodomyrmexAI",
"description": "AI agents, reasoning, orchestration, and LLM",
"trigger": "reasoning trace"
},
{
"name": "CodomyrmexCode",
"description": "Code execution, analysis, and static analysis",
"trigger": "execute code"
},
{
"name": "CodomyrmexData",
"description": "Data search, scraping, and visualization",
"trigger": "full text search"
},
{
"name": "CodomyrmexDeploy",
"description": "Infrastructure and deployment operations",
"trigger": "docker build"
},
{
"name": "CodomyrmexTest",
"description": "Testing and performance benchmarking",
"trigger": "run tests"
}
],
"repository": "https://github.com/docxology/codomyrmex"
}