Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

learn-agentic-patterns

learn-agentic-patterns 收录了来自 robertbagge 的 10 个 skills,并提供仓库级职业覆盖和站内 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