Agent Development
84Build reliable Claude Code agents
Plugin agents can trigger poorly or receive excessive tool access. This skill provides templates and guidance for focused agents with clear behavior.
Build Claude Code Plugin Structure
Plugin authors need consistent layouts that Claude Code can discover. This skill explains manifests, components, hooks, MCP servers, and portable paths for reliable plugins.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "Plugin Structure" from https://skillstore.io/skills/anthropics-plugin-structure.md and its manifest at https://skillstore.io/api/skills/anthropics-plugin-structure/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.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "Plugin Structure". Create a small plugin for a reusable review command.
Expected outcome:
Using "Plugin Structure". Organize a team plugin with commands, agents, and skills.
Expected outcome:
Using "Plugin Structure". Audit a proposed plugin tree before publishing.
Expected outcome:
All 218 static findings are false positives caused by Markdown code fences, inline code, placeholder metadata, or non-executing examples. The reviewed files contain documentation only, with no credential harvesting, network exfiltration, prompt injection, or hidden behavior. Some examples describe hooks, MCP servers, and shell commands that generated plugins should review before use.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/anthropics-plugin-structure/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/anthropics-plugin-structure?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/anthropics-plugin-structure?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/anthropics-plugin-structure/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/anthropics-plugin-structure.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>anthropics. (2026). Plugin Structure security audit report (audit version 8) [Author version 0.1.0]. Skillstore. https://skillstore.io/skills/anthropics-plugin-structure/audits/8@techreport{anthropics-anthropics-plugin-structure-2026,
author = {anthropics},
title = {Plugin Structure security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/anthropics-plugin-structure/audits/8},
note = {Author version 0.1.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "Plugin Structure security audit report (audit version 8)"
version: "0.1.0"
type: report
authors:
- name: "anthropics"
date-released: "2026-07-18"
url: "https://skillstore.io/skills/anthropics-plugin-structure/audits/8"
identifiers:
- type: other
value: "skillstore:anthropics-plugin-structure:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
plugin-structure
2026-08-21
anthropics-plugin-structure
2026-08-21
davila7-plugin-structure
2026-08-21
Create a minimal plugin layout with the required manifest and starter component directories.
Define consistent folders, naming rules, and manifest conventions for shared plugin repositories.
Check a plugin design that combines commands, agents, skills, hooks, scripts, and MCP servers.
Create a minimal Claude Code plugin named my-helper with the required manifest and one command. Explain each file purpose.
Design a plugin layout for code quality automation with commands, agents, skills, scripts, and references. Use standard discovery paths.
Plan a plugin that uses hooks and MCP servers. Include safe path references, environment variables, and component boundaries.
Review this plugin file tree for Claude Code compatibility. Identify manifest, discovery, naming, portability, and maintainability issues.
Author
anthropicsLicense
MIT
Author version
v0.1.0
Skillstore revision
r1
Ref
1b5b6c4962b2ad5a7a34603cab2685bbbd1b61ef
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 636 views
File structure
๐ examples/
๐ advanced-plugin.md
๐ minimal-plugin.md
๐ standard-plugin.md
๐ README.md
๐ references/
๐ SKILL.md
Build reliable Claude Code agents
Plugin agents can trigger poorly or receive excessive tool access. This skill provides templates and guidance for focused agents with clear behavior.
Write Hookify Rules for Claude Code
Hook rules can be hard to write correctly across bash, file, stop, and prompt events. This skill gives Claude, Codex, and Claude Code practical guidance for creating and testing Hookify rules.
Configure Local Plugin Settings
Plugin authors need a safe way to store per-project settings without committing user-specific state. This skill explains a local Markdown and YAML frontmatter pattern for Claude, Codex, and Claude Code plugins.
Build Effective Claude Code Skills
Skill authors need a clear reference for structuring and describing plugin skills. This guide explains required files, optional resources, frontmatter, activation wording, and practical design guidelines.
Create Distinctive Frontend Designs
Generic interface patterns can make products feel interchangeable and poorly matched to their users. This skill guides intentional choices in typography, color, layout, motion, copy, and responsiveness.
Draft Stronger Documents With Guided Coauthoring
Complex documents often fail because context stays implicit or structure arrives too late. This skill guides Claude, Codex, and Claude Code through gathering context, drafting sections, refining edits, and testing reader understanding.
Evaluate Claude Code Component Quality
by C0ntr0lledCha0s
Claude Code components can be technically valid yet unclear, over-permissioned, or difficult to invoke. This skill scores five quality dimensions and recommends specific improvements.
Build Claude Code Agents
by C0ntr0lledCha0s
Creating reliable AI agents requires clear schemas, safe tools, and repeatable review steps. This skill guides agent design, validation, migration, and maintenance for Claude Code workflows.
Build Claude Code Slash Commands
by C0ntr0lledCha0s
Teams need repeatable AI workflows that are easy to invoke and review. This skill helps create, update, validate, and document Claude Code slash commands.
Design Reliable Tools for AI Agents
by Asmayaseen
Ambiguous tools cause incorrect calls, wasted context, and poor recovery from errors. This skill provides practical patterns for clear descriptions, schemas, responses, and testing.
Build Secure WordPress Plugins
by Automattic
WordPress plugin changes can introduce lifecycle, data, and security defects. This skill provides a structured workflow for implementation, review, testing, and release preparation.
Build Secure WordPress Plugins
by sickn33
WordPress plugins need secure architecture, hooks, admin pages, APIs, data handling, and tests. This skill guides a phased workflow from setup through review.