carryctx-skills
carryctx-skills contains 4 collected skills from Xuepoo, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Core CarryCtx capability. Persistent project context and continuity manager for coding agents. Helps agents manage structured tasks, track progress, save checkpoints, maintain context across sessions and Git worktrees. Use when starting work, tracking task progress, creating checkpoints, switching worktrees, scanning code dependency graphs, running MCP stdio servers, applying presets, or restoring project state.
Parses workflow blueprints from .carryctx/workflows/ and automatically generates structured task steps. Helps agents translate high-level tasks into detailed standard operating procedures (SOPs).
Allows the agent to adopt specific personas and roles (e.g., Code Reviewer, Architect) defined in .carryctx/personas/. Modifies agent behavior, strictness, and code style output based on the active role.
Dynamic context-aware rule loader for CarryCtx. Teaches the agent to automatically load and apply domain-specific rules and guidelines from the project's .carryctx/rules/ directory depending on the task at hand. Use to enforce project guidelines and improve accuracy.