Toolverse
All skills

working-in-parallel

by letta-ai

Guide for working in parallel with other agents. Use when another agent is already working in the same directory, or when you need to work on multiple features simultaneously. Covers git worktrees as the recommended approach.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
letta-ai
Category
DevOps

About this skill

Guide for working in parallel with other agents. Use when another agent is already working in the same directory, or when you need to work on multiple features simultaneously. Covers git worktrees as the recommended approach.

How to use

  1. Zanim zaczniesz pracę w nowym worktree, sprawdź instrukcje konfiguracji projektu — przeczytaj README.md, poszukaj pliku claude.md lub AGENT.md, a także sprawdź blok pamięci projektu, aby poznać preferowane narzędzia (npm, bun, pnpm).

  2. Utwórz nowe worktree z gałęzią za pomocą polecenia git worktree add -b [nazwa-gałęzi] [ścieżka-katalogu] main — na przykład git worktree add -b fix/moja-funkcja ../repo-moja-funkcja main.

  3. Przejdź do katalogu worktree (cd ../repo-moja-funkcja) i zainstaluj zależności, używając polecenia zweryfikowanego dla Twojego projektu — nie zakładaj, że to npm, może to być bun lub pnpm.

  4. Wprowadź zmiany w kodzie, zatwierdź je (git commit -m "opis") i wyślij do zdalnego repozytorium (git push -u origin [nazwa-gałęzi]).

  5. Utwórz pull request za pomocą gh pr create, aby zaproponować swoje zmiany.

  6. Po zakończeniu pracy usuń worktree poleceniem git worktree remove [ścieżka-katalogu] — wykonaj to z głównego repozytorium.

Related skills

senior-computer-vision

by davila7

World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production

DevOps
1044

unity-developer

by sickn33

Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment. Handles gameplay systems, UI implementation, and platform optimization. Use PROACTIVELY for Unity performance

DevOps
66164

file-organizer

by ComposioHQ

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

DevOps
1399

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163

dashboard-creator

by mhattingpete

Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.

DevOps
21124

draw-io

by davila7

draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.

DevOps
1693