AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Add Agent

skill-chacosoldier-compabob-add-agent · by chacosoldier

Scaffold a new specialized agent for this assistant. Use for "/add-agent", "create a new agent", or "I want an agent that does X".

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-chacosoldier-compabob-add-agent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-chacosoldier-compabob-add-agent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Add Agent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Add Agent

Create a new agent so the assistant grows with the user's work. This is the main way to customize the kit.

Steps

  1. Ask four things (one short round of questions, not an interrogation):
  • Name — kebab-case, e.g. recruiting or product-research.
  • Purpose and triggers — what it owns, and the phrases or domains that should route to it. This becomes the description, which is what actually drives routing.
  • Tools — the minimum it needs (4 to 6). Advice-only agents get read tools only: Read, Glob, Grep, WebFetch, WebSearch.
  • Modelsonnet is the default; opus for genuinely hard reasoning.
  1. Check for overlap. Read the existing agents in .claude/agents/. If the new agent overlaps an existing one, say so and suggest either editing the existing agent or sharpening both descriptions so routing stays clean.
  2. Scaffold. Copy .claude/agents/_agent-template.md to .claude/agents/.md and fill it in: frontmatter, Purpose, When to use / when not to, Output format, Safety.
  3. Register it. Add a one-line row for the new agent to .claude/agents/_orchestrator-reference.md and to the routing section of CONSTITUTION.md.
  4. Test routing. Suggest two or three prompts that should land on the new agent, and one that should not (to confirm it does not over-trigger).

Principles

  • The description is the routing signal. Write it as "Use for X, Y, Z", and name what it is not for.
  • Keep the tool list minimal. An agent with every tool routes badly.
  • One agent, one job. If it needs a paragraph to describe, it is two agents.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.