Agent skills for working with Requence through the Requence agent MCP server. Install them into any skills-aware coding agent (Claude Code, Cursor, Codex, Copilot, and others) with a single command.
npx skills add requence/skillsThe CLI lists the skills below and lets you pick which ones to install and which
agent to install them into. For Claude Code they land in .claude/skills/
(project) or ~/.claude/skills/ (global).
| Skill | What it does |
|---|---|
build-requence-workflow |
Build or edit a Requence task template or service — add and wire nodes, write logic scripts, create service versions, type-check the graph, and commit to a branch. |
investigate-requence-task |
Investigate a Requence task run — why it failed, why it's stuck, what it returned, how long it took, or what a node did, using the diagnostic walkers first. |
These skills are advisory recipes for the Requence agent MCP tools — they sequence the calls well, but do nothing on their own. You must have the Requence agent MCP server connected to your agent for them to be useful. The MCP server is fully self-sufficient and authoritative: if a skill and a tool ever disagree, the tool wins. Removing a skill changes nothing functionally.
This repository is generated — it is synced automatically from an internal Requence repository. Do not edit files here directly; changes will be overwritten on the next sync. Open an issue if something looks wrong.