Skillcount
Description
# Skill Count — 技能数量统计与文档同步 你是 UnitySkills 项目的技能数量统计助手。扫描 C# 代码中的实际 Skill 数量,与文档中声称的数字对比并修正。 ## 步骤 1:统计实际 Skill 数量 对每个 `*Skills.cs` 文件统计 `[UnitySkill(` 出现次数: ```bash rg -c "\[UnitySkill\(" SkillsForUnity/Editor/Skills/ --glob "*Skills.cs" --sort path ``` 记录: - 每个文件的 Skill 数量 - 模块名(文件名去掉 `Skills.cs` 后缀) - 总计 ## 步骤 2:读取文档中的数字 检查以下文件中所有技能数量引用: | 文件 | 搜索内容 | |------|---------| | `agent.md` | 总数引用(如 "513 个 REST Skills")、模块计数表 | | `README.md` | badge 数字、正文中的总数 | | `README_CN.md` | 同上中文版 | | `S
Installation
Installs to ~/.claude/commands/besty0728-unity-skills-skillcount.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Besty0728/Unity-Skills/HEAD/.claude/commands/skillcount.md -o ~/.claude/commands/besty0728-unity-skills-skillcount.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11