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

cv

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

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

이 저장소의 skills

update-cv
소프트웨어 개발자

Use when the user wants to add, update, or remove entries in the CV (src/data/cv.json), or wants recommendations on what to add, remove, or emphasize. Always validates the result against schemas/cv.schema.json before finishing.

2026-06-13
debug-visual
소프트웨어 개발자

Use when the Visual workflow (.github/workflows/visual.yml) is failing on `main` or on a PR. Reproduces the failure, identifies which commit broke each snapshot, decides whether the diff is intentional, re-records baselines if so, and commits the new pixels.

2026-05-13
fix-dependabot-prs
소프트웨어 개발자

Use when the user wants to clean up the open Dependabot PR queue. Walks the open Dependabot PRs newest-first, merges the green ones, then rebases and fixes the CI-failing ones, pushes, waits for CI, and merges.

2026-05-13
maintenance
소프트웨어 개발자

Use to bring the whole repo back in sync after a batch of changes. Routes to every update-* skill in deterministic order and aggregates the resulting diff.

2026-05-13
sync-oss-spec
네트워크·컴퓨터 시스템 관리자

Use when this repo may have drifted out of conformance with OSS_SPEC.md. Runs the bash mirror of the oss-spec validator (no Rust toolchain required), walks the violations, and fixes each one until the validator reports zero violations.

2026-05-13
update-company-descriptions
소프트웨어 개발자

Use when the user wants to refresh the `tagline` and/or `description` of one or more companies in `src/data/cv.json` using their declared `sourceUrls`. Fetches each source, synthesizes a tight bilingual tagline + description pair, propagates the change into any matching `experience[].printDescription` (and assignment `printDescription` when the assignment's `clientId` resolves to a company being refreshed), and validates the result.

2026-05-13
update-docs
소프트웨어 개발자

Use when files under docs/ may be stale. Discovers commits since the last docs sweep and reconciles each docs/*.md file with its sources of truth (component CSS, schemas, search index, design tokens).

2026-05-13
update-summary
작가·저자

Use when the user wants to refresh the hero summary and the click-to-expand long summary in src/data/cv.json. The skill is interactive — it asks two short questions (where you are now / where you are going) before rewriting, so the long summary never hallucinates.

2026-05-13
verify-wcag
웹 개발자

Use to verify WCAG 2.2 conformance for the things axe-core can't catch. The Accessibility workflow (`.github/workflows/a11y.yml`) covers the machine-checkable rules; this skill walks the manual checklist for keyboard operability, focus order, screen-reader semantics, motion, reflow, target size, and label/alt-text quality. Interactive: audit → propose patch → apply on confirmation. Reads the WCAG 2.2 spec from `specs/wcag22.md` and the criteria index from `specs/criteria.md`.

2026-05-01
sync-cross-browser
웹 개발자

Use when CSS may render or behave differently across Safari, Chrome, and Firefox. Treats Safari as the source of truth (the author codes on Safari), audits src/styles/ for known cross-browser hazards, optionally diffs live renders via Playwright's webkit/chromium/firefox engines, and applies fixes that bring Chrome and Firefox in line with Safari without regressing Safari.

2026-04-29
sync-design
소프트웨어 개발자

Use when the implementation may have drifted from docs/DESIGN.md. Audits src/styles/ and src/components/ section-by-section against the design document, proposes patches, and applies them on confirmation.

2026-04-27
update-readme
소프트웨어 개발자

Use when README.md may be stale. Discovers commits since the last README update, identifies what changed, and merges updates into README.md.

2026-04-27