AgentSkillsCN

ica-version

当用户询问版本信息、系统状态、“当前版本是多少”,或希望验证 ICA 是否已成功安装时,可激活此技能。该技能会显示版本号、组件状态,以及安装详情。

SKILL.md
--- frontmatter
name: ica-version
description: Activate when user asks about version, system status, "what version", or wants to verify ICA installation. Displays version, component status, and installation info.

ICA Version

Display the current intelligent-code-agents system version and component status.

When to Use

  • User asks about version or system status
  • Troubleshooting or support scenarios
  • Verifying ICA installation

Process

  1. Read VERSION file from installation directory ($ICA_HOME/VERSION)
  2. Validate installation by checking key directories exist
  3. Display formatted output with version and component status

Output Format

code
INTELLIGENT CODE AGENTS
Version: [version from VERSION file]
Type: Skills-first agent workflow 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-code-agents

Error Handling

  • VERSION_NOT_FOUND: Display "Version file not found. Use ica-init-system to initialize."
  • SYSTEM_NOT_INITIALIZED: Display "System not initialized. Use ica-init-system first."