create-plugin-from-repo

Analyze an OSS repository to generate Claude Code plugin scaffolds and skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/benoberkfell/claude-plugins --skill create-plugin-from-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plugin-from-repo
Source: https://github.com/benoberkfell/claude-plugins/tree/main/plugins/repo-skill-utils/skills/create-plugin-from-repo
Command: npx skills add https://github.com/benoberkfell/claude-plugins --skill create-plugin-from-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates the creation of Claude Code plugins by analyzing an open source repository to produce a structured plugin scaffold and a set of skills tailored to the library or framework.

Core Features & Use Cases

  • Repository analysis and documentation extraction to identify APIs, usage patterns, and examples.
  • Automatic generation of a plugin skeleton under plugins/<plugin-name>/ with .claude-plugin metadata and initial skills.
  • Workflow integration for marketplace updates and basic testing scaffolds.

Quick Start

Provide the repository URL and an optional plugin name to generate a new Claude Code plugin skeleton.

Frequently Asked Questions about create-plugin-from-repo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code plugin from an open source repository?

To create a Claude Code plugin from an open source repository, you provide the repository URL and an optional plugin name. The tool analyzes the repository to extract APIs and documentation, then automatically generates a plugin scaffold with tailored skills.

Can I generate Claude Code skills for any open source library?

Yes, you can generate Claude Code skills for open source libraries across programming languages. The tool extracts code patterns, APIs, and documentation to produce install, usage, and debugging skills for the specified framework.

What files are generated when scaffolding a Claude Code plugin?

Scaffolding a Claude Code plugin generates a plugins/<plugin-name>/ directory containing .claude-plugin metadata, skill documentation, and a marketplace.json file using scripts to determine dependencies and structure.

Does the plugin generator work with frameworks in any programming language?

The plugin generator applies to OSS libraries and frameworks across languages by analyzing repository code patterns and APIs. It automatically extracts the necessary documentation to create the plugin structure.

What do I need to provide to automate plugin generation from a repository?

To automate plugin generation from a repository, you need to provide the repository URL and an optional plugin name. The tool handles the repository analysis, dependency determination, and plugin skeleton creation automatically.

Are basic testing scaffolds included when generating a Claude Code plugin?

Yes, basic testing scaffolds and marketplace update workflow integration are included when generating a Claude Code plugin. The tool creates the initial skills and skeleton needed for testing and deployment.