Skip to main content
Run any Skill in Manus
with one click
GitHub repository

meridian

meridian contains 6 collected skills from markmdev, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
179
updated
2026-03-04
Forks
21
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

planning
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
web-developers

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
data-entry-keyers

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
software-developers

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

2026-02-28