Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

rote-skills

rote-skills에는 modiqo에서 수집한 skills 18개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
18
Stars
0
업데이트
2026-07-10
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

rote-browse
소프트웨어 개발자

Use for browser automation through rote: browsing websites, attaching to active Chrome or Edge sessions, Gmail or other logged-in sites, headed/headless exploration, snapshots, readiness waits, page slices, ref rebasing, and crystallizing browser flows. Prefer rote browser primitives over direct Playwright calls.

2026-07-10
rote-flow-authoring
기타 컴퓨터 관련 직업

Create, edit, test, lint, release, verify, or publish reusable rote flows. Use for reusable contract elicitation, rote-driven schema discovery, scaffold/test/release/search lifecycle, and registry handoff.

2026-07-10
rote-shell
소프트웨어 개발자

Use for CLI and shell work through rote when command output, files, logs, process state, dependency checks, mixed API/browser evidence, or crystallized CLI flows must be remembered, queried, replayed, or shared.

2026-07-10
rote-typescript-transformations
소프트웨어 개발자

Author or debug TypeScript transformations for cached rote responses and TypeScript flows. Use for `FlowOutput` shape, deterministic response handling, `rote deno` execution, and tests before returning to flow authoring or workspace work.

2026-07-10
rote-using-adapters
기타 컴퓨터 관련 직업

Use when executing a task through one installed rote adapter, especially in a delegated subagent or adapter-specific helper. Applies after the main rote skill has selected an adapter for a single-adapter workflow.

2026-07-10
rote-adapter-config
소프트웨어 개발자

Tune an existing rote adapter — auth, base URL, write guard, sensitivity, capability index, OAuth re-auth, GraphQL field filter, policies, adapter guidance, grouping, versioning. A menu of small show → confirm → apply → re-show operations on an adapter you already created. Use when the user says "configure <adapter>", "change the base url", "re-auth notion", "rebuild the capability index", "enable an auth scheme", or "set up sensitivity / write guard". For creating a NEW adapter, use rote-adapter-create instead.

2026-07-07
rote-adapter-create
소프트웨어 개발자

Create a rote adapter for any API — dry-run-first. Discovers the spec (built-in catalog → web search → local file), analyzes it without committing (`rote adapter new <id> <spec> --dry-run`), then pre-fills auth, base-url, and toolset choices from the analysis — asking you only where it's genuinely ambiguous. When auth is ambiguous or low-confidence, researches the provider's docs to recommend a scheme and produce setup steps (API key / OAuth2). Use when the user says "add an adapter", "connect to <API>", "create a stripe/notion/datadog adapter", "build an adapter from this OpenAPI spec". Never creates from a discovered spec without a clean dry-run first. Hands off to rote-adapter-config for tuning afterward.

2026-07-07
rote-command-patterns
소프트웨어 개발자

Use task-focused rote command idioms only after live `rote grammar` and `rote guidance` surfaces are checked. Covers adapter probes/calls, cached response queries, batches, queues, browser handoffs, registry pushes, and owner-skill returns.

2026-07-07
rote-flow-crystallization
소프트웨어 개발자

Preserve reusable results from rote workspace, browser, or manual workflow work as pending flows. Use for pending write/save gates, save-or-discard decisions, and handoffs to flow authoring or registry sharing.

2026-07-07
rote-flow-run
소프트웨어 개발자

Run a flow returned by `rote flow search` when it fully or partially matches the user request. Use after the rote orchestrator's flow-search-first gate to resolve the flow path, parameters, execution mode, output artifact, and verification result.

2026-07-07
rote-org
소프트웨어 개발자

Manage rote registry organizations — create / delete an org, list and change member roles, invite or remove users, revoke or list pending invites, view plan and usage, and manage org SSO. Use when the user says things like "create an org", "invite teammate to my org", "list org members", "remove user from org", "change role", "revoke invite", "what's my org usage", "set up SSO", "verify an SSO domain", or otherwise references organization administration in rote.

2026-07-07
rote-registry
기타 컴퓨터 관련 직업

Share rote artifacts to the registry and manage the org around them. Triggers at the schelling-point moment — right after an adapter is first created or a flow is crystallized (draft or release) — to check whether the artifact already exists in your orgs, tell you whether you need to push, and (after a push) surface org members and offer to invite others for review or use. Also runs standalone for push/share requests, usage/quotas (plan + quota across all your orgs), invites, and member management. Use when the user says "push to registry", "share my adapter/flow", "publish this", "show my usage / quota", "invite someone to my org", or "who's in my org". Determines every fact from live `rote registry` commands — never from memory.

2026-07-07
rote-setup
기타 컴퓨터 관련 직업

Guided, interactive first-run setup for rote. Installs the binary, signs the user in via Google/GitHub (every experience is identity-gated). Then forks: stop at just the CLI, pull curated powerpack adapters, or build adapters from the built-in catalog. Then offers a menu of remaining onboarding steps (adapters, credentials, OAuth, install skill, explore) and ends by running one live flow to prove value. Use when the user says "set up rote", "rote setup", "onboard me to rote", "get rote working", "install and configure rote", or is a first-timer who needs hand-holding through `rote login`, API connection, and installing adapters. This skill drives the human through choices at each branch — it does NOT silently run the whole one-liner.

2026-07-07
rote
기타 컴퓨터 관련 직업

Use rote before direct adapter, MCP, browser, registry, or workflow automation calls. This is the entrypoint orchestrator for the rote skill set: it searches for reusable flows first, decides when a companion skill owns the work, and loads platform references only when the current runtime needs tool-specific instructions.

2026-07-07
rote-task-routing
기타 컴퓨터 관련 직업

Choose the next rote execution path after flow search does not fully cover a request. Use for explore/catalog gates, shell/process routing, subagent-before-workspace decisions, single-adapter versus multi-adapter routing, and fallback boundaries.

2026-07-07
rote-troubleshooting
기타 컴퓨터 관련 직업

Diagnose repeated rote workflow failures without blind retries. Use after unchanged retries, missing model identity, wrong paths/endpoints, auth mismatches, jq errors, stale workspace context, lint/release failures, or direct-filesystem pitfalls.

2026-07-07
rote-update
기타 컴퓨터 관련 직업

Update rote to the latest version — both the binary and the skill distribution. Runs `rote self-update` and refreshes generated adapter guidance templates. Use when the user says "update rote", "upgrade rote", "is there a new rote version", or asks to refresh the shipped skills. Quick and guided — covers the binary and generated guidance people forget to refresh together.

2026-07-07
rote-workspace
기타 컴퓨터 관련 직업

Execute adapter work inside a rote workspace after routing selects workspace execution. Use for workspace init/entry, sequential command discipline, model identity, cached response preservation, subagent re-entry, handoff packets, and markdown handoff summaries.

2026-07-07