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

site

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

수집된 skills
4
Stars
5
업데이트
2026-07-19
Forks
3
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

add-fylgja-ui-component
웹 개발자

Use when creating or scaffolding a new Fylgja UI component doc (an MDX file under src/content/ui/**), or when writing or reviewing any Fylgja UI example markup, to keep the structure and house style consistent. Covers the content template, ComponentPreview usage, classless HTML, the native-element-first rule, and Fylgja utility idioms (alignment via .align / --align, never invented justify-* or items-* classes).

2026-07-19
create-fylgja-modal
웹 개발자

Use when building a modal or confirmation dialog in a Fylgja project, including requests to "add a modal", "popup", "confirm dialog", "are you sure prompt", or "cookie consent". Ensures a native <dialog> opened with invoker commands, closedby for dismissal control, a form for confirmations, and classless markup, never a div-and-overlay reimplementation.

2026-07-19
create-fylgja-offcanvas
웹 개발자

Use when building an offcanvas, drawer, slide-in panel, side sheet, or mobile nav panel in a Fylgja project. Ensures it is a native <dialog> styled with the small .offcanvas rule on top of Fylgja's base dialog styles, opened via invoker commands, never a bespoke div plus overlay and never redeclaring base defaults.

2026-07-19
sync-package-docs
소프트웨어 개발자

Reconciles content between this site's library docs (src/content/library/**) and the corresponding package repo's README.md under ~/Developer/fylgja/. Use whenever a package README.md changes and the site docs might be stale, whenever a site library doc changes and the package README might need the same update, or whenever explicitly asked to sync/check doc drift between the site and the package repos.

2026-07-15