AS-015: Upload Size Exceeds 8MB - Agent Skills
Summary
- Rule ID:
AS-015 - Severity:
HIGH - Category:
Agent Skills - Normative Level:
MUST - Auto-Fix:
No - 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: huge-skill
description: Use when running a task with many large assets
---
This skill bundles 10MB of binary data in its directory.
Valid
---
name: small-skill
description: Use when running a lightweight task
---
This skill directory is under 8MB total.