gteam-skill-builder

Automates specialist onboarding by scaffolding directories and importing reference docs from websites, Git repositories, and feeds.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gcampton/GTeam --skill gteam-skill-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gteam-skill-builder
Source: https://github.com/gcampton/GTeam/tree/main/specialists/skill-builder
Command: npx skills add https://github.com/gcampton/GTeam --skill gteam-skill-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual, error-prone work of assembling domain reference libraries and creating fully wired GTeam specialist directories by automating source discovery, scraping, and scaffold generation.

Core Features & Use Cases

  • Reference harvesting: Crawl documentation sites, OpenAPI/Swagger specs, or GitHub repos and synthesize clean, structured markdown reference files.
  • Specialist scaffolding: Create specialist folder structure, methodology.md, SKILL.md.tmpl, eval placeholders, and install references into the correct specialists path.
  • Source strategy & fallbacks: Prefer the Skill-Seekers API, check for llms.txt, use WebFetch for static docs, and fall back to curl with a 3s rate limit when needed.
  • Use Case: Enrich the software-engineer specialist with a framework reference or scaffold a new payments specialist from Stripe docs with correct install and registration steps.

Quick Start

Ask the skill to scaffold a new specialist named payments and import the Stripe docs into the specialists directory.

Frequently Asked Questions about gteam-skill-builder

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

FAQPage Schema
How do I scaffold a new specialist from GitHub or OpenAPI specifications?

To scaffold a new specialist from GitHub or OpenAPI specifications, the skill automates folder structure creation, SKILL.md.tmpl generation, and reference harvesting to output structured markdown into the specialists directory.

How do I build reference libraries from documentation sites automatically?

Building reference libraries from documentation sites is automated by crawling static docs via WebFetch, checking llms.txt, and synthesizing content into clean, structured markdown reference files for specialists.

What is the best way to scrape API documentation without hitting rate limits?

Scraping API documentation without hitting rate limits is managed by preferring the Skill-Seekers API first, then falling back to WebFetch or curl with a 3s rate limit to throttle requests during reference harvesting.

Does this scaffolding tool work with Swagger specs and llms.txt?

Yes, this scaffolding tool works with Swagger specs and llms.txt by checking for llms.txt during source discovery and parsing OpenAPI or Swagger specifications to generate structured markdown references.

Why does WebFetch fail on certain documentation sites during reference harvesting?

WebFetch may fail on certain documentation sites during reference harvesting when static content is unavailable, requiring a fallback to curl with a 3s rate limit to retrieve the reference data.