new-agent-creation
Create Unite-Hub AI Agents
Creating a new Unite-Hub agent requires coordinated code, routing, registry, tests, and governance steps. This skill gives a concise checklist and templates for Claude, Codex, and Claude Code workflows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "new-agent-creation" from https://skillstore.io/skills/cleanexpo-new-agent-creation.md and its manifest at https://skillstore.io/api/skills/cleanexpo-new-agent-creation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "new-agent-creation". Create a plan for a new email triage agent.
Expected outcome:
- Agent file path and class responsibilities are identified.
- Router intent, registry metadata, queue name, and governance choice are listed.
- Testing and verification tasks are grouped before release.
Using "new-agent-creation". Review whether my new agent is ready to register.
Expected outcome:
- The review flags missing budget limits and incomplete workspace checks.
- It recommends adding verification requirements before enabling the agent.
- It separates required fixes from optional documentation updates.
Security Audit
SafeThe static external-command and filesystem alerts are false positives caused by Markdown code spans, code fences, a TypeScript template literal, and a relative import example. No evidence found for prompt injection attempts, data exfiltration intent, shell execution, or unsafe filesystem behavior in SKILL.md.
Risk Factors
โ๏ธ External commands (15)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/cleanexpo-new-agent-creation/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/cleanexpo-new-agent-creation?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/cleanexpo-new-agent-creation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cleanexpo-new-agent-creation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/cleanexpo-new-agent-creation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
CleanExpo. (2026). new-agent-creation security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cleanexpo-new-agent-creation/audits/8BibTeX citation
@techreport{cleanexpo-cleanexpo-new-agent-creation-2026,
author = {CleanExpo},
title = {new-agent-creation security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/cleanexpo-new-agent-creation/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "new-agent-creation security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "CleanExpo"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/cleanexpo-new-agent-creation/audits/8"
identifiers:
- type: other
value: "skillstore:cleanexpo-new-agent-creation:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Add a Product Agent
Plan the files, router changes, registry entry, and tests needed for a new Unite-Hub agent.
Review Agent Governance
Check that a proposed agent includes budget limits, verification requirements, and the correct governance mode.
Prepare Agent Tests
Use the testing outline to create a focused validation path before connecting an agent to production queues.
Try These Prompts
Use the new-agent-creation skill to outline the files and decisions needed for a new Unite-Hub agent named [agent name]. Include the agent purpose, queue name, registry fields, and test scope.
Using the new-agent-creation guidance, adapt the agent template for [task type]. Show the class responsibilities, payload fields, model choice, and expected result fields in plain language.
Help me add routing and registry coverage for [agent name]. Identify the intent keyword, router update, registry metadata, queue name, governance mode, verification rule, and daily budget.
Review my planned Unite-Hub agent against the new-agent-creation checklist. Focus on workspace isolation, budget limits, test coverage, verification gates, governance mode, and documentation gaps.
Best Practices
- Define the agent purpose, queue name, payload shape, and governance mode before writing implementation code.
- Add tests for successful processing, invalid payloads, retries, and workspace isolation.
- Set budget limits and verification requirements before registering the agent for shared use.
Avoid
- Do not register an agent before its router path and tests are complete.
- Do not process task payloads without validating required fields and workspace ownership.
- Do not use autonomous governance for high-impact actions without an approval path.