Skip to main content
GitHub 저장소

llm-plugins

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

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

이 저장소의 skills

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

Use when reviewing a completed implementation holistically - a finished branch, a completed plan step, or a diff before PR. Reviews every changed line against the implementation plan (if one exists) and high engineering standards across seven dimensions, verifies tests by deliberately breaking crucial code, and emits severity-classified findings with a PASS/FAIL verdict.

2026-07-03
holistic-review
소프트웨어 품질 보증 분석가·테스터

Use when performing a holistic code review of an implementation - routes to codex:rescue or falls back to a direct subagent, both running the house-style:holistic-review skill

2026-07-03
coding-effectively
소프트웨어 개발자

ALWAYS use before any implementation work, review, or planning: designing, writing, editing, refactoring, debugging, reviewing, or generating source code, tests, scripts, config-as-code, or behavior-affecting files. This is a baseline engineering skill and should be invoked even when a more specific language, framework, testing, or database skill also applies.

2026-06-22
authoring-issues
소프트웨어 개발자

Use when asked to write, draft, file, or open a GitHub issue - mandates exploring the relevant code to understand the whole problem space, reasoning any proposed solution, and structuring the issue with summary, what/why, references, nuances, open questions, and acceptance criteria. Adds professionalism and no-sensitive-info discipline for public repos.

2026-06-20
issue-hygiene
소프트웨어 개발자

Use when creating, editing, triaging, or cleaning up GitHub issues - a mechanical pass that verifies the title is accurate and current, labels/assignees/milestone are correct, and the body is valid, well-formed markdown, all via the gh CLI. Does not judge content quality.

2026-06-20
howto-uv
소프트웨어 개발자

Use when running Python, installing Python packages, creating virtualenvs, or executing Python CLI tools - mandates uv/uvx over direct python/pip/pipx/venv calls when uv is installed, and gives the drop-in command mappings

2026-06-16
lift-the-reference
소프트웨어 개발자

Use when the user provides a reference implementation (URL, repo path, branch, file) plus a verb like "use", "copy", "adapt", "port", "model after" - mandates fetching/reading the reference before designing, and lifting the structure rather than reimagining it.

2026-05-19
tests-or-not-done
소프트웨어 품질 보증 분석가·테스터

Use when adding or modifying non-trivial code - requires happy-path AND sad-path tests covering every return permutation, blocks declaring "done" if production code grew without matching test additions.

2026-05-19
verify-ui-changes
소프트웨어 품질 보증 분석가·테스터

Use when editing rendered UI, dashboard, chart, or any visual artifact (Grafana, Terraform-generated panels, frontend components, plot output) - blocks declaring "done" without an external verification artifact.

2026-05-19
executing-one-shot
소프트웨어 개발자

Use for executing implementation plans

2026-03-31
autoresearch-create
컴퓨터·정보 연구 과학자

Set up and run an autonomous experiment loop for any optimization target. Gathers what to optimize, then starts the loop immediately. Use when asked to "run autoresearch", "optimize X in a loop", "set up autoresearch for X", or "start experiments".

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

Use when performing a blank-slate codebase review -- orchestrates the scout, file sampling, fan-out decision, reviewer dispatch, and output formatting pipeline

2026-03-27
devise-a-plan
프로젝트 관리 전문가

Use for creating tightly scoped implementation plans

2026-03-27
confidence-scoring
데이터 과학자

Compute and interpret MAD-based confidence scores for experiment results. Use when logging experiment results after 3+ data points to determine if improvements are real or within noise.

2026-03-23
experiment-git-ops
소프트웨어 개발자컴퓨터 프로그래머

Git commit and revert patterns for autoresearch experiments. Use when keeping or discarding experiment results to manage git state correctly.

2026-03-23
metric-extraction
데이터 과학자

Parse METRIC output lines, infer units, and track primary vs secondary metrics. Use when processing experiment output from autoresearch.sh.

2026-03-23
session-persistence
데이터 과학자

Manage autoresearch.jsonl logging, session initialization, segment tracking, and session recovery. Use when starting, resuming, or recording experiments.

2026-03-23
howto-qmd
소프트웨어 개발자컴퓨터 시스템 분석가

Use when searching markdown knowledge bases, documentation, or notes for relevant context - provides qmd CLI syntax for keyword, semantic, and hybrid search across indexed collections

2026-02-02
howto-ast-grep
소프트웨어 개발자

Use when searching for or transforming code patterns structurally - provides ast-grep CLI syntax, metavariable patterns, and language-specific examples for precise AST-based code search and rewriting

2026-02-02
defense-in-depth
소프트웨어 개발자

Use when invalid data causes failures deep in execution - validates at every layer data passes through to make bugs structurally impossible rather than temporarily fixed

2026-01-18
howto-develop-with-postgres
데이터베이스 관리자

Use when writing database access code, creating schemas, or managing transactions with PostgreSQL - enforces transaction safety with TX_ naming, read-write separation, type safety for UUIDs/JSONB, and snake_case conventions to prevent data corruption and type errors

2026-01-18
property-based-testing
소프트웨어 품질 보증 분석가·테스터

Use when writing tests for serialization, validation, normalization, or pure functions - provides property catalog, pattern detection, and library reference for property-based testing

2026-01-18
writing-for-a-technical-audience
기술 작가

Use when writing documentation, guides, API references, or technical content for developers - enforces clarity, conciseness, and authenticity while avoiding AI writing patterns that signal inauthenticity

2026-01-18
writing-good-tests
소프트웨어 품질 보증 분석가·테스터

Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation

2026-01-18
llm-plugins GitHub Agent Skills | SkillsMP