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

tierdom-app

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

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

이 저장소의 skills

frontend
웹 개발자

Write Svelte 5 components and SvelteKit pages following the project's frontend conventions — dark theme, mobile-first, minimalist Tailwind, modern CSS.

2026-05-02
adr
소프트웨어 개발자

Create a new Architecture Decision Record (ADR) in docs/decisions/. MUST be used whenever writing an ADR — never create ADR files manually. Picks the next sequential number, fills the template, and updates the ADR table in README.md.

2026-05-02
test
소프트웨어 품질 보증 분석가·테스터

Run E2E and unit tests. Supports smoke tests (quick, any DB), deterministic tests (seeded DB, full suite), unit tests, or individual test files. Also covers ad-hoc verification via Playwright MCP.

2026-05-01
audit-branch
소프트웨어 품질 보증 분석가·테스터

Audit the current branch for loose ends before merge or plan close — stale docs, untested defensive code, partial wiring, coverage regressions, leftover TODOs. Reports findings; does not fix. MUST be used as part of plan-mode step 4 ("Branch audit before closing"); also useful ad-hoc whenever a branch is asked to be merge-ready.

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

Stage and commit changes with an emoji conventional commit message. Reviews staged/unstaged diffs, suggests a message, and creates the commit.

2026-04-25
lint
소프트웨어 품질 보증 분석가·테스터

Run linting and formatting checks on the project. Uses ESLint, Prettier, and svelte-check. Reports issues and offers to auto-fix.

2026-04-12
learnings
임원 비서 및 행정 보좌관

Review the current session for learnings worth persisting. Prefers committed files (CLAUDE.md, skills) over memory — memory is only for personal/user-specific things.

2026-04-11
drizzle
데이터베이스 아키텍트

MUST be used whenever generating, creating, or managing Drizzle ORM database migrations — including after any schema change (adding columns, tables, indexes). Handles migration naming conventions and journal updates.

2026-04-11
db
데이터베이스 아키텍트

Query the local SQLite database directly. Run SELECT queries, inspect schema, check data state.

2026-04-06
markdown
소프트웨어 개발자

Write and review Markdown files following project conventions — one sentence per line, MermaidJS diagrams, fenced code blocks with language tags, balanced headings.

2026-04-06
deps
소프트웨어 개발자

Install or update npm dependencies with supply chain security checks. Pins exact versions, audits vulnerabilities, and verifies the build after changes.

2026-04-05