Agent Development
Build Claude Code Agents
Creating reliable plugin agents is difficult when triggers, tools, and prompts are unclear. This skill provides reusable patterns for agent structure, validation, and testing.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "Agent Development" from https://skillstore.io/skills/davila7-agent-development.md and its manifest at https://skillstore.io/api/skills/davila7-agent-development/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 "Agent Development". Create an agent that reviews pull requests for code quality.
Expected outcome:
A reviewer agent plan with a clear identifier, trigger examples for pull requests, read-only tools, quality checks, and a structured report format.
Using "Agent Development". Improve this agent description so it triggers more reliably.
Expected outcome:
A revised trigger description with concrete examples, commentary for each example, exclusions, and wording that avoids broad activation.
Using "Agent Development". Check whether my testing agent has the right tool permissions.
Expected outcome:
A tool-scope recommendation that explains required read and search access, when shell access is useful, and which permissions are unnecessary.
Security Audit
SafeAll 82 static findings are false positives caused by Markdown backticks, illustrative ellipses, ordinary prose, comments, or fixed local parsing commands in the validator. The reviewed files show no malicious command construction, path traversal, reconnaissance, data exfiltration, or prompt injection intent.
Risk Factors
๐ Filesystem access (2)
โ๏ธ External commands (50)
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/davila7-agent-development/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-agent-development?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-agent-development?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-agent-development/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-agent-development.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
davila7. (2026). Agent Development security audit report (audit version 9) [Author version 0.1.0]. Skillstore. https://skillstore.io/skills/davila7-agent-development/audits/9BibTeX citation
@techreport{davila7-davila7-agent-development-2026,
author = {davila7},
title = {Agent Development security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/davila7-agent-development/audits/9},
note = {Author version 0.1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "Agent Development security audit report (audit version 9)"
version: "0.1.0"
type: report
authors:
- name: "davila7"
date-released: "2026-07-19"
url: "https://skillstore.io/skills/davila7-agent-development/audits/9"
identifiers:
- type: other
value: "skillstore:davila7-agent-development:audit:9"
description: "Skillstore immutable audit report identifier"
Compare variants
4 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
dami-randle-agent-development
2026-08-21
agent-development
2026-08-21
anthropics-agent-development
2026-08-21
davila7-agent-development
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create a New Plugin Agent
Design an agent with a valid identifier, trigger examples, model choice, color, tools, and system prompt.
Improve Agent Triggering
Rewrite vague descriptions into precise trigger conditions with examples that show when the agent should run.
Review Agent Safety Boundaries
Check whether an agent uses least-privilege tools and has clear responsibilities, output format, and edge cases.
Try These Prompts
Create a Claude Code plugin agent for [task]. Include the identifier, trigger description, model, color, tool scope, and system prompt outline.
Review this agent description for trigger quality: [description]. Make it specific, add examples, and explain when not to use the agent.
For an agent that handles [responsibilities], recommend the minimum Claude Code tools it needs. Explain each tool choice and any tool to avoid.
Review these planned agents: [agent list]. Check naming, trigger overlap, tool scope, model choice, prompt structure, and validation gaps.
Best Practices
- Write trigger descriptions with concrete user requests and clear commentary.
- Give each agent only the tools required for its responsibilities.
- Validate the agent file and test realistic triggering scenarios before publishing.
Avoid
- Using generic names or broad descriptions that trigger on unrelated tasks.
- Granting full tool access when read-only tools are enough.
- Shipping agents without output expectations, edge cases, or validation.
Frequently Asked Questions
What does this skill help me create?
Does it generate complete agent files?
Can I use it with Codex?
Does the skill run commands automatically?
How should I choose tools for an agent?
What should I test before publishing an agent?
Developer Details
Author
davila7License
MIT
Author version
v0.1.0
Skillstore revision
r1
Ref
671851766a45c702993ad67d773d60fd34e6c09d
Maintenance freshness
7/18/2026
Usage
8 downloads ยท 520 views
File structure
๐ examples/
๐ complete-agent-examples.md
๐ references/
๐ agent-creation-system-prompt.md
๐ scripts/
๐ validate-agent.sh
๐ SKILL.md