Central hub for skill registry, FAQ, tips, and bug reporting
14
18%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
Location: ~/.claude/metis-skills-config.json
This file tells all Metis skills where to find shared resources on Google Drive.
{
"root_dir": "G:/Shared drives/Knowledge Management/Claude Code/Metis-Skills",
"incoming_dir": "G:/Shared drives/Knowledge Management/Claude Code/Incoming-Skills",
"faq_dir": "G:/Shared drives/Knowledge Management/Claude Code/FAQ-Tips",
"bugs_dir": "G:/Shared drives/Knowledge Management/Claude Code/Bug-Reports"
}| Field | Purpose |
|---|---|
root_dir | Published skills directory (source for registry and install) |
incoming_dir | Submission inbox for new skills awaiting review |
faq_dir | FAQ and tips shared by all consultants |
bugs_dir | Bug report storage |
The first-time setup script (team-setup/scripts/first-time-setup.sh) creates this file automatically. If it is missing, run the health check with --fix:
PYTHON="C:/Users/navan/AppData/Local/Programs/Python/Python312/pythonw.exe"
"$PYTHON" "$HOME/.metis/health-check.py" --fixLocation: <skill-dir>/config.json
Contains the Slack webhook URL for notifications. Ships with the skill; no per-user setup needed.
{
"SLACK_WEBHOOK_URL": "https://hooks.slack.com/services/..."
}This URL is shared across all consultants. Do not change it unless migrating to a new Slack channel.