소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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.