원클릭으로
easyskillz-setup
Set up easyskillz after cloning a repository or on a new machine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up easyskillz after cloning a repository or on a new machine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Documentation and best practices for using easyskillz to manage AI agent skills.
Audits easyskillz code changes against North Star principles for design integrity and correctness.
Create a new skill and automatically wire it to all registered AI tools.
Comprehensive QA workflow for easyskillz CLI - build, install locally, and test all flows.
Add a new AI tool to the project and wire all existing skills to it.
| name | easyskillz-setup |
| description | Set up easyskillz after cloning a repository or on a new machine. |
Set up easyskillz after cloning a repository or on a new machine.
Use this skill when:
easyskillz sync after cloning"Runs easyskillz sync which:
.easyskillz/skills/Step 1: Run sync
easyskillz sync
Step 2: Answer prompts (first time only)
If this is your first time running sync in this repo, you'll be asked:
Instruction file management? [Y/n]
Y = Centralize instruction files in .easyskillz/docs/n = Leave instruction files as-isStrategy? [1/2] (if you chose Y)
1 = Unified (one INSTRUCTION.md for all tools)2 = Tool-specific (separate files per tool)Gitignore strategy? [1/2/3]
1 = Full (gitignore all tool files) ← Recommended2 = Conflict-only (gitignore config files only)3 = None (manual management)Step 3: Verify
After sync completes, verify skills are wired:
.claude/skills/ (if using Claude).cursor/skills/ (if using Cursor)Scanning for AI tools...
✓ Claude Code (.claude/skills)
✓ Cursor (.cursor/skills)
Reading config (.easyskillz/easyskillz.json)...
Registered: claude, cursor
Strategy: symlink
Testing symlink support...
✓ symlinks work
Plan:
[ wire ] .claude/skills/review-pr → .easyskillz/skills/review-pr
[ wire ] .cursor/skills/review-pr → .easyskillz/skills/review-pr
Proceed? [Y/n] Y
✓ Wired review-pr → Claude Code
✓ Wired review-pr → Cursor
Done. 2 tool(s) wired via symlink.
Skills not showing up?
.easyskillz/skills/ exists and has skill folderseasyskillz sync againSymlinks not working?
No tools detected?
.claude/settings.json)