Sharing Skills

Contribute locally developed skills to an upstream repository via Git and GitHub CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill sharing-skills-slooowlly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Sharing Skills
Source: https://github.com/Slooowlly/meu-modo-carreira-v4/tree/main/.agent/skills/sharing-skills
Command: npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill sharing-skills-slooowlly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of contributing locally developed skills back to a central repository, fostering collaboration and knowledge sharing.

Core Features & Use Cases

  • Version Control Integration: Manages branching, committing, and pushing to upstream repositories using Git.
  • Pull Request Generation: Automates the creation of pull requests via the GitHub CLI for seamless review.
  • Use Case: After developing a new, generally useful skill for code analysis, you can use this Skill to quickly prepare and submit it for inclusion in the main project.

Quick Start

Use the sharing skills skill to contribute your new skill named 'code-analysis-skill' to the upstream repository.

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 local skill to an upstream repository via a pull request?

You can contribute a local skill via a pull request by using a structured Git and GitHub CLI workflow that manages branching, committing, and pushing to an upstream repository for review.

What is the process for submitting locally developed skills for upstream review?

Submitting locally developed skills for upstream review involves branching your code, committing changes, and automating pull request generation via the GitHub CLI to ensure skills meet project guidelines.

Does the GitHub CLI support automating pull request creation for skill sharing?

Yes, the GitHub CLI supports automating pull request creation for skill sharing by facilitating the entire lifecycle from branching and committing to submitting the pull request for upstream review.

Do I need Git installed to use version control for contributing skills upstream?

Yes, you need Git installed to use version control for contributing skills upstream, as the workflow manages branching, committing, and pushing to upstream repositories using Git commands.

What's the best way to ensure my contributed skills are accepted into the main project?

The best way to ensure contributed skills are accepted is to verify they are broadly applicable, well-tested, and documented according to project guidelines before creating a pull request.