try-workstry-worksCommunityยท29 Agent Skills Included

role-model

Capability-aware model routing with explainable decisions and staged workflows

Routes requests to the right local or cloud model based on task type, capabilities, cost, and policy. Removes guesswork from model selection by recording why every routing decision was made. Includes staged implementation workflows with locked phases, delegated audits, and durable memory for repeatable engineering runs.
npx skills add try-works/role-model --all -g -y
Available:

Tells the agent how to run recursive-mode workflows: read the canonical spec first, follow the draft-audit-repair-lock phase loop, delegate reviews only with complete context bundles, and load durable memory before acting.

All Skills in This Repository (29)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
try-workstry-works

style-guide-review

Review Markdown files in pull requests against the Cloudflare style guide.

Community
Intermediate
๐Ÿ“ฆ In Repo
try-workstry-works

cloudflare-one-migrations

Plan migrations from Zscaler ZIA or legacy stacks to Cloudflare One.

Community
Advanced
๐Ÿ“ฆ In Repo
try-workstry-works

spam-and-off-topic-filter

Identify spam and off-topic content in GitHub issues and pull requests.

Community
Basic
๐Ÿ“ฆ In Repo
try-workstry-works

sandbox-2026-deprecation

Identify deprecated Cloudflare Sandbox SDK APIs and suggest replacements.

Community
Intermediate
๐Ÿ“ฆ In Repo
try-workstry-works

durable-objects

Develop stateful coordination applications with Cloudflare Durable Objects and SQLite storage.

Community
Advanced
๐Ÿ“ฆ In Repo
try-workstry-works

workers-code-review

Review TypeScript/JavaScript Workers code for type correctness, API usage, and wrangler configuration validity.

Community
Advanced
๐Ÿ“ฆ In Repo
try-workstry-works

wrangler

Manage Cloudflare Workers deployments, configurations, and related services.

Community
Intermediate
๐Ÿ“ฆ In Repo
try-workstry-works

reconcile-code-review

Reconcile code review findings against previous reviews and human comments.

Community
Intermediate
๐Ÿ“ฆ In Repo
try-workstry-works

agents-sdk

Develop AI applications with stateful agents on Cloudflare Workers.

Community
Advanced
๐Ÿ“ฆ In Repo
try-workstry-works

contributing

Route contributors through the Cloudflare Docs contribution workflow with validation commands.

Community
Intermediate
๐Ÿ“ฆ In Repo
try-workstry-works

swiss-design

Apply Swiss International Style design principles using Tailwind CSS and IBM Plex Sans.

Community
Intermediate
๐Ÿ“ฆ In Repo
try-workstry-works

code-review

Automatically review source code changes for logic errors, security vulnerabilities, and quality issues.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’