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

cove

cove contains 12 collected skills from liuzhixin405, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
4
updated
2026-07-18
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

karpathy-guidelines
software-developers

Karpathy-inspired guidelines: Think before coding, Simplicity first, Surgical changes, Goal-driven execution

2026-07-18
executing-plans
software-developers

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-06-12
plan
software-developers

Write an actionable markdown plan before implementation. Bite-sized tasks, exact paths, complete code.

2026-06-12
commit-messages
software-developers

Write clear Conventional Commits. Imperative subject, explain why not what, one logical change per commit.

2026-06-06
performance-optimization
software-developers

Optimize based on measurement, never guesswork. Profile first, fix the real bottleneck, verify the win.

2026-06-06
safe-refactoring
software-developers

Refactor code without changing behavior. Small steps, green tests after every change, no mixing with feature work.

2026-06-06
github-code-review
software-quality-assurance-analysts-and-testers

Review PRs on GitHub: read diffs, leave inline comments, approve or request changes.

2026-06-06
github-pr-workflow
software-developers

GitHub PR lifecycle: branch, commit, open PR, monitor CI, merge.

2026-06-06
requesting-code-review
software-quality-assurance-analysts-and-testers

Pre-commit verification: security scan, quality gates, auto-fix before committing.

2026-06-06
spike
software-developers

Throwaway experiments to validate an idea before building. Disposable by design.

2026-06-06
systematic-debugging
software-developers

4-phase root cause debugging: understand bugs before fixing. Never guess at fixes.

2026-06-06
test-driven-development
software-quality-assurance-analysts-and-testers

TDD: enforce RED-GREEN-REFACTOR cycle. Tests before code, always.

2026-06-06