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

learn-agentic-patterns

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

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

이 저장소의 skills

branch
소프트웨어 개발자

Create a feature branch using this repo's branch-naming conventions.

2026-04-28
branch-vcs
소프트웨어 개발자

Creates a new vcs branch. Should rarely be called directly.

2026-04-28
commit-and-push
소프트웨어 개발자

Decompose the working tree into clean commits and open a PR. Use when the user asks to ship the current change end-to-end.

2026-04-28
commit
소프트웨어 개발자

Create a commit following this repo's conventions (Conventional Commits). Use when the user asks to commit changes. Optional file list scopes the commit.

2026-04-28
commit-vcs
소프트웨어 개발자

Creates a vcs commit. Should rarely be called directly.

2026-04-28
pr-vcs
소프트웨어 개발자

Opens a vcs pull request. Should rarely be called directly.

2026-04-28
identify-commits
소프트웨어 개발자

Partition the current working tree into the smallest coherent commit chunks. Use when a diff spans multiple concerns and needs to be split.

2026-04-28
pr
소프트웨어 개발자

Push the current branch and open a PR with a filled-in description. Use when the user asks to open a PR or ship a branch. Refuses on main.

2026-04-28
init-tutorial
소프트웨어 개발자

Scaffold a new tutorial stage under /Users/robertbagge/code/misc/learn-agentic-patterns/engineering/ by copying an existing source (flat stage or nested state) into <new-name>/starter/ and renaming references. Use when the user asks to initialise, scaffold, or start a new tutorial (e.g. "/init-tutorial", "start a new tutorial stage").

2026-04-20
commit
소프트웨어 개발자

Create a git commit following this repo's conventions. Use when the user asks to commit changes (e.g. "commit", "commit this", "/commit").

2026-04-17