一键导入
create
Discover and launch agent creation wizards — your single entry point for creating agents, websites, and projects
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Discover and launch agent creation wizards — your single entry point for creating agents, websites, and projects
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run a remote Trinity agent task in a sequential, bounded loop — a fixed number of iterations or until a stop signal, with optional response chaining. Fires server-side via run_agent_loop (caller can disconnect), then polls and renders progress. The remote, durable counterpart to Claude Code's local /loop. Add `local` to run the same bounded loop natively in this session instead — inline back-to-back iterations, or a hand-off to the built-in /loop when a cadence is given.
Make any agent a system-aware orchestrator — installs /discover-agents (discover the fleet from live Trinity and/or a repo list into a descriptive fleet/system-map.yaml), /compose-system (turn the map into a Trinity SystemManifest and deploy_system), and /orchestrate (route, fan out, and run ephemeral agents via Trinity MCP). Aligns with Trinity's existing SystemManifest; no parallel standard.
Create a new skill or playbook. Guides through requirements gathering and generates the appropriate template based on complexity.
Create an executive chief of staff agent — asks about your tools, team, and priorities, then scaffolds a Trinity-compatible agent for daily briefings, meeting prep, and decision tracking
Create a personal medical-records agent — bootstraps a profile from your existing health documents, then ingests new files, maintains structured memory, tracks lab trends, prepares doctor visits, and runs an evidence-based nutrition + supplement framework
Create a content writer agent — asks about your brand voice, platforms, and topics, then scaffolds a Trinity-compatible ghostwriter agent that writes in your voice
| name | create |
| description | Discover and launch agent creation wizards — your single entry point for creating agents, websites, and projects |
| argument-hint | [what to create] |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Bash, Glob, Grep, AskUserQuestion |
| metadata | {"version":"2.1","created":"2026-04-16T00:00:00.000Z","updated":"2026-06-14T00:00:00.000Z","author":"Ability.ai","changelog":["2.1: List the read-only /review-agent wizard alongside /adjust-agent in the menu","2.0: Add the doctor wizard (personal medical records) to the menu"]} |
ℹ️ First, set expectations: before anything else, print one short line with this skill's version and its most recent change — the top entry of
metadata.changelogabove — e.g.create vX.Y — recent: <summary>. Then proceed.
Your single entry point for creating agents, websites, and projects. Lists all available creation paths and launches the right one.
All wizards are skills within this plugin. Use /create-agent:[wizard-name] to launch directly.
| Wizard | Description | Command |
|---|---|---|
| prospector | B2B SaaS sales research agent with Apollo, LinkedIn, ICP scoring | /create-agent:prospector |
| chief-of-staff | Executive assistant with daily briefings, meeting prep, decision tracking | /create-agent:chief-of-staff |
| webmaster | Website management agent for Next.js + Vercel deployments | /create-agent:webmaster |
| website | Single website scaffold (no agent, just a site) | /create-agent:website |
| recon | Competitive intelligence agent for tracking competitors | /create-agent:recon |
| receptionist | Email gateway agent for public-facing communication | /create-agent:receptionist |
| ghostwriter | Content writer agent that knows your brand voice | /create-agent:ghostwriter |
| kb-agent | Knowledge-base agent (community manager, CS researcher, clinical, legal, personal) | /create-agent:kb-agent |
| doctor | Personal medical-records agent — ingests health documents, tracks lab trends, preps doctor visits | /create-agent:doctor |
| custom | Blank canvas agent — you define everything | /create-agent:custom |
| clone | Clone an existing agent repository as starting point | /create-agent:clone |
| review | Audit an existing agent against best practices (read-only report) | /create-agent:review |
| adjust | Apply best-practice fixes to an existing agent | /create-agent:adjust |
If the user provided an argument (e.g., /create-agent:create sales or /create-agent:create website), try to match it to an available wizard and skip to Step 3.
Use AskUserQuestion:
Question: "What kind of agent would you like to create?"
Header: "Create Agent"
Options:
Based on the user's selection, tell them the command to run:
## Ready to go
Run this command to start the wizard:
/create-agent:[wizard-name]
For example, if they chose "Sales research", output:
## Ready to go
Run this command to start the wizard:
/create-agent:prospector
If you have high confidence about which wizard the user wants based on their argument, you can tell them the command and offer to describe the wizard:
## Sales Research Agent
This wizard creates a prospector agent for B2B SaaS sales research. It will ask about:
- Your CRM and sales tools (Apollo, LinkedIn, etc.)
- Ideal Customer Profile (ICP) criteria
- Research depth and automation preferences
Ready to start? Run: `/create-agent:prospector`
/create-agent: prefix/create alias without the plugin prefix, this same skill is used/create-agent:custom for a blank canvas approach