sharing-skills

Guide skill contributions to upstream repositories via GitHub CLI pull requests.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/bacchus-labs/wrangler --skill sharing-skills-bacchus-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sharing-skills
Source: https://github.com/bacchus-labs/wrangler/tree/main/skills/sharing-skills
Command: npx skills add https://github.com/bacchus-labs/wrangler --skill sharing-skills-bacchus-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of contributing newly developed or improved skills back to the main repository, ensuring broader adoption and community benefit.

Core Features & Use Cases

  • Guided Contribution Workflow: Provides step-by-step instructions for branching, committing, pushing, and creating pull requests.
  • Best Practices Enforcement: Reminds users of prerequisites like testing and adherence to contribution guidelines.
  • Use Case: After developing a new skill for handling API rate limiting, you can use this skill to follow the correct procedure for submitting it to the Wrangler project.

Quick Start

Follow the steps in this skill to share your new skill by creating a pull request.

Frequently Asked Questions about sharing-skills

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

FAQPage Schema
How do I contribute a skill to an upstream repository via a pull request?

To contribute a skill via a pull request, you follow a guided workflow of branching, committing, pushing, and PR creation using the GitHub CLI. This ensures your newly developed skills are submitted for broader community adoption.

What steps are required to submit a pull request for skill development on GitHub?

Submitting a pull request for skill development requires branching from the main repository, committing changes, and pushing your code. You then create the PR using the GitHub CLI while adhering to contribution guidelines.

Do I need to run testing prerequisites before creating a pull request for a skill?

Yes, you need to run testing prerequisites before creating a pull request. Adhering to contribution guidelines and testing ensures your skill submission meets the upstream repository standards for community adoption.

Can I use the GitHub CLI to branch and commit code for skill contribution?

Yes, you can use the GitHub CLI to facilitate version control operations for skill contribution. It guides you through branching, committing, pushing, and creating pull requests to submit your code upstream.

What's the best way to share developed skills for wider community adoption?

The best way to share developed skills for wider adoption is contributing them upstream. By creating a pull request through version control, your skill becomes available to the broader community via the main repository.