一键导入
website
website 收录了来自 Myxogastria0808 的 16 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.
Remove a link label and its icon from data/shared/linkIcons.ts and all WorkLink arrays in works.ts.
Display existing link labels and their icons from data/shared/linkIcons.ts with usage counts.
Edit a link label's name or icon in data/shared/linkIcons.ts and update all references in works.ts.
Interactively edit an existing Work entry in data/works/works.ts.
Interactively add one or more new tags to data/works/tags.ts. Checks similarity against existing tags before creating, and keeps the TAGS array alphabetically sorted.
Remove a tag from data/works/tags.ts and all Work.tags arrays in works.ts.
Remove an existing Work entry from data/works/works.ts.
Display existing Work entries from data/works/works.ts. Supports filtering by year or tag.
Rename an existing tag in data/works/tags.ts and update all references in works.ts.
Display existing tags from data/works/tags.ts with usage counts across works.