Claudish Integration Skill

Official

Patterned Claudish model recommendations.

AuthorMadAppGang
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides standardized patterns for Claude Code agents and commands to query Claudish for OpenRouter model recommendations. Instead of maintaining duplicate model lists, agents should query Claudish as the single source of truth for model data.

Core Features & Use Cases

  • Pattern 1: Query All Models (JSON) to get a complete model list
  • Pattern 2: Filter by Category to fetch coding/reasoning/vision models
  • Pattern 3: User Overrides from CLAUDE.md to customize recommendations
  • Pattern 4: Graceful Fallback to Embedded Defaults if Claudish is unavailable
  • Pattern 5: Version Detection to ensure JSON output support

Quick Start

Use Claudish for dynamic model selection when performing code reviews or proxy-model tasks; fetch top models in JSON and pick the best fit.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Claudish Integration Skill
Download link: https://github.com/MadAppGang/claude-code/archive/main.zip#claudish-integration-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository