소스 정보
- 저장소
- hristo2612/jinn
- 최근 소스 활동
- 2026년 8월 23일 20:28
- 감지된 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 management명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
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
Create, assign, update, review, and archive Jinn Todos through the typed work-item tools
| name | management |
| description | Manage departments, employees, hierarchy, delegation, and Todo ownership |
Use this skill to hire, fire, promote, move, or inspect employees and departments. Use list_employees, find_employees, and get_employee before changing the org so decisions reflect the resolved hierarchy and active roster.
Employee persona files live under $JINN_HOME/org/<department>/<name>.yaml; $JINN_HOME defaults to ~/.jinn. Department metadata lives beside them in department.yaml. There is no org-write MCP surface, so make narrow filesystem edits and validate YAML before finishing.
Required employee fields:
name: unique kebab-case id matching the filename.displayName: human-readable name.department: parent directory name.rank: executive, manager, senior, or employee.engine: one of claude, codex, antigravity, grok, pi, hermes.model: optional engine-compatible model override.persona: focused role, expertise, boundaries, and reporting behavior.reportsTo: optional employee id for the explicit manager.When reportsTo is omitted, the gateway infers a reporting chain from rank. Equal-rank employees never implicitly report to each other. Prefer an explicit manager, then the alphabetically first senior; omit the field when no suitable department lead exists.
name: api-builder
displayName: API Builder
department: engineering
rank: employee
engine: claude
model: sonnet
reportsTo: engineering-lead
persona: |
You build and test backend services. Escalate architecture decisions
to your manager and report outcomes with command evidence.
Confirm the role, department, rank, engine, model, and persona. Create missing departments only with the user's agreement. Write the persona, verify that get_employee resolves it without warnings, and report the chosen manager.
Inspect the employee with get_employee, including direct reports and parent. Surface active Todos before removal. Reassign direct reports to the departing employee's manager, or remove their reportsTo when the departing employee reports to the root. Reassign or block active work as directed, then remove the persona and verify the roster.
Update rank or department and reconsider reportsTo. A new manager should normally own otherwise unassigned department members. When moving an employee, decide separately whether their direct reports move or stay; update active Todo ownership if needed.
Manager personas need only compact operating direction: own decomposition and review, use delegate_task for tracked work or spawn_session for quick consultation, end the turn while children work, use read_session only after a callback or as a missed-callback fallback, and synthesize results for the layer above. The delegation skill owns the full protocol.
Use delegate_task when assignment should start immediately. Otherwise use create_work_item then assign_work_item: creation never carries an assignee, so authoring and assignment are always separate calls. Keep repeatable or scheduled procedure in a Workflow, not a long delegation prompt. Review status through list_work_items or search_work_items; producers submit finished work for review and reviewers close it. The todo-handling skill owns status and approval rules.