skill-forge

Automate SKILL.md generation and git operations for marketplace skills.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/butterflyskies/claude-marketplace --skill skill-forge-butterflyskies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-forge
Source: https://github.com/butterflyskies/claude-marketplace/tree/main/plugins/bsky/skills/skill-forge
Command: npx skills add https://github.com/butterflyskies/claude-marketplace --skill skill-forge-butterflyskies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating, editing, and publishing new skills to the marketplace repo, automating the git workflow for efficient skill development.

Core Features & Use Cases

  • Skill Creation: Generate a new skill from a description, including the SKILL.md file and git workflow setup.
  • Skill Editing: Modify existing skills with clear descriptions of changes and automated conflict resolution.
  • Audit and Apply: Analyze recent sessions for skill gaps and automatically draft the top candidates for new skills.

Quick Start

Create a new skill with the command: skill-forge new <name>: <description>

Frequently Asked Questions about skill-forge

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

FAQPage Schema
How do I automate git workflow for marketplace skill publishing?

Skill publishing is automated by handling SKILL.md generation and git operations like branching, committing, and pushing directly within the marketplace repo. This streamlines the entire creation and modification process into a single command.

What is the best way to create a new skill from a text description?

Creating a new skill from a description is done using the command format `skill-forge new <name>: <description>`. This generates the necessary SKILL.md file and automatically sets up the associated git workflow.

Do I need to know git and marketplace repo structure to manage skills?

Yes, you need working knowledge of git and the marketplace repo structure to use this effectively. It is intended for developers and maintainers who must manage a large number of skills and need automated conflict resolution.

Can I analyze recent sessions to find gaps and draft new skills?

Yes, you can audit and apply recent sessions to identify skill gaps. The tool analyzes your sessions and automatically drafts the top candidates for new skills to fill those identified gaps.

How do I modify an existing skill with automated conflict resolution?

Modifying existing skills requires providing a clear description of your changes. The tool applies the modifications and uses automated conflict resolution to manage the git workflow within the marketplace repo.