Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
AllanWessels
GitHub 제작자 프로필

AllanWessels

1개 GitHub 저장소에서 수집된 20개 skills를 저장소 단위로 보여줍니다.

수집된 skills
20
저장소
1
업데이트
2026-05-25
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

agent-model-selection
소프트웨어 개발자

Pass model explicitly when dispatching sub-agents. Parent-default inheritance bypasses cost considerations; reserve stronger models for tasks that genuinely need them.

2026-05-25
api-rewrite-sweep
소프트웨어 개발자

When a commit changes a component's public API, the same commit must update every test asserting the removed surface — split commits leave CI broken even when each commit is internally consistent.

2026-05-25
audit-then-fanout-fix
소프트웨어 개발자

When a class of bug keeps slipping through tests, run a coverage-matrix audit first, then fan out fix agents per gap — don't whack-a-mole individual failures.

2026-05-25
ci-vs-dev-environment-parity
소프트웨어 개발자

Before pushing to CI, validate that your local test run is representative — three predictable axes diverge (gitignored fixtures, dev-only ports, dev-only env vars) and each has a deterministic fix.

2026-05-25
fix-first-then-test
소프트웨어 개발자

Land every code fix before running the test harness. Use grep + read to debug; the harness is a verifier, not a debugger.

2026-05-25
observable-outcome-tests-over-mocks
소프트웨어 품질 보증 분석가·테스터

Tests that mock the layer where the bug lives cannot catch bugs at that layer. Write tests that drive the same code path the user drives, ending at something the user can see.

2026-05-25
parallel-fanout-verification
소프트웨어 개발자

When verifying or fixing a multi-layer change, dispatch each test layer and each independent fix as a parallel sub-agent rather than running serially in the main context.

2026-05-25
pre-handoff-clean-state-proof
소프트웨어 개발자

Before saying "ready, retest", prove the state is clean by running a concrete numbered checklist. Never claim clean state — demonstrate it with real command output.

2026-05-25
이 저장소에서 수집된 skills 20개 중 상위 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다