ソース情報
- リポジトリ
- andrem-sec/psc-comet
- ソースの最終更新活動
- 2026年4月20日 13:33
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/andrem-sec/psc-comet --skill heartbeatコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | heartbeat |
| description | Session-start orientation — loads context, surfaces learnings, confirms registry |
| version | 0.2.0 |
| level | 1 |
| triggers | ["start session","heartbeat","session start","/heartbeat"] |
| pipeline | ["heartbeat"] |
| context_files | ["context/user.md","context/principles.md","context/security-standards.md","context/learnings.md","context/project.md","context/learnings-index.md","context/decisions.md"] |
| steps | [{"name":"Load Context","description":"Read context/user.md and context/learnings.md"},{"name":"Scan Environment","description":"Check git status, current branch, last 3 commits"},{"name":"Surface Learnings","description":"Filter learnings.md for entries relevant to today's likely work"},{"name":"Confirm Registry","description":"List available skills and agents relevant to this session"},{"name":"Set Intention","description":"Ask for today's primary goal if not already stated; note it"}] |
Run at the start of every session. Orient before working.
Without heartbeat, Claude starts from zero each session — no memory of prior decisions, no awareness of active blockers, no connection between today's goal and yesterday's learnings. The same mistakes recur. Context is rebuilt from scratch through conversation instead of being loaded directly.
Session — [date]
Branch: [branch] | [clean/N modified files]
Recent: [last 2 commits, one line each]
Relevant learnings:
- [entry] (only if applicable)
Goal: [stated or inferred]
Keep the brief to 6 lines or fewer. This is orientation, not a report.
Load stable files before dynamic files to maximize prompt cache hits across tool calls.
Stable prefix (load first): user.md, principles.md, security-standards.md
Dynamic suffix (load last): project.md, learnings.md, tagged files, decisions.md
See context/context-priority.md for the full priority hierarchy and conflict resolution rule.
After loading context, check for .claude/context/ember-due. If this file exists:
Memory consolidation due: [file contents]/distill at a convenient point# To check and clear the flag:
cat .claude/context/ember-due 2>/dev/null && rm -f .claude/context/ember-due
The ember gate fires when both: 24+ hours have passed since last consolidation AND 5+ sessions have run. This is the auto-consolidation signal from the ember-gate.sh hook.
If Obsidian MCP is active AND the session goal has been stated, query AI-Vault for pages relevant to today's work and surface the top 2 in the session brief.
Relevant vault pages:
- [[Page Title]] — one-line relevance note
- [[Page Title]] — one-line relevance note
If Obsidian MCP is unavailable, skip this step silently. Do not report the absence unless the user asks about vault integration.
Skill, agent, and command registries exist at:
context/skills-registry.mdcontext/agents-registry.mdcontext/commands-registry.mdDo not load these files at session start. Note their existence in the session brief if the user asks what is available. Load on demand when a skill, agent, or command needs to be selected.
Do not load every skill in the registry. Load only what is relevant to the session goal.
Do not produce a long report. If context/user.md is empty, say so in one line and ask the user to run /start-here.
Do not ask multiple questions. One clarifying question at most.