Project Skill Installer
This skill orchestrates project-only skill installation context and delegates execution to find-skills.
L1: Project Skill Installation Context
Use this skill to perform:
- Define project-only constraints for skill installation
- Delegate skill discovery and install planning to
find-skills - Keep all outputs and install targets inside project scope
- Reject global installation targets
L2: Project Workflow Contract
- If repository is large, require user-selected scope before deep analysis
- Detect IDE marker and project paths by loading Path Discovery
- Check global prerequisite:
find-skills; if missing, ask user to install before continuing - Delegate discovery and install planning to
find-skillswith project-only constraint context - Apply Agent Skills Core Practices for output quality
- If runtime target is Trae or Trae-CN, apply Trae Runtime Practices
- Return project-only install plan, target path, and action summary
L3: Category-Specific Actions
- Delegation: always delegate install actions to
find-skills - Project Scope Enforcement: reject global target requests and keep output in project paths
- Prerequisites Gate: block execution until
find-skillsis available globally
L3-Claude Code Practices
- Prefer project instruction and
.claudeproject conventions for routed targets
L3-Trae / Trae-CN Practices
- Prefer project
.traeconventions for routed targets - Preserve previously defined Trae-specific requirements
- If Trae detail is missing, fetch official Trae docs links from Trae runtime reference
L3-Prerequisites
- Require global availability of
find-skills - If missing, prompt user to run:
npx skills add find-skills -g -y
微信扫一扫