role-model
Capability-aware model routing with explainable decisions and staged workflows
All Skills in This Repository (29)
Pure Emerald Level Indicatorsstyle-guide-review
Review Markdown files in pull requests against the Cloudflare style guide.
cloudflare-one-migrations
Plan migrations from Zscaler ZIA or legacy stacks to Cloudflare One.
spam-and-off-topic-filter
Identify spam and off-topic content in GitHub issues and pull requests.
sandbox-2026-deprecation
Identify deprecated Cloudflare Sandbox SDK APIs and suggest replacements.
durable-objects
Develop stateful coordination applications with Cloudflare Durable Objects and SQLite storage.
workers-code-review
Review TypeScript/JavaScript Workers code for type correctness, API usage, and wrangler configuration validity.
wrangler
Manage Cloudflare Workers deployments, configurations, and related services.
reconcile-code-review
Reconcile code review findings against previous reviews and human comments.
agents-sdk
Develop AI applications with stateful agents on Cloudflare Workers.
contributing
Route contributors through the Cloudflare Docs contribution workflow with validation commands.
swiss-design
Apply Swiss International Style design principles using Tailwind CSS and IBM Plex Sans.
code-review
Automatically review source code changes for logic errors, security vulnerabilities, and quality issues.
Frequently Asked Questions
FAQPage SchemaHow to install role-model?โผ
Run `npx skills add try-works/role-model --all -g -y` in your terminal to install all skills in this suite globally.
What does role-model do?โผ
It decides which model should handle each request based on task type, capabilities, cost, and policy, and records why each decision was made. It supports local-only, cloud-only, and hybrid routing setups.
How do I connect Codex or Pi to role-model?โผ
Start the local runtime, then use the included adapter skills: run `codex-role-model setup` for Codex or install the Pi package and use `/role-model setup` inside a Pi session.
What is recursive-mode in this repository?โผ
It is a staged engineering workflow where each phase is drafted, audited, repaired, and locked before moving on. It supports delegated reviews, strict test-first rules, and memory that carries lessons between runs.
Does role-model work with local models?โผ
Yes. It can route between local models such as llama-swap peers, between cloud providers, or across both, with fallback rules when an endpoint is degraded.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core