Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

Meta Plugin Creator

  • 64 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

meta-plugin-creator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • meta-plugin-creator
  • AI & Agent Building
  • AI-coding skill

Meta Plugin Creator by the numbers

  • 64 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #6,160 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill meta-plugin-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs64
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Plugin Creator

Overview

Plugins are shareable packages that bundle skills, agents, commands, hooks, MCP servers, and LSP servers into installable units for Claude Code. A plugin requires only a .claude-plugin/plugin.json manifest at minimum; all other components are optional and auto-discovered from conventional directories at the plugin root.

When to use: Sharing functionality across projects or teams, distributing through marketplaces, versioning reusable agent capabilities, bundling MCP servers with skills.

When NOT to use: Single-project customizations (use .claude/ directory instead), quick experiments before packaging, personal workflows that do not need distribution.

Quick Reference

ComponentLocationFormatDiscovery
Manifest.claude-plugin/plugin.jsonJSONRequired
Skillsskills/*/SKILL.mdMarkdown + YAMLAuto by context
Commandscommands/*.mdMarkdown + YAMLAuto, namespaced
Agentsagents/*.mdMarkdown + YAMLAuto, /agents UI
Hookshooks/hooks.jsonJSONAuto on events
MCP servers.mcp.jsonJSONAuto on enable
LSP servers.lsp.jsonJSONAuto on enable
Output stylesCustom pathPer configVia manifest
Plugin env var${CLAUDE_PLUGIN_ROOT}Absolute pathAll configs/scripts
Project env${CLAUDE_PROJECT_DIR}Absolute pathAll configs/scripts
CLI test flag--plugin-dir ./my-pluginLocal devManual load
CLI validateclaude plugin validate .Local devManual check
Install scope`--scope user\project\local`

Common Mistakes

MistakeCorrect Pattern
Placing components inside .claude-plugin/Only plugin.json goes in .claude-plugin/; components at plugin root
Using absolute paths in configsUse ${CLAUDE_PLUGIN_ROOT} for all plugin file references
Missing plugin.json manifestCreate .claude-plugin/plugin.json with at least a name field
Path traversal with ../Keep all files inside the plugin directory
Non-executable hook scriptsRun chmod +x on all scripts referenced by hooks
Forgetting namespacingPlugin skills are invoked as /plugin-name:skill-name
Inline hooks missing event casingEvent names are case-sensitive: PostToolUse, not postToolUse
Expecting custom paths to replace defaultsCustom component paths supplement default directories, not replace them

Delegation

  • Plugin component creation: Build skills, agents, and commands following their respective standards
  • Pattern discovery: Use Explore agent to find existing plugin patterns in the codebase
  • Code review: Use Task agent for plugin structure validation
If the meta-skill-creator skill is available, delegate skill authoring within plugins to it.
Otherwise, recommend: npx skills add oakoss/agent-skills --skill meta-skill-creator

References

  • Plugin manifest schema, directory structure, and component paths
  • Skills, agents, commands, hooks, MCP servers, and LSP servers in plugins
  • Installation scopes, environment variables, and publishing

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.