Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

kitchen-sink

kitchen-sink에는 oalders에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
4
업데이트
2026-07-15
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

code-review-flow
소프트웨어 품질 보증 분석가·테스터

Streamlined code review workflow - gets SHAs and invokes a general-purpose code reviewer without permission prompts

2026-07-15
implement-design-handoff
소프트웨어 개발자

Use when the user asks to "implement the design handoff", "build this design", "apply the design handoff", or otherwise wire a design-system / component-export spec (often a set of `*.card.html` cards plus component source) into an app's real templates and CSS. Also use when the user asks to write a GitHub issue that points an implementing agent at a design to build later.

2026-06-28
tune-perl-ci
소프트웨어 개발자

Use when modernizing a Perl project's GitHub Actions CI — applies seven idempotent transforms (fail-fast flag, Perl 5.42 matrix, perl-tester image bump, default-branch push, concurrency cancel, setup-cpm + cpm install, drop pre-5.24 macOS/Windows cells) to Dist::Zilla-style workflows.

2026-06-24
perl-review
소프트웨어 품질 보증 분석가·테스터

Use when reviewing or improving Perl code against project standards — reads changed .pm/.pl/.t files (or named paths) and flags violations of the rules in STANDARDS.md (quoting, core-module use, URL building, test hygiene, and more).

2026-06-20
tune-precious
소프트웨어 개발자

Use when adding, migrating to, or auditing `precious.toml` in a Perl repo (or any repo with a `typos.toml`). Generates the canonical config (perltidy + perlvars + omegasort + optional perlcritic + optional typos), consolidates `.perltidyrc`, edits `dist.ini` to drop Code::TidyAll, wires a CI lint job, and adds a self-installing `scripts/pre-commit` shell hook so `precious lint --staged` runs locally on commit. Idempotent across re-runs.

2026-06-18
working-with-dist-zilla
소프트웨어 개발자

Use when working in a Perl repo containing a dist.ini file, or when the user mentions dzil, Dist::Zilla, or @Author::* PluginBundles.

2026-05-29
adversarial-review
소프트웨어 품질 보증 분석가·테스터

Use when the user asks for an "adversarial review", "review this adversarially", or wants two reviewers competing to find serious issues in code or other work. Enforces scope discipline so findings count doesn't inflate across rounds.

2026-05-21
tune-dependabot-config
소프트웨어 개발자

Use when adding, auditing, or editing .github/dependabot.yml — groups minor and patch updates per ecosystem (majors stay individual), and adds a 7-day cooldown so churning releases settle before a PR opens.

2026-05-13
over-engineer-no-more
소프트웨어 개발자

Triages plan complexity to avoid heavyweight execution for trivial changes

2026-02-11