add-community

Add GitHub repositories to the Seedr registry via the GitHub API.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/twiced-technology-gmbh/seedr --skill add-community
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-community
Source: https://github.com/twiced-technology-gmbh/seedr/tree/main/.claude/skills/add-community
Command: npx skills add https://github.com/twiced-technology-gmbh/seedr --skill add-community

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of discovering and integrating community-contributed AI capabilities directly from GitHub repositories into your Seedr registry.

Core Features & Use Cases

  • GitHub Repo Integration: Seamlessly add plugins, skills, or other content types hosted on GitHub.
  • Automated Metadata Fetching: Automatically detects content type (plugin, skill, marketplace) and extracts necessary metadata using the GitHub API.
  • Use Case: You find an interesting AI skill on GitHub that isn't in the main Seedr registry. Use this Skill to add it with a single command, providing its GitHub URL.

Quick Start

Use the add-community skill to add the GitHub repository at 'https://github.com/example/repo' to your registry.

Frequently Asked Questions about add-community

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

FAQPage Schema
How do I add a GitHub repository to my registry?

To add a GitHub repository to your registry, provide the repository URL. The skill fetches metadata via the GitHub API, detects content types like plugins or skills, and integrates them into your registry.

Can I integrate a GitHub subpath or marketplace JSON into the registry?

Yes, you can integrate GitHub subpaths and marketplace JSON formats. The skill handles repository URLs, subpaths, and marketplace JSON structures to comprehensively onboard community content.

Do I need the GitHub CLI installed to add community skills?

Yes, you need the GitHub CLI installed. The skill depends on the 'gh' command-line tool to fetch repository metadata and build file trees for seamless registry integration.

What is the best way to onboard community plugins from GitHub?

The best way to onboard community plugins is to use a single command with the GitHub repository URL. The skill automatically classifies content types and extracts necessary metadata for integration.

Does this integration tool detect different content types from GitHub repos?

Yes, the integration tool detects different content types. It automatically classifies content as plugins, skills, or marketplaces and builds file trees to support seamless integration into the registry.

Why does adding a community GitHub repo require building a file tree?

Building a file tree is required to classify content types accurately. The skill fetches repository metadata and constructs file trees to ensure seamless integration of community plugins and skills into the registry.