CommunityEscrita e Ediçãogithub.com

rogerchappel/connector-route-replay-skill

Replay connector-routing fixtures and explain approval gates locally

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add rogerchappel/connector-route-replay-skill

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentação

Connector Route Replay Skill

When To Use

Use this skill when an agent needs to validate connector-routing behavior from local fixtures before enabling tools, asking for approval, or showing a dry-run action plan.

Required Inputs

  • A JSON or simple YAML route fixture with request, candidates, and optional expected fields.
  • Optional policy JSON with blockedTools, approvalRequiredIntents, and dryRunRequiredSideEffects.

Side-Effect Boundaries

Default commands read local files and write reports to stdout only. The skill must not call live connectors, read credentials, post messages, update CRMs, or change external systems.

Approval Requirements

  • External writes, destructive actions, credential access, and medium/high-risk write intents require explicit approval.
  • Blocked tools are reported as blocked and must not be executed.
  • Dry-run-only routes can be used to prepare a plan, not to perform the action.

Examples

connector-route-replay replay fixtures/read-only-route.json --format markdown
connector-route-replay replay fixtures/write-action-route.yaml --format json
connector-route-replay verify fixtures --policy examples/policy.json

Validation Workflow

Run these before relying on the skill in another repo:

npm run check
npm test
npm run smoke
npm run package:smoke

Habilidades Relacionadas

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community