بنقرة واحدة
read-history
Display existing HistoryEntry entries from data/history/history.ts. Supports filtering by year.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Display existing HistoryEntry entries from data/history/history.ts. Supports filtering by year.
التثبيت باستخدام 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.
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.
Remove a link label and its icon from data/shared/linkIcons.ts and all WorkLink arrays in works.ts.
| name | read-history |
| description | Display existing HistoryEntry entries from data/history/history.ts. Supports filtering by year. |
| user-triggered | true |
Display the contents of data/history/history.ts.
Read data/history/history.ts.
Ask (AskUserQuestion):
"Show all history entries, or filter?"["All", "Filter by year"]If "Filter by year": output "Year? (YYYY)" and wait for reply. Show only entries whose year starts with that year string.
Output each matching entry as a formatted block:
[1] Enrolled in University of Tsukuba (2023-04)
Approximate: false
Description: Enrolled in the School of Informatics, University of Tsukuba.
Feature (Affiliations): —
Links: Website → https://www.tsukuba.ac.jp
[2] Joined Biopackathon (2023-08)
Approximate: false
Description: Joined Biopackathon, a community hackathon focused on ...
Feature (Affiliations): Biopackathon — A community hackathon focused on ...
Links: Website → https://sites.google.com/view/biopackathon/
If an entry has no feature, show Feature (Affiliations): —.
If an entry has no links, omit the Links line.
Show total count at the end.