plugin-authoring

Scaffold and validate Claude Code plugins with templates and schemas.

5|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/ArcBlock/agent-skills --skill plugin-authoring-arcblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-authoring
Source: https://github.com/ArcBlock/agent-skills/tree/main/plugins/plugin-development/skills/plugin-authoring
Command: npx skills add https://github.com/ArcBlock/agent-skills --skill plugin-authoring-arcblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill serves as the canonical guide for writing, validating, and debugging Claude Code plugins. It helps teams standardize workflows, schemas, templates, and troubleshooting guidance.

Core Features & Use Cases

  • Diagnostics & scaffolding: Read repository layouts, propose minimal safe actions, and scaffold or validate plugins.
  • Templates & schemas: Access templates for plugin.json, SKILL.md, commands, and marketplace manifests.
  • Troubleshooting: Practical guidance for common pitfalls and red flags.
  • Use Case: A developer uses this skill to initialize a new plugin project with proper structure.

Quick Start

Scaffold a new plugin named my-tools with basic commands and a plugin.json, then validate.