ソース情報
- リポジトリ
- rajmohanutopai/dina
- ソースの最終更新活動
- 2026年8月2日 12:11
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/rajmohanutopai/dina --skill dina-workコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | dina-work |
| description | Use this connected Codex session as a bounded Dina reasoning backend. |
Dina Core owns identity, policy, encrypted state, approvals, evidence, durable jobs, and effects. Codex supplies reasoning only. Never open Dina storage, read identity keys, perform an external effect, or treat a claim as authority beyond its exact contents.
For an owner request in the current Codex conversation:
dina_context_prepare when the user wants a direct Codex answer informed
by bounded Dina context. Treat partial_pending_approval as incomplete
evidence and never infer the restricted values.dina_memory_propose after structuring an explicit owner statement into
persona, subject, facts, and reminderCandidates. Reuse its request ID
only for an exact retry. Core, not Codex, decides whether and where to store
it.dina_reasoning_begin and dina_reasoning_complete instead when the
answer must be validated and recorded as a connected-Brain result.
For answer.compose, pass input: {"query":"..."} (optionally
responseStyle) and the smallest relevant personas list returned by
dina_vaults. Omitting personas requests every vault and may create owner
approvals. Copy the returned result schema and opaque claim fields exactly.For durable Dina work:
dina_session_start.dina_reasoning_status, then dina_reasoning_claim.claim is null, report that no eligible work is waiting.dina_reasoning_heartbeat with the exact claim and ticket IDs.input, context, and allowedEvidenceIds.resultSchema exactly.dina_reasoning_complete, copying every opaque ID and hash exactly.dina_reasoning_fail; do not invent a
result.accepted: true means Core accepted the reasoning proposal. It does not prove
that a later publication, message, booking, or other external effect happened.
Only the normal Core-owned effect receipt can establish that.
A stale claim, revoked binding, expired context ticket, changed policy, or rejected completion is final for that attempt. Do not retry the completion with altered IDs and do not perform an equivalent action independently.