Skip to main content

joelhooks/swarm-tools

SkillsMP는 joelhooks/swarm-tools에서 23개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
23
GitHub 스타
730
GitHub 포크
68

수집된 skill 23개 중 23개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Send messages, system events, and agent notifications through the openclaw CLI. Use when an agent needs to notify a user (Telegram, Slack, Discord), trigger another agent, broadcast updates, send system events, or coordinate agent-to-agent communication via…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Handles version bumps and npm releases for the swarm-tools monorepo (opencode-swarm-plugin, claude-code-swarm-plugin, swarm-mail, swarm-queue). Use when: creating changesets, bumping versions, preparing releases, checking release status, debugging publish…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Always-on rule-oriented guidance for claude-plugin agents. Use to align behavior, tool usage, and model-specific defaults while avoiding deprecated bd/cass references. Related skills: swarm-coordination, testing-patterns.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Multi-agent coordination patterns for OpenCode swarm workflows. Use when work benefits from parallelization or coordination. Covers: decomposition, worker spawning, file reservations, progress tracking, and review loops.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Always-on rule-oriented guidance for claude-plugin agents. Use to align behavior, tool usage, and model-specific defaults while avoiding deprecated bd/cass references. Related skills: swarm-coordination, testing-patterns.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Ralph loop pattern - Claude supervises while Codex (gpt-5.3-codex) executes implementation work. Use for autonomous coding loops with fresh context per iteration, validation gates, and git-backed persistence. Tools: ralph_init, ralph_story, ralph_iterate,…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Swarm CLI commands for workers - hivemind memory, hive tasks, swarmmail coordination. Use when working in a swarm context. Covers: swarm memory (find/store/get/stats), swarm cells (query/create/update/close), and coordination commands.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Multi-agent coordination patterns for OpenCode swarm workflows. Use when work benefits from parallelization or coordination. Covers: decomposition, worker spawning, file reservations, progress tracking, and review loops.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Meta-skill for generating new skills with proper format and structure. Use when creating new skills for the swarm system or when agents need to generate skill scaffolds. Ensures skills follow conventions (frontmatter format, directory structure, bundled…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for job queue patterns in multi-agent coordination. Use when deciding between background jobs vs inline execution, submitting long-running tasks, monitoring job progress, and handling failures. Covers when to queue, job priority, retry strategies, and…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Multi-agent coordination patterns for OpenCode swarm workflows. Use when working on complex tasks that benefit from parallelization, when coordinating multiple agents, or when managing task decomposition. Do NOT use for simple single-agent tasks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

GitHub issue triage workflow with contributor profile extraction. Analyze → clarify → file cells → tag → implement → credit. Captures Twitter handles for changeset acknowledgments.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Context-efficient PR comment triage. Evaluate, decide, act. Fix important issues, resolve the rest silently.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CI/CD publishing workflow for npm packages using Changesets + npm Trusted Publishers (OIDC). Use when setting up automated npm publishing for monorepos, configuring GitHub Actions for releases, troubleshooting workspace:* protocol resolution issues, fixing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Test-Driven Development workflow with RED-GREEN-REFACTOR, lore from Kent Beck, Michael Feathers, and Ousterhout's counterpoint

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Issue tracking and task management using the hive system. Use when creating, updating, or managing work items. Use when you need to track bugs, features, tasks, or epics. Do NOT use for simple one-off questions or explorations.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Guide for creating effective agent skills. Use when you want to create a new skill, improve an existing skill, or learn best practices for skill development. Helps codify learned patterns into reusable, discoverable skills.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Multi-agent coordination patterns for OpenCode swarm workflows. Use when working on complex tasks that benefit from parallelization, when coordinating multiple agents, or when managing task decomposition. Do NOT use for simple single-agent tasks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implicit feedback scoring, confidence decay, and anti-pattern detection. Use when understanding how the swarm plugin learns from outcomes, implementing learning loops, or debugging why patterns are being promoted or deprecated. Unique to opencode-swarm-plugin.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Principles for building reusable coding systems. Use when designing modules, APIs, CLIs, or any code meant to be used by others. Based on "A Philosophy of Software Design" by John Ousterhout. Covers deep modules, complexity management, and design red flags.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Patterns for testing code effectively. Use when breaking dependencies for testability, adding tests to existing code, understanding unfamiliar code through characterization tests, or deciding how to structure tests. Covers seams, dependency injection, test…

원문 언어: 영어

업데이트
수집된 skill 23개 중 23개를 표시합니다.