modelsChoose AI models for coding, reasoning, and agents with cost-aware, task-matched recommendations.
Install via ClawdBot CLI:
clawdbot install ivangdavila/modelsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 21, 2026
Agencies building custom applications can use the orchestration pattern: frontier models for architecture planning, mid-tier models for implementation, and cheap models for parallel subtasks. This reduces costs while maintaining quality, especially for code review and debugging phases.
Firms handling complex data analysis and report generation benefit from using frontier models for extended reasoning on hard math problems and cheaper models for high-volume simple queries. Batch APIs and prompt caching help manage costs for long documents and non-real-time workloads.
Platforms generating articles or marketing materials can use mid-tier models for general assistance and cheap models for bulk content, avoiding overpayment. They should track actual costs per workflow and reassess model choices quarterly to adapt to shifting capabilities.
Organizations processing patient records or research documents can leverage large-context models to handle long documents without chunking, reducing costs. Open-source models ensure data privacy and cost predictability for custom fine-tuning on sensitive datasets.
Offer basic features with cheap models for high-volume simple queries, then charge for premium tiers using mid-tier or frontier models for complex tasks like coding or reasoning. This aligns costs with user needs and encourages upgrades based on task complexity.
Provide services that design AI pipelines using the orchestration pattern, recommending specific models for planning, execution, and review phases. Revenue comes from reduced client costs and improved accuracy, with ongoing reassessment to adapt to model updates.
Build a platform that uses batch/async APIs for non-real-time workloads, passing 50% discounts to users. Focus on industries like finance or media where long documents and high-volume queries benefit from cost-aware model selection and prompt caching.
💬 Integration Tip
Integrate by setting up a pipeline that defaults to mid-tier models, escalates to frontier models when quality drops, and includes verification steps to catch errors, ensuring cost efficiency and reliability.
Scored Apr 18, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.