agent-teams-agent-types-for-common-tasks

Sub-skill of agent-teams: Agent Types for Common Tasks.

5 stars

Best use case

agent-teams-agent-types-for-common-tasks is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of agent-teams: Agent Types for Common Tasks.

Teams using agent-teams-agent-types-for-common-tasks should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agent-types-for-common-tasks/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/workspace-hub/agent-teams/agent-types-for-common-tasks/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agent-types-for-common-tasks/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agent-teams-agent-types-for-common-tasks Compares

Feature / Agentagent-teams-agent-types-for-common-tasksStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of agent-teams: Agent Types for Common Tasks.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Agent Types for Common Tasks

## Agent Types for Common Tasks


| Task | Best subagent_type | Why |
|------|--------------------|-----|
| File reads, searches, analysis | `Explore` | Read-only, fast |
| Writing/editing files, running scripts | `general-purpose` | Full tools |
| Shell commands only | `Bash` | Minimal overhead |
| Research + planning | `Plan` | Structured planning |

Never assign implementation work to `Explore` or `Plan` — they are read-only.

Related Skills

teams-meeting-pipeline

5
from vamseeachanta/workspace-hub

Operate the Teams meeting summary pipeline via Hermes CLI — summarize meetings, inspect pipeline status, replay jobs, manage Microsoft Graph subscriptions.

repo-cleanup-common-hidden-folders

5
from vamseeachanta/workspace-hub

Sub-skill of repo-cleanup: Common Hidden Folders (+2).

hidden-folder-audit-common-hidden-folders-reference

5
from vamseeachanta/workspace-hub

Sub-skill of hidden-folder-audit: Common Hidden Folders Reference.

web-artifacts-builder-common-cdn-libraries

5
from vamseeachanta/workspace-hub

Sub-skill of web-artifacts-builder: Common CDN Libraries.

clean-code-pattern-1-responsibility-split-most-common

5
from vamseeachanta/workspace-hub

Sub-skill of clean-code: Pattern 1: Responsibility Split (most common) (+5).

agent-teams-workspace-work-profile-updated-2026-03-10

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Workspace Work Profile (Updated 2026-03-10).

agent-teams-work-queue-integration

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Work Queue Integration.

agent-teams-subagent-startup-convention

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Subagent startup convention (+2).

agent-teams-idle-state

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Idle State.

agent-teams-dm-default-always-prefer

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: DM (default — always prefer) (+2).

agent-teams-decision-matrix-team-vs-sequential

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Decision Matrix: Team vs Sequential.

agent-teams-core-constraint

5
from vamseeachanta/workspace-hub

Sub-skill of agent-teams: Core Constraint.