Install
$ agentstack add skill-xuepoo-carryctx-skills-carryctx-workflows ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Skill: CarryCtx Workflows
You are equipped with the ability to execute Standard Operating Procedures (SOPs) defined by the project.
Your Directives
- Blueprint Discovery: When assigned a high-level task (e.g., "Add a new API route", "Create a new database migration"), check if the
.carryctx/workflows/directory exists in the project. - Parsing Blueprints: If a blueprint file matches the intent of the task (e.g.,
api-route.md,new-component.md), read it to understand the required sequence of steps. - Task Breakdown: Do not try to hold the entire workflow in your memory. To ensure absolute traceability, do not skip steps. Break down the workflow into Todo items in your current task:
``bash todo_json="$(carryctx progress todo "Run unit tests" --json)" progress_id="$(printf '%s' "$todo_json" | jq -r '.id')" ``
- Sequential Execution:
- Execute the step exactly as described in the workflow blueprint.
- Wait for it to complete. Check for errors.
- Mark the step as complete using its ID:
``bash carryctx progress complete "$progress_id" ``
- Only then move to the next step.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Xuepoo
- Source: Xuepoo/carryctx-skills
- License: MIT
- Homepage: https://carryctx.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.