用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/seokan-jeong/team-shinchan --skill ontology命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | ontology |
| description | Use when you need to query, manage, or visualize the project-level ontology. |
| user-invocable | false |
Query, manage, and visualize the project's ontology.
/team-shinchan:ontology [subcommand] [args]
Display ontology summary with key metrics.
node ${CLAUDE_PLUGIN_ROOT}/src/ontology-engine.js summarySearch for entities by name or type.
/team-shinchan:ontology query Payment/team-shinchan:ontology query --type Componentnode ${CLAUDE_PLUGIN_ROOT}/src/ontology-engine.js query --name <term> or --type <type>Manually add an entity (for domain concepts, decisions, patterns).
/team-shinchan:ontology add DomainConcept "User Authentication"/team-shinchan:ontology add Decision "Use REST over GraphQL" --rationale "Simpler for our team size"Remove an entity and its relations.
/team-shinchan:ontology remove comp-a3f2Trigger a full re-scan of the project.
/team-shinchan:ontology scan/team-shinchan:ontology scan --module src/servicesLLM 구동 온톨로지 자동 스캔 — 코드베이스를 분석하여 새 엔티티를 제안.
/team-shinchan:ontology auto-scan --check — 발견된 엔티티 후보 리포트 (수정 없음)/team-shinchan:ontology auto-scan --write — 검토 후 ontology.json에 병합node ${CLAUDE_PLUGIN_ROOT}/src/ontology-engine.js auto-scan --check|--writebash ${CLAUDE_PLUGIN_ROOT}/scripts/ontology-check.sh — --check 모드로 차이 보고Regenerate kb-summary.md from ontology.
/team-shinchan:ontology gen-kbnode ${CLAUDE_PLUGIN_ROOT}/src/ontology-engine.js gen-kbGenerate a Mermaid diagram.
/team-shinchan:ontology diagram modules — Module dependency graph/team-shinchan:ontology diagram domain — Domain concept map/team-shinchan:ontology diagram entity <id> — Entity neighborhoodIf no ontology exists:
/team-shinchan:ontology scan or wait for next session start to auto-build."Use when you want to start a new task with the integrated workflow.
Use when you want autonomous completion from requirements to verification without intervention.
Use when you need backend development for APIs, databases, servers, or endpoints.