Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

learn-agentic-patterns

يحتوي learn-agentic-patterns على 10 من skills المجمعة من robertbagge، مع تغطية مهنية على مستوى المستودع وصفحات 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