ソース情報
- リポジトリ
- pelikan-io/pelikan
- ソースの最終更新活動
- 2026年8月13日 05:30
- 検出された SKILL.md の言語
- 英語
- スター
- 292
- フォーク
- 25
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/pelikan-io/pelikan --skill journalコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Use when creating or materially revising system architecture diagrams — a build-time structure chart (units, layers, product composition) or runtime charts (thread model, life-of-a-request flow). Triggers include "architecture diagram", "threading diagram", "dataflow chart", "life of a request", "diagram the system". Symptoms include a hand-maintained diagram drifting from the code, a chart that cannot say whether a thread or queue still exists, or structure and runtime claims tangled in one unreadable picture.
Use when creating or materially revising a project's README, code documentation, CLI help, diagrams, onboarding, or other feature documentation for users or developers.
Create a feature branch, commit changes, push, and open a PR against pelikan-io/pelikan
SOC 職業分類に基づく
SKILL.md を表示中
| name | journal |
| description | Scaffold a docs/journal/ entry for a non-trivial engineering effort |
Create or continue an entry in docs/journal/ — pelikan's in-repo, contributor-portable engineering journal. Use when starting, continuing, handing off, or closing a non-trivial effort, or when preserving a negative result worth remembering.
docs/journal/YYYY-MM-DD-<slug>.md## What — the effort or problem, one or two sentences## Decided — what was decided and why## Open — what's still unresolveddocs/journal/ for an existing entry covering this effort; continue it if found.docs/journal/<today>-<slug>.md using the convention above.frame-problem / propose-design skills, if skills-mcp is connected) — not a replacement for this file..agent/hooks/pre-commit-check.sh) nudges — non-blocking — when a commit touches src/ without a corresponding docs/journal/*.md entry staged.engineering-journal / knowledge-iop vault skills — those stay optional, for maintainers who want to mirror significant entries cross-project.Every entry ends with a roster of the skills invoked during the effort:
## Appendix: Skills Invoked
- `architecture-diagram` (beta) — legibility passes over the chart set.
The roster covers the whole effort, not the current session: append on update, never rewrite it down to what one session remembers, and when the record is incomplete (compaction, handoff, resumed effort) say so in one line instead of inferring a plausible list. List only skills actually invoked; omit the appendix when none were.
A skill is beta when its own text or template manifest says so, or when
the user says so — never inferred from one bad result. Mark beta skills
(beta) in the roster, name them in beta_skills: frontmatter, and give
each a subsection:
---
beta_skills: [architecture-diagram]
---
## Skill Feedback
### architecture-diagram (beta)
- **Friction** — what was asked, which instruction misfired, what was
done instead.
- **Confirmation** — a default that held under real use.
Record friction and confirmation both — a beta skill needs evidence its defaults survive contact, not a complaint log. Drop any friction that cannot concretely name the ask, the misfiring instruction, and the deviation. The record is advisory: do not edit the skill, open an issue, or send anything upstream unless the user separately asks. Never backfill a roster or feedback section into entries that predate this convention.