Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

website

website에는 Myxogastria0808에서 수집한 skills 16개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
16
Stars
1
업데이트
2026-06-15
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

create-history
소프트웨어 개발자

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.

2026-06-15
delete-history
소프트웨어 개발자

Remove an existing HistoryEntry from data/history/history.ts.

2026-06-15
read-history
소프트웨어 개발자

Display existing HistoryEntry entries from data/history/history.ts. Supports filtering by year.

2026-06-15
update-history
소프트웨어 개발자

Interactively edit an existing HistoryEntry in data/history/history.ts.

2026-06-15
create-link-label
웹 개발자

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.

2026-06-14
create-work
웹 개발자

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.

2026-06-14
delete-link-label
웹 개발자

Remove a link label and its icon from data/shared/linkIcons.ts and all WorkLink arrays in works.ts.

2026-06-14
read-link-label
웹 개발자

Display existing link labels and their icons from data/shared/linkIcons.ts with usage counts.

2026-06-14
update-link-label
웹 개발자

Edit a link label's name or icon in data/shared/linkIcons.ts and update all references in works.ts.

2026-06-14
update-work
소프트웨어 개발자

Interactively edit an existing Work entry in data/works/works.ts.

2026-06-14
create-tag
소프트웨어 개발자

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.

2026-06-10
delete-tag
소프트웨어 개발자

Remove a tag from data/works/tags.ts and all Work.tags arrays in works.ts.

2026-06-10
delete-work
소프트웨어 개발자

Remove an existing Work entry from data/works/works.ts.

2026-06-10
read-work
소프트웨어 개발자

Display existing Work entries from data/works/works.ts. Supports filtering by year or tag.

2026-06-10
update-tag
소프트웨어 개발자

Rename an existing tag in data/works/tags.ts and update all references in works.ts.

2026-06-10
read-tag
소프트웨어 개발자

Display existing tags from data/works/tags.ts with usage counts across works.

2026-06-09