Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

tierdom-app

tierdom-app 收录了来自 tierdom 的 11 个 skills,并提供仓库级职业覆盖和站内 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