Create Squad

🌐Community
by vapiai · vlatest · Repository

Vapiai's create-squad assembles a tailored team of virtual experts to tackle complex tasks and generate innovative solutions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-squad npx -- -y @trustedskills/create-squad
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-squad": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-squad"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

create-squad

What it does

This skill enables AI agents to programmatically discover and install new capabilities from the TrustedSkills registry. It acts as a bridge, allowing agents to dynamically expand their functionality by fetching and applying external skill definitions without manual intervention.

When to use it

  • Dynamic Onboarding: Automatically equip a newly deployed agent with necessary tools based on its assigned role or project requirements.
  • Skill Updates: Refresh an agent's capabilities when new versions of existing skills are released in the registry.
  • Modular Expansion: Allow users to customize agent behavior by installing specific skills via natural language commands rather than code changes.
  • Cross-Agent Collaboration: Enable one agent to install prerequisite tools for another agent before delegating a complex task.

Key capabilities

  • Scans the TrustedSkills registry for available skill definitions.
  • Retrieves metadata and installation instructions for selected skills.
  • Executes the installation process to integrate new functions into the agent's runtime environment.

Example prompts

  • "Install the create-squad skill so I can manage team formations."
  • "Check if a skill named 'data-analysis' is available and install it for me."
  • "Update my current toolset by installing the latest version of the report-generator from the registry."

Tips & gotchas

  • Ensure the AI agent has network access to reach the TrustedSkills registry endpoint.
  • Verify that installed skills are compatible with your specific deployment environment before relying on them for critical tasks.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vapiai
Installs
144

🌐 Community

Passed automated security scans.