Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

agent-skills

agent-skills enthält 2 gesammelte Skills von kunalsuri, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
2
Stars
1
aktualisiert
2026-07-13
Forks
1
Berufsabdeckung
1 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

multi-agent-docs
Softwareentwickler

Creates or refreshes CLAUDE.md and AGENTS.md at a repo's root — both carrying the same real project context (stack, build/test/lint commands, structure, conventions) — plus scaffolds the accompanying .claude/ and .agents/ project directories, so Claude Code, Antigravity, Cursor, GitHub Copilot, Codex, and other AI coding tools all start from identical instructions instead of silently drifting out of sync. Use this whenever the user wants to set up a repo for multiple AI coding assistants, asks for both a CLAUDE.md and an AGENTS.md (or just one but mentions wanting the project to also work in another tool), wants a project-level .agents/ or .claude/ folder created, or says things like "make this repo work in Claude Code and Antigravity", "add agent instructions for VS Code", "this project needs to work across coding assistants", or "sync my AI context files". Also trigger if a repo already has a CLAUDE.md or AGENTS.md that looks stale, contradicts the other, or was never kept in sync.

2026-07-13
resumable-sdd
Softwareentwickler

Runs a multi-step implementation task as a resumable, git-committed loop -- write a spec doc, derive a checklist from it, then implement/test/commit/check-off one item at a time. A lightweight take on spec-driven development. Use when a task is large enough to span multiple sessions, could be interrupted mid-way, or when the user asks for spec-driven development, SDD, or a process that survives the agent stopping unexpectedly (session death, context overflow, running out of budget) so no work is lost.

2026-07-08