CtrlK
BlogDocsLog inGet started
Tessl Logo

metis-strategy/metis-claude-help

Central hub for skill registry, FAQ, tips, and bug reporting

14

Quality

18%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Validation failed for skills in this plugin
One or more skills have errors that need to be fixed before they can move to Implementation and Discovery review.
Overview
Quality
Evals
Security
Files

config-guide.mdreferences/

Configuration Guide

metis-skills-config.json

Location: ~/.claude/metis-skills-config.json

This file tells all Metis skills where to find shared resources on Google Drive.

Required fields

{
  "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"
}
FieldPurpose
root_dirPublished skills directory (source for registry and install)
incoming_dirSubmission inbox for new skills awaiting review
faq_dirFAQ and tips shared by all consultants
bugs_dirBug report storage

How it gets created

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" --fix

config.json (skill-local)

Location: <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.

references

config-guide.md

config.json

SKILL.md

tile.json