用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pelikan-io/pelikan --skill journal命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 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.