Skip to main content
Run any Skill in Manus
with one click
GitHub repository

learn-agentic-patterns

learn-agentic-patterns contains 10 collected skills from robertbagge, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
0
updated
2026-04-28
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

branch
software-developers

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

2026-04-28
branch-vcs
software-developers

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

2026-04-28
commit-and-push
software-developers

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
software-developers

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
software-developers

Creates a vcs commit. Should rarely be called directly.

2026-04-28
pr-vcs
software-developers

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

2026-04-28
identify-commits
software-developers

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
software-developers

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
software-developers

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
software-developers

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