CC-SK-003: Context Without Agent - Claude Skills
Summary
- Rule ID:
CC-SK-003 - Severity:
HIGH - Category:
Claude Skills - Normative Level:
MUST - Auto-Fix:
Yes (unsafe) - Verified On:
2026-02-04
Applicability
- Tool:
claude-code - Version Range:
unspecified - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
true - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
---
name: sub-task
description: Use when delegating work to a sub-agent
context: fork
---
Delegate the task to a sub-agent.
Valid
---
name: sub-task
description: Use when delegating work to a sub-agent
context: fork
agent: general-purpose
---
Delegate the task to a sub-agent.