Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-agent-team

claude-agent-team 收录了来自 ek33450505 的 18 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
18
Stars
8
更新
2026-07-18
Forks
1
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cast-conventions
其他计算机职业

Shared CAST conventions for all agents. Loaded automatically via agent frontmatter.

2026-07-18
orchestrate
软件开发工程师

Execute a CAST plan by reading the Agent Dispatch Manifest and dispatching agents in dependency order — parallel batches simultaneously, sequential batches one at a time. Pass a plan file path, 'next' for the most recent plan, or 'resume' to continue from a checkpoint.

2026-07-18
agent-registry
其他计算机职业

Full CAST agent registry with model assignments. Load when building an Agent Dispatch Manifest, orchestrating multi-agent workflows, or when you need to verify which model a specific agent runs on.

2026-07-11
cast-audit
软件质量保证分析师与测试员

Comprehensive CAST codebase audit — bugs, security, performance, test coverage. Dispatches 4 parallel researchers to scan the codebase and collates findings into a dated report. Manual invocation only; monthly scheduling is a design intention (helper not yet shipped).

2026-07-06
briefing-writer
软件开发工程师

Assemble morning briefing sections into a structured markdown file. Use when writing the final briefing output after all data sources have been gathered.

2026-06-15
careful-mode
其他计算机职业

Activate careful mode — require explicit confirmation before any Write, Edit, or Bash operations. Use when working on production code or sensitive systems.

2026-06-15
deep-research
市场调研分析师与营销专员

Deep research harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report. When the user wants a deep, multi-source, fact-checked research report on any topic. BEFORE invoking, check if the question is specific enough to research directly — if underspecified (e.g., "what car to buy" without budget/use-case/region), ask 2-3 clarifying questions to narrow scope. Then pass the refined question as args, weaving the answers in.

2026-06-15
freeze-mode
其他计算机职业

Freeze mode — read-only session, no file modifications allowed. Use for exploration, research, or review-only sessions.

2026-06-15
git-activity
软件开发工程师

Scan project repositories for yesterday's git activity. Use when summarizing development progress for briefings, reports, standups, or when user asks "what did I work on yesterday" or "recent commits".

2026-06-15
laconic
其他计算机职业

Terse output mode. Compresses Claude prose to minimum tokens while preserving technical accuracy. Three intensity levels: lite, full (default), ultra.

2026-06-15
merge
软件开发工程师

Git merge, rebase, and conflict resolution specialist. Use when merging feature branches, rebasing onto main, resolving merge conflicts, merging PRs via gh CLI, or cleaning up merged worktrees and branches. Hard-blocks force-merges to main/master without explicit approval.

2026-06-15
plan
软件开发工程师

Activate the heavy planner→/orchestrate chain — write a structured plan file with Agent Dispatch Manifest, then invoke the /orchestrate skill to execute it in waves. Reserve for genuinely multi-file / multi-hour / multi-agent work (large refactors, migrations, features spanning many files). For single-session-sized work (one or a few files), use built-in plan mode (shift-tab) instead — not this skill.

2026-06-15
python-conventions
软件开发工程师

Python and shell-script conventions for CAST projects. Load when writing, reviewing, or debugging Python scripts, hook scripts, or files under scripts/ or bin/. Covers stdlib-only policy, DB access patterns, exit codes, idempotency, stdin parsing, and hook script conventions.

2026-06-15
stack-reference
培训与发展专员

Full tech stack reference and dev command cheatsheet. Load when you need to look up exact package names, commands, or project paths.

2026-06-15
typescript-conventions
软件开发工程师

TypeScript and React coding conventions for CAST projects. Load when writing, reviewing, or debugging TypeScript/TSX/React code. Covers file naming, type patterns, hooks, component conventions, and testing approach.

2026-06-15
wizard
软件开发工程师

Multi-step workflow with human-approval gates before destructive operations. Use when a task involves irreversible actions like mass file writes, database migrations, git force-push, dependency removal, or infrastructure changes.

2026-06-15
project-catalog
软件开发工程师

Full project catalog — project paths, stacks, remotes, and runtime paths. Load when you need a project's path, remote, stack, or build/deploy specifics.

2026-06-10
stack-reference
软件开发工程师

Full tech stack reference and dev command cheatsheet. Load when you need to look up exact package names, commands, or project paths.

2026-06-09