jexp

Classify Config — AI skill for Claude Code

AI community

Show the effective classify-plugin configuration (provider, model, categories, thresholds, db path).

How to install Classify Config

Installs to ~/.claude/skills/jexp-classify-plugin-classify-config/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jexp-classify-plugin-classify-config && curl -fsSL https://raw.githubusercontent.com/jexp/classify-plugin/HEAD/commands/classify-config.md -o ~/.claude/skills/jexp-classify-plugin-classify-config/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Classify Config does


description: Show the effective classify-plugin configuration (provider, model, categories, thresholds, db path)

Show the effective configuration:

node -e "import('${CLAUDE_PLUGIN_ROOT}/src/config.js').then(m => { const c = m.loadConfig(); const creds = m.providerCredentials(c); console.log(JSON.stringify({...c, apiKeyPresent: !!creds.apiKey, baseURL: creds.baseURL}, null, 2)); })"

Present the result in a code block and explain:

  • Config lookup order: `$CLAUDE_CLASSIFY_CON

Alternatives in AI

  • Pal Configuration Docs — for model and thinking mode options 11.3k ★
  • Agentlas Orch — Set or show which model runs the orchestrator and which runs the workers 1.1k ★
  • Model Config — /model-config — Choose the model you follow 705 ★

Full documentation available on GitHub

View Source Repository