# Icc Version

> Activate when user asks about version, system status, "what version", or wants to verify ICC installation. Displays version, component status, and installation info. Use when this capability is needed.

- Skill: `tomevault-io/icc-version` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/icc-version`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/icc-version/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/icc-version

---


# 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."

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/intelligentcode-ai) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

