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

ai-agents-orchestrator

يحتوي ai-agents-orchestrator على 7 من skills المجمعة من t-mercier، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
7
Stars
5
محدث
2026-07-08
Forks
1
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

close-session
المهن الحاسوبية الأخرى

Wrap up the active session: resolve its registered notes.md, summarise what this session did (Decisions, Files touched, Open questions, Next steps), update those sections, and append a Session history entry. If Obsidian is enabled in config, distils a short atomic note to the matching vault. Trigger on "/close-session", "wrap up", "save session notes", "ferme la session".

2026-07-08
restart-session
المهن الحاسوبية الأخرى

Two modes. (1) No arg — wraps the current session via /close-session logic, verifies notes.md was saved (persistence gate), then prints fresh-start options. (2) With <session-slug> — loads an existing notes.md into the CURRENT fresh session, checks out the branch from its frontmatter, registers this session in active-sessions.json, and suggests a /rename. Trigger on "/restart-session", "/restart-session <slug>", "resume <slug>", "reprendre la session".

2026-07-08
save-session
المهن الحاسوبية الأخرى

Checkpoint the active session WITHOUT closing it: resolve its registered notes.md, summarise what this session did so far (Decisions, Files touched, Open questions, Next steps), update those sections, and append an "(in progress)" Session history entry. The session stays open. Useful mid-session, or right before context compaction. Trigger on "/save-session", "save session", "checkpoint", "sauvegarde la session".

2026-07-08
start-session
المهن الحاسوبية الأخرى

Open a new session: creates a workspace + notes.md under the category's configured folder, registers it in ~/.claude/active-sessions.json, syncs the git repo, and renames the session. Categories & note locations come from your config. Aborts if the workspace already exists (use /restart-session instead). Trigger on "/start-session", "start a session", "/start-session FEAT PROJ-123 short-name".

2026-07-08
rename-category
مطوّرو البرمجيات

Safely rename a session category EVERYWHERE — moves its folder, re-tags every notes.md frontmatter, updates active-sessions.json, and renames it in the shared config. The dashboard app is read-only and only changes the config (which orphans old sessions); this skill is the writer that actually migrates references. Trigger on "/rename-category <OLD> <NEW>", "rename category <X> to <Y>", "renomme la catégorie <X> en <Y>".

2026-07-08
import-session
المهن الحاسوبية الأخرى

Adopt the CURRENT (already-running) Claude Code session into management: writes a notes.md under a category's configured folder and registers the session in ~/.claude/active-sessions.json, so the dashboard tracks it like a /start-ed one. Meant to run right after `claude --resume <id>` (the dashboard's +Import does this for you). Unlike /start-session it does NOT create a fresh workspace or sync a repo — it binds the session you're already in. Trigger on "/import-session", "/import-session FEAT name".

2026-07-07
archive-session
مطوّرو البرمجيات

Archive a stale session without loading its context — stamps its notes.md as "archived" in the Session history and removes it from active-sessions.json. The note file is kept on disk. Use for sessions that are done or abandoned. Trigger on "/archive-session <slug>", "archive session <slug>".

2026-06-22