ai-skill-integration-guide

Installation
SKILL.md

Overview

Meta-skill that teaches agents how to integrate external skill repositories into the 1ai-skills library. Covers the full pipeline from discovery through validation, ensuring new skills are unique, properly formatted, correctly categorized, and quality-gated before merge.

Discovery

Before importing anything, understand what the external repo offers.

  1. Read the repo README for purpose, scope, and skill count
  2. Check if the repo uses SKILL.md files, AGENTS.md, or another structure
  3. List all skill files and extract their frontmatter (name, description, domain, tags)
  4. Identify the unique value — what does this repo offer that 1ai-skills does not already cover?
# List all potential skill files in the external repo
find /path/to/external-repo -name "SKILL.md" -o -name "*.md" | head -50
Installs
1
GitHub Stars
12
First Seen
Jun 20, 2026
ai-skill-integration-guide — oyi77/1ai-skills