원클릭으로
read-work
Display existing Work entries from data/works/works.ts. Supports filtering by year or tag.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Display existing Work entries from data/works/works.ts. Supports filtering by year or tag.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interactively add a new HistoryEntry to data/history/history.ts. Asks questions in HistoryEntry type property order (name → description → year → approximate → feature → links), validates link URLs, and keeps HISTORIES sorted by year ascending.
Remove an existing HistoryEntry from data/history/history.ts.
Display existing HistoryEntry entries from data/history/history.ts. Supports filtering by year.
Interactively edit an existing HistoryEntry in data/history/history.ts.
Add a new labelled external-link type with a react-icons icon to data/shared/linkIcons.ts. Updates LINK_LABELS, LINK_ICONS, and the import statements.
Interactively add a new Work entry to data/works/works.ts. Asks questions in Work type property order (name → description → tags → year → links), supports new tag creation with similarity check, validates link URLs, and keeps WORKS sorted by year descending.
| name | read-work |
| description | Display existing Work entries from data/works/works.ts. Supports filtering by year or tag. |
| user-triggered | true |
Display the contents of data/works/works.ts.
Read data/works/works.ts.
Ask (AskUserQuestion):
"Show all works, or filter?"["All", "Filter by year", "Filter by tag"]If "Filter by year": output "Year?" and wait for reply. Show only entries matching that year.
If "Filter by tag": output the numbered tag list and output "Which tag? Enter a number." Show only entries whose tags includes that tag.
Output each matching work as a formatted block:
[1] The proof of DB Schema Migration (2026)
Tags: Category Theory, DB Theory
Links: GitHub → https://...
Description: The proof for validation of DB schema migrations.
Show total count at the end.