Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

squad

squad에는 bradygaster에서 수집한 skills 67개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
67
Stars
2.9k
업데이트
2026-07-05
Forks
446
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

skill-name
소프트웨어 개발자

{what this skill teaches agents}

2026-07-05
skill-name
소프트웨어 개발자

{what this skill teaches agents}

2026-07-05
skill-name
소프트웨어 개발자

{what this skill teaches agents}

2026-07-05
skill-name
소프트웨어 개발자

{what this skill teaches agents}

2026-07-05
cli-wiring
소프트웨어 개발자

Checklist and patterns for wiring new CLI commands into cli-entry.ts

2026-06-26
init-mode
기타 컴퓨터 관련 직업

Team initialization flow (Phase 1 proposal + Phase 2 creation)

2026-06-26
squad
기타 컴퓨터 관련 직업

Squad's command catalog and interactive menu. Invoke via /squad (slash command) or natural language ("squad commands", "what can squad do", "show me squad options"). Presents categorized operations (Install & Upgrade, Team Management, Issues & PRs, Plugins & Skills, Model & Cost, Sessions & State) as an interactive picker. Routes to the right squad CLI command or the Squad coordinator agent.

2026-06-26
coordinator-init-mode
기타 컴퓨터 관련 직업

The complete two-phase Init Mode protocol the Squad coordinator runs when no team exists yet in the current repo. Phase 1 = propose the team (no files created, wait for user confirm). Phase 2 = create .squad/ scaffolding, casting state, .gitattributes for merge drivers, and the always-on built-ins (Scribe, Ralph, Rai, Fact Checker). Loaded on demand when the coordinator detects no .squad/team.md exists.

2026-06-26
coordinator-response-mode
기타 컴퓨터 관련 직업

Selecting WHO handles work is the Routing table; selecting HOW they handle it (Direct, Lightweight, Standard, Full) is Response Mode. This skill contains the complete decision table, exemplar prompts for each mode, the Lightweight spawn template, and the upgrade rules. Squad coordinator loads this on demand once routing has identified the agent — to pick the right ceremony level for the task.

2026-06-26
coordinator-source-of-truth
기타 컴퓨터 관련 직업

The complete file-by-file source-of-truth hierarchy for Squad: which files are authoritative, which are derived/append-only, who may write each one, who may read each one, and the precedence rules when they conflict. Squad coordinator loads this on demand when it needs to resolve a write conflict, decide where a piece of state belongs, or answer a 'who owns this file' question.

2026-06-26
skill-name
소프트웨어 개발자

{what this skill teaches agents}

2026-06-26
personal-squad
기타 컴퓨터 관련 직업

User-level AI agents that travel with you across projects

2026-06-25
squad-version-check
소프트웨어 개발자

Internals of how @bradygaster/squad-cli stamps its version, how `squad upgrade` works (what it preserves vs overwrites), and how to probe the npm registry for the latest version from a coordinator prompt.

2026-06-13
tiered-memory
소프트웨어 개발자

Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn

2026-06-13
squad-commands
기타 컴퓨터 관련 직업

Categorized catalog of common Squad operations. Coordinator reads this file and presents it as an interactive menu when the user asks for available commands or help.

2026-06-13
cross-squad
기타 컴퓨터 관련 직업

Coordinating work across multiple Squad instances — discovery, delegation, and disambiguation when the user says 'squad' (the product) vs casual English 'group of agents'.

2026-06-13
cross-squad-communication
기타 컴퓨터 관련 직업

Protocol for sending queries, delegating tasks, and sharing context between independent Squad instances across different repositories

2026-06-13
release-process
소프트웨어 개발자

Pre-release validation, npm publish procedures, and post-publish verification

2026-06-13
squad-help
기타 컴퓨터 관련 직업

How to actually use Squad — Squad is a custom Copilot agent (invoked via the task tool with agent_type='Squad'), not a skill. This file explains the right invocation paths for setting up a team, listing squad commands, and initializing Squad in a new project.

2026-06-13
fact-checking
소프트웨어 품질 보증 분석가·테스터

Review and validate claims using counter-hypothesis testing. Use when verifying technical content, checking references, validating API endpoints, or performing quality assurance on deliverables.

2026-06-07
e2e-template-testing
소프트웨어 품질 보증 분석가·테스터

End-to-end validation of coordinator and agent template changes

2026-05-26
cross-machine-coordination
소프트웨어 개발자

Enables squad agents on different machines to share work via git-based task queuing

2026-04-30
model-selection
기타 컴퓨터 관련 직업

Determines which LLM model to use for each agent spawn

2026-04-30
nap
소프트웨어 개발자

Context hygiene — compress, prune, archive .squad/ state

2026-04-30
ralph-two-pass-scan
소프트웨어 개발자

Cuts GitHub API calls by separating lightweight list scanning from full hydration

2026-04-30
release-process
소프트웨어 개발자

Step-by-step release checklist for Squad — prevents v0.8.22 and v0.9.4-style disasters

2026-04-25
protected-files
소프트웨어 개발자

Zero-dependency bootstrap files that must never import npm packages or SDK code

2026-04-18
pr-lifecycle
소프트웨어 개발자

Complete issue → PR → merge lifecycle with readiness checks

2026-04-11
external-comms
기타 컴퓨터 관련 직업

PAO workflow for scanning, drafting, and presenting community responses with human review gate

2026-04-05
gh-auth-isolation
소프트웨어 개발자

Safely manage multiple GitHub identities (EMU + personal) in agent workflows

2026-04-05
humanizer
기술 작가

Tone enforcement patterns for external-facing community responses

2026-04-05
pr-review-response
소프트웨어 품질 보증 분석가·테스터

Teaches agents to reply to PR review comment threads after fixing issues, making resolutions traceable

2026-04-05
pr-screenshots
소프트웨어 품질 보증 분석가·테스터

Capture Playwright screenshots and embed them in GitHub PR descriptions

2026-04-05
versioning-policy
소프트웨어 개발자

Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents

2026-04-05
git-workflow
소프트웨어 개발자

Squad branching model: dev-first workflow with insiders preview channel

2026-04-04
windows-compatibility
소프트웨어 개발자

Cross-platform path handling and command patterns

2026-04-04
architectural-review
소프트웨어 개발자

How to review PRs for architectural quality — module boundaries, dependency direction, export surface, pattern consistency

2026-04-03
reviewer-protocol
기타 컴퓨터 관련 직업

Reviewer rejection workflow and strict lockout semantics

2026-04-03
security-review
정보 보안 분석가

How to review PRs for security — credentials, injection, workflow permissions, supply chain, git operation safety

2026-04-03
reflect
기타 컴퓨터 관련 직업

Learning capture system that extracts HIGH/MED/LOW confidence patterns from conversations to prevent repeating mistakes. Use after user corrections ("no", "wrong"), praise ("perfect", "exactly"), or when discovering edge cases. Complements .squad/agents/{agent}/history.md and .squad/decisions.md.

2026-03-28
이 저장소에서 수집된 skills 67개 중 상위 40개를 표시합니다.