public-plugin-builder

Activate when the user wants to build a Claude plugin, create a Claude skill,

Content Preview
---
name: public-plugin-builder
category: development-architecture
description: >
  Activate when the user wants to build a Claude plugin, create a Claude skill,
  make a Claude agent, structure a Claude Code plugin, says "build a plugin",
  "create a skill", "new claude skill", "new agent", "help me make a plugin",
  "plugin builder", "claude plugin helper", "how do I build a Claude skill",
  "I want to create a Claude plugin", "plugin building", or asks how to structure
  a Claude Code plugin 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/public-plugin-builder.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/public-plugin-builder/skills/public-plugin-builder/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/public-plugin-builder/skills/public-plugin-builder/SKILL.md

Related Skills