From 88880909771bb8afc0515aaadbabb64cb64b9f96 Mon Sep 17 00:00:00 2001 From: Flood Sung Date: Sun, 22 Feb 2026 16:39:39 +0800 Subject: [PATCH] Add Metaskill - AI agent team generator meta-skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Metaskill is a Claude Code skill suite that generates complete AI agent teams for any project domain. It includes /metaskill (full team generator), /create-agent (single agent builder), and /create-skill (single skill builder), running a 4-phase workflow (Research → Build → Credentials → Verify) to create complete .claude/ directories with agents, skills, rules, and MCP configs. https://github.com/xvirobotics/metaskill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70bfdd6..2446de2 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**meta_skilld**](https://github.com/Dicklesworthstone/meta_skilld): Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing. - [**claude-cs**](https://github.com/nbashaw/claude-cs): A Claude Code skill that helps you build custom customer support automation for your company. - [**design-engineer-auditor-package**](https://github.com/kylezantos/design-engineer-auditor-package): A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. +- [**Metaskill**](https://github.com/xvirobotics/metaskill): A meta-skill that generates complete AI agent teams with a 4-phase workflow (Research → Build → Credentials → Verify), creating .claude/ directories with agents, skills, rules, and MCP configs. ---