Compare commits
1 Commits
eedab0b254
...
373907baa0
| Author | SHA1 | Date | |
|---|---|---|---|
| 373907baa0 |
@@ -139,24 +139,6 @@
|
|||||||
"./custom-skills/90-reference-curator",
|
"./custom-skills/90-reference-curator",
|
||||||
"./custom-skills/92-tui-design-template"
|
"./custom-skills/92-tui-design-template"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "mac-optimizer",
|
|
||||||
"description": "macOS system health toolkit — read-only audits, cleanup, and security checks. Commands: mac-doctor, mac-packages, mac-environment, mac-security, mac-cleanup, mac-resources (+ mac-optimizer skill).",
|
|
||||||
"source": "./custom-skills/81-mac-optimizer",
|
|
||||||
"strict": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "multi-agent-guide",
|
|
||||||
"description": "Multi-agent collaboration framework — agent hierarchies, ownership rules, guardrails, handoff protocols, and CI/CD integration for Claude, Gemini, Codex, and human agents. Commands: quick-setup, setup-agents (+ multi-agent-guide skill).",
|
|
||||||
"source": "./custom-skills/91-multi-agent-guide",
|
|
||||||
"strict": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "dintel-bootstrap",
|
|
||||||
"description": "Install and verify D.intelligence custom MCP agents (DTM, D.DA, OurSEO) in settings.json; bootstrap a new machine or diagnose a broken install (dintel-bootstrap skill).",
|
|
||||||
"source": "./custom-skills/94-dintel-bootstrap",
|
|
||||||
"strict": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,5 +15,31 @@
|
|||||||
"packages",
|
"packages",
|
||||||
"disk-space"
|
"disk-space"
|
||||||
],
|
],
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"name": "mac-doctor",
|
||||||
|
"description": "Full macOS system health check — runs all 5 audit modules and presents unified findings"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mac-packages",
|
||||||
|
"description": "Audit package managers (Homebrew, npm, pip, pyenv) for outdated packages and issues"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mac-environment",
|
||||||
|
"description": "Audit shell environment — PATH, symlinks, shell configs, and startup time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mac-security",
|
||||||
|
"description": "Security posture assessment — SIP, Gatekeeper, Firewall, FileVault, SSH, ports"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mac-cleanup",
|
||||||
|
"description": "Scan and clean caches, logs, and clutter — shows sizes first, cleans only with consent"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mac-resources",
|
||||||
|
"description": "Monitor CPU, memory, disk, battery, and identify resource-hungry processes"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,5 +18,15 @@
|
|||||||
"gemini",
|
"gemini",
|
||||||
"codex"
|
"codex"
|
||||||
],
|
],
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"name": "multi-agent-setup",
|
||||||
|
"description": "Quick setup for multi-agent collaboration"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "setup-agents",
|
||||||
|
"description": "Full interactive multi-agent setup"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user