Activate when user asks about version, system status, "what version", or wants to verify ICC installation. Displays version, component status, and installation info.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add intelligentcode-ai/intelligent-claude-code --skill icc-version --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Icc Version?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/intelligentcode-ai-icc-version)More formats (shields.io, HTML) on the badges page.
---
name: icc-version
description: Activate when user asks about version, system status, "what version", or wants to verify ICC installation. Displays version, component status, and installation info.
---
# ICC Version
Display the current intelligent-claude-code system version and component status.
## When to Use
- User asks about version or system status
- Troubleshooting or support scenarios
- Verifying ICC installation
## Process
1. **Read VERSION file** from installation directory (`~/.claude/VERSION`)
2. **Validate installation** by checking key directories exist
3. **Display formatted output** with version and component status
## Output Format
```
INTELLIGENT CLAUDE CODE
Version: [version from VERSION file]
Type: Virtual Team Enhancement Framework
Architecture: AgentTask-driven execution with 14 core roles + dynamic specialists
System Components:
- Skills Framework: [status]
- AgentTask Templates: 5 complexity tiers (nano/tiny/medium/large/mega)
- Memory System: File-based learning storage
- Hook System: PreToolUse safety/privacy hooks
Repository: https://github.com/intelligentcode-ai/intelligent-claude-code
```
## Error Handling
- **VERSION_NOT_FOUND**: Display "Version file not found. Use icc-init-system to initialize."
- **SYSTEM_NOT_INITIALIZED**: Display "System not initialized. Use icc-init-system first."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!