Skip to main content
GitHub 저장소

agentic-engineering-patterns

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

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

이 저장소의 skills

compound
기타 컴퓨터 관련 직업

Run the compound engineering step — a short retrospective after a piece of work that folds what was learned back into CLAUDE.md, the skills, or the hoard. Use at the end of every significant task.

2026-07-24
git-rescue
소프트웨어 개발자

Sort out git messes and perform history surgery — undo/rewrite commits, resolve conflicted merges and rebases, recover lost code via reflog, find regressions with git bisect.

2026-07-24
hoard
소프트웨어 개발자

Save a newly-figured-out trick as a minimal working example in hoard/, so future sessions can reuse or recombine it. Use after solving something non-obvious for the first time.

2026-07-24
interactive-explanation
웹 개발자

Build a self-contained interactive or animated HTML page that explains how an algorithm or piece of code works. Use to pay down cognitive debt when a written explanation isn't enough.

2026-07-24
manual-test
소프트웨어 품질 보증 분석가·테스터

Manually exercise code beyond the automated tests — python -c for libraries, curl for APIs, browser automation with screenshots for web UIs — and document the results. Use after tests pass, before declaring work done.

2026-07-24
pr-ready
소프트웨어 개발자

Pre-pull-request checklist — verify the code works, the diff is reviewable, and the PR carries context and evidence of testing. Run before opening any pull request.

2026-07-24
proofread
편집자

Proofread a document before publication — spelling, grammar, repetition, logical and factual errors, weak arguments, placeholder links. Reports issues; never rewrites the author's voice.

2026-07-24
red-green-tdd
소프트웨어 품질 보증 분석가·테스터

Implement a feature or bug fix using red/green test-driven development — write failing tests first, confirm they fail, then implement until green. Use for any new behavior or bug fix.

2026-07-24
walkthrough
소프트웨어 개발자

Build a linear walkthrough document explaining how a codebase or subsystem works, using Showboat with real command output for every code snippet. Use to get up to speed on unfamiliar or vibe-coded code.

2026-07-24
agentic-engineering-patterns GitHub Agent Skills | SkillsMP