con un clic
delete-work
Remove an existing Work entry from data/works/works.ts.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Remove an existing Work entry from data/works/works.ts.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | delete-work |
| description | Remove an existing Work entry from data/works/works.ts. |
| user-triggered | true |
Remove an entry from data/works/works.ts.
Read data/works/works.ts.
Output a numbered list of all works (name + year). Output: "Which work to delete? Enter a number." Wait for reply. If out of range, warn and ask again.
Display the selected work as a formatted TypeScript object and ask (AskUserQuestion):
"Delete this work?"["Yes, delete it", "Cancel"]If Cancel, stop without writing.
Read data/works/works.ts again, remove the entry from the WORKS array, and write. Do not modify ALL_WORKS.
Run bun run typecheck.
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.