repo-contributor

Guide marketplace contributors through CLI workflows for installing, syncing, and diffing skills.

4|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/lewing/agent-plugins --skill repo-contributor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-contributor
Source: https://github.com/lewing/agent-plugins/tree/main/.github/skills/repo-contributor
Command: npx skills add https://github.com/lewing/agent-plugins --skill repo-contributor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides contributors to this plugin marketplace, focusing on how to install skills, sync assets, diff installed items with the repo, and answer common questions like "how do I install a skill" or "what's out of date" using the included CLI.

Core Features & Use Cases

  • Standardized contributor workflows for adding and updating skills, assets, and settings in the marketplace.
  • CLI-driven tooling references and common maintainer tasks such as install, diff, and sync across repos and installed assets.
  • Real-world scenarios include auditing installed skills, syncing with repository changes, and resolving out-of-sync components.

Quick Start

Run the plugin CLI to inspect and synchronize your local skills with this repository.

Frequently Asked Questions about repo-contributor

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

FAQPage Schema
How do I install a skill from a plugin marketplace?

Run the skill CLI to inspect the marketplace and install a skill. The CLI uses a frontmatter-driven metadata standard to list, install, and uninstall items, syncing assets across your projects.

What is the best way to diff installed plugins with the repository?

Use the skill CLI to diff installed items against the repository. This workflow identifies out-of-sync components, allowing maintainers to audit installed skills and resolve discrepancies across projects.

How does the frontmatter-driven metadata standard work for skill contributions?

The frontmatter-driven metadata standard standardizes contributor workflows for adding and updating skills. It ensures consistent asset and settings synchronization across the marketplace repository.

Can I sync assets across multiple projects using the skill CLI?

Yes, you can sync assets across multiple projects. The CLI workflow supports maintainers by listing, installing, and diffing installed skills to resolve out-of-sync components across repositories.

Why does my installed skill show as out of date?

An installed skill is out of date when local assets differ from the repository. Run the skill CLI diff command to identify mismatched components and sync the updated items.