source-command-compound-prime

Loads compound-agent workflow context after compaction or context loss.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/htxryan/claude-code-config-profiles --skill source-command-compound-prime-htxryan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-compound-prime
Source: https://github.com/htxryan/claude-code-config-profiles/tree/main/.agents/skills/source-command-compound-prime
Command: npx skills add https://github.com/htxryan/claude-code-config-profiles --skill source-command-compound-prime-htxryan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an AI agent session loses context due to compaction or context window limits, previously established compound-agent workflow state disappears. This Skill restores that workflow context by running the migrated source command compound-prime. ## Core Features & Use Cases - Context Restoration: Reloads compound-agent workflow context after compaction or context loss events. - Single Command Execution: Runs the ca prime command to re-prime the agent environment. - Use Case: After a long session where the conversation was compacted, invoke this Skill to restore the compound-agent workflow state so multi-agent coordination continues without manual re-setup. ## Quick Start Ask the agent to run the compound-prime source command to reload the compound-agent workflow context after context loss.

Frequently Asked Questions about source-command-compound-prime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore agent workflow context after compaction?▼

Run the compound-prime source command, which executes `ca prime` to reload the compound-agent workflow context. This re-establishes the workflow state that was lost when the session context was compacted.

What does the ca prime command do?▼

The `ca prime` command loads compound-agent workflow context into the current session. It is the migrated form of the original compound-prime source command and is used after compaction or context loss.

When should I use compound-prime instead of restarting a session?▼

Use it when a session is still active but has lost workflow context due to compaction. It restores the compound-agent state in place, avoiding the need to abandon the current session and start over.

Does compound-prime work without the ca CLI installed?▼

No. The Skill executes `ca prime`, so the ca command-line tool must be installed and available on the system PATH. Without it, the context restoration command cannot run.