ソース情報
- リポジトリ
- 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 self-healコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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 | self-heal |
| description | Diagnose and fix problems in {{portalName}}'s configuration and runtime |
This skill activates when {{portalName}} is experiencing issues, errors, or unexpected behavior. It also activates when the user asks to diagnose problems, check system health, or fix something that is not working.
Work through these checks in order. Stop and fix issues as you find them.
Read ~/.jinn/logs/gateway.log and look for:
Summarize any problems found to the user.
Read ~/.jinn/config.yaml and verify:
gateway.port field is a valid number (default 7777)gateway (with port) and engines (with a default and a config block for that engine)engines.default is one of: claude, codex, antigravity, grok, pi, hermesengines.<name>.model (e.g. engines.claude.model)Check that the selected engine's configured binary is on the PATH and run it with --version when the adapter supports that flag. Use the binary under engines.<name>.bin; do not assume every instance uses the default command name.
If the engine command is not found, inform the user that the engine is not installed or not on their PATH.
Look at the session registry for stuck sessions:
~/.jinn/sessions/registry.db (SQLite)running that have not been updated recently (more than 30 minutes old)~/.jinn/tmp/ contains stale files that should be cleaned upIf the gateway appears to be in a bad state (crash loops, unresponsive, port conflicts):
Tell the user to run:
jinn restart
If temp files are stale or causing issues:
Delete all contents of ~/.jinn/tmp/ but keep the directory itself.
If any JSON file (jobs.json, structured state files, etc.) is malformed:
<filename>.bak and create a fresh default only when the file's format is well known.If any YAML file (config.yaml, employee personas) is malformed:
If sessions are stuck in running status:
failed or cancelled in the session registry.If the gateway cannot bind to its configured port:
lsof -i :<port>config.yaml.For understanding {{portalName}}'s architecture and component relationships, refer to the documentation in ~/.jinn/docs/ if available.