소스 정보
- 저장소
- hristo2612/jinn
- 최근 소스 활동
- 2026년 8월 5일 17:36
- 감지된 SKILL.md 언어
- 영어
- 스타
- 313
- 포크
- 73
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/hristo2612/jinn --skill find-and-install명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Safely merge validated package migration bundles into this {{portalName}} instance after an upgrade
Find and install skills from skills.sh when a capability gap is detected
Manage departments, employees, hierarchy, delegation, and Todo ownership
SOC 직업 분류 기준
SKILL.md 표시 중
| name | find-and-install |
| description | Find and install skills from skills.sh when a capability gap is detected |
This skill activates when you detect a capability gap that a community skill might fill, the user explicitly asks to find or install a skill and a task would benefit from a specialized skill you don't currently have
Run a search using the skills CLI:
npx skills find [query]
Review the results and assess trust level before suggesting:
vercel-labs, anthropics, microsoft): Suggest confidentlyOnce the user approves (or for 🟢 VERIFIED skills when you're confident it fits):
npx skills add <owner/repo@skill> -g -y
This places files into ~/.claude/skills/<name>/ or ~/.agents/skills/<name>/.
cp -r ~/.claude/skills/<name>/ ~/.{{portalSlug}}/skills/<name>/
The {{portalName}} file watcher will detect the new directory and create the appropriate symlinks automatically.
Read ~/.{{portalSlug}}/skills.json, add the new skill entry, and write it back.
The manifest format:
{
"installed": {
"<name>": {
"source": "<owner/repo@skill>",
"installedAt": "<ISO 8601 timestamp>"
}
}
}
Read the newly installed ~/.{{portalSlug}}/skills/<name>/SKILL.md and follow its instructions to complete the current task.
If npx skills find returns no results:
skill-creator skill)User asks to deploy to Vercel:
npx skills find "vercel deploy"
# → vercel-labs/ai-skills@vercel-deploy (🟢 VERIFIED, 5200 installs)
npx skills add vercel-labs/ai-skills@vercel-deploy -g -y
cp -r ~/.claude/skills/vercel-deploy/ ~/.{{portalSlug}}/skills/vercel-deploy/
# → update skills.json → read SKILL.md → follow deploy instructions
User asks for an obscure skill:
npx skills find "arduino serial monitor"
# → random-user/arduino-tools@serial-monitor (🔴 UNKNOWN, 12 installs)
# → Warn user, offer to preview SKILL.md before installing