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

meridian

meridian 收录了来自 markmdev 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
179
更新
2026-03-04
Forks
21
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

planning
软件开发工程师

Interview-driven planning methodology that produces implementation-ready plans. Always use this skill INSTEAD of EnterPlanMode — it provides structured interviewing (20-40 clarifying questions), exhaustive parallel codebase exploration (5-15 Explore agents), verbatim requirements capture, and automated plan validation via plan-reviewer (must score 9+). Use for new features, refactoring, architecture changes, migrations, or any non-trivial implementation work.

2026-03-04
error-audit
软件质量保证分析师与测试员

Audit code for silent error swallowing, fallbacks to degraded alternatives, backwards compatibility shims, and UI that fails to show errors to the user. Finds and fixes all occurrences in the specified scope.

2026-03-03
observability-audit
软件开发工程师

Audit code for observability gaps — debug logs left in, errors caught without being logged, missing context on log entries, untracked slow operations. Uses the app's existing observability tooling exclusively.

2026-03-03
ux-states-audit
网页开发工程师

Audit UI code for missing loading states, empty states, and error states. Every async operation and data-driven UI must handle all three. Finds gaps and implements the missing states using the app's existing patterns.

2026-03-03
add-frontmatter
数据录入员

Scan all .md files in the project and add or fix YAML frontmatter (summary + read_when) so they can be discovered by context routers like Reflex.

2026-02-28
create-docs
软件开发工程师

Create or update .meridian/docs/ knowledge files for a module or directory. Produces reference docs with frontmatter for context routing.

2026-02-28