From 612c29fd366a00fb79bf9e3809c0dd925801bf93 Mon Sep 17 00:00:00 2001 From: Willie Date: Mon, 1 Jun 2026 15:17:42 +0800 Subject: [PATCH 1/3] fix(sync): repair leaderboard parser and cap community list to top N MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The skills.sh RSC payload moved initialSkills into a later self.__next_f.push chunk. The old lazy regex started at the first push and spliced across chunks, pulling in unescaped quotes that broke JSON.parse — the sync job failed with 'Page format may have changed'. Now match each push's escaped string individually and pick the chunk containing initialSkills. Also stop the community list from growing without bound: rebuild community.json as a snapshot of the current top N instead of appending forever. Newcomers are added, skills that fell out of the top N are removed, and reviewed descriptions/tags on still-ranked entries are preserved. Reapplying the rule shrinks the list 226 -> 113. --- README.md | 627 +++----- scripts/sync-community.sh | 84 +- skills/community.json | 2140 ++++---------------------- skillshare-hub.json | 2977 ++++--------------------------------- 4 files changed, 860 insertions(+), 4968 deletions(-) diff --git a/README.md b/README.md index 4e7ef4d..9e24de2 100644 --- a/README.md +++ b/README.md @@ -46,64 +46,47 @@ skillshare install ## Skills Catalog -**408 skills** across 11 categories — browse via `skillshare search --hub` or the Web UI +**225 skills** across 11 categories — browse via `skillshare search --hub` or the Web UI -### Frontend (24) +### Frontend (14)
-Show 24 skills - -- [**accessibility-compliance**](https://github.com/wshobson/agents) ![risk-low](https://img.shields.io/badge/risk-low-green) — Web accessibility compliance patterns and WCAG guidelines -- [**angular-component**](https://github.com/analogjs/angular-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Angular component architecture patterns and best practices -- [**flutter-animations**](https://github.com/madteacher/mad-agents-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Flutter animation patterns and motion design best practices -- [**flutter-expert**](https://github.com/jeffallan/claude-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Flutter framework expertise and cross-platform development patterns -- [**javascript-sdk**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Javascript Sdk skill for AI agent workflows -- [**next-best-practices**](https://github.com/vercel-labs/next-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Next.js performance optimization and best practices from Vercel -- [**next-cache-components**](https://github.com/vercel-labs/next-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Next.js caching strategies and optimized component patterns -- [**next-upgrade**](https://github.com/vercel-labs/next-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Next.js version upgrade guide and migration patterns -- [**nuxt**](https://github.com/antfu/skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Nuxt.js framework best practices and server-side rendering patterns -- [**pinia**](https://github.com/antfu/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Pinia state management best practices for Vue applications -- [**react-components**](https://github.com/google-labs-code/stitch-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — React component patterns and best practices from Google Labs -- [**react-doctor**](https://github.com/millionco/react-doctor) ![risk-low](https://img.shields.io/badge/risk-low-green) — Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. -- [**react-native-best-practices**](https://github.com/callstackincubator/agent-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — React Native best practices and performance optimization from Callstack -- [**remotion**](https://github.com/google-labs-code/stitch-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Remotion video creation framework patterns from Google Labs -- [**remotion-render**](https://github.com/inference-sh-6/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Cloud-based Remotion video rendering via inference.sh -- [**swiftui-expert-skill**](https://github.com/avdlee/swiftui-agent-skill) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — SwiftUI best practices and modern iOS app development patterns -- [**unocss**](https://github.com/antfu/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — UnoCSS atomic CSS engine configuration and utility patterns +Show 14 skills + +- [**accessibility-compliance**](https://github.com/wshobson/agents) — Web accessibility compliance patterns and WCAG guidelines +- [**next-best-practices**](https://github.com/vercel-labs/next-skills) — Next.js performance optimization and best practices from Vercel +- [**next-cache-components**](https://github.com/vercel-labs/next-skills) — Next.js caching strategies and optimized component patterns +- [**next-upgrade**](https://github.com/vercel-labs/next-skills) — Next.js version upgrade guide and migration patterns +- [**nuxt**](https://github.com/antfu/skills) — Nuxt.js framework best practices and server-side rendering patterns +- [**pinia**](https://github.com/antfu/skills) — Pinia state management best practices for Vue applications +- [**react-doctor**](https://github.com/millionco/react-doctor) — Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. +- [**remotion-render**](https://github.com/inference-sh-6/skills) — Cloud-based Remotion video rendering via inference.sh +- [**unocss**](https://github.com/antfu/skills) — UnoCSS atomic CSS engine configuration and utility patterns - [**upgrading-expo**](https://github.com/expo/skills) — Upgrade Expo SDK versions and resolve dependency compatibility issues -- [**vite**](https://github.com/antfu/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Vite build tool best practices, configuration, and plugin development -- [**vue**](https://github.com/antfu/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Vue.js framework best practices and idiomatic patterns from Anthony Fu -- [**vue-best-practices**](https://github.com/hyf0/vue-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Vue 3 best practices with Composition API, script setup, and TypeScript -- [**vue-debug-guides**](https://github.com/hyf0/vue-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Vue 3 debugging techniques and error handling patterns -- [**vueuse-functions**](https://github.com/antfu/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — VueUse composable functions and utility patterns for Vue -- [**web-artifacts-builder**](https://github.com/anthropics/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Build multi-component web artifacts using React, Tailwind, and modern frontend tools +- [**vite**](https://github.com/antfu/skills) — Vite build tool best practices, configuration, and plugin development +- [**vue**](https://github.com/antfu/skills) — Vue.js framework best practices and idiomatic patterns from Anthony Fu +- [**vueuse-functions**](https://github.com/antfu/skills) — VueUse composable functions and utility patterns for Vue +- [**web-artifacts-builder**](https://github.com/anthropics/skills) — Build multi-component web artifacts using React, Tailwind, and modern frontend tools
-### Marketing (34) +### Marketing (25)
-Show 34 skills +Show 25 skills - [**ab-test-setup**](https://github.com/coreyhaines31/marketingskills) — Set up and run A/B tests for marketing optimization -- [**ai-content-pipeline**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Content Pipeline skill for AI agent workflows -- [**ai-marketing-videos**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Marketing Videos skill for AI agent workflows -- [**ai-seo**](https://github.com/coreyhaines31/marketingskills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Seo skill for AI agent workflows -- [**ai-social-media-content**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Social Media Content skill for AI agent workflows - [**analytics-tracking**](https://github.com/coreyhaines31/marketingskills) — Set up analytics tracking and measurement plans for marketing -- [**backlink-analyzer**](https://github.com/aaron-he-zhu/seo-geo-claude-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — SEO backlink analysis and link building strategy tool - [**competitor-alternatives**](https://github.com/coreyhaines31/marketingskills) — Analyze competitors and craft alternative positioning strategies -- [**content-repurposing**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Content Repurposing skill for AI agent workflows -- [**content-strategy**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Develop content marketing strategy and editorial plans -- [**copy-editing**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Edit and improve marketing copy for clarity and impact -- [**copywriting**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Write persuasive marketing copy and sales content +- [**content-strategy**](https://github.com/coreyhaines31/marketingskills) — Develop content marketing strategy and editorial plans +- [**copy-editing**](https://github.com/coreyhaines31/marketingskills) — Edit and improve marketing copy for clarity and impact +- [**copywriting**](https://github.com/coreyhaines31/marketingskills) — Write persuasive marketing copy and sales content - [**email-sequence**](https://github.com/coreyhaines31/marketingskills) — Design email marketing sequences and drip campaign automations - [**form-cro**](https://github.com/coreyhaines31/marketingskills) — Optimize form design and user flow for higher conversion rates - [**free-tool-strategy**](https://github.com/coreyhaines31/marketingskills) — Create free tools as marketing lead generation and growth strategy - [**launch-strategy**](https://github.com/coreyhaines31/marketingskills) — Plan and execute product launch strategies and go-to-market plans -- [**linkedin-content**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Linkedin Content skill for AI agent workflows -- [**marketing-ideas**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Generate creative marketing campaign ideas and growth strategies -- [**marketing-psychology**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Apply psychological principles to marketing and persuasion strategies +- [**marketing-ideas**](https://github.com/coreyhaines31/marketingskills) — Generate creative marketing campaign ideas and growth strategies +- [**marketing-psychology**](https://github.com/coreyhaines31/marketingskills) — Apply psychological principles to marketing and persuasion strategies - [**onboarding-cro**](https://github.com/coreyhaines31/marketingskills) — Optimize user onboarding flows for activation and conversion - [**page-cro**](https://github.com/coreyhaines31/marketingskills) — Optimize landing pages for higher conversion rates - [**paid-ads**](https://github.com/coreyhaines31/marketingskills) — Create and optimize paid advertising campaigns across platforms @@ -111,428 +94,254 @@ skillshare install - [**popup-cro**](https://github.com/coreyhaines31/marketingskills) — Design and optimize marketing popups for conversion and engagement - [**pricing-strategy**](https://github.com/coreyhaines31/marketingskills) — Design and optimize pricing models, tiers, and monetization strategies - [**product-marketing-context**](https://github.com/coreyhaines31/marketingskills) — Define product positioning, messaging, and marketing context -- [**programmatic-seo**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Create programmatic SEO pages at scale for organic traffic growth +- [**programmatic-seo**](https://github.com/coreyhaines31/marketingskills) — Create programmatic SEO pages at scale for organic traffic growth - [**referral-program**](https://github.com/coreyhaines31/marketingskills) — Design and implement customer referral programs for growth - [**schema-markup**](https://github.com/coreyhaines31/marketingskills) — Implement structured data and schema markup for better SEO -- [**seo-audit**](https://github.com/coreyhaines31/marketingskills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Audit website SEO and provide actionable optimization recommendations -- [**seo-content-brief**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Seo Content Brief skill for AI agent workflows -- [**seo-geo**](https://github.com/resciencelab/opc-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Geographic SEO optimization and local search strategies +- [**seo-audit**](https://github.com/coreyhaines31/marketingskills) — Audit website SEO and provide actionable optimization recommendations - [**signup-flow-cro**](https://github.com/coreyhaines31/marketingskills) — Optimize signup flows and registration for higher conversion - [**social-content**](https://github.com/coreyhaines31/marketingskills) — Create engaging social media content and posts across platforms
-### Workflow (192) +### Workflow (101)
-Show 192 skills +Show 101 skills -- [**ad-creative**](https://github.com/coreyhaines31/marketingskills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Ad Creative skill for AI agent workflows +- [**ace-step**](https://github.com/agentspace-so/runcomfy-agent-skills) — ace step skill for AI agent workflows - [**adapt**](https://github.com/pbakaus/impeccable) — Adapt skill for AI agent workflows - [**animate**](https://github.com/pbakaus/impeccable) — Animate skill for AI agent workflows -- [**antfu**](https://github.com/antfu/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Anthony Fu's coding conventions and project setup preferences -- [**app-store-screenshots**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — App Store Screenshots skill for AI agent workflows -- [**arrange**](https://github.com/pbakaus/impeccable) — Arrange skill for AI agent workflows +- [**antfu**](https://github.com/antfu/skills) — Anthony Fu's coding conventions and project setup preferences - [**audit**](https://github.com/pbakaus/impeccable) — Audit skill for AI agent workflows -- [**azure-cost**](https://github.com/microsoft/azure-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Azure Cost management and best practices -- [**azure-enterprise-infra-planner**](https://github.com/microsoft/azure-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Azure Enterprise Infra Planner management and best practices -- [**azure-quotas**](https://github.com/microsoft/azure-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Azure Quotas management and best practices -- [**azure-upgrade**](https://github.com/microsoft/azure-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Azure Upgrade management and best practices -- [**background-removal**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Background Removal skill for AI agent workflows -- [**bmad-orchestrator**](https://github.com/supercent-io/skills-template) — Bmad Orchestrator skill for AI agent workflows -- [**bolder**](https://github.com/pbakaus/impeccable) — Bolder skill for AI agent workflows -- [**brainstorming**](https://github.com/obra/superpowers) ![risk-low](https://img.shields.io/badge/risk-low-green) — Structured creative brainstorming and ideation before implementation -- [**case-study-writing**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Case Study Writing skill for AI agent workflows -- [**caveman**](https://github.com/juliusbrussee/caveman) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Caveman skill for AI agent workflows -- [**caveman-commit**](https://github.com/juliusbrussee/caveman) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Caveman Commit skill for AI agent workflows -- [**caveman-compress**](https://github.com/juliusbrussee/caveman) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Caveman Compress skill for AI agent workflows -- [**caveman-help**](https://github.com/juliusbrussee/caveman) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Caveman Help skill for AI agent workflows -- [**caveman-review**](https://github.com/juliusbrussee/caveman) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Caveman Review skill for AI agent workflows -- [**chat-ui**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Chat Ui skill for AI agent workflows -- [**churn-prevention**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Churn Prevention skill for AI agent workflows +- [**azure-cost**](https://github.com/microsoft/azure-skills) — Azure Cost management and best practices +- [**azure-enterprise-infra-planner**](https://github.com/microsoft/azure-skills) — Azure Enterprise Infra Planner management and best practices +- [**azure-quotas**](https://github.com/microsoft/azure-skills) — Azure Quotas management and best practices +- [**azure-upgrade**](https://github.com/microsoft/azure-skills) — Azure Upgrade management and best practices +- [**brainstorming**](https://github.com/obra/superpowers) — Structured creative brainstorming and ideation before implementation +- [**caveman**](https://github.com/juliusbrussee/caveman) — Caveman skill for AI agent workflows +- [**caveman-commit**](https://github.com/juliusbrussee/caveman) — Caveman Commit skill for AI agent workflows +- [**caveman-compress**](https://github.com/juliusbrussee/caveman) — Caveman Compress skill for AI agent workflows +- [**caveman-help**](https://github.com/juliusbrussee/caveman) — Caveman Help skill for AI agent workflows +- [**caveman-review**](https://github.com/juliusbrussee/caveman) — Caveman Review skill for AI agent workflows - [**clarify**](https://github.com/pbakaus/impeccable) — Clarify skill for AI agent workflows -- [**code-refactoring**](https://github.com/supercent-io/skills-template) — Code Refactoring skill for AI agent workflows -- [**codebase-search**](https://github.com/supercent-io/skills-template) — Codebase Search skill for AI agent workflows -- [**codex-pet**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Codex Pet skill for AI agent workflows +- [**codex-pet**](https://github.com/agentspace-so/runcomfy-agent-skills) — Codex Pet skill for AI agent workflows - [**colorize**](https://github.com/pbakaus/impeccable) — Colorize skill for AI agent workflows -- [**competitor-teardown**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Competitor Teardown skill for AI agent workflows +- [**controlnet-pose**](https://github.com/agentspace-so/runcomfy-agent-skills) — controlnet pose skill for AI agent workflows - [**critique**](https://github.com/pbakaus/impeccable) — Critique skill for AI agent workflows -- [**customer-persona**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Customer Persona skill for AI agent workflows -- [**data-analysis**](https://github.com/supercent-io/skills-template) — Data Analysis skill for AI agent workflows -- [**data-visualization**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Data Visualization skill for AI agent workflows -- [**debugging**](https://github.com/supercent-io/skills-template) — Debugging skill for AI agent workflows -- [**delight**](https://github.com/pbakaus/impeccable) — Delight skill for AI agent workflows -- [**develop-userscripts**](https://github.com/xixu-me/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Develop Userscripts skill for AI agent workflows -- [**developing-genkit-dart**](https://github.com/firebase/agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Developing Genkit Dart skill for AI agent workflows -- [**developing-genkit-js**](https://github.com/firebase/agent-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Developing Genkit Js skill for AI agent workflows -- [**diagnose**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Diagnose skill for AI agent workflows -- [**dialogue-audio**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Dialogue Audio skill for AI agent workflows -- [**dispatching-parallel-agents**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Dispatch and coordinate independent tasks across parallel agents -- [**distill**](https://github.com/pbakaus/impeccable) — Distill skill for AI agent workflows -- [**dogfood**](https://github.com/vercel-labs/agent-browser) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Dogfood skill for AI agent workflows -- [**elevenlabs-music**](https://github.com/inferen-sh/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Elevenlabs Music skill for AI agent workflows -- [**elevenlabs-tts**](https://github.com/inferen-sh/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Elevenlabs Tts skill for AI agent workflows -- [**env-and-assets-bootstrap**](https://github.com/lllllllama/ai-paper-reproduction-skill) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Env And Assets Bootstrap skill for AI agent workflows -- [**executing-plans**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Execute implementation plans step-by-step with review checkpoints -- [**extract**](https://github.com/pbakaus/impeccable) — Extract skill for AI agent workflows -- [**file-organization**](https://github.com/supercent-io/skills-template) — File Organization skill for AI agent workflows -- [**find-skills**](https://github.com/vercel-labs/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Discover and install skills from the open agent skills ecosystem -- [**finishing-a-development-branch**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Complete and integrate development branch work with proper review -- [**firebase-app-hosting-basics**](https://github.com/firebase/agent-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Firebase App Hosting Basics skill for AI agent workflows -- [**firebase-basics**](https://github.com/firebase/agent-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Firebase Basics skill for AI agent workflows -- [**firebase-hosting-basics**](https://github.com/firebase/agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Firebase Hosting Basics skill for AI agent workflows -- [**flux-2-klein**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Flux 2 Klein skill for AI agent workflows -- [**flux-kontext**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Flux Kontext skill for AI agent workflows -- [**gemini-computer-use**](https://github.com/am-will/codex-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Gemini Computer Use skill for AI agent workflows -- [**gh-cli**](https://github.com/github/awesome-copilot) — Gh Cli skill for AI agent workflows -- [**git-commit**](https://github.com/github/awesome-copilot) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Git Commit skill for AI agent workflows -- [**git-workflow**](https://github.com/supercent-io/skills-template) — Git Workflow skill for AI agent workflows -- [**google-veo**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Google Veo skill for AI agent workflows -- [**grill-me**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Grill Me skill for AI agent workflows -- [**grimoire-polymarket**](https://github.com/franalgaba/grimoire) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Grimoire Polymarket skill for AI agent workflows -- [**happyhorse-1-0**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Happyhorse 1 0 skill for AI agent workflows -- [**harden**](https://github.com/pbakaus/impeccable) — Harden skill for AI agent workflows -- [**impeccable**](https://github.com/pbakaus/impeccable) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Impeccable skill for AI agent workflows -- [**improve-codebase-architecture**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Improve Codebase Architecture skill for AI agent workflows -- [**infsh-cli**](https://github.com/inferen-sh/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Infsh Cli skill for AI agent workflows -- [**just-scrape**](https://github.com/scrapegraphai/just-scrape) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Just Scrape skill for AI agent workflows -- [**kling-3-0**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Kling 3 0 skill for AI agent workflows -- [**lark-approval**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Approval skill for AI agent workflows -- [**lark-attendance**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Attendance skill for AI agent workflows -- [**lark-base**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Base skill for AI agent workflows -- [**lark-calendar**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Calendar skill for AI agent workflows -- [**lark-contact**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Contact skill for AI agent workflows -- [**lark-drive**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Drive skill for AI agent workflows -- [**lark-event**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Event skill for AI agent workflows -- [**lark-im**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Im skill for AI agent workflows -- [**lark-minutes**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Minutes skill for AI agent workflows -- [**lark-okr**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Okr skill for AI agent workflows -- [**lark-openapi-explorer**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Openapi Explorer skill for AI agent workflows -- [**lark-shared**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Shared skill for AI agent workflows -- [**lark-sheets**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Sheets skill for AI agent workflows -- [**lark-skill-maker**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Skill Maker skill for AI agent workflows -- [**lark-task**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Task skill for AI agent workflows -- [**lark-vc**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Vc skill for AI agent workflows -- [**lark-whiteboard**](https://github.com/larksuite/cli) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Lark Whiteboard skill for AI agent workflows -- [**lark-wiki**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Wiki skill for AI agent workflows -- [**lark-workflow-meeting-summary**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Workflow Meeting Summary skill for AI agent workflows -- [**lark-workflow-standup-report**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Workflow Standup Report skill for AI agent workflows -- [**log-analysis**](https://github.com/supercent-io/skills-template) — Log Analysis skill for AI agent workflows -- [**looker-studio-bigquery**](https://github.com/supercent-io/skills-template) — Looker Studio Bigquery skill for AI agent workflows -- [**markdown-url**](https://github.com/am-will/codex-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Markdown Url skill for AI agent workflows -- [**minimal-run-and-audit**](https://github.com/lllllllama/ai-paper-reproduction-skill) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Minimal Run And Audit skill for AI agent workflows -- [**monitoring-observability**](https://github.com/supercent-io/skills-template) — Monitoring Observability skill for AI agent workflows -- [**nano-banana**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Nano Banana skill for AI agent workflows -- [**nano-banana-2**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Nano Banana 2 skill for AI agent workflows -- [**nano-banana-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Nano Banana Edit skill for AI agent workflows -- [**newsletter-curation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Newsletter Curation skill for AI agent workflows -- [**normalize**](https://github.com/pbakaus/impeccable) — Normalize skill for AI agent workflows -- [**npm-git-install**](https://github.com/supercent-io/skills-template) — Npm Git Install skill for AI agent workflows -- [**onboard**](https://github.com/pbakaus/impeccable) — Onboard skill for AI agent workflows -- [**openclaw-secure-linux-cloud**](https://github.com/xixu-me/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Openclaw Secure Linux Cloud skill for AI agent workflows -- [**opencontext**](https://github.com/supercent-io/skills-template) — Opencontext skill for AI agent workflows -- [**opensource-guide-coach**](https://github.com/xixu-me/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Opensource Guide Coach skill for AI agent workflows +- [**develop-userscripts**](https://github.com/xixu-me/skills) — Develop Userscripts skill for AI agent workflows +- [**diagnose**](https://github.com/mattpocock/skills) — Diagnose skill for AI agent workflows +- [**dispatching-parallel-agents**](https://github.com/obra/superpowers) — Dispatch and coordinate independent tasks across parallel agents +- [**elevenlabs-music-generation**](https://github.com/agentspace-so/runcomfy-agent-skills) — elevenlaus music generation skill for AI agent workflows +- [**env-and-assets-bootstrap**](https://github.com/lllllllama/ai-paper-reproduction-skill) — Env And Assets Bootstrap skill for AI agent workflows +- [**executing-plans**](https://github.com/obra/superpowers) — Execute implementation plans step-by-step with review checkpoints +- [**face-swap**](https://github.com/agentspace-so/runcomfy-agent-skills) — face swap skill for AI agent workflows +- [**find-skills**](https://github.com/vercel-labs/skills) — Discover and install skills from the open agent skills ecosystem +- [**finishing-a-development-branch**](https://github.com/obra/superpowers) — Complete and integrate development branch work with proper review +- [**flux-2-klein**](https://github.com/agentspace-so/runcomfy-agent-skills) — Flux 2 Klein skill for AI agent workflows +- [**flux-kontext**](https://github.com/agentspace-so/runcomfy-agent-skills) — Flux Kontext skill for AI agent workflows +- [**grill-me**](https://github.com/mattpocock/skills) — Grill Me skill for AI agent workflows +- [**handoff**](https://github.com/mattpocock/skills) — handoff skill for AI agent workflows +- [**happyhorse-1-0**](https://github.com/agentspace-so/runcomfy-agent-skills) — Happyhorse 1 0 skill for AI agent workflows +- [**impeccable**](https://github.com/pbakaus/impeccable) — Impeccable skill for AI agent workflows +- [**improve-codebase-architecture**](https://github.com/mattpocock/skills) — Improve Codebase Architecture skill for AI agent workflows +- [**just-scrape**](https://github.com/scrapegraphai/just-scrape) — Just Scrape skill for AI agent workflows +- [**kling-3-0**](https://github.com/agentspace-so/runcomfy-agent-skills) — Kling 3 0 skill for AI agent workflows +- [**lark-approval**](https://github.com/larksuite/cli) — Lark Approval skill for AI agent workflows +- [**lark-attendance**](https://github.com/larksuite/cli) — Lark Attendance skill for AI agent workflows +- [**lark-base**](https://github.com/larksuite/cli) — Lark Base skill for AI agent workflows +- [**lark-calendar**](https://github.com/larksuite/cli) — Lark Calendar skill for AI agent workflows +- [**lark-contact**](https://github.com/larksuite/cli) — Lark Contact skill for AI agent workflows +- [**lark-drive**](https://github.com/larksuite/cli) — Lark Drive skill for AI agent workflows +- [**lark-event**](https://github.com/larksuite/cli) — Lark Event skill for AI agent workflows +- [**lark-im**](https://github.com/larksuite/cli) — Lark Im skill for AI agent workflows +- [**lark-minutes**](https://github.com/larksuite/cli) — Lark Minutes skill for AI agent workflows +- [**lark-okr**](https://github.com/larksuite/cli) — Lark Okr skill for AI agent workflows +- [**lark-openapi-explorer**](https://github.com/larksuite/cli) — Lark Openapi Explorer skill for AI agent workflows +- [**lark-shared**](https://github.com/larksuite/cli) — Lark Shared skill for AI agent workflows +- [**lark-sheets**](https://github.com/larksuite/cli) — Lark Sheets skill for AI agent workflows +- [**lark-skill-maker**](https://github.com/larksuite/cli) — Lark Skill Maker skill for AI agent workflows +- [**lark-task**](https://github.com/larksuite/cli) — Lark Task skill for AI agent workflows +- [**lark-vc**](https://github.com/larksuite/cli) — Lark Vc skill for AI agent workflows +- [**lark-whiteboard**](https://github.com/larksuite/cli) — Lark Whiteboard skill for AI agent workflows +- [**lark-wiki**](https://github.com/larksuite/cli) — Lark Wiki skill for AI agent workflows +- [**lark-workflow-meeting-summary**](https://github.com/larksuite/cli) — Lark Workflow Meeting Summary skill for AI agent workflows +- [**lark-workflow-standup-report**](https://github.com/larksuite/cli) — Lark Workflow Standup Report skill for AI agent workflows +- [**lipsync**](https://github.com/agentspace-so/runcomfy-agent-skills) — lipsync skill for AI agent workflows +- [**minimal-run-and-audit**](https://github.com/lllllllama/ai-paper-reproduction-skill) — Minimal Run And Audit skill for AI agent workflows +- [**nano-banana-2**](https://github.com/inference-sh-9/skills) — Nano Banana 2 skill for AI agent workflows +- [**nano-banana-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Nano Banana Edit skill for AI agent workflows +- [**openclaw-secure-linux-cloud**](https://github.com/xixu-me/skills) — Openclaw Secure Linux Cloud skill for AI agent workflows +- [**opensource-guide-coach**](https://github.com/xixu-me/skills) — Opensource Guide Coach skill for AI agent workflows - [**optimize**](https://github.com/pbakaus/impeccable) — Optimize skill for AI agent workflows -- [**overdrive**](https://github.com/pbakaus/impeccable) — Overdrive skill for AI agent workflows -- [**p-video**](https://github.com/inferen-sh/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — P Video skill for AI agent workflows -- [**paper-context-resolver**](https://github.com/lllllllama/ai-paper-reproduction-skill) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Paper Context Resolver skill for AI agent workflows -- [**parallel-task**](https://github.com/am-will/codex-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Parallel Task skill for AI agent workflows -- [**parallel-task-spark**](https://github.com/am-will/codex-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Parallel Task Spark skill for AI agent workflows -- [**pattern-detection**](https://github.com/supercent-io/skills-template) — Pattern Detection skill for AI agent workflows -- [**performance-optimization**](https://github.com/supercent-io/skills-template) — Performance Optimization skill for AI agent workflows -- [**pitch-deck-visuals**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Pitch Deck Visuals skill for AI agent workflows -- [**plan-harder**](https://github.com/am-will/codex-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Plan Harder skill for AI agent workflows -- [**planner**](https://github.com/am-will/codex-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Planner skill for AI agent workflows -- [**planning-with-files**](https://github.com/othmanadi/planning-with-files) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — File-based planning and task management for AI agent workflows -- [**pnpm**](https://github.com/antfu/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — pnpm package manager best practices and workspace patterns +- [**paper-context-resolver**](https://github.com/lllllllama/ai-paper-reproduction-skill) — Paper Context Resolver skill for AI agent workflows +- [**pnpm**](https://github.com/antfu/skills) — pnpm package manager best practices and workspace patterns - [**polish**](https://github.com/pbakaus/impeccable) — Polish skill for AI agent workflows -- [**press-release-writing**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Press Release Writing skill for AI agent workflows -- [**product-changelog**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Product Changelog skill for AI agent workflows -- [**product-hunt-launch**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Product Hunt Launch skill for AI agent workflows -- [**product-photography**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Product Photography skill for AI agent workflows -- [**quieter**](https://github.com/pbakaus/impeccable) — Quieter skill for AI agent workflows -- [**ralph**](https://github.com/supercent-io/skills-template) — Ralph skill for AI agent workflows -- [**ralph-tui-prd**](https://github.com/subsy/ralph-tui) ![risk-low](https://img.shields.io/badge/risk-low-green) — Generate structured product requirements documents for AI agent execution with ralph-tui -- [**read-github**](https://github.com/am-will/codex-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Read Github skill for AI agent workflows -- [**readme-i18n**](https://github.com/xixu-me/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Readme I18n skill for AI agent workflows -- [**related-skill**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Related Skill skill for AI agent workflows -- [**repo-intake-and-plan**](https://github.com/lllllllama/ai-paper-reproduction-skill) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Repo Intake And Plan skill for AI agent workflows -- [**revops**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Revops skill for AI agent workflows -- [**role-creator**](https://github.com/am-will/codex-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Role Creator skill for AI agent workflows -- [**sales-enablement**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Sales Enablement skill for AI agent workflows -- [**search**](https://github.com/tavily-ai/skills) — Search skill for AI agent workflows -- [**secure-linux-web-hosting**](https://github.com/xixu-me/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Secure Linux Web Hosting skill for AI agent workflows -- [**seedance-v2**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Seedance V2 skill for AI agent workflows -- [**setup-matt-pocock-skills**](https://github.com/mattpocock/skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Setup Matt Pocock Skills skill for AI agent workflows -- [**simple**](https://github.com/roin-orca/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Simple skill for AI agent workflows -- [**site-architecture**](https://github.com/coreyhaines31/marketingskills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Site Architecture skill for AI agent workflows -- [**skill-creator**](https://github.com/anthropics/skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. -- [**skill-standardization**](https://github.com/supercent-io/skills-template) — Skill Standardization skill for AI agent workflows -- [**skills-cli**](https://github.com/xixu-me/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Skills Cli skill for AI agent workflows -- [**skillshare**](https://github.com/runkids/skillshare/tree/main/skills/skillshare) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Built-in AI skill for skillshare – helps install, search, and manage skills from the hub -- [**social-media-carousel**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Social Media Carousel skill for AI agent workflows -- [**soultrace**](https://github.com/soultrace-ai/soultrace-skill) ![risk-low](https://img.shields.io/badge/risk-low-green) — Soultrace skill for AI agent workflows -- [**speech-to-text**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Speech To Text skill for AI agent workflows -- [**standup-meeting**](https://github.com/supercent-io/skills-template) — Standup Meeting skill for AI agent workflows -- [**state-management**](https://github.com/supercent-io/skills-template) — State Management skill for AI agent workflows -- [**stitch-loop**](https://github.com/google-labs-code/stitch-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Iterative design-code loop patterns from Google Labs Stitch -- [**storyboard-creation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Storyboard Creation skill for AI agent workflows -- [**subagent-driven-development**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Execute implementation tasks using coordinated parallel subagents -- [**supabase**](https://github.com/supabase/agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Supabase skill for AI agent workflows -- [**super-swarm-spark**](https://github.com/am-will/codex-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Super Swarm Spark skill for AI agent workflows -- [**swarm-planner**](https://github.com/am-will/codex-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Swarm Planner skill for AI agent workflows -- [**system-environment-setup**](https://github.com/supercent-io/skills-template) — System Environment Setup skill for AI agent workflows -- [**systematic-debugging**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Systematic approach to diagnosing and fixing bugs before proposing solutions -- [**talking-head-production**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Talking Head Production skill for AI agent workflows -- [**task-estimation**](https://github.com/supercent-io/skills-template) — Task Estimation skill for AI agent workflows -- [**task-planning**](https://github.com/supercent-io/skills-template) — Task Planning skill for AI agent workflows -- [**teach-impeccable**](https://github.com/pbakaus/impeccable) — Teach Impeccable skill for AI agent workflows -- [**technical-blog-writing**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Technical Blog Writing skill for AI agent workflows -- [**technical-writing**](https://github.com/supercent-io/skills-template) — Technical Writing skill for AI agent workflows -- [**text-to-speech**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Text To Speech skill for AI agent workflows -- [**to-issues**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — To Issues skill for AI agent workflows -- [**to-prd**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — To Prd skill for AI agent workflows -- [**tools-ui**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Tools Ui skill for AI agent workflows -- [**triage**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Triage skill for AI agent workflows -- [**twitter-automation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Twitter Automation skill for AI agent workflows -- [**twitter-thread-creation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Twitter Thread Creation skill for AI agent workflows -- [**typeset**](https://github.com/pbakaus/impeccable) — Typeset skill for AI agent workflows -- [**tzst**](https://github.com/xixu-me/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Tzst skill for AI agent workflows -- [**use-my-browser**](https://github.com/xixu-me/skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Use My Browser skill for AI agent workflows -- [**user-guide-writing**](https://github.com/supercent-io/skills-template) — User Guide Writing skill for AI agent workflows -- [**using-git-worktrees**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Use git worktrees for isolated feature development without stashing -- [**using-superpowers**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Discover and use available superpowers skills at conversation start -- [**value**](https://github.com/hugmouse/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Value skill for AI agent workflows -- [**verification-before-completion**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Run verification commands before claiming work is complete or fixed -- [**vet**](https://github.com/imbue-ai/vet) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Vet skill for AI agent workflows -- [**video-ad-specs**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Video Ad Specs skill for AI agent workflows -- [**video-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Video Edit skill for AI agent workflows -- [**wan-2-7**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Wan 2 7 skill for AI agent workflows -- [**web-accessibility**](https://github.com/supercent-io/skills-template) — Web Accessibility skill for AI agent workflows -- [**web-search**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Web Search skill for AI agent workflows -- [**widgets-ui**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Widgets Ui skill for AI agent workflows -- [**wonda-cli**](https://github.com/degausai/wonda) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Wonda Cli skill for AI agent workflows -- [**workflow-automation**](https://github.com/supercent-io/skills-template) — Workflow Automation skill for AI agent workflows -- [**write-a-skill**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Write A Skill skill for AI agent workflows -- [**writing-plans**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Create structured, step-by-step implementation plans before writing code -- [**writing-skills**](https://github.com/obra/superpowers) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Create, edit, and verify skills for AI code agents -- [**xdrop**](https://github.com/xixu-me/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Xdrop skill for AI agent workflows -- [**xget**](https://github.com/xixu-me/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Xget skill for AI agent workflows -- [**zoom-out**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Zoom Out skill for AI agent workflows +- [**prototype**](https://github.com/mattpocock/skills) — prototype skill for AI agent workflows +- [**readme-i18n**](https://github.com/xixu-me/skills) — Readme I18n skill for AI agent workflows +- [**relight**](https://github.com/agentspace-so/runcomfy-agent-skills) — relight skill for AI agent workflows +- [**repo-intake-and-plan**](https://github.com/lllllllama/ai-paper-reproduction-skill) — Repo Intake And Plan skill for AI agent workflows +- [**runcomfy-cli**](https://github.com/agentspace-so/runcomfy-agent-skills) — runcomfy cli skill for AI agent workflows +- [**secure-linux-web-hosting**](https://github.com/xixu-me/skills) — Secure Linux Web Hosting skill for AI agent workflows +- [**seedance-v2**](https://github.com/agentspace-so/runcomfy-agent-skills) — Seedance V2 skill for AI agent workflows +- [**setup-matt-pocock-skills**](https://github.com/mattpocock/skills) — Setup Matt Pocock Skills skill for AI agent workflows +- [**simple**](https://github.com/roin-orca/skills) — Simple skill for AI agent workflows +- [**skill-creator**](https://github.com/anthropics/skills) — Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. +- [**skills-cli**](https://github.com/xixu-me/skills) — Skills Cli skill for AI agent workflows +- [**soultrace**](https://github.com/soultrace-ai/soultrace-skill) — Soultrace skill for AI agent workflows +- [**subagent-driven-development**](https://github.com/obra/superpowers) — Execute implementation tasks using coordinated parallel subagents +- [**supabase**](https://github.com/supabase/agent-skills) — Supabase skill for AI agent workflows +- [**systematic-debugging**](https://github.com/obra/superpowers) — Systematic approach to diagnosing and fixing bugs before proposing solutions +- [**to-issues**](https://github.com/mattpocock/skills) — To Issues skill for AI agent workflows +- [**to-prd**](https://github.com/mattpocock/skills) — To Prd skill for AI agent workflows +- [**triage**](https://github.com/mattpocock/skills) — Triage skill for AI agent workflows +- [**twitter-automation**](https://github.com/inference-sh-9/skills) — Twitter Automation skill for AI agent workflows +- [**tzst**](https://github.com/xixu-me/skills) — Tzst skill for AI agent workflows +- [**use-my-browser**](https://github.com/xixu-me/skills) — Use My Browser skill for AI agent workflows +- [**using-git-worktrees**](https://github.com/obra/superpowers) — Use git worktrees for isolated feature development without stashing +- [**using-superpowers**](https://github.com/obra/superpowers) — Discover and use available superpowers skills at conversation start +- [**verification-before-completion**](https://github.com/obra/superpowers) — Run verification commands before claiming work is complete or fixed +- [**video-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Video Edit skill for AI agent workflows +- [**video-extend**](https://github.com/agentspace-so/runcomfy-agent-skills) — video extend skill for AI agent workflows +- [**wan-2-7**](https://github.com/agentspace-so/runcomfy-agent-skills) — Wan 2 7 skill for AI agent workflows +- [**write-a-skill**](https://github.com/mattpocock/skills) — Write A Skill skill for AI agent workflows +- [**writing-plans**](https://github.com/obra/superpowers) — Create structured, step-by-step implementation plans before writing code +- [**writing-skills**](https://github.com/obra/superpowers) — Create, edit, and verify skills for AI code agents +- [**xdrop**](https://github.com/xixu-me/skills) — Xdrop skill for AI agent workflows +- [**xget**](https://github.com/xixu-me/skills) — Xget skill for AI agent workflows +- [**zoom-out**](https://github.com/mattpocock/skills) — Zoom Out skill for AI agent workflows
-### Agent (71) +### Agent (33)
-Show 71 skills - -- [**agent-browser**](https://github.com/vercel-labs/agent-browser) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Browser automation agent for web page interactions using Playwright -- [**agent-configuration**](https://github.com/supercent-io/skills-template) — Agent Configuration skill for AI agent workflows -- [**agent-email-cli**](https://github.com/zaddy6/agent-email-skill) ![risk-low](https://img.shields.io/badge/risk-low-green) — Agent Email Cli skill for AI agent workflows -- [**agent-evaluation**](https://github.com/supercent-io/skills-template) — Agent Evaluation skill for AI agent workflows -- [**agent-tools**](https://github.com/inf-sh/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Run 150+ AI apps in the cloud via inference.sh CLI — image, video, LLM, search, and more -- [**agent-ui**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Agent Ui skill for AI agent workflows -- [**agentation**](https://github.com/benjitaylor/agentation) ![risk-low](https://img.shields.io/badge/risk-low-green) — Agent coordination framework for multi-agent task execution -- [**agentic-development-principles**](https://github.com/supercent-io/skills-template) — Agentic Development Principles skill for AI agent workflows -- [**agentic-workflow**](https://github.com/supercent-io/skills-template) — Agentic Workflow skill for AI agent workflows -- [**agentspace**](https://github.com/agentspace-so/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Agentspace skill for AI agent workflows -- [**ai-automation-workflows**](https://github.com/inference-sh-9/skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Ai Automation Workflows skill for AI agent workflows -- [**ai-avatar-video**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Avatar Video skill for AI agent workflows -- [**ai-image-generation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Image Generation skill for AI agent workflows -- [**ai-music-generation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Music Generation skill for AI agent workflows -- [**ai-podcast-creation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Podcast Creation skill for AI agent workflows -- [**ai-product-photography**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Product Photography skill for AI agent workflows -- [**ai-rag-pipeline**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Rag Pipeline skill for AI agent workflows -- [**ai-video-generation**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Video Generation skill for AI agent workflows -- [**ai-voice-cloning**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Ai Voice Cloning skill for AI agent workflows -- [**airunway-aks-setup**](https://github.com/microsoft/azure-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Airunway Aks Setup skill for AI agent workflows -- [**baoyu-article-illustrator**](https://github.com/jimliu/baoyu-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Generate illustrations for articles and blog posts -- [**baoyu-comic**](https://github.com/jimliu/baoyu-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Create comic strips and visual stories from text prompts -- [**baoyu-compress-image**](https://github.com/jimliu/baoyu-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Compress and optimize images for web and social media -- [**baoyu-cover-image**](https://github.com/jimliu/baoyu-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Generate cover images for articles, posts, and social media -- [**baoyu-danger-gemini-web**](https://github.com/jimliu/baoyu-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Web browsing and research using Gemini API integration -- [**baoyu-danger-x-to-markdown**](https://github.com/jimliu/baoyu-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Convert X/Twitter posts and threads to Markdown format -- [**baoyu-image-gen**](https://github.com/jimliu/baoyu-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Generate images from text prompts using AI models -- [**baoyu-infographic**](https://github.com/jimliu/baoyu-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Create infographic visualizations from data and text -- [**baoyu-post-to-wechat**](https://github.com/jimliu/baoyu-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Publish and format content for WeChat Official Accounts -- [**baoyu-post-to-x**](https://github.com/jimliu/baoyu-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Compose and publish posts to X/Twitter with media support -- [**baoyu-slide-deck**](https://github.com/jimliu/baoyu-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Generate presentation slide decks from text content -- [**baoyu-url-to-markdown**](https://github.com/jimliu/baoyu-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Convert web page content to clean Markdown format -- [**baoyu-xhs-images**](https://github.com/jimliu/baoyu-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Create image posts optimized for Xiaohongshu (RED) platform -- [**browser-use**](https://github.com/browser-use/browser-use) ![risk-low](https://img.shields.io/badge/risk-low-green) — Browser automation CLI for persistent session-based web interactions -- [**changelog-maintenance**](https://github.com/supercent-io/skills-template) — Changelog Maintenance skill for AI agent workflows -- [**chatgpt-app-builder**](https://github.com/mcp-use/mcp-use) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Build ChatGPT-powered applications with MCP integration -- [**clawdirect**](https://github.com/napoleond/clawdirect) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Directory of social web experiences for AI agents — browse, like, and manage listings -- [**clawdirect-dev**](https://github.com/napoleond/clawdirect) ![risk-low](https://img.shields.io/badge/risk-low-green) — Development tools and utilities for ClawDirect directory extensions -- [**cold-email**](https://github.com/coreyhaines31/marketingskills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Cold Email skill for AI agent workflows -- [**copilot-coding-agent**](https://github.com/supercent-io/skills-template) — Copilot Coding Agent skill for AI agent workflows -- [**enhance-prompt**](https://github.com/google-labs-code/stitch-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — AI prompt enhancement and optimization techniques -- [**explainer-video-guide**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Explainer Video Guide skill for AI agent workflows -- [**firebase-ai-logic**](https://github.com/supercent-io/skills-template) — Firebase Ai Logic skill for AI agent workflows -- [**flux-image**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Flux Image skill for AI agent workflows -- [**fun-brainstorming**](https://github.com/roin-orca/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Fun Brainstorming skill for AI agent workflows -- [**gpt-image-2**](https://github.com/agentspace-so/agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Gpt Image 2 skill for AI agent workflows -- [**gpt-image-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Gpt Image Edit skill for AI agent workflows -- [**image-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Image Edit skill for AI agent workflows -- [**image-to-video**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Image To Video skill for AI agent workflows -- [**image-upscaling**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Image Upscaling skill for AI agent workflows -- [**lark-mail**](https://github.com/larksuite/cli) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Lark Mail skill for AI agent workflows -- [**lark-slides**](https://github.com/larksuite/cli) ![risk-low](https://img.shields.io/badge/risk-low-green) — Lark Slides skill for AI agent workflows -- [**llm-council**](https://github.com/am-will/codex-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Llm Council skill for AI agent workflows -- [**llm-models**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Llm Models skill for AI agent workflows -- [**mastra**](https://github.com/mastra-ai/skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Mastra AI agent framework patterns and workflow orchestration -- [**mcp-builder**](https://github.com/anthropics/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Build Model Context Protocol (MCP) servers and tools for AI agents -- [**openai-docs-skill**](https://github.com/am-will/codex-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Openai Docs Skill skill for AI agent workflows -- [**p-image**](https://github.com/inferen-sh/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — P Image skill for AI agent workflows -- [**pexo-agent**](https://github.com/pexoai/pexo-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Pexo Agent skill for AI agent workflows -- [**pollinations-ai**](https://github.com/supercent-io/skills-template) — Pollinations Ai skill for AI agent workflows -- [**prompt-engineering**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Prompt Engineering skill for AI agent workflows -- [**prompt-repetition**](https://github.com/supercent-io/skills-template) — Prompt Repetition skill for AI agent workflows -- [**qwen-image-2**](https://github.com/toolshell/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Qwen Image 2 skill for AI agent workflows -- [**qwen-image-2-pro**](https://github.com/toolshell/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Qwen Image 2 Pro skill for AI agent workflows -- [**release-skills**](https://github.com/jimliu/baoyu-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Automate release notes and changelog generation -- [**remembering-conversations**](https://github.com/obra/episodic-memory) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Episodic memory for AI agents to maintain conversation context -- [**running-claude-code-via-litellm-copilot**](https://github.com/xixu-me/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Running Claude Code Via Litellm Copilot skill for AI agent workflows -- [**seedance2-api**](https://github.com/hexiaochun/seedance2-api) — Seedance2 video generation API integration and workflow -- [**self-improving-agent**](https://github.com/charon-fan/agent-playbook) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Self Improving Agent skill for AI agent workflows -- [**simple-brainstorm**](https://github.com/roin-orca/skills) — Simple Brainstorm skill for AI agent workflows -- [**video-prompting-guide**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Video Prompting Guide skill for AI agent workflows +Show 33 skills + +- [**agent-browser**](https://github.com/vercel-labs/agent-browser) — Browser automation agent for web page interactions using Playwright +- [**agentspace**](https://github.com/agentspace-so/skills) — Agentspace skill for AI agent workflows +- [**ai-avatar-video**](https://github.com/inference-sh-9/skills) — Ai Avatar Video skill for AI agent workflows +- [**ai-image-generation**](https://github.com/inference-sh-9/skills) — Ai Image Generation skill for AI agent workflows +- [**ai-music**](https://github.com/agentspace-so/runcomfy-agent-skills) — ai music skill for AI agent workflows +- [**ai-video-generation**](https://github.com/inference-sh-9/skills) — Ai Video Generation skill for AI agent workflows +- [**airunway-aks-setup**](https://github.com/microsoft/azure-skills) — Airunway Aks Setup skill for AI agent workflows +- [**baoyu-article-illustrator**](https://github.com/jimliu/baoyu-skills) — Generate illustrations for articles and blog posts +- [**baoyu-comic**](https://github.com/jimliu/baoyu-skills) — Create comic strips and visual stories from text prompts +- [**baoyu-compress-image**](https://github.com/jimliu/baoyu-skills) — Compress and optimize images for web and social media +- [**baoyu-cover-image**](https://github.com/jimliu/baoyu-skills) — Generate cover images for articles, posts, and social media +- [**baoyu-danger-gemini-web**](https://github.com/jimliu/baoyu-skills) — Web browsing and research using Gemini API integration +- [**baoyu-danger-x-to-markdown**](https://github.com/jimliu/baoyu-skills) — Convert X/Twitter posts and threads to Markdown format +- [**baoyu-image-gen**](https://github.com/jimliu/baoyu-skills) — Generate images from text prompts using AI models +- [**baoyu-infographic**](https://github.com/jimliu/baoyu-skills) — Create infographic visualizations from data and text +- [**baoyu-post-to-wechat**](https://github.com/jimliu/baoyu-skills) — Publish and format content for WeChat Official Accounts +- [**baoyu-post-to-x**](https://github.com/jimliu/baoyu-skills) — Compose and publish posts to X/Twitter with media support +- [**baoyu-slide-deck**](https://github.com/jimliu/baoyu-skills) — Generate presentation slide decks from text content +- [**baoyu-url-to-markdown**](https://github.com/jimliu/baoyu-skills) — Convert web page content to clean Markdown format +- [**baoyu-xhs-images**](https://github.com/jimliu/baoyu-skills) — Create image posts optimized for Xiaohongshu (RED) platform +- [**gpt-image-2**](https://github.com/agentspace-so/agent-skills) — Gpt Image 2 skill for AI agent workflows +- [**gpt-image-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Gpt Image Edit skill for AI agent workflows +- [**image-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Image Edit skill for AI agent workflows +- [**image-inpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — image inpainting skill for AI agent workflows +- [**image-outpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — image outpainting skill for AI agent workflows +- [**image-to-video**](https://github.com/inference-sh-9/skills) — Image To Video skill for AI agent workflows +- [**lark-mail**](https://github.com/larksuite/cli) — Lark Mail skill for AI agent workflows +- [**lark-slides**](https://github.com/larksuite/cli) — Lark Slides skill for AI agent workflows +- [**mcp-builder**](https://github.com/anthropics/skills) — Build Model Context Protocol (MCP) servers and tools for AI agents +- [**release-skills**](https://github.com/jimliu/baoyu-skills) — Automate release notes and changelog generation +- [**running-claude-code-via-litellm-copilot**](https://github.com/xixu-me/skills) — Running Claude Code Via Litellm Copilot skill for AI agent workflows +- [**video-inpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — video inpainting skill for AI agent workflows +- [**video-outpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — video outpainting skill for AI agent workflows
-### Design (24) +### Design (10)
-Show 24 skills - -- [**algorithmic-art**](https://github.com/anthropics/skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Generate algorithmic and generative art with code -- [**api-design**](https://github.com/supercent-io/skills-template) — Api Design skill for AI agent workflows -- [**book-cover-design**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Book Cover Design skill for AI agent workflows -- [**brand-guidelines**](https://github.com/anthropics/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Create and maintain brand identity guidelines and visual standards -- [**canvas-design**](https://github.com/anthropics/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Design and generate HTML canvas-based visuals and interactive graphics -- [**character-design-sheet**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Character Design Sheet skill for AI agent workflows -- [**database-schema-design**](https://github.com/supercent-io/skills-template) — Database Schema Design skill for AI agent workflows -- [**design-md**](https://github.com/google-labs-code/stitch-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Design system documentation and component specification in Markdown -- [**email-design**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Email Design skill for AI agent workflows -- [**extract-design-system**](https://github.com/arvindrk/extract-design-system) ![risk-low](https://img.shields.io/badge/risk-low-green) — Extract Design System skill for AI agent workflows -- [**frontend-design**](https://github.com/anthropics/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Create distinctive, production-grade frontend interfaces with high design quality -- [**interface-design**](https://github.com/dammyjay93/interface-design) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — User interface design principles and interaction patterns -- [**landing-page-design**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Landing Page Design skill for AI agent workflows -- [**logo-design-guide**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Logo Design Guide skill for AI agent workflows -- [**og-image-design**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Og Image Design skill for AI agent workflows -- [**responsive-design**](https://github.com/supercent-io/skills-template) — Responsive Design skill for AI agent workflows -- [**shadcn**](https://github.com/shadcn/ui) ![risk-low](https://img.shields.io/badge/risk-low-green) — Shadcn skill for AI agent workflows -- [**shadcn-ui**](https://github.com/google-labs-code/stitch-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Shadcn Ui skill for AI agent workflows -- [**slack-gif-creator**](https://github.com/anthropics/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Create animated GIFs for Slack from text prompts and images -- [**theme-factory**](https://github.com/anthropics/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Create and customize UI themes, color palettes, and design tokens -- [**ui-component-patterns**](https://github.com/supercent-io/skills-template) — Ui Component patterns and implementation guidelines -- [**ui-ux-pro-max**](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) ![risk-low](https://img.shields.io/badge/risk-low-green) — UI/UX design intelligence with 50 styles, 21 palettes, 50 font pairings, and 20 chart types -- [**web-design-guidelines**](https://github.com/vercel-labs/agent-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Review UI code for Web Interface Guidelines compliance and design quality -- [**youtube-thumbnail-design**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Youtube Thumbnail Design skill for AI agent workflows +Show 10 skills + +- [**algorithmic-art**](https://github.com/anthropics/skills) — Generate algorithmic and generative art with code +- [**brand-guidelines**](https://github.com/anthropics/skills) — Create and maintain brand identity guidelines and visual standards +- [**canvas-design**](https://github.com/anthropics/skills) — Design and generate HTML canvas-based visuals and interactive graphics +- [**extract-design-system**](https://github.com/arvindrk/extract-design-system) — Extract Design System skill for AI agent workflows +- [**frontend-design**](https://github.com/anthropics/skills) — Create distinctive, production-grade frontend interfaces with high design quality +- [**shadcn**](https://github.com/shadcn/ui) — Shadcn skill for AI agent workflows +- [**slack-gif-creator**](https://github.com/anthropics/skills) — Create animated GIFs for Slack from text prompts and images +- [**theme-factory**](https://github.com/anthropics/skills) — Create and customize UI themes, color palettes, and design tokens +- [**ui-ux-pro-max**](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) — UI/UX design intelligence with 50 styles, 21 palettes, 50 font pairings, and 20 chart types +- [**web-design-guidelines**](https://github.com/vercel-labs/agent-skills) — Review UI code for Web Interface Guidelines compliance and design quality
-### Docs (12) +### Docs (9)
-Show 12 skills - -- [**api-documentation**](https://github.com/supercent-io/skills-template) — Api Documentation skill for AI agent workflows -- [**context7**](https://github.com/intellectronica/agent-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Retrieve up-to-date documentation for software libraries by querying the Context7 API -- [**doc-coauthoring**](https://github.com/anthropics/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Collaborative document writing, editing, and coauthoring -- [**docx**](https://github.com/anthropics/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Create and edit Word documents programmatically -- [**grill-with-docs**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Grill With Docs skill for AI agent workflows -- [**internal-comms**](https://github.com/anthropics/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Draft internal communications, announcements, and team updates -- [**lark-doc**](https://github.com/larksuite/cli) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Lark Doc skill for AI agent workflows -- [**obsidian-bases**](https://github.com/kepano/obsidian-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Obsidian knowledge base patterns and plugin development -- [**pdf**](https://github.com/anthropics/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Generate and manipulate PDF documents programmatically -- [**pptx**](https://github.com/anthropics/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Create and edit PowerPoint presentations programmatically -- [**vitepress**](https://github.com/antfu/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — VitePress static site generator configuration and customization -- [**xlsx**](https://github.com/anthropics/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Create and edit Excel spreadsheets programmatically +Show 9 skills + +- [**doc-coauthoring**](https://github.com/anthropics/skills) — Collaborative document writing, editing, and coauthoring +- [**docx**](https://github.com/anthropics/skills) — Create and edit Word documents programmatically +- [**grill-with-docs**](https://github.com/mattpocock/skills) — Grill With Docs skill for AI agent workflows +- [**internal-comms**](https://github.com/anthropics/skills) — Draft internal communications, announcements, and team updates +- [**lark-doc**](https://github.com/larksuite/cli) — Lark Doc skill for AI agent workflows +- [**pdf**](https://github.com/anthropics/skills) — Generate and manipulate PDF documents programmatically +- [**pptx**](https://github.com/anthropics/skills) — Create and edit PowerPoint presentations programmatically +- [**vitepress**](https://github.com/antfu/skills) — VitePress static site generator configuration and customization +- [**xlsx**](https://github.com/anthropics/skills) — Create and edit Excel spreadsheets programmatically
-### Testing (9) +### Testing (6)
-Show 9 skills +Show 6 skills -- [**backend-testing**](https://github.com/supercent-io/skills-template) — Backend Testing skill for AI agent workflows -- [**code-review**](https://github.com/supercent-io/skills-template) — Code Review skill for AI agent workflows -- [**receiving-code-review**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Process and implement code review feedback effectively -- [**requesting-code-review**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Request and structure code reviews for effective feedback -- [**tdd**](https://github.com/mattpocock/skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Tdd skill for AI agent workflows -- [**test-driven-development**](https://github.com/obra/superpowers) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Enforce test-driven development workflow — write tests first, then implement -- [**testing-strategies**](https://github.com/supercent-io/skills-template) — Testing Strategies skill for AI agent workflows -- [**vitest**](https://github.com/antfu/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Vitest testing framework best practices and configuration patterns -- [**webapp-testing**](https://github.com/anthropics/skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — End-to-end web application testing with Playwright and modern testing tools +- [**receiving-code-review**](https://github.com/obra/superpowers) — Process and implement code review feedback effectively +- [**requesting-code-review**](https://github.com/obra/superpowers) — Request and structure code reviews for effective feedback +- [**tdd**](https://github.com/mattpocock/skills) — Tdd skill for AI agent workflows +- [**test-driven-development**](https://github.com/obra/superpowers) — Enforce test-driven development workflow — write tests first, then implement +- [**vitest**](https://github.com/antfu/skills) — Vitest testing framework best practices and configuration patterns +- [**webapp-testing**](https://github.com/anthropics/skills) — End-to-end web application testing with Playwright and modern testing tools
-### Backend (8) +### Backend (1)
-Show 8 skills +Show 1 skills -- [**convex**](https://github.com/waynesutton/convexskills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Convex backend platform patterns and real-time data sync -- [**convex-quickstart**](https://github.com/get-convex/agent-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Convex Quickstart skill for AI agent workflows -- [**golang-pro**](https://github.com/jeffallan/claude-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Go programming best practices, idioms, and performance patterns -- [**laravel-specialist**](https://github.com/jeffallan/claude-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Laravel PHP framework best practices and application patterns -- [**neon-postgres**](https://github.com/neondatabase/agent-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Neon Postgres skill for AI agent workflows -- [**python-executor**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Python Executor skill for AI agent workflows -- [**python-sdk**](https://github.com/inference-sh-9/skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Python Sdk skill for AI agent workflows -- [**supabase-postgres-best-practices**](https://github.com/supabase/agent-skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — PostgreSQL best practices, query optimization, and security for Supabase +- [**supabase-postgres-best-practices**](https://github.com/supabase/agent-skills) — PostgreSQL best practices, query optimization, and security for Supabase
-### DevOps (30) +### DevOps (26)
-Show 30 skills - -- [**appinsights-instrumentation**](https://github.com/microsoft/github-copilot-for-azure) ![risk-low](https://img.shields.io/badge/risk-low-green) — Application Insights instrumentation and telemetry for Azure applications -- [**azure-ai**](https://github.com/microsoft/github-copilot-for-azure) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Azure AI services integration and management -- [**azure-aigateway**](https://github.com/microsoft/github-copilot-for-azure) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Azure AI Gateway configuration and API management -- [**azure-cloud-migrate**](https://github.com/microsoft/github-copilot-for-azure) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Azure Cloud Migrate management and best practices -- [**azure-compliance**](https://github.com/microsoft/github-copilot-for-azure) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Azure compliance assessment and policy management -- [**azure-compute**](https://github.com/microsoft/github-copilot-for-azure) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Azure Compute management and best practices +Show 26 skills + +- [**appinsights-instrumentation**](https://github.com/microsoft/github-copilot-for-azure) — Application Insights instrumentation and telemetry for Azure applications +- [**azure-ai**](https://github.com/microsoft/github-copilot-for-azure) — Azure AI services integration and management +- [**azure-aigateway**](https://github.com/microsoft/github-copilot-for-azure) — Azure AI Gateway configuration and API management +- [**azure-cloud-migrate**](https://github.com/microsoft/github-copilot-for-azure) — Azure Cloud Migrate management and best practices +- [**azure-compliance**](https://github.com/microsoft/github-copilot-for-azure) — Azure compliance assessment and policy management +- [**azure-compute**](https://github.com/microsoft/github-copilot-for-azure) — Azure Compute management and best practices - [**azure-cost-optimization**](https://github.com/microsoft/github-copilot-for-azure) — Azure cost optimization and spending analysis -- [**azure-deploy**](https://github.com/microsoft/github-copilot-for-azure) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Azure deployment automation and resource provisioning -- [**azure-diagnostics**](https://github.com/microsoft/github-copilot-for-azure) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Azure diagnostics and troubleshooting for cloud services -- [**azure-hosted-copilot-sdk**](https://github.com/microsoft/github-copilot-for-azure) ![risk-low](https://img.shields.io/badge/risk-low-green) — Azure Hosted Copilot Sdk management and best practices -- [**azure-kubernetes**](https://github.com/microsoft/azure-skills) ![risk-low](https://img.shields.io/badge/risk-low-green) — Azure Kubernetes management and best practices -- [**azure-kusto**](https://github.com/microsoft/github-copilot-for-azure) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Azure Data Explorer (Kusto) query and analytics -- [**azure-messaging**](https://github.com/microsoft/github-copilot-for-azure) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Azure messaging services (Service Bus, Event Hubs) patterns +- [**azure-deploy**](https://github.com/microsoft/github-copilot-for-azure) — Azure deployment automation and resource provisioning +- [**azure-diagnostics**](https://github.com/microsoft/github-copilot-for-azure) — Azure diagnostics and troubleshooting for cloud services +- [**azure-hosted-copilot-sdk**](https://github.com/microsoft/github-copilot-for-azure) — Azure Hosted Copilot Sdk management and best practices +- [**azure-kubernetes**](https://github.com/microsoft/azure-skills) — Azure Kubernetes management and best practices +- [**azure-kusto**](https://github.com/microsoft/github-copilot-for-azure) — Azure Data Explorer (Kusto) query and analytics +- [**azure-messaging**](https://github.com/microsoft/github-copilot-for-azure) — Azure messaging services (Service Bus, Event Hubs) patterns - [**azure-observability**](https://github.com/microsoft/github-copilot-for-azure) — Azure monitoring, logging, and observability best practices - [**azure-postgres**](https://github.com/microsoft/github-copilot-for-azure) — Azure Database for PostgreSQL management and optimization -- [**azure-prepare**](https://github.com/microsoft/github-copilot-for-azure) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Azure environment preparation and prerequisite setup -- [**azure-rbac**](https://github.com/microsoft/github-copilot-for-azure) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Azure role-based access control and identity management -- [**azure-resource-lookup**](https://github.com/microsoft/github-copilot-for-azure) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Azure resource discovery and inventory management -- [**azure-resource-visualizer**](https://github.com/microsoft/github-copilot-for-azure) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Azure resource topology visualization and dependency mapping -- [**azure-storage**](https://github.com/microsoft/github-copilot-for-azure) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Azure Storage services configuration and best practices -- [**azure-validate**](https://github.com/microsoft/github-copilot-for-azure) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Azure resource validation and configuration verification -- [**deploy-to-vercel**](https://github.com/vercel-labs/agent-skills) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Deploy To Vercel skill for AI agent workflows -- [**deployment-automation**](https://github.com/supercent-io/skills-template) — Deployment Automation skill for AI agent workflows -- [**docker-expert**](https://github.com/sickn33/antigravity-awesome-skills) ![risk-clean](https://img.shields.io/badge/risk-clean-brightgreen) — Docker containerization best practices and multi-stage builds -- [**entra-app-registration**](https://github.com/microsoft/github-copilot-for-azure) ![risk-high](https://img.shields.io/badge/risk-high-orange) — Microsoft Entra ID app registration and authentication setup +- [**azure-prepare**](https://github.com/microsoft/github-copilot-for-azure) — Azure environment preparation and prerequisite setup +- [**azure-rbac**](https://github.com/microsoft/github-copilot-for-azure) — Azure role-based access control and identity management +- [**azure-resource-lookup**](https://github.com/microsoft/github-copilot-for-azure) — Azure resource discovery and inventory management +- [**azure-resource-visualizer**](https://github.com/microsoft/github-copilot-for-azure) — Azure resource topology visualization and dependency mapping +- [**azure-storage**](https://github.com/microsoft/github-copilot-for-azure) — Azure Storage services configuration and best practices +- [**azure-validate**](https://github.com/microsoft/github-copilot-for-azure) — Azure resource validation and configuration verification +- [**entra-app-registration**](https://github.com/microsoft/github-copilot-for-azure) — Microsoft Entra ID app registration and authentication setup - [**expo-deployment**](https://github.com/expo/skills) — Deploy Expo apps to iOS App Store, Android Play Store, and web hosting -- [**github-actions-docs**](https://github.com/xixu-me/skills) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Github Actions Docs skill for AI agent workflows -- [**microsoft-foundry**](https://github.com/microsoft/github-copilot-for-azure) ![risk-critical](https://img.shields.io/badge/risk-critical-red) — Microsoft AI Foundry platform integration and management -- [**turborepo**](https://github.com/vercel/turborepo) ![risk-low](https://img.shields.io/badge/risk-low-green) — Turborepo monorepo build system configuration and optimization -- [**vercel-deploy**](https://github.com/supercent-io/skills-template) — Vercel Deploy skill for AI agent workflows - -
- -### Security (4) - -
-Show 4 skills - -- [**audit-website**](https://github.com/squirrelscan/skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Security audit and vulnerability scanning for websites -- [**authentication-setup**](https://github.com/supercent-io/skills-template) — Authentication Setup skill for AI agent workflows -- [**firebase-auth-basics**](https://github.com/firebase/agent-skills) ![risk-medium](https://img.shields.io/badge/risk-medium-yellow) — Firebase Auth Basics skill for AI agent workflows -- [**security-best-practices**](https://github.com/supercent-io/skills-template) — Security best practices and recommended patterns +- [**github-actions-docs**](https://github.com/xixu-me/skills) — Github Actions Docs skill for AI agent workflows +- [**microsoft-foundry**](https://github.com/microsoft/github-copilot-for-azure) — Microsoft AI Foundry platform integration and management +- [**turborepo**](https://github.com/vercel/turborepo) — Turborepo monorepo build system configuration and optimization
diff --git a/scripts/sync-community.sh b/scripts/sync-community.sh index dccb03b..9e8ca9c 100755 --- a/scripts/sync-community.sh +++ b/scripts/sync-community.sh @@ -46,9 +46,17 @@ if [ -z "$skills_json" ] || ! echo "$skills_json" | jq -e '.[0].name' >/dev/null # Fallback: try node to parse (more reliable for complex escaping) skills_json=$(node -e " const html = require('fs').readFileSync('/dev/stdin', 'utf8'); - const match = html.match(/self\.__next_f\.push\(\[1,\"(.*?initialSkills.*?)\"\]\)/s); - if (!match) { process.exit(1); } - const inner = JSON.parse('\"' + match[1] + '\"'); + // Match each push([1,\"\"]) individually — the inner payload is a + // JSON-escaped string, so a single push never contains an unescaped quote. + // (A lazy .*? across pushes would splice in other pushes' raw quotes and + // break JSON.parse, since initialSkills now lives in a later chunk.) + const re = /self\.__next_f\.push\(\[1,\"((?:\\\\.|[^\"\\\\])*)\"\]\)/g; + let m, payload = null; + while ((m = re.exec(html)) !== null) { + if (m[1].includes('initialSkills')) { payload = m[1]; break; } + } + if (!payload) { process.exit(1); } + const inner = JSON.parse('\"' + payload + '\"'); const idx = inner.indexOf('\"initialSkills\":'); const arrStart = idx + '\"initialSkills\":'.length; let depth = 0, i = arrStart; @@ -69,32 +77,58 @@ echo "Fetched $fetched_count community skills" # Take top N top_skills=$(echo "$skills_json" | jq --argjson n "$TOP_N" '.[:$n]') -# --- Diff against existing hub --- -existing_names=$(jq -r '[.skills[].name] | .[]' "$HUB_FILE" | sort -u) +community_file="$SKILLS_DIR/community.json" -# Deduplicate by name (keep first = higher ranked), exclude existing, filter invalid names -new_skills=$(echo "$top_skills" | jq --argjson existing "$(echo "$existing_names" | jq -R . | jq -s .)" ' +# --- Rebuild community list to mirror the current top N --- +# The community list is a snapshot of the leaderboard, not an ever-growing log: +# skills that fall out of the top N are removed, newcomers are added. Entries +# from the owner/curated files (everything in the hub that is not community) +# are excluded so we never duplicate them. +official_names=$(jq -n \ + --slurpfile hub "$HUB_FILE" \ + --slurpfile comm "$community_file" \ + '([$hub[0].skills[].name] - [$comm[0][].name]) | unique') + +# Ranked candidates: valid names, not already curated, deduped (keep higher rank) +ranked=$(echo "$top_skills" | jq --argjson official "$official_names" ' [.[] | select(.name | test("^[a-z0-9][a-z0-9-]*$")) | - select(.name as $n | ($existing | index($n)) == null) + select(.name as $n | ($official | index($n)) == null) ] | reduce .[] as $item ({}; if .[$item.name] then . else . + {($item.name): $item} end) | - [.[]] | sort_by(.name) + [.[]] +') +ranked_names=$(echo "$ranked" | jq '[.[].name]') + +# Keep existing community entries still on the leaderboard (preserves reviewed +# descriptions/tags); collect newcomers needing validation; track removals. +kept=$(jq --argjson ranked "$ranked_names" \ + '[.[] | select(.name as $n | ($ranked | index($n)) != null)]' "$community_file") +removed_names=$(jq --argjson ranked "$ranked_names" \ + '[.[] | select(.name as $n | ($ranked | index($n)) == null) | .name]' "$community_file") +existing_community_names=$(jq '[.[].name]' "$community_file") +new_skills=$(echo "$ranked" | jq --argjson existing "$existing_community_names" ' + [.[] | select(.name as $n | ($existing | index($n)) == null)] | sort_by(.name) ') new_count=$(echo "$new_skills" | jq 'length') +kept_count=$(echo "$kept" | jq 'length') +removed_count=$(echo "$removed_names" | jq 'length') -if [ "$new_count" -eq 0 ]; then - echo "No new skills to add. Hub is up to date." - exit 0 -fi - -echo "Found $new_count new skills to add" +echo "Top $TOP_N → keep $kept_count existing, $new_count new candidates, $removed_count to remove" if [ "$DRY_RUN" = true ]; then echo "" - echo "=== DRY RUN — would add these skills ===" - echo "$new_skills" | jq -r '.[] | " \(.name) (\(.source))"' + echo "=== DRY RUN ===" + echo "--- Would ADD ($new_count) ---" + echo "$new_skills" | jq -r '.[] | " + \(.name) (\(.source))"' + echo "--- Would REMOVE ($removed_count) ---" + echo "$removed_names" | jq -r '.[] | " - \(.)"' + exit 0 +fi + +if [ "$new_count" -eq 0 ] && [ "$removed_count" -eq 0 ]; then + echo "Community list already matches top $TOP_N. Nothing to do." exit 0 fi @@ -218,15 +252,13 @@ skipped_count=$((new_count - validated_count)) echo "Validated: $validated_count | Skipped (no directory): $skipped_count" -if [ "$validated_count" -eq 0 ]; then - echo "No valid new skills to add after validation." +if [ "$validated_count" -eq 0 ] && [ "$removed_count" -eq 0 ]; then + echo "No changes after validation." rm -rf "$clone_cache" exit 0 fi -# --- Generate entries and write to community.json --- -community_file="$SKILLS_DIR/community.json" - +# --- Generate entries for newcomers --- new_entries="[]" while IFS=$'\t' read -r name source skill_id; do @@ -250,12 +282,12 @@ while IFS=$'\t' read -r name source skill_id; do new_entries=$(echo "$new_entries" | jq --argjson e "$entry" '. + [$e]') done < <(echo "$validated_skills" | jq -r '.[] | [.name, .source, .skillId] | @tsv') -# Merge into community.json -existing=$(cat "$community_file") -merged=$(echo "$existing" | jq --argjson new "$new_entries" '. + $new | sort_by(.name)') +# Rebuild community.json = kept (still on leaderboard) + validated newcomers +merged=$(jq -n --argjson keep "$kept" --argjson new "$new_entries" '$keep + $new | sort_by(.name)') echo "$merged" | jq '.' > "$community_file" -echo "Added $validated_count skills to $community_file" +total_count=$(echo "$merged" | jq 'length') +echo "Community list rebuilt: $kept_count kept + $validated_count added − $removed_count removed = $total_count total" # Rebuild hub JSON ./scripts/build.sh diff --git a/skills/community.json b/skills/community.json index e9ee6b8..f3deb67 100644 --- a/skills/community.json +++ b/skills/community.json @@ -1,8 +1,8 @@ [ { - "name": "ad-creative", - "description": "Ad Creative skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/ad-creative", + "name": "ace-step", + "description": "ace step skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/ace-step", "tags": [ "workflow" ] @@ -15,72 +15,6 @@ "workflow" ] }, - { - "name": "agent-configuration", - "description": "Agent Configuration skill for AI agent workflows", - "source": "supercent-io/skills-template/agent-configuration", - "tags": [ - "agent" - ] - }, - { - "name": "agent-email-cli", - "description": "Agent Email Cli skill for AI agent workflows", - "source": "zaddy6/agent-email-skill/agent-email-cli", - "tags": [ - "agent" - ] - }, - { - "name": "agent-evaluation", - "description": "Agent Evaluation skill for AI agent workflows", - "source": "supercent-io/skills-template/agent-evaluation", - "tags": [ - "agent" - ] - }, - { - "name": "agent-tools", - "description": "Run 150+ AI apps in the cloud via inference.sh CLI — image, video, LLM, search, and more", - "source": "inf-sh/skills/agent-tools", - "tags": [ - "agent", - "ai" - ] - }, - { - "name": "agent-ui", - "description": "Agent Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/agent-ui", - "tags": [ - "agent" - ] - }, - { - "name": "agentation", - "description": "Agent coordination framework for multi-agent task execution", - "source": "benjitaylor/agentation/agentation", - "tags": [ - "agent", - "ai" - ] - }, - { - "name": "agentic-development-principles", - "description": "Agentic Development Principles skill for AI agent workflows", - "source": "supercent-io/skills-template/agentic-development-principles", - "tags": [ - "agent" - ] - }, - { - "name": "agentic-workflow", - "description": "Agentic Workflow skill for AI agent workflows", - "source": "supercent-io/skills-template/agentic-workflow", - "tags": [ - "agent" - ] - }, { "name": "agentspace", "description": "Agentspace skill for AI agent workflows", @@ -89,14 +23,6 @@ "agent" ] }, - { - "name": "ai-automation-workflows", - "description": "Ai Automation Workflows skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-automation-workflows", - "tags": [ - "ai" - ] - }, { "name": "ai-avatar-video", "description": "Ai Avatar Video skill for AI agent workflows", @@ -105,14 +31,6 @@ "ai" ] }, - { - "name": "ai-content-pipeline", - "description": "Ai Content Pipeline skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-content-pipeline", - "tags": [ - "marketing" - ] - }, { "name": "ai-image-generation", "description": "Ai Image Generation skill for AI agent workflows", @@ -122,61 +40,13 @@ ] }, { - "name": "ai-marketing-videos", - "description": "Ai Marketing Videos skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-marketing-videos", - "tags": [ - "marketing" - ] - }, - { - "name": "ai-music-generation", - "description": "Ai Music Generation skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-music-generation", - "tags": [ - "ai" - ] - }, - { - "name": "ai-podcast-creation", - "description": "Ai Podcast Creation skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-podcast-creation", - "tags": [ - "ai" - ] - }, - { - "name": "ai-product-photography", - "description": "Ai Product Photography skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-product-photography", - "tags": [ - "ai" - ] - }, - { - "name": "ai-rag-pipeline", - "description": "Ai Rag Pipeline skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-rag-pipeline", + "name": "ai-music", + "description": "ai music skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/ai-music", "tags": [ "ai" ] }, - { - "name": "ai-seo", - "description": "Ai Seo skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/ai-seo", - "tags": [ - "seo" - ] - }, - { - "name": "ai-social-media-content", - "description": "Ai Social Media Content skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-social-media-content", - "tags": [ - "marketing" - ] - }, { "name": "ai-video-generation", "description": "Ai Video Generation skill for AI agent workflows", @@ -185,14 +55,6 @@ "ai" ] }, - { - "name": "ai-voice-cloning", - "description": "Ai Voice Cloning skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-voice-cloning", - "tags": [ - "ai" - ] - }, { "name": "airunway-aks-setup", "description": "Airunway Aks Setup skill for AI agent workflows", @@ -201,14 +63,6 @@ "ai" ] }, - { - "name": "angular-component", - "description": "Angular component architecture patterns and best practices", - "source": "analogjs/angular-skills/angular-component", - "tags": [ - "frontend" - ] - }, { "name": "animate", "description": "Animate skill for AI agent workflows", @@ -217,39 +71,6 @@ "workflow" ] }, - { - "name": "api-design", - "description": "Api Design skill for AI agent workflows", - "source": "supercent-io/skills-template/api-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "api-documentation", - "description": "Api Documentation skill for AI agent workflows", - "source": "supercent-io/skills-template/api-documentation", - "tags": [ - "docs" - ] - }, - { - "name": "app-store-screenshots", - "description": "App Store Screenshots skill for AI agent workflows", - "source": "inference-sh-9/skills/app-store-screenshots", - "tags": [ - "workflow" - ] - }, - { - "name": "arrange", - "description": "Arrange skill for AI agent workflows", - "source": "pbakaus/impeccable/arrange", - "tags": [ - "workflow" - ] - }, { "name": "audit", "description": "Audit skill for AI agent workflows", @@ -258,22 +79,6 @@ "workflow" ] }, - { - "name": "audit-website", - "description": "Security audit and vulnerability scanning for websites", - "source": "squirrelscan/skills/audit-website", - "tags": [ - "security" - ] - }, - { - "name": "authentication-setup", - "description": "Authentication Setup skill for AI agent workflows", - "source": "supercent-io/skills-template/authentication-setup", - "tags": [ - "security" - ] - }, { "name": "azure-cloud-migrate", "description": "Azure Cloud Migrate management and best practices", @@ -341,73 +146,6 @@ "workflow" ] }, - { - "name": "backend-testing", - "description": "Backend Testing skill for AI agent workflows", - "source": "supercent-io/skills-template/backend-testing", - "tags": [ - "testing" - ] - }, - { - "name": "background-removal", - "description": "Background Removal skill for AI agent workflows", - "source": "inference-sh-9/skills/background-removal", - "tags": [ - "workflow" - ] - }, - { - "name": "backlink-analyzer", - "description": "SEO backlink analysis and link building strategy tool", - "source": "aaron-he-zhu/seo-geo-claude-skills/backlink-analyzer", - "tags": [ - "seo" - ] - }, - { - "name": "bmad-orchestrator", - "description": "Bmad Orchestrator skill for AI agent workflows", - "source": "supercent-io/skills-template/bmad-orchestrator", - "tags": [ - "workflow" - ] - }, - { - "name": "bolder", - "description": "Bolder skill for AI agent workflows", - "source": "pbakaus/impeccable/bolder", - "tags": [ - "workflow" - ] - }, - { - "name": "book-cover-design", - "description": "Book Cover Design skill for AI agent workflows", - "source": "inference-sh-9/skills/book-cover-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "browser-use", - "description": "Browser automation CLI for persistent session-based web interactions", - "source": "browser-use/browser-use", - "skill": "browser-use", - "tags": [ - "agent", - "browser" - ] - }, - { - "name": "case-study-writing", - "description": "Case Study Writing skill for AI agent workflows", - "source": "inference-sh-9/skills/case-study-writing", - "tags": [ - "workflow" - ] - }, { "name": "caveman", "description": "Caveman skill for AI agent workflows", @@ -449,1952 +187,721 @@ ] }, { - "name": "changelog-maintenance", - "description": "Changelog Maintenance skill for AI agent workflows", - "source": "supercent-io/skills-template/changelog-maintenance", + "name": "clarify", + "description": "Clarify skill for AI agent workflows", + "source": "pbakaus/impeccable/clarify", "tags": [ - "ai" + "workflow" ] }, { - "name": "character-design-sheet", - "description": "Character Design Sheet skill for AI agent workflows", - "source": "inference-sh-9/skills/character-design-sheet", + "name": "codex-pet", + "description": "Codex Pet skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/codex-pet", "tags": [ - "design", - "frontend" + "workflow" ] }, { - "name": "chat-ui", - "description": "Chat Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/chat-ui", + "name": "colorize", + "description": "Colorize skill for AI agent workflows", + "source": "pbakaus/impeccable/colorize", "tags": [ "workflow" ] }, { - "name": "chatgpt-app-builder", - "description": "Build ChatGPT-powered applications with MCP integration", - "source": "mcp-use/mcp-use/chatgpt-app-builder", + "name": "controlnet-pose", + "description": "controlnet pose skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/controlnet-pose", "tags": [ - "ai", - "agent" + "workflow" ] }, { - "name": "churn-prevention", - "description": "Churn Prevention skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/churn-prevention", + "name": "critique", + "description": "Critique skill for AI agent workflows", + "source": "pbakaus/impeccable/critique", "tags": [ "workflow" ] }, { - "name": "clarify", - "description": "Clarify skill for AI agent workflows", - "source": "pbakaus/impeccable/clarify", + "name": "develop-userscripts", + "description": "Develop Userscripts skill for AI agent workflows", + "source": "xixu-me/skills/develop-userscripts", "tags": [ "workflow" ] }, { - "name": "clawdirect", - "description": "Directory of social web experiences for AI agents — browse, like, and manage listings", - "source": "napoleond/clawdirect/clawdirect", + "name": "diagnose", + "description": "Diagnose skill for AI agent workflows", + "source": "mattpocock/skills/diagnose", "tags": [ - "agent" + "workflow" ] }, { - "name": "clawdirect-dev", - "description": "Development tools and utilities for ClawDirect directory extensions", - "source": "napoleond/clawdirect/clawdirect-dev", + "name": "elevenlabs-music-generation", + "description": "elevenlaus music generation skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/elevenlabs-music-generation", "tags": [ - "agent" + "workflow" ] }, { - "name": "code-refactoring", - "description": "Code Refactoring skill for AI agent workflows", - "source": "supercent-io/skills-template/code-refactoring", + "name": "env-and-assets-bootstrap", + "description": "Env And Assets Bootstrap skill for AI agent workflows", + "source": "lllllllama/ai-paper-reproduction-skill/env-and-assets-bootstrap", "tags": [ "workflow" ] }, { - "name": "code-review", - "description": "Code Review skill for AI agent workflows", - "source": "supercent-io/skills-template/code-review", + "name": "extract-design-system", + "description": "Extract Design System skill for AI agent workflows", + "source": "arvindrk/extract-design-system/extract-design-system", "tags": [ - "code-review" + "design", + "frontend" ] }, { - "name": "codebase-search", - "description": "Codebase Search skill for AI agent workflows", - "source": "supercent-io/skills-template/codebase-search", + "name": "face-swap", + "description": "face swap skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/face-swap", "tags": [ "workflow" ] }, { - "name": "codex-pet", - "description": "Codex Pet skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/codex-pet", + "name": "flux-2-klein", + "description": "Flux 2 Klein skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/flux-2-klein", "tags": [ "workflow" ] }, { - "name": "cold-email", - "description": "Cold Email skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/cold-email", + "name": "flux-kontext", + "description": "Flux Kontext skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/flux-kontext", "tags": [ - "ai" + "workflow" ] }, { - "name": "colorize", - "description": "Colorize skill for AI agent workflows", - "source": "pbakaus/impeccable/colorize", + "name": "github-actions-docs", + "description": "Github Actions Docs skill for AI agent workflows", + "source": "xixu-me/skills/github-actions-docs", "tags": [ - "workflow" + "devops" ] }, { - "name": "competitor-teardown", - "description": "Competitor Teardown skill for AI agent workflows", - "source": "inference-sh-9/skills/competitor-teardown", + "name": "gpt-image-2", + "description": "Gpt Image 2 skill for AI agent workflows", + "source": "agentspace-so/agent-skills/gpt-image-2", "tags": [ + "ai", "workflow" ] }, { - "name": "content-repurposing", - "description": "Content Repurposing skill for AI agent workflows", - "source": "inference-sh-9/skills/content-repurposing", + "name": "gpt-image-edit", + "description": "Gpt Image Edit skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/gpt-image-edit", "tags": [ - "marketing" + "ai", + "workflow" ] }, { - "name": "context7", - "description": "Retrieve up-to-date documentation for software libraries by querying the Context7 API", - "source": "intellectronica/agent-skills/skills/context7", + "name": "grill-me", + "description": "Grill Me skill for AI agent workflows", + "source": "mattpocock/skills/grill-me", "tags": [ - "docs", - "ai" + "workflow" ] }, { - "name": "convex", - "description": "Convex backend platform patterns and real-time data sync", - "source": "waynesutton/convexskills/convex", + "name": "grill-with-docs", + "description": "Grill With Docs skill for AI agent workflows", + "source": "mattpocock/skills/grill-with-docs", "tags": [ - "backend" + "docs" ] }, { - "name": "convex-quickstart", - "description": "Convex Quickstart skill for AI agent workflows", - "source": "get-convex/agent-skills/convex-quickstart", + "name": "handoff", + "description": "handoff skill for AI agent workflows", + "source": "mattpocock/skills/handoff", "tags": [ - "backend" + "workflow" ] }, { - "name": "copilot-coding-agent", - "description": "Copilot Coding Agent skill for AI agent workflows", - "source": "supercent-io/skills-template/copilot-coding-agent", + "name": "happyhorse-1-0", + "description": "Happyhorse 1 0 skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/happyhorse-1-0", "tags": [ - "agent" + "workflow" ] }, { - "name": "critique", - "description": "Critique skill for AI agent workflows", - "source": "pbakaus/impeccable/critique", + "name": "image-edit", + "description": "Image Edit skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/image-edit", "tags": [ + "ai", "workflow" ] }, { - "name": "customer-persona", - "description": "Customer Persona skill for AI agent workflows", - "source": "inference-sh-9/skills/customer-persona", + "name": "image-inpainting", + "description": "image inpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/image-inpainting", "tags": [ - "workflow" + "ai" ] }, { - "name": "data-analysis", - "description": "Data Analysis skill for AI agent workflows", - "source": "supercent-io/skills-template/data-analysis", + "name": "image-outpainting", + "description": "image outpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/image-outpainting", "tags": [ - "workflow" + "ai" ] }, { - "name": "data-visualization", - "description": "Data Visualization skill for AI agent workflows", - "source": "inference-sh-9/skills/data-visualization", + "name": "image-to-video", + "description": "Image To Video skill for AI agent workflows", + "source": "inference-sh-9/skills/image-to-video", "tags": [ + "ai", "workflow" ] }, { - "name": "database-schema-design", - "description": "Database Schema Design skill for AI agent workflows", - "source": "supercent-io/skills-template/database-schema-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "debugging", - "description": "Debugging skill for AI agent workflows", - "source": "supercent-io/skills-template/debugging", - "tags": [ - "workflow" - ] - }, - { - "name": "delight", - "description": "Delight skill for AI agent workflows", - "source": "pbakaus/impeccable/delight", - "tags": [ - "workflow" - ] - }, - { - "name": "deploy-to-vercel", - "description": "Deploy To Vercel skill for AI agent workflows", - "source": "vercel-labs/agent-skills/deploy-to-vercel", - "tags": [ - "devops" - ] - }, - { - "name": "deployment-automation", - "description": "Deployment Automation skill for AI agent workflows", - "source": "supercent-io/skills-template/deployment-automation", - "tags": [ - "devops" - ] - }, - { - "name": "design-md", - "description": "Design system documentation and component specification in Markdown", - "source": "google-labs-code/stitch-skills/design-md", - "tags": [ - "design", - "docs" - ] - }, - { - "name": "develop-userscripts", - "description": "Develop Userscripts skill for AI agent workflows", - "source": "xixu-me/skills/develop-userscripts", - "tags": [ - "workflow" - ] - }, - { - "name": "developing-genkit-dart", - "description": "Developing Genkit Dart skill for AI agent workflows", - "source": "firebase/agent-skills/developing-genkit-dart", - "tags": [ - "workflow" - ] - }, - { - "name": "developing-genkit-js", - "description": "Developing Genkit Js skill for AI agent workflows", - "source": "firebase/agent-skills/developing-genkit-js", - "tags": [ - "workflow" - ] - }, - { - "name": "diagnose", - "description": "Diagnose skill for AI agent workflows", - "source": "mattpocock/skills/diagnose", - "tags": [ - "workflow" - ] - }, - { - "name": "dialogue-audio", - "description": "Dialogue Audio skill for AI agent workflows", - "source": "inference-sh-9/skills/dialogue-audio", - "tags": [ - "workflow" - ] - }, - { - "name": "distill", - "description": "Distill skill for AI agent workflows", - "source": "pbakaus/impeccable/distill", - "tags": [ - "workflow" - ] - }, - { - "name": "docker-expert", - "description": "Docker containerization best practices and multi-stage builds", - "source": "sickn33/antigravity-awesome-skills/docker-expert", - "tags": [ - "devops" - ] - }, - { - "name": "dogfood", - "description": "Dogfood skill for AI agent workflows", - "source": "vercel-labs/agent-browser/dogfood", - "tags": [ - "workflow" - ] - }, - { - "name": "elevenlabs-music", - "description": "Elevenlabs Music skill for AI agent workflows", - "source": "inferen-sh/skills/elevenlabs-music", - "tags": [ - "workflow" - ] - }, - { - "name": "elevenlabs-tts", - "description": "Elevenlabs Tts skill for AI agent workflows", - "source": "inferen-sh/skills/elevenlabs-tts", - "tags": [ - "workflow" - ] - }, - { - "name": "email-design", - "description": "Email Design skill for AI agent workflows", - "source": "inference-sh-9/skills/email-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "enhance-prompt", - "description": "AI prompt enhancement and optimization techniques", - "source": "google-labs-code/stitch-skills/enhance-prompt", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "env-and-assets-bootstrap", - "description": "Env And Assets Bootstrap skill for AI agent workflows", - "source": "lllllllama/ai-paper-reproduction-skill/env-and-assets-bootstrap", - "tags": [ - "workflow" - ] - }, - { - "name": "explainer-video-guide", - "description": "Explainer Video Guide skill for AI agent workflows", - "source": "inference-sh-9/skills/explainer-video-guide", - "tags": [ - "ai" - ] - }, - { - "name": "extract", - "description": "Extract skill for AI agent workflows", - "source": "pbakaus/impeccable/extract", - "tags": [ - "workflow" - ] - }, - { - "name": "extract-design-system", - "description": "Extract Design System skill for AI agent workflows", - "source": "arvindrk/extract-design-system/extract-design-system", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "file-organization", - "description": "File Organization skill for AI agent workflows", - "source": "supercent-io/skills-template/file-organization", - "tags": [ - "workflow" - ] - }, - { - "name": "firebase-ai-logic", - "description": "Firebase Ai Logic skill for AI agent workflows", - "source": "supercent-io/skills-template/firebase-ai-logic", - "tags": [ - "ai" - ] - }, - { - "name": "firebase-app-hosting-basics", - "description": "Firebase App Hosting Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-app-hosting-basics", - "tags": [ - "workflow" - ] - }, - { - "name": "firebase-auth-basics", - "description": "Firebase Auth Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-auth-basics", - "tags": [ - "security" - ] - }, - { - "name": "firebase-basics", - "description": "Firebase Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-basics", - "tags": [ - "workflow" - ] - }, - { - "name": "firebase-hosting-basics", - "description": "Firebase Hosting Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-hosting-basics", - "tags": [ - "workflow" - ] - }, - { - "name": "flutter-animations", - "description": "Flutter animation patterns and motion design best practices", - "source": "madteacher/mad-agents-skills/flutter-animations", - "tags": [ - "frontend" - ] - }, - { - "name": "flutter-expert", - "description": "Flutter framework expertise and cross-platform development patterns", - "source": "jeffallan/claude-skills/flutter-expert", - "tags": [ - "frontend" - ] - }, - { - "name": "flux-2-klein", - "description": "Flux 2 Klein skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/flux-2-klein", - "tags": [ - "workflow" - ] - }, - { - "name": "flux-image", - "description": "Flux Image skill for AI agent workflows", - "source": "inference-sh-9/skills/flux-image", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "flux-kontext", - "description": "Flux Kontext skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/flux-kontext", - "tags": [ - "workflow" - ] - }, - { - "name": "fun-brainstorming", - "description": "Fun Brainstorming skill for AI agent workflows", - "source": "roin-orca/skills/fun-brainstorming", - "tags": [ - "ai" - ] - }, - { - "name": "gemini-computer-use", - "description": "Gemini Computer Use skill for AI agent workflows", - "source": "am-will/codex-skills/gemini-computer-use", - "tags": [ - "workflow" - ] - }, - { - "name": "gh-cli", - "description": "Gh Cli skill for AI agent workflows", - "source": "github/awesome-copilot/gh-cli", - "tags": [ - "workflow" - ] - }, - { - "name": "git-commit", - "description": "Git Commit skill for AI agent workflows", - "source": "github/awesome-copilot/git-commit", - "tags": [ - "workflow" - ] - }, - { - "name": "git-workflow", - "description": "Git Workflow skill for AI agent workflows", - "source": "supercent-io/skills-template/git-workflow", - "tags": [ - "workflow" - ] - }, - { - "name": "github-actions-docs", - "description": "Github Actions Docs skill for AI agent workflows", - "source": "xixu-me/skills/github-actions-docs", - "tags": [ - "devops" - ] - }, - { - "name": "golang-pro", - "description": "Go programming best practices, idioms, and performance patterns", - "source": "jeffallan/claude-skills/golang-pro", - "tags": [ - "backend" - ] - }, - { - "name": "google-veo", - "description": "Google Veo skill for AI agent workflows", - "source": "inference-sh-9/skills/google-veo", - "tags": [ - "workflow" - ] - }, - { - "name": "gpt-image-2", - "description": "Gpt Image 2 skill for AI agent workflows", - "source": "agentspace-so/agent-skills/gpt-image-2", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "gpt-image-edit", - "description": "Gpt Image Edit skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/gpt-image-edit", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "grill-me", - "description": "Grill Me skill for AI agent workflows", - "source": "mattpocock/skills/grill-me", - "tags": [ - "workflow" - ] - }, - { - "name": "grill-with-docs", - "description": "Grill With Docs skill for AI agent workflows", - "source": "mattpocock/skills/grill-with-docs", - "tags": [ - "docs" - ] - }, - { - "name": "grimoire-polymarket", - "description": "Grimoire Polymarket skill for AI agent workflows", - "source": "franalgaba/grimoire/grimoire-polymarket", - "tags": [ - "workflow" - ] - }, - { - "name": "happyhorse-1-0", - "description": "Happyhorse 1 0 skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/happyhorse-1-0", - "tags": [ - "workflow" - ] - }, - { - "name": "harden", - "description": "Harden skill for AI agent workflows", - "source": "pbakaus/impeccable/harden", - "tags": [ - "workflow" - ] - }, - { - "name": "image-edit", - "description": "Image Edit skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/image-edit", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "image-to-video", - "description": "Image To Video skill for AI agent workflows", - "source": "inference-sh-9/skills/image-to-video", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "image-upscaling", - "description": "Image Upscaling skill for AI agent workflows", - "source": "inference-sh-9/skills/image-upscaling", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "impeccable", - "description": "Impeccable skill for AI agent workflows", - "source": "pbakaus/impeccable/impeccable", - "tags": [ - "workflow" - ] - }, - { - "name": "improve-codebase-architecture", - "description": "Improve Codebase Architecture skill for AI agent workflows", - "source": "mattpocock/skills/improve-codebase-architecture", - "tags": [ - "workflow" - ] - }, - { - "name": "infsh-cli", - "description": "Infsh Cli skill for AI agent workflows", - "source": "inferen-sh/skills/infsh-cli", - "tags": [ - "workflow" - ] - }, - { - "name": "interface-design", - "description": "User interface design principles and interaction patterns", - "source": "dammyjay93/interface-design/interface-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "javascript-sdk", - "description": "Javascript Sdk skill for AI agent workflows", - "source": "inference-sh-9/skills/javascript-sdk", - "tags": [ - "frontend" - ] - }, - { - "name": "just-scrape", - "description": "Just Scrape skill for AI agent workflows", - "source": "scrapegraphai/just-scrape/just-scrape", - "tags": [ - "workflow" - ] - }, - { - "name": "kling-3-0", - "description": "Kling 3 0 skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/kling-3-0", - "tags": [ - "workflow" - ] - }, - { - "name": "landing-page-design", - "description": "Landing Page Design skill for AI agent workflows", - "source": "inference-sh-9/skills/landing-page-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "laravel-specialist", - "description": "Laravel PHP framework best practices and application patterns", - "source": "jeffallan/claude-skills/laravel-specialist", - "tags": [ - "backend" - ] - }, - { - "name": "lark-approval", - "description": "Lark Approval skill for AI agent workflows", - "source": "larksuite/cli/lark-approval", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-attendance", - "description": "Lark Attendance skill for AI agent workflows", - "source": "larksuite/cli/lark-attendance", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-base", - "description": "Lark Base skill for AI agent workflows", - "source": "larksuite/cli/lark-base", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-calendar", - "description": "Lark Calendar skill for AI agent workflows", - "source": "larksuite/cli/lark-calendar", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-contact", - "description": "Lark Contact skill for AI agent workflows", - "source": "larksuite/cli/lark-contact", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-doc", - "description": "Lark Doc skill for AI agent workflows", - "source": "larksuite/cli/lark-doc", - "tags": [ - "docs" - ] - }, - { - "name": "lark-drive", - "description": "Lark Drive skill for AI agent workflows", - "source": "larksuite/cli/lark-drive", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-event", - "description": "Lark Event skill for AI agent workflows", - "source": "larksuite/cli/lark-event", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-im", - "description": "Lark Im skill for AI agent workflows", - "source": "larksuite/cli/lark-im", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-mail", - "description": "Lark Mail skill for AI agent workflows", - "source": "larksuite/cli/lark-mail", - "tags": [ - "ai" - ] - }, - { - "name": "lark-minutes", - "description": "Lark Minutes skill for AI agent workflows", - "source": "larksuite/cli/lark-minutes", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-okr", - "description": "Lark Okr skill for AI agent workflows", - "source": "larksuite/cli/lark-okr", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-openapi-explorer", - "description": "Lark Openapi Explorer skill for AI agent workflows", - "source": "larksuite/cli/lark-openapi-explorer", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-shared", - "description": "Lark Shared skill for AI agent workflows", - "source": "larksuite/cli/lark-shared", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-sheets", - "description": "Lark Sheets skill for AI agent workflows", - "source": "larksuite/cli/lark-sheets", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-skill-maker", - "description": "Lark Skill Maker skill for AI agent workflows", - "source": "larksuite/cli/lark-skill-maker", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-slides", - "description": "Lark Slides skill for AI agent workflows", - "source": "larksuite/cli/lark-slides", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "lark-task", - "description": "Lark Task skill for AI agent workflows", - "source": "larksuite/cli/lark-task", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-vc", - "description": "Lark Vc skill for AI agent workflows", - "source": "larksuite/cli/lark-vc", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-whiteboard", - "description": "Lark Whiteboard skill for AI agent workflows", - "source": "larksuite/cli/lark-whiteboard", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-wiki", - "description": "Lark Wiki skill for AI agent workflows", - "source": "larksuite/cli/lark-wiki", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-workflow-meeting-summary", - "description": "Lark Workflow Meeting Summary skill for AI agent workflows", - "source": "larksuite/cli/lark-workflow-meeting-summary", - "tags": [ - "workflow" - ] - }, - { - "name": "lark-workflow-standup-report", - "description": "Lark Workflow Standup Report skill for AI agent workflows", - "source": "larksuite/cli/lark-workflow-standup-report", - "tags": [ - "workflow" - ] - }, - { - "name": "linkedin-content", - "description": "Linkedin Content skill for AI agent workflows", - "source": "inference-sh-9/skills/linkedin-content", - "tags": [ - "marketing" - ] - }, - { - "name": "llm-council", - "description": "Llm Council skill for AI agent workflows", - "source": "am-will/codex-skills/llm-council", - "tags": [ - "ai" - ] - }, - { - "name": "llm-models", - "description": "Llm Models skill for AI agent workflows", - "source": "inference-sh-9/skills/llm-models", - "tags": [ - "ai" - ] - }, - { - "name": "log-analysis", - "description": "Log Analysis skill for AI agent workflows", - "source": "supercent-io/skills-template/log-analysis", - "tags": [ - "workflow" - ] - }, - { - "name": "logo-design-guide", - "description": "Logo Design Guide skill for AI agent workflows", - "source": "inference-sh-9/skills/logo-design-guide", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "looker-studio-bigquery", - "description": "Looker Studio Bigquery skill for AI agent workflows", - "source": "supercent-io/skills-template/looker-studio-bigquery", - "tags": [ - "workflow" - ] - }, - { - "name": "markdown-url", - "description": "Markdown Url skill for AI agent workflows", - "source": "am-will/codex-skills/markdown-url", - "tags": [ - "workflow" - ] - }, - { - "name": "mastra", - "description": "Mastra AI agent framework patterns and workflow orchestration", - "source": "mastra-ai/skills/mastra", - "tags": [ - "agent", - "ai" - ] - }, - { - "name": "minimal-run-and-audit", - "description": "Minimal Run And Audit skill for AI agent workflows", - "source": "lllllllama/ai-paper-reproduction-skill/minimal-run-and-audit", - "tags": [ - "workflow" - ] - }, - { - "name": "monitoring-observability", - "description": "Monitoring Observability skill for AI agent workflows", - "source": "supercent-io/skills-template/monitoring-observability", - "tags": [ - "workflow" - ] - }, - { - "name": "nano-banana", - "description": "Nano Banana skill for AI agent workflows", - "source": "inference-sh-9/skills/nano-banana", - "tags": [ - "workflow" - ] - }, - { - "name": "nano-banana-2", - "description": "Nano Banana 2 skill for AI agent workflows", - "source": "inference-sh-9/skills/nano-banana-2", - "tags": [ - "workflow" - ] - }, - { - "name": "nano-banana-edit", - "description": "Nano Banana Edit skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/nano-banana-edit", - "tags": [ - "workflow" - ] - }, - { - "name": "neon-postgres", - "description": "Neon Postgres skill for AI agent workflows", - "source": "neondatabase/agent-skills/neon-postgres", - "tags": [ - "backend" - ] - }, - { - "name": "newsletter-curation", - "description": "Newsletter Curation skill for AI agent workflows", - "source": "inference-sh-9/skills/newsletter-curation", - "tags": [ - "workflow" - ] - }, - { - "name": "normalize", - "description": "Normalize skill for AI agent workflows", - "source": "pbakaus/impeccable/normalize", - "tags": [ - "workflow" - ] - }, - { - "name": "npm-git-install", - "description": "Npm Git Install skill for AI agent workflows", - "source": "supercent-io/skills-template/npm-git-install", - "tags": [ - "workflow" - ] - }, - { - "name": "obsidian-bases", - "description": "Obsidian knowledge base patterns and plugin development", - "source": "kepano/obsidian-skills/obsidian-bases", - "tags": [ - "docs", - "workflow" - ] - }, - { - "name": "og-image-design", - "description": "Og Image Design skill for AI agent workflows", - "source": "inference-sh-9/skills/og-image-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "onboard", - "description": "Onboard skill for AI agent workflows", - "source": "pbakaus/impeccable/onboard", - "tags": [ - "workflow" - ] - }, - { - "name": "openai-docs-skill", - "description": "Openai Docs Skill skill for AI agent workflows", - "source": "am-will/codex-skills/openai-docs-skill", - "tags": [ - "ai" - ] - }, - { - "name": "openclaw-secure-linux-cloud", - "description": "Openclaw Secure Linux Cloud skill for AI agent workflows", - "source": "xixu-me/skills/openclaw-secure-linux-cloud", - "tags": [ - "workflow" - ] - }, - { - "name": "opencontext", - "description": "Opencontext skill for AI agent workflows", - "source": "supercent-io/skills-template/opencontext", - "tags": [ - "workflow" - ] - }, - { - "name": "opensource-guide-coach", - "description": "Opensource Guide Coach skill for AI agent workflows", - "source": "xixu-me/skills/opensource-guide-coach", - "tags": [ - "workflow" - ] - }, - { - "name": "optimize", - "description": "Optimize skill for AI agent workflows", - "source": "pbakaus/impeccable/optimize", - "tags": [ - "workflow" - ] - }, - { - "name": "overdrive", - "description": "Overdrive skill for AI agent workflows", - "source": "pbakaus/impeccable/overdrive", - "tags": [ - "workflow" - ] - }, - { - "name": "p-image", - "description": "P Image skill for AI agent workflows", - "source": "inferen-sh/skills/p-image", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "p-video", - "description": "P Video skill for AI agent workflows", - "source": "inferen-sh/skills/p-video", - "tags": [ - "workflow" - ] - }, - { - "name": "paper-context-resolver", - "description": "Paper Context Resolver skill for AI agent workflows", - "source": "lllllllama/ai-paper-reproduction-skill/paper-context-resolver", - "tags": [ - "workflow" - ] - }, - { - "name": "parallel-task", - "description": "Parallel Task skill for AI agent workflows", - "source": "am-will/codex-skills/parallel-task", - "tags": [ - "workflow" - ] - }, - { - "name": "parallel-task-spark", - "description": "Parallel Task Spark skill for AI agent workflows", - "source": "am-will/codex-skills/parallel-task-spark", - "tags": [ - "workflow" - ] - }, - { - "name": "pattern-detection", - "description": "Pattern Detection skill for AI agent workflows", - "source": "supercent-io/skills-template/pattern-detection", - "tags": [ - "workflow" - ] - }, - { - "name": "performance-optimization", - "description": "Performance Optimization skill for AI agent workflows", - "source": "supercent-io/skills-template/performance-optimization", - "tags": [ - "workflow" - ] - }, - { - "name": "pexo-agent", - "description": "Pexo Agent skill for AI agent workflows", - "source": "pexoai/pexo-skills/pexo-agent", - "tags": [ - "agent" - ] - }, - { - "name": "pitch-deck-visuals", - "description": "Pitch Deck Visuals skill for AI agent workflows", - "source": "inference-sh-9/skills/pitch-deck-visuals", - "tags": [ - "workflow" - ] - }, - { - "name": "plan-harder", - "description": "Plan Harder skill for AI agent workflows", - "source": "am-will/codex-skills/plan-harder", - "tags": [ - "workflow" - ] - }, - { - "name": "planner", - "description": "Planner skill for AI agent workflows", - "source": "am-will/codex-skills/planner", - "tags": [ - "workflow" - ] - }, - { - "name": "planning-with-files", - "description": "File-based planning and task management for AI agent workflows", - "source": "othmanadi/planning-with-files/planning-with-files", - "tags": [ - "workflow" - ] - }, - { - "name": "polish", - "description": "Polish skill for AI agent workflows", - "source": "pbakaus/impeccable/polish", - "tags": [ - "workflow" - ] - }, - { - "name": "pollinations-ai", - "description": "Pollinations Ai skill for AI agent workflows", - "source": "supercent-io/skills-template/pollinations-ai", - "tags": [ - "ai" - ] - }, - { - "name": "press-release-writing", - "description": "Press Release Writing skill for AI agent workflows", - "source": "inference-sh-9/skills/press-release-writing", - "tags": [ - "workflow" - ] - }, - { - "name": "product-changelog", - "description": "Product Changelog skill for AI agent workflows", - "source": "inference-sh-9/skills/product-changelog", - "tags": [ - "workflow" - ] - }, - { - "name": "product-hunt-launch", - "description": "Product Hunt Launch skill for AI agent workflows", - "source": "inference-sh-9/skills/product-hunt-launch", - "tags": [ - "workflow" - ] - }, - { - "name": "product-photography", - "description": "Product Photography skill for AI agent workflows", - "source": "inference-sh-9/skills/product-photography", - "tags": [ - "workflow" - ] - }, - { - "name": "prompt-engineering", - "description": "Prompt Engineering skill for AI agent workflows", - "source": "inference-sh-9/skills/prompt-engineering", - "tags": [ - "ai" - ] - }, - { - "name": "prompt-repetition", - "description": "Prompt Repetition skill for AI agent workflows", - "source": "supercent-io/skills-template/prompt-repetition", - "tags": [ - "ai" - ] - }, - { - "name": "python-executor", - "description": "Python Executor skill for AI agent workflows", - "source": "inference-sh-9/skills/python-executor", - "tags": [ - "backend" - ] - }, - { - "name": "python-sdk", - "description": "Python Sdk skill for AI agent workflows", - "source": "inference-sh-9/skills/python-sdk", - "tags": [ - "backend" - ] - }, - { - "name": "quieter", - "description": "Quieter skill for AI agent workflows", - "source": "pbakaus/impeccable/quieter", - "tags": [ - "workflow" - ] - }, - { - "name": "qwen-image-2", - "description": "Qwen Image 2 skill for AI agent workflows", - "source": "toolshell/skills/qwen-image-2", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "qwen-image-2-pro", - "description": "Qwen Image 2 Pro skill for AI agent workflows", - "source": "toolshell/skills/qwen-image-2-pro", - "tags": [ - "ai", - "workflow" - ] - }, - { - "name": "ralph", - "description": "Ralph skill for AI agent workflows", - "source": "supercent-io/skills-template/ralph", - "tags": [ - "workflow" - ] - }, - { - "name": "ralph-tui-prd", - "description": "Generate structured product requirements documents for AI agent execution with ralph-tui", - "source": "subsy/ralph-tui/ralph-tui-prd", - "tags": [ - "workflow", - "docs" - ] - }, - { - "name": "react-components", - "description": "React component patterns and best practices from Google Labs", - "source": "google-labs-code/stitch-skills/react:components", - "tags": [ - "react", - "frontend" - ] - }, - { - "name": "react-native-best-practices", - "description": "React Native best practices and performance optimization from Callstack", - "source": "callstackincubator/agent-skills/react-native-best-practices", - "tags": [ - "react", - "frontend" - ] - }, - { - "name": "read-github", - "description": "Read Github skill for AI agent workflows", - "source": "am-will/codex-skills/read-github", - "tags": [ - "workflow" - ] - }, - { - "name": "readme-i18n", - "description": "Readme I18n skill for AI agent workflows", - "source": "xixu-me/skills/readme-i18n", - "tags": [ - "workflow" - ] - }, - { - "name": "related-skill", - "description": "Related Skill skill for AI agent workflows", - "source": "inference-sh-9/skills/related-skill", - "tags": [ - "workflow" - ] - }, - { - "name": "remembering-conversations", - "description": "Episodic memory for AI agents to maintain conversation context", - "source": "obra/episodic-memory/remembering-conversations", - "tags": [ - "agent", - "ai" - ] - }, - { - "name": "remotion", - "description": "Remotion video creation framework patterns from Google Labs", - "source": "google-labs-code/stitch-skills/remotion", - "tags": [ - "react" - ] - }, - { - "name": "remotion-render", - "description": "Cloud-based Remotion video rendering via inference.sh", - "source": "inference-sh-6/skills/remotion-render", - "tags": [ - "react" - ] - }, - { - "name": "repo-intake-and-plan", - "description": "Repo Intake And Plan skill for AI agent workflows", - "source": "lllllllama/ai-paper-reproduction-skill/repo-intake-and-plan", - "tags": [ - "workflow" - ] - }, - { - "name": "responsive-design", - "description": "Responsive Design skill for AI agent workflows", - "source": "supercent-io/skills-template/responsive-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "revops", - "description": "Revops skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/revops", + "name": "impeccable", + "description": "Impeccable skill for AI agent workflows", + "source": "pbakaus/impeccable/impeccable", "tags": [ "workflow" ] }, { - "name": "role-creator", - "description": "Role Creator skill for AI agent workflows", - "source": "am-will/codex-skills/role-creator", + "name": "improve-codebase-architecture", + "description": "Improve Codebase Architecture skill for AI agent workflows", + "source": "mattpocock/skills/improve-codebase-architecture", "tags": [ "workflow" ] }, { - "name": "running-claude-code-via-litellm-copilot", - "description": "Running Claude Code Via Litellm Copilot skill for AI agent workflows", - "source": "xixu-me/skills/running-claude-code-via-litellm-copilot", - "tags": [ - "ai" - ] - }, - { - "name": "sales-enablement", - "description": "Sales Enablement skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/sales-enablement", + "name": "just-scrape", + "description": "Just Scrape skill for AI agent workflows", + "source": "scrapegraphai/just-scrape/just-scrape", "tags": [ "workflow" ] }, { - "name": "search", - "description": "Search skill for AI agent workflows", - "source": "tavily-ai/skills/search", + "name": "kling-3-0", + "description": "Kling 3 0 skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/kling-3-0", "tags": [ "workflow" ] }, { - "name": "secure-linux-web-hosting", - "description": "Secure Linux Web Hosting skill for AI agent workflows", - "source": "xixu-me/skills/secure-linux-web-hosting", + "name": "lark-approval", + "description": "Lark Approval skill for AI agent workflows", + "source": "larksuite/cli/lark-approval", "tags": [ "workflow" ] }, { - "name": "security-best-practices", - "description": "Security best practices and recommended patterns", - "source": "supercent-io/skills-template/security-best-practices", - "tags": [ - "security" - ] - }, - { - "name": "seedance-v2", - "description": "Seedance V2 skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/seedance-v2", + "name": "lark-attendance", + "description": "Lark Attendance skill for AI agent workflows", + "source": "larksuite/cli/lark-attendance", "tags": [ "workflow" ] }, { - "name": "seedance2-api", - "description": "Seedance2 video generation API integration and workflow", - "source": "hexiaochun/seedance2-api/seedance2-api", - "tags": [ - "ai" - ] - }, - { - "name": "self-improving-agent", - "description": "Self Improving Agent skill for AI agent workflows", - "source": "charon-fan/agent-playbook/self-improving-agent", - "tags": [ - "agent" - ] - }, - { - "name": "seo-content-brief", - "description": "Seo Content Brief skill for AI agent workflows", - "source": "inference-sh-9/skills/seo-content-brief", - "tags": [ - "seo" - ] - }, - { - "name": "seo-geo", - "description": "Geographic SEO optimization and local search strategies", - "source": "resciencelab/opc-skills/seo-geo", + "name": "lark-base", + "description": "Lark Base skill for AI agent workflows", + "source": "larksuite/cli/lark-base", "tags": [ - "seo", - "marketing" + "workflow" ] }, { - "name": "setup-matt-pocock-skills", - "description": "Setup Matt Pocock Skills skill for AI agent workflows", - "source": "mattpocock/skills/setup-matt-pocock-skills", + "name": "lark-calendar", + "description": "Lark Calendar skill for AI agent workflows", + "source": "larksuite/cli/lark-calendar", "tags": [ "workflow" ] }, { - "name": "shadcn", - "description": "Shadcn skill for AI agent workflows", - "source": "shadcn/ui/shadcn", + "name": "lark-contact", + "description": "Lark Contact skill for AI agent workflows", + "source": "larksuite/cli/lark-contact", "tags": [ - "design", - "frontend" + "workflow" ] }, { - "name": "shadcn-ui", - "description": "Shadcn Ui skill for AI agent workflows", - "source": "google-labs-code/stitch-skills/shadcn-ui", + "name": "lark-doc", + "description": "Lark Doc skill for AI agent workflows", + "source": "larksuite/cli/lark-doc", "tags": [ - "design", - "frontend" + "docs" ] }, { - "name": "simple", - "description": "Simple skill for AI agent workflows", - "source": "roin-orca/skills/simple", + "name": "lark-drive", + "description": "Lark Drive skill for AI agent workflows", + "source": "larksuite/cli/lark-drive", "tags": [ "workflow" ] }, { - "name": "simple-brainstorm", - "description": "Simple Brainstorm skill for AI agent workflows", - "source": "roin-orca/skills/simple-brainstorm", + "name": "lark-event", + "description": "Lark Event skill for AI agent workflows", + "source": "larksuite/cli/lark-event", "tags": [ - "ai" + "workflow" ] }, { - "name": "site-architecture", - "description": "Site Architecture skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/site-architecture", + "name": "lark-im", + "description": "Lark Im skill for AI agent workflows", + "source": "larksuite/cli/lark-im", "tags": [ "workflow" ] }, { - "name": "skill-standardization", - "description": "Skill Standardization skill for AI agent workflows", - "source": "supercent-io/skills-template/skill-standardization", + "name": "lark-mail", + "description": "Lark Mail skill for AI agent workflows", + "source": "larksuite/cli/lark-mail", "tags": [ - "workflow" + "ai" ] }, { - "name": "skills-cli", - "description": "Skills Cli skill for AI agent workflows", - "source": "xixu-me/skills/skills-cli", + "name": "lark-minutes", + "description": "Lark Minutes skill for AI agent workflows", + "source": "larksuite/cli/lark-minutes", "tags": [ "workflow" ] }, { - "name": "skillshare", - "description": "Built-in AI skill for skillshare – helps install, search, and manage skills from the hub", - "source": "https://github.com/runkids/skillshare/tree/main/skills/skillshare", + "name": "lark-okr", + "description": "Lark Okr skill for AI agent workflows", + "source": "larksuite/cli/lark-okr", "tags": [ - "skillshare", - "agent", - "skill" + "workflow" ] }, { - "name": "social-media-carousel", - "description": "Social Media Carousel skill for AI agent workflows", - "source": "inference-sh-9/skills/social-media-carousel", + "name": "lark-openapi-explorer", + "description": "Lark Openapi Explorer skill for AI agent workflows", + "source": "larksuite/cli/lark-openapi-explorer", "tags": [ "workflow" ] }, { - "name": "soultrace", - "description": "Soultrace skill for AI agent workflows", - "source": "soultrace-ai/soultrace-skill/soultrace", + "name": "lark-shared", + "description": "Lark Shared skill for AI agent workflows", + "source": "larksuite/cli/lark-shared", "tags": [ "workflow" ] }, { - "name": "speech-to-text", - "description": "Speech To Text skill for AI agent workflows", - "source": "inference-sh-9/skills/speech-to-text", + "name": "lark-sheets", + "description": "Lark Sheets skill for AI agent workflows", + "source": "larksuite/cli/lark-sheets", "tags": [ "workflow" ] }, { - "name": "standup-meeting", - "description": "Standup Meeting skill for AI agent workflows", - "source": "supercent-io/skills-template/standup-meeting", + "name": "lark-skill-maker", + "description": "Lark Skill Maker skill for AI agent workflows", + "source": "larksuite/cli/lark-skill-maker", "tags": [ "workflow" ] }, { - "name": "state-management", - "description": "State Management skill for AI agent workflows", - "source": "supercent-io/skills-template/state-management", + "name": "lark-slides", + "description": "Lark Slides skill for AI agent workflows", + "source": "larksuite/cli/lark-slides", "tags": [ + "ai", "workflow" ] }, { - "name": "stitch-loop", - "description": "Iterative design-code loop patterns from Google Labs Stitch", - "source": "google-labs-code/stitch-skills/stitch-loop", + "name": "lark-task", + "description": "Lark Task skill for AI agent workflows", + "source": "larksuite/cli/lark-task", "tags": [ - "workflow", - "design" + "workflow" ] }, { - "name": "storyboard-creation", - "description": "Storyboard Creation skill for AI agent workflows", - "source": "inference-sh-9/skills/storyboard-creation", + "name": "lark-vc", + "description": "Lark Vc skill for AI agent workflows", + "source": "larksuite/cli/lark-vc", "tags": [ "workflow" ] }, { - "name": "supabase", - "description": "Supabase skill for AI agent workflows", - "source": "supabase/agent-skills/supabase", + "name": "lark-whiteboard", + "description": "Lark Whiteboard skill for AI agent workflows", + "source": "larksuite/cli/lark-whiteboard", "tags": [ "workflow" ] }, { - "name": "supabase-postgres-best-practices", - "description": "PostgreSQL best practices, query optimization, and security for Supabase", - "source": "supabase/agent-skills/supabase-postgres-best-practices", + "name": "lark-wiki", + "description": "Lark Wiki skill for AI agent workflows", + "source": "larksuite/cli/lark-wiki", "tags": [ - "backend" + "workflow" ] }, { - "name": "super-swarm-spark", - "description": "Super Swarm Spark skill for AI agent workflows", - "source": "am-will/codex-skills/super-swarm-spark", + "name": "lark-workflow-meeting-summary", + "description": "Lark Workflow Meeting Summary skill for AI agent workflows", + "source": "larksuite/cli/lark-workflow-meeting-summary", "tags": [ "workflow" ] }, { - "name": "swarm-planner", - "description": "Swarm Planner skill for AI agent workflows", - "source": "am-will/codex-skills/swarm-planner", + "name": "lark-workflow-standup-report", + "description": "Lark Workflow Standup Report skill for AI agent workflows", + "source": "larksuite/cli/lark-workflow-standup-report", "tags": [ "workflow" ] }, { - "name": "swiftui-expert-skill", - "description": "SwiftUI best practices and modern iOS app development patterns", - "source": "avdlee/swiftui-agent-skill/swiftui-expert-skill", + "name": "lipsync", + "description": "lipsync skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/lipsync", "tags": [ - "frontend" + "workflow" ] }, { - "name": "system-environment-setup", - "description": "System Environment Setup skill for AI agent workflows", - "source": "supercent-io/skills-template/system-environment-setup", + "name": "minimal-run-and-audit", + "description": "Minimal Run And Audit skill for AI agent workflows", + "source": "lllllllama/ai-paper-reproduction-skill/minimal-run-and-audit", "tags": [ "workflow" ] }, { - "name": "talking-head-production", - "description": "Talking Head Production skill for AI agent workflows", - "source": "inference-sh-9/skills/talking-head-production", + "name": "nano-banana-2", + "description": "Nano Banana 2 skill for AI agent workflows", + "source": "inference-sh-9/skills/nano-banana-2", "tags": [ "workflow" ] }, { - "name": "task-estimation", - "description": "Task Estimation skill for AI agent workflows", - "source": "supercent-io/skills-template/task-estimation", + "name": "nano-banana-edit", + "description": "Nano Banana Edit skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/nano-banana-edit", "tags": [ "workflow" ] }, { - "name": "task-planning", - "description": "Task Planning skill for AI agent workflows", - "source": "supercent-io/skills-template/task-planning", + "name": "openclaw-secure-linux-cloud", + "description": "Openclaw Secure Linux Cloud skill for AI agent workflows", + "source": "xixu-me/skills/openclaw-secure-linux-cloud", "tags": [ "workflow" ] }, { - "name": "tdd", - "description": "Tdd skill for AI agent workflows", - "source": "mattpocock/skills/tdd", + "name": "opensource-guide-coach", + "description": "Opensource Guide Coach skill for AI agent workflows", + "source": "xixu-me/skills/opensource-guide-coach", "tags": [ - "testing" + "workflow" ] }, { - "name": "teach-impeccable", - "description": "Teach Impeccable skill for AI agent workflows", - "source": "pbakaus/impeccable/teach-impeccable", + "name": "optimize", + "description": "Optimize skill for AI agent workflows", + "source": "pbakaus/impeccable/optimize", "tags": [ "workflow" ] }, { - "name": "technical-blog-writing", - "description": "Technical Blog Writing skill for AI agent workflows", - "source": "inference-sh-9/skills/technical-blog-writing", + "name": "paper-context-resolver", + "description": "Paper Context Resolver skill for AI agent workflows", + "source": "lllllllama/ai-paper-reproduction-skill/paper-context-resolver", "tags": [ "workflow" ] }, { - "name": "technical-writing", - "description": "Technical Writing skill for AI agent workflows", - "source": "supercent-io/skills-template/technical-writing", + "name": "polish", + "description": "Polish skill for AI agent workflows", + "source": "pbakaus/impeccable/polish", "tags": [ "workflow" ] }, { - "name": "testing-strategies", - "description": "Testing Strategies skill for AI agent workflows", - "source": "supercent-io/skills-template/testing-strategies", + "name": "prototype", + "description": "prototype skill for AI agent workflows", + "source": "mattpocock/skills/prototype", "tags": [ - "testing" + "workflow" ] }, { - "name": "text-to-speech", - "description": "Text To Speech skill for AI agent workflows", - "source": "inference-sh-9/skills/text-to-speech", + "name": "readme-i18n", + "description": "Readme I18n skill for AI agent workflows", + "source": "xixu-me/skills/readme-i18n", "tags": [ "workflow" ] }, { - "name": "to-issues", - "description": "To Issues skill for AI agent workflows", - "source": "mattpocock/skills/to-issues", + "name": "relight", + "description": "relight skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/relight", "tags": [ "workflow" ] }, { - "name": "to-prd", - "description": "To Prd skill for AI agent workflows", - "source": "mattpocock/skills/to-prd", + "name": "remotion-render", + "description": "Cloud-based Remotion video rendering via inference.sh", + "source": "inference-sh-6/skills/remotion-render", "tags": [ - "workflow" + "react" ] }, { - "name": "tools-ui", - "description": "Tools Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/tools-ui", + "name": "repo-intake-and-plan", + "description": "Repo Intake And Plan skill for AI agent workflows", + "source": "lllllllama/ai-paper-reproduction-skill/repo-intake-and-plan", "tags": [ "workflow" ] }, { - "name": "triage", - "description": "Triage skill for AI agent workflows", - "source": "mattpocock/skills/triage", + "name": "runcomfy-cli", + "description": "runcomfy cli skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/runcomfy-cli", "tags": [ "workflow" ] }, { - "name": "twitter-automation", - "description": "Twitter Automation skill for AI agent workflows", - "source": "inference-sh-9/skills/twitter-automation", + "name": "running-claude-code-via-litellm-copilot", + "description": "Running Claude Code Via Litellm Copilot skill for AI agent workflows", + "source": "xixu-me/skills/running-claude-code-via-litellm-copilot", "tags": [ - "workflow" + "ai" ] }, { - "name": "twitter-thread-creation", - "description": "Twitter Thread Creation skill for AI agent workflows", - "source": "inference-sh-9/skills/twitter-thread-creation", + "name": "secure-linux-web-hosting", + "description": "Secure Linux Web Hosting skill for AI agent workflows", + "source": "xixu-me/skills/secure-linux-web-hosting", "tags": [ "workflow" ] }, { - "name": "typeset", - "description": "Typeset skill for AI agent workflows", - "source": "pbakaus/impeccable/typeset", + "name": "seedance-v2", + "description": "Seedance V2 skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/seedance-v2", "tags": [ "workflow" ] }, { - "name": "tzst", - "description": "Tzst skill for AI agent workflows", - "source": "xixu-me/skills/tzst", + "name": "setup-matt-pocock-skills", + "description": "Setup Matt Pocock Skills skill for AI agent workflows", + "source": "mattpocock/skills/setup-matt-pocock-skills", "tags": [ "workflow" ] }, { - "name": "ui-component-patterns", - "description": "Ui Component patterns and implementation guidelines", - "source": "supercent-io/skills-template/ui-component-patterns", + "name": "shadcn", + "description": "Shadcn skill for AI agent workflows", + "source": "shadcn/ui/shadcn", "tags": [ "design", "frontend" ] }, { - "name": "ui-ux-pro-max", - "description": "UI/UX design intelligence with 50 styles, 21 palettes, 50 font pairings, and 20 chart types", - "source": "nextlevelbuilder/ui-ux-pro-max-skill", + "name": "simple", + "description": "Simple skill for AI agent workflows", + "source": "roin-orca/skills/simple", "tags": [ - "design", - "frontend" + "workflow" ] }, { - "name": "use-my-browser", - "description": "Use My Browser skill for AI agent workflows", - "source": "xixu-me/skills/use-my-browser", + "name": "skills-cli", + "description": "Skills Cli skill for AI agent workflows", + "source": "xixu-me/skills/skills-cli", "tags": [ "workflow" ] }, { - "name": "user-guide-writing", - "description": "User Guide Writing skill for AI agent workflows", - "source": "supercent-io/skills-template/user-guide-writing", + "name": "soultrace", + "description": "Soultrace skill for AI agent workflows", + "source": "soultrace-ai/soultrace-skill/soultrace", "tags": [ "workflow" ] }, { - "name": "value", - "description": "Value skill for AI agent workflows", - "source": "hugmouse/skills/value", + "name": "supabase", + "description": "Supabase skill for AI agent workflows", + "source": "supabase/agent-skills/supabase", "tags": [ "workflow" ] }, { - "name": "vercel-deploy", - "description": "Vercel Deploy skill for AI agent workflows", - "source": "supercent-io/skills-template/vercel-deploy", + "name": "supabase-postgres-best-practices", + "description": "PostgreSQL best practices, query optimization, and security for Supabase", + "source": "supabase/agent-skills/supabase-postgres-best-practices", "tags": [ - "devops" + "backend" + ] + }, + { + "name": "tdd", + "description": "Tdd skill for AI agent workflows", + "source": "mattpocock/skills/tdd", + "tags": [ + "testing" ] }, { - "name": "vet", - "description": "Vet skill for AI agent workflows", - "source": "imbue-ai/vet/vet", + "name": "to-issues", + "description": "To Issues skill for AI agent workflows", + "source": "mattpocock/skills/to-issues", "tags": [ "workflow" ] }, { - "name": "video-ad-specs", - "description": "Video Ad Specs skill for AI agent workflows", - "source": "inference-sh-9/skills/video-ad-specs", + "name": "to-prd", + "description": "To Prd skill for AI agent workflows", + "source": "mattpocock/skills/to-prd", "tags": [ "workflow" ] }, { - "name": "video-edit", - "description": "Video Edit skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-edit", + "name": "triage", + "description": "Triage skill for AI agent workflows", + "source": "mattpocock/skills/triage", "tags": [ "workflow" ] }, { - "name": "video-prompting-guide", - "description": "Video Prompting Guide skill for AI agent workflows", - "source": "inference-sh-9/skills/video-prompting-guide", + "name": "twitter-automation", + "description": "Twitter Automation skill for AI agent workflows", + "source": "inference-sh-9/skills/twitter-automation", "tags": [ - "ai" + "workflow" ] }, { - "name": "vue-best-practices", - "description": "Vue 3 best practices with Composition API, script setup, and TypeScript", - "source": "hyf0/vue-skills/vue-best-practices", + "name": "tzst", + "description": "Tzst skill for AI agent workflows", + "source": "xixu-me/skills/tzst", "tags": [ - "vue", - "frontend" + "workflow" ] }, { - "name": "vue-debug-guides", - "description": "Vue 3 debugging techniques and error handling patterns", - "source": "hyf0/vue-skills/vue-debug-guides", + "name": "ui-ux-pro-max", + "description": "UI/UX design intelligence with 50 styles, 21 palettes, 50 font pairings, and 20 chart types", + "source": "nextlevelbuilder/ui-ux-pro-max-skill", "tags": [ - "vue", + "design", "frontend" ] }, { - "name": "wan-2-7", - "description": "Wan 2 7 skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/wan-2-7", + "name": "use-my-browser", + "description": "Use My Browser skill for AI agent workflows", + "source": "xixu-me/skills/use-my-browser", "tags": [ "workflow" ] }, { - "name": "web-accessibility", - "description": "Web Accessibility skill for AI agent workflows", - "source": "supercent-io/skills-template/web-accessibility", + "name": "video-edit", + "description": "Video Edit skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-edit", "tags": [ "workflow" ] }, { - "name": "web-search", - "description": "Web Search skill for AI agent workflows", - "source": "inference-sh-9/skills/web-search", + "name": "video-extend", + "description": "video extend skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-extend", "tags": [ "workflow" ] }, { - "name": "widgets-ui", - "description": "Widgets Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/widgets-ui", + "name": "video-inpainting", + "description": "video inpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-inpainting", "tags": [ - "workflow" + "ai" ] }, { - "name": "wonda-cli", - "description": "Wonda Cli skill for AI agent workflows", - "source": "degausai/wonda/wonda-cli", + "name": "video-outpainting", + "description": "video outpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-outpainting", "tags": [ - "workflow" + "ai" ] }, { - "name": "workflow-automation", - "description": "Workflow Automation skill for AI agent workflows", - "source": "supercent-io/skills-template/workflow-automation", + "name": "wan-2-7", + "description": "Wan 2 7 skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/wan-2-7", "tags": [ "workflow" ] @@ -2423,15 +930,6 @@ "workflow" ] }, - { - "name": "youtube-thumbnail-design", - "description": "Youtube Thumbnail Design skill for AI agent workflows", - "source": "inference-sh-9/skills/youtube-thumbnail-design", - "tags": [ - "design", - "frontend" - ] - }, { "name": "zoom-out", "description": "Zoom Out skill for AI agent workflows", diff --git a/skillshare-hub.json b/skillshare-hub.json index 1dd9165..9ac5547 100644 --- a/skillshare-hub.json +++ b/skillshare-hub.json @@ -16,21 +16,15 @@ "skill": "accessibility-compliance", "tags": [ "frontend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "ad-creative", - "description": "Ad Creative skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/ad-creative", + "name": "ace-step", + "description": "ace step skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/ace-step", "tags": [ "workflow" - ], - "riskScore": 75, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "adapt", @@ -47,87 +41,6 @@ "tags": [ "agent", "browser" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "agent-configuration", - "description": "Agent Configuration skill for AI agent workflows", - "source": "supercent-io/skills-template/agent-configuration", - "tags": [ - "agent" - ] - }, - { - "name": "agent-email-cli", - "description": "Agent Email Cli skill for AI agent workflows", - "source": "zaddy6/agent-email-skill/agent-email-cli", - "tags": [ - "agent" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "agent-evaluation", - "description": "Agent Evaluation skill for AI agent workflows", - "source": "supercent-io/skills-template/agent-evaluation", - "tags": [ - "agent" - ] - }, - { - "name": "agent-tools", - "description": "Run 150+ AI apps in the cloud via inference.sh CLI — image, video, LLM, search, and more", - "source": "inf-sh/skills/agent-tools", - "tags": [ - "agent", - "ai" - ], - "riskScore": 78, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "agent-ui", - "description": "Agent Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/agent-ui", - "tags": [ - "agent" - ], - "riskScore": 22, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "agentation", - "description": "Agent coordination framework for multi-agent task execution", - "source": "benjitaylor/agentation/agentation", - "tags": [ - "agent", - "ai" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "agentic-development-principles", - "description": "Agentic Development Principles skill for AI agent workflows", - "source": "supercent-io/skills-template/agentic-development-principles", - "tags": [ - "agent" - ] - }, - { - "name": "agentic-workflow", - "description": "Agentic Workflow skill for AI agent workflows", - "source": "supercent-io/skills-template/agentic-workflow", - "tags": [ - "agent" ] }, { @@ -136,21 +49,7 @@ "source": "agentspace-so/skills/agentspace", "tags": [ "agent" - ], - "riskScore": 4, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-automation-workflows", - "description": "Ai Automation Workflows skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-automation-workflows", - "tags": [ - "ai" - ], - "riskScore": 15, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "ai-avatar-video", @@ -158,21 +57,7 @@ "source": "inference-sh-9/skills/ai-avatar-video", "tags": [ "ai" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-content-pipeline", - "description": "Ai Content Pipeline skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-content-pipeline", - "tags": [ - "marketing" - ], - "riskScore": 13, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "ai-image-generation", @@ -180,87 +65,15 @@ "source": "inference-sh-9/skills/ai-image-generation", "tags": [ "ai" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-marketing-videos", - "description": "Ai Marketing Videos skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-marketing-videos", - "tags": [ - "marketing" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-music-generation", - "description": "Ai Music Generation skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-music-generation", - "tags": [ - "ai" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-podcast-creation", - "description": "Ai Podcast Creation skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-podcast-creation", - "tags": [ - "ai" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-product-photography", - "description": "Ai Product Photography skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-product-photography", - "tags": [ - "ai" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "ai-rag-pipeline", - "description": "Ai Rag Pipeline skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-rag-pipeline", + "name": "ai-music", + "description": "ai music skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/ai-music", "tags": [ "ai" - ], - "riskScore": 13, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-seo", - "description": "Ai Seo skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/ai-seo", - "tags": [ - "seo" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-social-media-content", - "description": "Ai Social Media Content skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-social-media-content", - "tags": [ - "marketing" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "ai-video-generation", @@ -268,21 +81,7 @@ "source": "inference-sh-9/skills/ai-video-generation", "tags": [ "ai" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ai-voice-cloning", - "description": "Ai Voice Cloning skill for AI agent workflows", - "source": "inference-sh-9/skills/ai-voice-cloning", - "tags": [ - "ai" - ], - "riskScore": 10, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "airunway-aks-setup", @@ -290,10 +89,7 @@ "source": "microsoft/azure-skills/airunway-aks-setup", "tags": [ "ai" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "algorithmic-art", @@ -301,10 +97,7 @@ "source": "anthropics/skills/algorithmic-art", "tags": [ "design" - ], - "riskScore": 16, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "analytics-tracking", @@ -314,17 +107,6 @@ "marketing" ] }, - { - "name": "angular-component", - "description": "Angular component architecture patterns and best practices", - "source": "analogjs/angular-skills/angular-component", - "tags": [ - "frontend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "animate", "description": "Animate skill for AI agent workflows", @@ -340,39 +122,8 @@ "skill": "antfu", "tags": [ "workflow" - ], - "riskScore": 13, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "api-design", - "description": "Api Design skill for AI agent workflows", - "source": "supercent-io/skills-template/api-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "api-documentation", - "description": "Api Documentation skill for AI agent workflows", - "source": "supercent-io/skills-template/api-documentation", - "tags": [ - "docs" ] }, - { - "name": "app-store-screenshots", - "description": "App Store Screenshots skill for AI agent workflows", - "source": "inference-sh-9/skills/app-store-screenshots", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "appinsights-instrumentation", "description": "Application Insights instrumentation and telemetry for Azure applications", @@ -381,17 +132,6 @@ "tags": [ "devops", "backend" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "arrange", - "description": "Arrange skill for AI agent workflows", - "source": "pbakaus/impeccable/arrange", - "tags": [ - "workflow" ] }, { @@ -402,25 +142,6 @@ "workflow" ] }, - { - "name": "audit-website", - "description": "Security audit and vulnerability scanning for websites", - "source": "squirrelscan/skills/audit-website", - "tags": [ - "security" - ], - "riskScore": 26, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "authentication-setup", - "description": "Authentication Setup skill for AI agent workflows", - "source": "supercent-io/skills-template/authentication-setup", - "tags": [ - "security" - ] - }, { "name": "azure-ai", "description": "Azure AI services integration and management", @@ -429,10 +150,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 30, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-aigateway", @@ -442,10 +160,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 54, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-cloud-migrate", @@ -454,10 +169,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-compliance", @@ -467,10 +179,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 66, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-compute", @@ -479,10 +188,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-cost", @@ -490,10 +196,7 @@ "source": "microsoft/azure-skills/azure-cost", "tags": [ "workflow" - ], - "riskScore": 45, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-cost-optimization", @@ -513,10 +216,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 42, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-diagnostics", @@ -526,10 +226,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-enterprise-infra-planner", @@ -537,10 +234,7 @@ "source": "microsoft/azure-skills/azure-enterprise-infra-planner", "tags": [ "workflow" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-hosted-copilot-sdk", @@ -549,10 +243,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 24, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-kubernetes", @@ -560,10 +251,7 @@ "source": "microsoft/azure-skills/azure-kubernetes", "tags": [ "devops" - ], - "riskScore": 12, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-kusto", @@ -573,10 +261,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-messaging", @@ -586,10 +271,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-observability", @@ -619,10 +301,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-quotas", @@ -630,10 +309,7 @@ "source": "microsoft/azure-skills/azure-quotas", "tags": [ "workflow" - ], - "riskScore": 39, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-rbac", @@ -643,10 +319,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-resource-lookup", @@ -656,10 +329,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-resource-visualizer", @@ -669,10 +339,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-storage", @@ -682,10 +349,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 33, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-upgrade", @@ -693,10 +357,7 @@ "source": "microsoft/azure-skills/azure-upgrade", "tags": [ "workflow" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "azure-validate", @@ -706,41 +367,8 @@ "tags": [ "devops", "backend" - ], - "riskScore": 15, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "backend-testing", - "description": "Backend Testing skill for AI agent workflows", - "source": "supercent-io/skills-template/backend-testing", - "tags": [ - "testing" ] }, - { - "name": "background-removal", - "description": "Background Removal skill for AI agent workflows", - "source": "inference-sh-9/skills/background-removal", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "backlink-analyzer", - "description": "SEO backlink analysis and link building strategy tool", - "source": "aaron-he-zhu/seo-geo-claude-skills/backlink-analyzer", - "tags": [ - "seo" - ], - "riskScore": 33, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "baoyu-article-illustrator", "description": "Generate illustrations for articles and blog posts", @@ -749,10 +377,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 13, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-comic", @@ -762,10 +387,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 11, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-compress-image", @@ -775,10 +397,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 8, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-cover-image", @@ -788,10 +407,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-danger-gemini-web", @@ -801,10 +417,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 16, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-danger-x-to-markdown", @@ -814,10 +427,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 40, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-image-gen", @@ -827,10 +437,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 57, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-infographic", @@ -840,10 +447,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-post-to-wechat", @@ -853,10 +457,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-post-to-x", @@ -866,10 +467,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-slide-deck", @@ -879,10 +477,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 8, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-url-to-markdown", @@ -892,10 +487,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 31, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "baoyu-xhs-images", @@ -905,39 +497,8 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "bmad-orchestrator", - "description": "Bmad Orchestrator skill for AI agent workflows", - "source": "supercent-io/skills-template/bmad-orchestrator", - "tags": [ - "workflow" - ] - }, - { - "name": "bolder", - "description": "Bolder skill for AI agent workflows", - "source": "pbakaus/impeccable/bolder", - "tags": [ - "workflow" ] }, - { - "name": "book-cover-design", - "description": "Book Cover Design skill for AI agent workflows", - "source": "inference-sh-9/skills/book-cover-design", - "tags": [ - "design", - "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "brainstorming", "description": "Structured creative brainstorming and ideation before implementation", @@ -945,10 +506,7 @@ "tags": [ "workflow", "superpowers" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "brand-guidelines", @@ -956,23 +514,7 @@ "source": "anthropics/skills/brand-guidelines", "tags": [ "design" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "browser-use", - "description": "Browser automation CLI for persistent session-based web interactions", - "source": "browser-use/browser-use", - "skill": "browser-use", - "tags": [ - "agent", - "browser" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "canvas-design", @@ -981,21 +523,7 @@ "tags": [ "design", "frontend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "case-study-writing", - "description": "Case Study Writing skill for AI agent workflows", - "source": "inference-sh-9/skills/case-study-writing", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "caveman", @@ -1003,10 +531,7 @@ "source": "juliusbrussee/caveman/caveman", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "caveman-commit", @@ -1014,10 +539,7 @@ "source": "juliusbrussee/caveman/caveman-commit", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "caveman-compress", @@ -1025,10 +547,7 @@ "source": "juliusbrussee/caveman/caveman-compress", "tags": [ "workflow" - ], - "riskScore": 49, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "caveman-help", @@ -1036,10 +555,7 @@ "source": "juliusbrussee/caveman/caveman-help", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "caveman-review", @@ -1047,501 +563,129 @@ "source": "juliusbrussee/caveman/caveman-review", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "changelog-maintenance", - "description": "Changelog Maintenance skill for AI agent workflows", - "source": "supercent-io/skills-template/changelog-maintenance", + "name": "clarify", + "description": "Clarify skill for AI agent workflows", + "source": "pbakaus/impeccable/clarify", "tags": [ - "ai" + "workflow" ] }, { - "name": "character-design-sheet", - "description": "Character Design Sheet skill for AI agent workflows", - "source": "inference-sh-9/skills/character-design-sheet", + "name": "codex-pet", + "description": "Codex Pet skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/codex-pet", "tags": [ - "design", - "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + "workflow" + ] }, { - "name": "chat-ui", - "description": "Chat Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/chat-ui", + "name": "colorize", + "description": "Colorize skill for AI agent workflows", + "source": "pbakaus/impeccable/colorize", "tags": [ "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "chatgpt-app-builder", - "description": "Build ChatGPT-powered applications with MCP integration", - "source": "mcp-use/mcp-use/chatgpt-app-builder", + "name": "competitor-alternatives", + "description": "Analyze competitors and craft alternative positioning strategies", + "source": "coreyhaines31/marketingskills/competitor-alternatives", "tags": [ - "ai", - "agent" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + "marketing" + ] }, { - "name": "churn-prevention", - "description": "Churn Prevention skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/churn-prevention", + "name": "content-strategy", + "description": "Develop content marketing strategy and editorial plans", + "source": "coreyhaines31/marketingskills/content-strategy", "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + "marketing" + ] }, { - "name": "clarify", - "description": "Clarify skill for AI agent workflows", - "source": "pbakaus/impeccable/clarify", + "name": "controlnet-pose", + "description": "controlnet pose skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/controlnet-pose", "tags": [ "workflow" ] }, { - "name": "clawdirect", - "description": "Directory of social web experiences for AI agents — browse, like, and manage listings", - "source": "napoleond/clawdirect/clawdirect", + "name": "copy-editing", + "description": "Edit and improve marketing copy for clarity and impact", + "source": "coreyhaines31/marketingskills/copy-editing", "tags": [ - "agent" - ], - "riskScore": 9, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + "marketing" + ] }, { - "name": "clawdirect-dev", - "description": "Development tools and utilities for ClawDirect directory extensions", - "source": "napoleond/clawdirect/clawdirect-dev", + "name": "copywriting", + "description": "Write persuasive marketing copy and sales content", + "source": "coreyhaines31/marketingskills/copywriting", "tags": [ - "agent" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + "marketing" + ] }, { - "name": "code-refactoring", - "description": "Code Refactoring skill for AI agent workflows", - "source": "supercent-io/skills-template/code-refactoring", + "name": "critique", + "description": "Critique skill for AI agent workflows", + "source": "pbakaus/impeccable/critique", "tags": [ "workflow" ] }, { - "name": "code-review", - "description": "Code Review skill for AI agent workflows", - "source": "supercent-io/skills-template/code-review", + "name": "develop-userscripts", + "description": "Develop Userscripts skill for AI agent workflows", + "source": "xixu-me/skills/develop-userscripts", "tags": [ - "code-review" + "workflow" ] }, { - "name": "codebase-search", - "description": "Codebase Search skill for AI agent workflows", - "source": "supercent-io/skills-template/codebase-search", + "name": "diagnose", + "description": "Diagnose skill for AI agent workflows", + "source": "mattpocock/skills/diagnose", "tags": [ "workflow" ] }, { - "name": "codex-pet", - "description": "Codex Pet skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/codex-pet", + "name": "dispatching-parallel-agents", + "description": "Dispatch and coordinate independent tasks across parallel agents", + "source": "obra/superpowers/dispatching-parallel-agents", "tags": [ - "workflow" - ], - "riskScore": 13, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + "workflow", + "superpowers", + "agent" + ] }, { - "name": "cold-email", - "description": "Cold Email skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/cold-email", + "name": "doc-coauthoring", + "description": "Collaborative document writing, editing, and coauthoring", + "source": "anthropics/skills/doc-coauthoring", "tags": [ - "ai" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "colorize", - "description": "Colorize skill for AI agent workflows", - "source": "pbakaus/impeccable/colorize", - "tags": [ - "workflow" - ] - }, - { - "name": "competitor-alternatives", - "description": "Analyze competitors and craft alternative positioning strategies", - "source": "coreyhaines31/marketingskills/competitor-alternatives", - "tags": [ - "marketing" - ] - }, - { - "name": "competitor-teardown", - "description": "Competitor Teardown skill for AI agent workflows", - "source": "inference-sh-9/skills/competitor-teardown", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "content-repurposing", - "description": "Content Repurposing skill for AI agent workflows", - "source": "inference-sh-9/skills/content-repurposing", - "tags": [ - "marketing" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "content-strategy", - "description": "Develop content marketing strategy and editorial plans", - "source": "coreyhaines31/marketingskills/content-strategy", - "tags": [ - "marketing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "context7", - "description": "Retrieve up-to-date documentation for software libraries by querying the Context7 API", - "source": "intellectronica/agent-skills/skills/context7", - "tags": [ - "docs", - "ai" - ], - "riskScore": 8, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "convex", - "description": "Convex backend platform patterns and real-time data sync", - "source": "waynesutton/convexskills/convex", - "tags": [ - "backend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "convex-quickstart", - "description": "Convex Quickstart skill for AI agent workflows", - "source": "get-convex/agent-skills/convex-quickstart", - "tags": [ - "backend" - ], - "riskScore": 28, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "copilot-coding-agent", - "description": "Copilot Coding Agent skill for AI agent workflows", - "source": "supercent-io/skills-template/copilot-coding-agent", - "tags": [ - "agent" - ] - }, - { - "name": "copy-editing", - "description": "Edit and improve marketing copy for clarity and impact", - "source": "coreyhaines31/marketingskills/copy-editing", - "tags": [ - "marketing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "copywriting", - "description": "Write persuasive marketing copy and sales content", - "source": "coreyhaines31/marketingskills/copywriting", - "tags": [ - "marketing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "critique", - "description": "Critique skill for AI agent workflows", - "source": "pbakaus/impeccable/critique", - "tags": [ - "workflow" - ] - }, - { - "name": "customer-persona", - "description": "Customer Persona skill for AI agent workflows", - "source": "inference-sh-9/skills/customer-persona", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "data-analysis", - "description": "Data Analysis skill for AI agent workflows", - "source": "supercent-io/skills-template/data-analysis", - "tags": [ - "workflow" - ] - }, - { - "name": "data-visualization", - "description": "Data Visualization skill for AI agent workflows", - "source": "inference-sh-9/skills/data-visualization", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "database-schema-design", - "description": "Database Schema Design skill for AI agent workflows", - "source": "supercent-io/skills-template/database-schema-design", - "tags": [ - "design", - "frontend" - ] - }, - { - "name": "debugging", - "description": "Debugging skill for AI agent workflows", - "source": "supercent-io/skills-template/debugging", - "tags": [ - "workflow" - ] - }, - { - "name": "delight", - "description": "Delight skill for AI agent workflows", - "source": "pbakaus/impeccable/delight", - "tags": [ - "workflow" - ] - }, - { - "name": "deploy-to-vercel", - "description": "Deploy To Vercel skill for AI agent workflows", - "source": "vercel-labs/agent-skills/deploy-to-vercel", - "tags": [ - "devops" - ], - "riskScore": 15, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "deployment-automation", - "description": "Deployment Automation skill for AI agent workflows", - "source": "supercent-io/skills-template/deployment-automation", - "tags": [ - "devops" - ] - }, - { - "name": "design-md", - "description": "Design system documentation and component specification in Markdown", - "source": "google-labs-code/stitch-skills/design-md", - "tags": [ - "design", "docs" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "develop-userscripts", - "description": "Develop Userscripts skill for AI agent workflows", - "source": "xixu-me/skills/develop-userscripts", - "tags": [ - "workflow" - ], - "riskScore": 21, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "developing-genkit-dart", - "description": "Developing Genkit Dart skill for AI agent workflows", - "source": "firebase/agent-skills/developing-genkit-dart", - "tags": [ - "workflow" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "developing-genkit-js", - "description": "Developing Genkit Js skill for AI agent workflows", - "source": "firebase/agent-skills/developing-genkit-js", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "diagnose", - "description": "Diagnose skill for AI agent workflows", - "source": "mattpocock/skills/diagnose", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "dialogue-audio", - "description": "Dialogue Audio skill for AI agent workflows", - "source": "inference-sh-9/skills/dialogue-audio", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "dispatching-parallel-agents", - "description": "Dispatch and coordinate independent tasks across parallel agents", - "source": "obra/superpowers/dispatching-parallel-agents", - "tags": [ - "workflow", - "superpowers", - "agent" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "distill", - "description": "Distill skill for AI agent workflows", - "source": "pbakaus/impeccable/distill", - "tags": [ - "workflow" ] }, - { - "name": "doc-coauthoring", - "description": "Collaborative document writing, editing, and coauthoring", - "source": "anthropics/skills/doc-coauthoring", - "tags": [ - "docs" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "docker-expert", - "description": "Docker containerization best practices and multi-stage builds", - "source": "sickn33/antigravity-awesome-skills/docker-expert", - "tags": [ - "devops" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "docx", "description": "Create and edit Word documents programmatically", "source": "anthropics/skills/docx", "tags": [ "docs" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "dogfood", - "description": "Dogfood skill for AI agent workflows", - "source": "vercel-labs/agent-browser/dogfood", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "elevenlabs-music", - "description": "Elevenlabs Music skill for AI agent workflows", - "source": "inferen-sh/skills/elevenlabs-music", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "elevenlabs-tts", - "description": "Elevenlabs Tts skill for AI agent workflows", - "source": "inferen-sh/skills/elevenlabs-tts", + "name": "elevenlabs-music-generation", + "description": "elevenlaus music generation skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/elevenlabs-music-generation", "tags": [ "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "email-design", - "description": "Email Design skill for AI agent workflows", - "source": "inference-sh-9/skills/email-design", - "tags": [ - "design", - "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "email-sequence", @@ -1551,18 +695,6 @@ "marketing" ] }, - { - "name": "enhance-prompt", - "description": "AI prompt enhancement and optimization techniques", - "source": "google-labs-code/stitch-skills/enhance-prompt", - "tags": [ - "ai", - "workflow" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "entra-app-registration", "description": "Microsoft Entra ID app registration and authentication setup", @@ -1571,10 +703,7 @@ "tags": [ "devops", "backend" - ], - "riskScore": 73, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "env-and-assets-bootstrap", @@ -1582,10 +711,7 @@ "source": "lllllllama/ai-paper-reproduction-skill/env-and-assets-bootstrap", "tags": [ "workflow" - ], - "riskScore": 15, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "executing-plans", @@ -1594,21 +720,7 @@ "tags": [ "workflow", "superpowers" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "explainer-video-guide", - "description": "Explainer Video Guide skill for AI agent workflows", - "source": "inference-sh-9/skills/explainer-video-guide", - "tags": [ - "ai" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "expo-deployment", @@ -1619,14 +731,6 @@ "react" ] }, - { - "name": "extract", - "description": "Extract skill for AI agent workflows", - "source": "pbakaus/impeccable/extract", - "tags": [ - "workflow" - ] - }, { "name": "extract-design-system", "description": "Extract Design System skill for AI agent workflows", @@ -1634,15 +738,12 @@ "tags": [ "design", "frontend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "file-organization", - "description": "File Organization skill for AI agent workflows", - "source": "supercent-io/skills-template/file-organization", + "name": "face-swap", + "description": "face swap skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/face-swap", "tags": [ "workflow" ] @@ -1654,10 +755,7 @@ "tags": [ "skill", "agent" - ], - "riskScore": 4, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "finishing-a-development-branch", @@ -1667,107 +765,15 @@ "git", "workflow", "superpowers" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "firebase-ai-logic", - "description": "Firebase Ai Logic skill for AI agent workflows", - "source": "supercent-io/skills-template/firebase-ai-logic", - "tags": [ - "ai" ] }, - { - "name": "firebase-app-hosting-basics", - "description": "Firebase App Hosting Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-app-hosting-basics", - "tags": [ - "workflow" - ], - "riskScore": 17, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "firebase-auth-basics", - "description": "Firebase Auth Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-auth-basics", - "tags": [ - "security" - ], - "riskScore": 17, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "firebase-basics", - "description": "Firebase Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-basics", - "tags": [ - "workflow" - ], - "riskScore": 78, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "firebase-hosting-basics", - "description": "Firebase Hosting Basics skill for AI agent workflows", - "source": "firebase/agent-skills/firebase-hosting-basics", - "tags": [ - "workflow" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "flutter-animations", - "description": "Flutter animation patterns and motion design best practices", - "source": "madteacher/mad-agents-skills/flutter-animations", - "tags": [ - "frontend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "flutter-expert", - "description": "Flutter framework expertise and cross-platform development patterns", - "source": "jeffallan/claude-skills/flutter-expert", - "tags": [ - "frontend" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "flux-2-klein", "description": "Flux 2 Klein skill for AI agent workflows", "source": "agentspace-so/runcomfy-agent-skills/flux-2-klein", "tags": [ "workflow" - ], - "riskScore": 25, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "flux-image", - "description": "Flux Image skill for AI agent workflows", - "source": "inference-sh-9/skills/flux-image", - "tags": [ - "ai", - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "flux-kontext", @@ -1775,10 +781,7 @@ "source": "agentspace-so/runcomfy-agent-skills/flux-kontext", "tags": [ "workflow" - ], - "riskScore": 10, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "form-cro", @@ -1803,58 +806,6 @@ "tags": [ "design", "frontend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "fun-brainstorming", - "description": "Fun Brainstorming skill for AI agent workflows", - "source": "roin-orca/skills/fun-brainstorming", - "tags": [ - "ai" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "gemini-computer-use", - "description": "Gemini Computer Use skill for AI agent workflows", - "source": "am-will/codex-skills/gemini-computer-use", - "tags": [ - "workflow" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "gh-cli", - "description": "Gh Cli skill for AI agent workflows", - "source": "github/awesome-copilot/gh-cli", - "tags": [ - "workflow" - ] - }, - { - "name": "git-commit", - "description": "Git Commit skill for AI agent workflows", - "source": "github/awesome-copilot/git-commit", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "git-workflow", - "description": "Git Workflow skill for AI agent workflows", - "source": "supercent-io/skills-template/git-workflow", - "tags": [ - "workflow" ] }, { @@ -1863,32 +814,7 @@ "source": "xixu-me/skills/github-actions-docs", "tags": [ "devops" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "golang-pro", - "description": "Go programming best practices, idioms, and performance patterns", - "source": "jeffallan/claude-skills/golang-pro", - "tags": [ - "backend" - ], - "riskScore": 33, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "google-veo", - "description": "Google Veo skill for AI agent workflows", - "source": "inference-sh-9/skills/google-veo", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "gpt-image-2", @@ -1897,10 +823,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 14, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "gpt-image-edit", @@ -1909,10 +832,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "grill-me", @@ -1920,10 +840,7 @@ "source": "mattpocock/skills/grill-me", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "grill-with-docs", @@ -1931,37 +848,20 @@ "source": "mattpocock/skills/grill-with-docs", "tags": [ "docs" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "grimoire-polymarket", - "description": "Grimoire Polymarket skill for AI agent workflows", - "source": "franalgaba/grimoire/grimoire-polymarket", + "name": "handoff", + "description": "handoff skill for AI agent workflows", + "source": "mattpocock/skills/handoff", "tags": [ "workflow" - ], - "riskScore": 8, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "happyhorse-1-0", "description": "Happyhorse 1 0 skill for AI agent workflows", "source": "agentspace-so/runcomfy-agent-skills/happyhorse-1-0", - "tags": [ - "workflow" - ], - "riskScore": 22, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "harden", - "description": "Harden skill for AI agent workflows", - "source": "pbakaus/impeccable/harden", "tags": [ "workflow" ] @@ -1973,34 +873,32 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "image-to-video", - "description": "Image To Video skill for AI agent workflows", - "source": "inference-sh-9/skills/image-to-video", + "name": "image-inpainting", + "description": "image inpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/image-inpainting", "tags": [ - "ai", - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + "ai" + ] }, { - "name": "image-upscaling", - "description": "Image Upscaling skill for AI agent workflows", - "source": "inference-sh-9/skills/image-upscaling", + "name": "image-outpainting", + "description": "image outpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/image-outpainting", + "tags": [ + "ai" + ] + }, + { + "name": "image-to-video", + "description": "Image To Video skill for AI agent workflows", + "source": "inference-sh-9/skills/image-to-video", "tags": [ "ai", "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "impeccable", @@ -2008,10 +906,7 @@ "source": "pbakaus/impeccable/impeccable", "tags": [ "workflow" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "improve-codebase-architecture", @@ -2019,55 +914,15 @@ "source": "mattpocock/skills/improve-codebase-architecture", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "infsh-cli", - "description": "Infsh Cli skill for AI agent workflows", - "source": "inferen-sh/skills/infsh-cli", - "tags": [ - "workflow" - ], - "riskScore": 78, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "interface-design", - "description": "User interface design principles and interaction patterns", - "source": "dammyjay93/interface-design/interface-design", - "tags": [ - "design", - "frontend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "internal-comms", "description": "Draft internal communications, announcements, and team updates", "source": "anthropics/skills/internal-comms", "tags": [ - "docs" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "javascript-sdk", - "description": "Javascript Sdk skill for AI agent workflows", - "source": "inference-sh-9/skills/javascript-sdk", - "tags": [ - "frontend" - ], - "riskScore": 25, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + "docs" + ] }, { "name": "just-scrape", @@ -2075,10 +930,7 @@ "source": "scrapegraphai/just-scrape/just-scrape", "tags": [ "workflow" - ], - "riskScore": 15, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "kling-3-0", @@ -2086,33 +938,7 @@ "source": "agentspace-so/runcomfy-agent-skills/kling-3-0", "tags": [ "workflow" - ], - "riskScore": 27, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "landing-page-design", - "description": "Landing Page Design skill for AI agent workflows", - "source": "inference-sh-9/skills/landing-page-design", - "tags": [ - "design", - "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "laravel-specialist", - "description": "Laravel PHP framework best practices and application patterns", - "source": "jeffallan/claude-skills/laravel-specialist", - "tags": [ - "backend" - ], - "riskScore": 4, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-approval", @@ -2120,10 +946,7 @@ "source": "larksuite/cli/lark-approval", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-attendance", @@ -2131,10 +954,7 @@ "source": "larksuite/cli/lark-attendance", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-base", @@ -2142,10 +962,7 @@ "source": "larksuite/cli/lark-base", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-calendar", @@ -2153,10 +970,7 @@ "source": "larksuite/cli/lark-calendar", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-contact", @@ -2164,10 +978,7 @@ "source": "larksuite/cli/lark-contact", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-doc", @@ -2175,10 +986,7 @@ "source": "larksuite/cli/lark-doc", "tags": [ "docs" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-drive", @@ -2186,10 +994,7 @@ "source": "larksuite/cli/lark-drive", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-event", @@ -2197,10 +1002,7 @@ "source": "larksuite/cli/lark-event", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-im", @@ -2208,10 +1010,7 @@ "source": "larksuite/cli/lark-im", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-mail", @@ -2219,10 +1018,7 @@ "source": "larksuite/cli/lark-mail", "tags": [ "ai" - ], - "riskScore": 28, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-minutes", @@ -2230,10 +1026,7 @@ "source": "larksuite/cli/lark-minutes", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-okr", @@ -2241,10 +1034,7 @@ "source": "larksuite/cli/lark-okr", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-openapi-explorer", @@ -2252,10 +1042,7 @@ "source": "larksuite/cli/lark-openapi-explorer", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-shared", @@ -2263,10 +1050,7 @@ "source": "larksuite/cli/lark-shared", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-sheets", @@ -2274,10 +1058,7 @@ "source": "larksuite/cli/lark-sheets", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-skill-maker", @@ -2285,10 +1066,7 @@ "source": "larksuite/cli/lark-skill-maker", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-slides", @@ -2297,10 +1075,7 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 2, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-task", @@ -2308,10 +1083,7 @@ "source": "larksuite/cli/lark-task", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-vc", @@ -2319,10 +1091,7 @@ "source": "larksuite/cli/lark-vc", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-whiteboard", @@ -2330,10 +1099,7 @@ "source": "larksuite/cli/lark-whiteboard", "tags": [ "workflow" - ], - "riskScore": 57, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-wiki", @@ -2341,10 +1107,7 @@ "source": "larksuite/cli/lark-wiki", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-workflow-meeting-summary", @@ -2352,10 +1115,7 @@ "source": "larksuite/cli/lark-workflow-meeting-summary", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "lark-workflow-standup-report", @@ -2363,10 +1123,7 @@ "source": "larksuite/cli/lark-workflow-standup-report", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "launch-strategy", @@ -2377,87 +1134,20 @@ ] }, { - "name": "linkedin-content", - "description": "Linkedin Content skill for AI agent workflows", - "source": "inference-sh-9/skills/linkedin-content", - "tags": [ - "marketing" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "llm-council", - "description": "Llm Council skill for AI agent workflows", - "source": "am-will/codex-skills/llm-council", - "tags": [ - "ai" - ], - "riskScore": 31, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "llm-models", - "description": "Llm Models skill for AI agent workflows", - "source": "inference-sh-9/skills/llm-models", - "tags": [ - "ai" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "log-analysis", - "description": "Log Analysis skill for AI agent workflows", - "source": "supercent-io/skills-template/log-analysis", - "tags": [ - "workflow" - ] - }, - { - "name": "logo-design-guide", - "description": "Logo Design Guide skill for AI agent workflows", - "source": "inference-sh-9/skills/logo-design-guide", - "tags": [ - "design", - "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "looker-studio-bigquery", - "description": "Looker Studio Bigquery skill for AI agent workflows", - "source": "supercent-io/skills-template/looker-studio-bigquery", + "name": "lipsync", + "description": "lipsync skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/lipsync", "tags": [ "workflow" ] }, - { - "name": "markdown-url", - "description": "Markdown Url skill for AI agent workflows", - "source": "am-will/codex-skills/markdown-url", - "tags": [ - "workflow" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "marketing-ideas", "description": "Generate creative marketing campaign ideas and growth strategies", "source": "coreyhaines31/marketingskills/marketing-ideas", "tags": [ "marketing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "marketing-psychology", @@ -2465,22 +1155,7 @@ "source": "coreyhaines31/marketingskills/marketing-psychology", "tags": [ "marketing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "mastra", - "description": "Mastra AI agent framework patterns and workflow orchestration", - "source": "mastra-ai/skills/mastra", - "tags": [ - "agent", - "ai" - ], - "riskScore": 42, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "mcp-builder", @@ -2489,10 +1164,7 @@ "tags": [ "ai", "agent" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "microsoft-foundry", @@ -2502,51 +1174,23 @@ "tags": [ "devops", "backend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "minimal-run-and-audit", "description": "Minimal Run And Audit skill for AI agent workflows", "source": "lllllllama/ai-paper-reproduction-skill/minimal-run-and-audit", - "tags": [ - "workflow" - ], - "riskScore": 30, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "monitoring-observability", - "description": "Monitoring Observability skill for AI agent workflows", - "source": "supercent-io/skills-template/monitoring-observability", "tags": [ "workflow" ] }, - { - "name": "nano-banana", - "description": "Nano Banana skill for AI agent workflows", - "source": "inference-sh-9/skills/nano-banana", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "nano-banana-2", "description": "Nano Banana 2 skill for AI agent workflows", "source": "inference-sh-9/skills/nano-banana-2", "tags": [ "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "nano-banana-edit", @@ -2554,32 +1198,7 @@ "source": "agentspace-so/runcomfy-agent-skills/nano-banana-edit", "tags": [ "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "neon-postgres", - "description": "Neon Postgres skill for AI agent workflows", - "source": "neondatabase/agent-skills/neon-postgres", - "tags": [ - "backend" - ], - "riskScore": 17, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "newsletter-curation", - "description": "Newsletter Curation skill for AI agent workflows", - "source": "inference-sh-9/skills/newsletter-curation", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "next-best-practices", @@ -2588,10 +1207,7 @@ "tags": [ "react", "frontend" - ], - "riskScore": 86, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "next-cache-components", @@ -2600,10 +1216,7 @@ "tags": [ "react", "frontend" - ], - "riskScore": 9, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "next-upgrade", @@ -2612,25 +1225,6 @@ "tags": [ "react", "frontend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "normalize", - "description": "Normalize skill for AI agent workflows", - "source": "pbakaus/impeccable/normalize", - "tags": [ - "workflow" - ] - }, - { - "name": "npm-git-install", - "description": "Npm Git Install skill for AI agent workflows", - "source": "supercent-io/skills-template/npm-git-install", - "tags": [ - "workflow" ] }, { @@ -2641,41 +1235,6 @@ "tags": [ "vue", "frontend" - ], - "riskScore": 20, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "obsidian-bases", - "description": "Obsidian knowledge base patterns and plugin development", - "source": "kepano/obsidian-skills/obsidian-bases", - "tags": [ - "docs", - "workflow" - ], - "riskScore": 12, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "og-image-design", - "description": "Og Image Design skill for AI agent workflows", - "source": "inference-sh-9/skills/og-image-design", - "tags": [ - "design", - "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "onboard", - "description": "Onboard skill for AI agent workflows", - "source": "pbakaus/impeccable/onboard", - "tags": [ - "workflow" ] }, { @@ -2686,32 +1245,10 @@ "marketing" ] }, - { - "name": "openai-docs-skill", - "description": "Openai Docs Skill skill for AI agent workflows", - "source": "am-will/codex-skills/openai-docs-skill", - "tags": [ - "ai" - ], - "riskScore": 15, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "openclaw-secure-linux-cloud", "description": "Openclaw Secure Linux Cloud skill for AI agent workflows", "source": "xixu-me/skills/openclaw-secure-linux-cloud", - "tags": [ - "workflow" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "opencontext", - "description": "Opencontext skill for AI agent workflows", - "source": "supercent-io/skills-template/opencontext", "tags": [ "workflow" ] @@ -2722,10 +1259,7 @@ "source": "xixu-me/skills/opensource-guide-coach", "tags": [ "workflow" - ], - "riskScore": 96, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "optimize", @@ -2735,37 +1269,6 @@ "workflow" ] }, - { - "name": "overdrive", - "description": "Overdrive skill for AI agent workflows", - "source": "pbakaus/impeccable/overdrive", - "tags": [ - "workflow" - ] - }, - { - "name": "p-image", - "description": "P Image skill for AI agent workflows", - "source": "inferen-sh/skills/p-image", - "tags": [ - "ai", - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "p-video", - "description": "P Video skill for AI agent workflows", - "source": "inferen-sh/skills/p-video", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "page-cro", "description": "Optimize landing pages for higher conversion rates", @@ -2786,39 +1289,6 @@ "name": "paper-context-resolver", "description": "Paper Context Resolver skill for AI agent workflows", "source": "lllllllama/ai-paper-reproduction-skill/paper-context-resolver", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "parallel-task", - "description": "Parallel Task skill for AI agent workflows", - "source": "am-will/codex-skills/parallel-task", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "parallel-task-spark", - "description": "Parallel Task Spark skill for AI agent workflows", - "source": "am-will/codex-skills/parallel-task-spark", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "pattern-detection", - "description": "Pattern Detection skill for AI agent workflows", - "source": "supercent-io/skills-template/pattern-detection", "tags": [ "workflow" ] @@ -2837,30 +1307,8 @@ "source": "anthropics/skills/pdf", "tags": [ "docs" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "performance-optimization", - "description": "Performance Optimization skill for AI agent workflows", - "source": "supercent-io/skills-template/performance-optimization", - "tags": [ - "workflow" ] }, - { - "name": "pexo-agent", - "description": "Pexo Agent skill for AI agent workflows", - "source": "pexoai/pexo-skills/pexo-agent", - "tags": [ - "agent" - ], - "riskScore": 48, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "pinia", "description": "Pinia state management best practices for Vue applications", @@ -2869,54 +1317,7 @@ "tags": [ "vue", "frontend" - ], - "riskScore": 10, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "pitch-deck-visuals", - "description": "Pitch Deck Visuals skill for AI agent workflows", - "source": "inference-sh-9/skills/pitch-deck-visuals", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "plan-harder", - "description": "Plan Harder skill for AI agent workflows", - "source": "am-will/codex-skills/plan-harder", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "planner", - "description": "Planner skill for AI agent workflows", - "source": "am-will/codex-skills/planner", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "planning-with-files", - "description": "File-based planning and task management for AI agent workflows", - "source": "othmanadi/planning-with-files/planning-with-files", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "pnpm", @@ -2925,10 +1326,7 @@ "skill": "pnpm", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "polish", @@ -2938,14 +1336,6 @@ "workflow" ] }, - { - "name": "pollinations-ai", - "description": "Pollinations Ai skill for AI agent workflows", - "source": "supercent-io/skills-template/pollinations-ai", - "tags": [ - "ai" - ] - }, { "name": "popup-cro", "description": "Design and optimize marketing popups for conversion and engagement", @@ -2960,21 +1350,7 @@ "source": "anthropics/skills/pptx", "tags": [ "docs" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "press-release-writing", - "description": "Press Release Writing skill for AI agent workflows", - "source": "inference-sh-9/skills/press-release-writing", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "pricing-strategy", @@ -2984,28 +1360,6 @@ "marketing" ] }, - { - "name": "product-changelog", - "description": "Product Changelog skill for AI agent workflows", - "source": "inference-sh-9/skills/product-changelog", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "product-hunt-launch", - "description": "Product Hunt Launch skill for AI agent workflows", - "source": "inference-sh-9/skills/product-hunt-launch", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "product-marketing-context", "description": "Define product positioning, messaging, and marketing context", @@ -3014,17 +1368,6 @@ "marketing" ] }, - { - "name": "product-photography", - "description": "Product Photography skill for AI agent workflows", - "source": "inference-sh-9/skills/product-photography", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "programmatic-seo", "description": "Create programmatic SEO pages at scale for organic traffic growth", @@ -3032,116 +1375,16 @@ "tags": [ "marketing", "seo" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "prompt-engineering", - "description": "Prompt Engineering skill for AI agent workflows", - "source": "inference-sh-9/skills/prompt-engineering", - "tags": [ - "ai" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "prompt-repetition", - "description": "Prompt Repetition skill for AI agent workflows", - "source": "supercent-io/skills-template/prompt-repetition", - "tags": [ - "ai" - ] - }, - { - "name": "python-executor", - "description": "Python Executor skill for AI agent workflows", - "source": "inference-sh-9/skills/python-executor", - "tags": [ - "backend" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "python-sdk", - "description": "Python Sdk skill for AI agent workflows", - "source": "inference-sh-9/skills/python-sdk", - "tags": [ - "backend" - ], - "riskScore": 22, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "quieter", - "description": "Quieter skill for AI agent workflows", - "source": "pbakaus/impeccable/quieter", - "tags": [ - "workflow" ] }, { - "name": "qwen-image-2", - "description": "Qwen Image 2 skill for AI agent workflows", - "source": "toolshell/skills/qwen-image-2", - "tags": [ - "ai", - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "qwen-image-2-pro", - "description": "Qwen Image 2 Pro skill for AI agent workflows", - "source": "toolshell/skills/qwen-image-2-pro", - "tags": [ - "ai", - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ralph", - "description": "Ralph skill for AI agent workflows", - "source": "supercent-io/skills-template/ralph", + "name": "prototype", + "description": "prototype skill for AI agent workflows", + "source": "mattpocock/skills/prototype", "tags": [ "workflow" ] }, - { - "name": "ralph-tui-prd", - "description": "Generate structured product requirements documents for AI agent execution with ralph-tui", - "source": "subsy/ralph-tui/ralph-tui-prd", - "tags": [ - "workflow", - "docs" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "react-components", - "description": "React component patterns and best practices from Google Labs", - "source": "google-labs-code/stitch-skills/react:components", - "tags": [ - "react", - "frontend" - ], - "riskScore": 9, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "react-doctor", "description": "Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.", @@ -3150,33 +1393,7 @@ "tags": [ "react", "frontend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "react-native-best-practices", - "description": "React Native best practices and performance optimization from Callstack", - "source": "callstackincubator/agent-skills/react-native-best-practices", - "tags": [ - "react", - "frontend" - ], - "riskScore": 47, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "read-github", - "description": "Read Github skill for AI agent workflows", - "source": "am-will/codex-skills/read-github", - "tags": [ - "workflow" - ], - "riskScore": 31, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "readme-i18n", @@ -3184,10 +1401,7 @@ "source": "xixu-me/skills/readme-i18n", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "receiving-code-review", @@ -3195,29 +1409,15 @@ "source": "obra/superpowers/receiving-code-review", "tags": [ "code-review" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "referral-program", "description": "Design and implement customer referral programs for growth", "source": "coreyhaines31/marketingskills/referral-program", "tags": [ - "marketing" - ] - }, - { - "name": "related-skill", - "description": "Related Skill skill for AI agent workflows", - "source": "inference-sh-9/skills/related-skill", - "tags": [ - "workflow" - ], - "riskScore": 19, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + "marketing" + ] }, { "name": "release-skills", @@ -3227,33 +1427,15 @@ "tags": [ "ai", "workflow" - ], - "riskScore": 15, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "remembering-conversations", - "description": "Episodic memory for AI agents to maintain conversation context", - "source": "obra/episodic-memory/remembering-conversations", - "tags": [ - "agent", - "ai" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "remotion", - "description": "Remotion video creation framework patterns from Google Labs", - "source": "google-labs-code/stitch-skills/remotion", + "name": "relight", + "description": "relight skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/relight", "tags": [ - "react" - ], - "riskScore": 9, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + "workflow" + ] }, { "name": "remotion-render", @@ -3261,10 +1443,7 @@ "source": "inference-sh-6/skills/remotion-render", "tags": [ "react" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "repo-intake-and-plan", @@ -3272,10 +1451,7 @@ "source": "lllllllama/ai-paper-reproduction-skill/repo-intake-and-plan", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "requesting-code-review", @@ -3283,41 +1459,15 @@ "source": "obra/superpowers/requesting-code-review", "tags": [ "code-review" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "responsive-design", - "description": "Responsive Design skill for AI agent workflows", - "source": "supercent-io/skills-template/responsive-design", - "tags": [ - "design", - "frontend" ] }, { - "name": "revops", - "description": "Revops skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/revops", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "role-creator", - "description": "Role Creator skill for AI agent workflows", - "source": "am-will/codex-skills/role-creator", + "name": "runcomfy-cli", + "description": "runcomfy cli skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/runcomfy-cli", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "running-claude-code-via-litellm-copilot", @@ -3325,21 +1475,7 @@ "source": "xixu-me/skills/running-claude-code-via-litellm-copilot", "tags": [ "ai" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "sales-enablement", - "description": "Sales Enablement skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/sales-enablement", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "schema-markup", @@ -3349,31 +1485,12 @@ "seo" ] }, - { - "name": "search", - "description": "Search skill for AI agent workflows", - "source": "tavily-ai/skills/search", - "tags": [ - "workflow" - ] - }, { "name": "secure-linux-web-hosting", "description": "Secure Linux Web Hosting skill for AI agent workflows", "source": "xixu-me/skills/secure-linux-web-hosting", "tags": [ "workflow" - ], - "riskScore": 82, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "security-best-practices", - "description": "Security best practices and recommended patterns", - "source": "supercent-io/skills-template/security-best-practices", - "tags": [ - "security" ] }, { @@ -3382,30 +1499,8 @@ "source": "agentspace-so/runcomfy-agent-skills/seedance-v2", "tags": [ "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "seedance2-api", - "description": "Seedance2 video generation API integration and workflow", - "source": "hexiaochun/seedance2-api/seedance2-api", - "tags": [ - "ai" ] }, - { - "name": "self-improving-agent", - "description": "Self Improving Agent skill for AI agent workflows", - "source": "charon-fan/agent-playbook/self-improving-agent", - "tags": [ - "agent" - ], - "riskScore": 51, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "seo-audit", "description": "Audit website SEO and provide actionable optimization recommendations", @@ -3413,33 +1508,7 @@ "tags": [ "marketing", "seo" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "seo-content-brief", - "description": "Seo Content Brief skill for AI agent workflows", - "source": "inference-sh-9/skills/seo-content-brief", - "tags": [ - "seo" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "seo-geo", - "description": "Geographic SEO optimization and local search strategies", - "source": "resciencelab/opc-skills/seo-geo", - "tags": [ - "seo", - "marketing" - ], - "riskScore": 17, - "riskLabel": "medium", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "setup-matt-pocock-skills", @@ -3447,10 +1516,7 @@ "source": "mattpocock/skills/setup-matt-pocock-skills", "tags": [ "workflow" - ], - "riskScore": 21, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "shadcn", @@ -3459,22 +1525,7 @@ "tags": [ "design", "frontend" - ], - "riskScore": 4, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "shadcn-ui", - "description": "Shadcn Ui skill for AI agent workflows", - "source": "google-labs-code/stitch-skills/shadcn-ui", - "tags": [ - "design", - "frontend" - ], - "riskScore": 58, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "signup-flow-cro", @@ -3490,30 +1541,8 @@ "source": "roin-orca/skills/simple", "tags": [ "workflow" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "simple-brainstorm", - "description": "Simple Brainstorm skill for AI agent workflows", - "source": "roin-orca/skills/simple-brainstorm", - "tags": [ - "ai" ] }, - { - "name": "site-architecture", - "description": "Site Architecture skill for AI agent workflows", - "source": "coreyhaines31/marketingskills/site-architecture", - "tags": [ - "workflow" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "skill-creator", "description": "Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.", @@ -3521,17 +1550,6 @@ "skill": "skill-creator", "tags": [ "skill" - ], - "riskScore": 46, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "skill-standardization", - "description": "Skill Standardization skill for AI agent workflows", - "source": "supercent-io/skills-template/skill-standardization", - "tags": [ - "workflow" ] }, { @@ -3540,23 +1558,7 @@ "source": "xixu-me/skills/skills-cli", "tags": [ "workflow" - ], - "riskScore": 12, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "skillshare", - "description": "Built-in AI skill for skillshare – helps install, search, and manage skills from the hub", - "source": "https://github.com/runkids/skillshare/tree/main/skills/skillshare", - "tags": [ - "skillshare", - "agent", - "skill" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "slack-gif-creator", @@ -3564,10 +1566,7 @@ "source": "anthropics/skills/slack-gif-creator", "tags": [ "design" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "social-content", @@ -3577,78 +1576,14 @@ "marketing" ] }, - { - "name": "social-media-carousel", - "description": "Social Media Carousel skill for AI agent workflows", - "source": "inference-sh-9/skills/social-media-carousel", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "soultrace", "description": "Soultrace skill for AI agent workflows", "source": "soultrace-ai/soultrace-skill/soultrace", - "tags": [ - "workflow" - ], - "riskScore": 3, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "speech-to-text", - "description": "Speech To Text skill for AI agent workflows", - "source": "inference-sh-9/skills/speech-to-text", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "standup-meeting", - "description": "Standup Meeting skill for AI agent workflows", - "source": "supercent-io/skills-template/standup-meeting", - "tags": [ - "workflow" - ] - }, - { - "name": "state-management", - "description": "State Management skill for AI agent workflows", - "source": "supercent-io/skills-template/state-management", "tags": [ "workflow" ] }, - { - "name": "stitch-loop", - "description": "Iterative design-code loop patterns from Google Labs Stitch", - "source": "google-labs-code/stitch-skills/stitch-loop", - "tags": [ - "workflow", - "design" - ], - "riskScore": 16, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "storyboard-creation", - "description": "Storyboard Creation skill for AI agent workflows", - "source": "inference-sh-9/skills/storyboard-creation", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "subagent-driven-development", "description": "Execute implementation tasks using coordinated parallel subagents", @@ -3657,10 +1592,7 @@ "workflow", "superpowers", "agent" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "supabase", @@ -3668,10 +1600,7 @@ "source": "supabase/agent-skills/supabase", "tags": [ "workflow" - ], - "riskScore": 15, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "supabase-postgres-best-practices", @@ -3679,50 +1608,6 @@ "source": "supabase/agent-skills/supabase-postgres-best-practices", "tags": [ "backend" - ], - "riskScore": 96, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "super-swarm-spark", - "description": "Super Swarm Spark skill for AI agent workflows", - "source": "am-will/codex-skills/super-swarm-spark", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "swarm-planner", - "description": "Swarm Planner skill for AI agent workflows", - "source": "am-will/codex-skills/swarm-planner", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "swiftui-expert-skill", - "description": "SwiftUI best practices and modern iOS app development patterns", - "source": "avdlee/swiftui-agent-skill/swiftui-expert-skill", - "tags": [ - "frontend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "system-environment-setup", - "description": "System Environment Setup skill for AI agent workflows", - "source": "supercent-io/skills-template/system-environment-setup", - "tags": [ - "workflow" ] }, { @@ -3733,36 +1618,6 @@ "workflow", "superpowers", "testing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "talking-head-production", - "description": "Talking Head Production skill for AI agent workflows", - "source": "inference-sh-9/skills/talking-head-production", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "task-estimation", - "description": "Task Estimation skill for AI agent workflows", - "source": "supercent-io/skills-template/task-estimation", - "tags": [ - "workflow" - ] - }, - { - "name": "task-planning", - "description": "Task Planning skill for AI agent workflows", - "source": "supercent-io/skills-template/task-planning", - "tags": [ - "workflow" ] }, { @@ -3771,36 +1626,6 @@ "source": "mattpocock/skills/tdd", "tags": [ "testing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "teach-impeccable", - "description": "Teach Impeccable skill for AI agent workflows", - "source": "pbakaus/impeccable/teach-impeccable", - "tags": [ - "workflow" - ] - }, - { - "name": "technical-blog-writing", - "description": "Technical Blog Writing skill for AI agent workflows", - "source": "inference-sh-9/skills/technical-blog-writing", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "technical-writing", - "description": "Technical Writing skill for AI agent workflows", - "source": "supercent-io/skills-template/technical-writing", - "tags": [ - "workflow" ] }, { @@ -3811,30 +1636,8 @@ "testing", "workflow", "superpowers" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "testing-strategies", - "description": "Testing Strategies skill for AI agent workflows", - "source": "supercent-io/skills-template/testing-strategies", - "tags": [ - "testing" ] }, - { - "name": "text-to-speech", - "description": "Text To Speech skill for AI agent workflows", - "source": "inference-sh-9/skills/text-to-speech", - "tags": [ - "workflow" - ], - "riskScore": 19, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, { "name": "theme-factory", "description": "Create and customize UI themes, color palettes, and design tokens", @@ -3842,10 +1645,7 @@ "tags": [ "design", "frontend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "to-issues", @@ -3853,10 +1653,7 @@ "source": "mattpocock/skills/to-issues", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "to-prd", @@ -3864,21 +1661,7 @@ "source": "mattpocock/skills/to-prd", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "tools-ui", - "description": "Tools Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/tools-ui", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "triage", @@ -3886,10 +1669,7 @@ "source": "mattpocock/skills/triage", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "turborepo", @@ -3898,37 +1678,12 @@ "tags": [ "devops", "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "twitter-automation", "description": "Twitter Automation skill for AI agent workflows", "source": "inference-sh-9/skills/twitter-automation", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "twitter-thread-creation", - "description": "Twitter Thread Creation skill for AI agent workflows", - "source": "inference-sh-9/skills/twitter-thread-creation", - "tags": [ - "workflow" - ], - "riskScore": 10, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "typeset", - "description": "Typeset skill for AI agent workflows", - "source": "pbakaus/impeccable/typeset", "tags": [ "workflow" ] @@ -3939,18 +1694,6 @@ "source": "xixu-me/skills/tzst", "tags": [ "workflow" - ], - "riskScore": 6, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "ui-component-patterns", - "description": "Ui Component patterns and implementation guidelines", - "source": "supercent-io/skills-template/ui-component-patterns", - "tags": [ - "design", - "frontend" ] }, { @@ -3960,10 +1703,7 @@ "tags": [ "design", "frontend" - ], - "riskScore": 1, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "unocss", @@ -3972,10 +1712,7 @@ "skill": "unocss", "tags": [ "frontend" - ], - "riskScore": 4, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "upgrading-expo", @@ -3989,17 +1726,6 @@ "name": "use-my-browser", "description": "Use My Browser skill for AI agent workflows", "source": "xixu-me/skills/use-my-browser", - "tags": [ - "workflow" - ], - "riskScore": 61, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "user-guide-writing", - "description": "User Guide Writing skill for AI agent workflows", - "source": "supercent-io/skills-template/user-guide-writing", "tags": [ "workflow" ] @@ -4012,10 +1738,7 @@ "git", "workflow", "superpowers" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "using-superpowers", @@ -4025,28 +1748,6 @@ "workflow", "superpowers", "skill" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "value", - "description": "Value skill for AI agent workflows", - "source": "hugmouse/skills/value", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "vercel-deploy", - "description": "Vercel Deploy skill for AI agent workflows", - "source": "supercent-io/skills-template/vercel-deploy", - "tags": [ - "devops" ] }, { @@ -4057,54 +1758,39 @@ "workflow", "superpowers", "testing" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "vet", - "description": "Vet skill for AI agent workflows", - "source": "imbue-ai/vet/vet", + "name": "video-edit", + "description": "Video Edit skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-edit", "tags": [ "workflow" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "video-ad-specs", - "description": "Video Ad Specs skill for AI agent workflows", - "source": "inference-sh-9/skills/video-ad-specs", + "name": "video-extend", + "description": "video extend skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-extend", "tags": [ "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { - "name": "video-edit", - "description": "Video Edit skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-edit", + "name": "video-inpainting", + "description": "video inpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-inpainting", "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + "ai" + ] }, { - "name": "video-prompting-guide", - "description": "Video Prompting Guide skill for AI agent workflows", - "source": "inference-sh-9/skills/video-prompting-guide", + "name": "video-outpainting", + "description": "video outpainting skill for AI agent workflows", + "source": "agentspace-so/runcomfy-agent-skills/video-outpainting", "tags": [ "ai" - ], - "riskScore": 13, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "vite", @@ -4112,10 +1798,7 @@ "source": "antfu/skills/vite", "tags": [ "frontend" - ], - "riskScore": 53, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "vitepress", @@ -4125,10 +1808,7 @@ "tags": [ "docs", "frontend" - ], - "riskScore": 84, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "vitest", @@ -4136,10 +1816,7 @@ "source": "antfu/skills/vitest", "tags": [ "testing" - ], - "riskScore": 75, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "vue", @@ -4148,34 +1825,7 @@ "tags": [ "vue", "frontend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "vue-best-practices", - "description": "Vue 3 best practices with Composition API, script setup, and TypeScript", - "source": "hyf0/vue-skills/vue-best-practices", - "tags": [ - "vue", - "frontend" - ], - "riskScore": 6, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "vue-debug-guides", - "description": "Vue 3 debugging techniques and error handling patterns", - "source": "hyf0/vue-skills/vue-debug-guides", - "tags": [ - "vue", - "frontend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "vueuse-functions", @@ -4185,26 +1835,12 @@ "tags": [ "vue", "frontend" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "wan-2-7", "description": "Wan 2 7 skill for AI agent workflows", "source": "agentspace-so/runcomfy-agent-skills/wan-2-7", - "tags": [ - "workflow" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "web-accessibility", - "description": "Web Accessibility skill for AI agent workflows", - "source": "supercent-io/skills-template/web-accessibility", "tags": [ "workflow" ] @@ -4215,10 +1851,7 @@ "source": "anthropics/skills/web-artifacts-builder", "tags": [ "frontend" - ], - "riskScore": 2, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "web-design-guidelines", @@ -4227,21 +1860,7 @@ "tags": [ "design", "frontend" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "web-search", - "description": "Web Search skill for AI agent workflows", - "source": "inference-sh-9/skills/web-search", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "webapp-testing", @@ -4249,39 +1868,6 @@ "source": "anthropics/skills/webapp-testing", "tags": [ "testing" - ], - "riskScore": 31, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "widgets-ui", - "description": "Widgets Ui skill for AI agent workflows", - "source": "inference-sh-9/skills/widgets-ui", - "tags": [ - "workflow" - ], - "riskScore": 16, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "wonda-cli", - "description": "Wonda Cli skill for AI agent workflows", - "source": "degausai/wonda/wonda-cli", - "tags": [ - "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "workflow-automation", - "description": "Workflow Automation skill for AI agent workflows", - "source": "supercent-io/skills-template/workflow-automation", - "tags": [ - "workflow" ] }, { @@ -4290,10 +1876,7 @@ "source": "mattpocock/skills/write-a-skill", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "writing-plans", @@ -4302,10 +1885,7 @@ "tags": [ "workflow", "superpowers" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "writing-skills", @@ -4315,10 +1895,7 @@ "skill", "workflow", "superpowers" - ], - "riskScore": 48, - "riskLabel": "high", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "xdrop", @@ -4326,10 +1903,7 @@ "source": "xixu-me/skills/xdrop", "tags": [ "workflow" - ], - "riskScore": 2, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "xget", @@ -4337,10 +1911,7 @@ "source": "xixu-me/skills/xget", "tags": [ "workflow" - ], - "riskScore": 5, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "xlsx", @@ -4348,22 +1919,7 @@ "source": "anthropics/skills/xlsx", "tags": [ "docs" - ], - "riskScore": 100, - "riskLabel": "critical", - "auditedAt": "2026-05-18T06:28:06Z" - }, - { - "name": "youtube-thumbnail-design", - "description": "Youtube Thumbnail Design skill for AI agent workflows", - "source": "inference-sh-9/skills/youtube-thumbnail-design", - "tags": [ - "design", - "frontend" - ], - "riskScore": 7, - "riskLabel": "low", - "auditedAt": "2026-05-18T06:28:06Z" + ] }, { "name": "zoom-out", @@ -4371,10 +1927,7 @@ "source": "mattpocock/skills/zoom-out", "tags": [ "workflow" - ], - "riskScore": 0, - "riskLabel": "clean", - "auditedAt": "2026-05-18T06:28:06Z" + ] } ] } From 975aa5a50cb05cbf3bb070c8c11200f78ee8c8ce Mon Sep 17 00:00:00 2001 From: Willie Date: Mon, 1 Jun 2026 15:28:13 +0800 Subject: [PATCH 2/3] fix(sync): handle brackets in string fields and empty community.json Address code review on PR #29: - State-aware bracket matcher in the RSC parser now ignores '[' / ']' inside string literals, so a skill description with an unbalanced bracket no longer truncates the extracted JSON. - Guard official_names against a 0-byte community.json: $comm[0] is null for an empty file and iterating null crashed jq; fall back to []. --- scripts/sync-community.sh | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/sync-community.sh b/scripts/sync-community.sh index 9e8ca9c..dc728b3 100755 --- a/scripts/sync-community.sh +++ b/scripts/sync-community.sh @@ -59,10 +59,19 @@ if [ -z "$skills_json" ] || ! echo "$skills_json" | jq -e '.[0].name' >/dev/null const inner = JSON.parse('\"' + payload + '\"'); const idx = inner.indexOf('\"initialSkills\":'); const arrStart = idx + '\"initialSkills\":'.length; + // State-aware bracket matching: ignore '[' / ']' inside string literals + // (e.g. a skill description like \"Support for [Markdown]\"), which would + // otherwise unbalance the depth counter and truncate the JSON. let depth = 0, i = arrStart; + let inStr = false, esc = false; for (; i < inner.length; i++) { - if (inner[i] === '[') depth++; - else if (inner[i] === ']') { depth--; if (depth === 0) break; } + const c = inner[i]; + if (esc) { esc = false; continue; } + if (c === '\\\\') { esc = true; continue; } + if (c === '\"') { inStr = !inStr; continue; } + if (inStr) continue; + if (c === '[') depth++; + else if (c === ']') { depth--; if (depth === 0) break; } } console.log(inner.substring(arrStart, i + 1)); " <<< "$html") || { @@ -87,7 +96,7 @@ community_file="$SKILLS_DIR/community.json" official_names=$(jq -n \ --slurpfile hub "$HUB_FILE" \ --slurpfile comm "$community_file" \ - '([$hub[0].skills[].name] - [$comm[0][].name]) | unique') + '([$hub[0].skills[].name] - [($comm[0] // [])[].name]) | unique') # Ranked candidates: valid names, not already curated, deduped (keep higher rank) ranked=$(echo "$top_skills" | jq --argjson official "$official_names" ' From 85a0e93ccc82a6c20b3d7da8fe6a34f0cb3aae84 Mon Sep 17 00:00:00 2001 From: Willie Date: Mon, 1 Jun 2026 15:41:18 +0800 Subject: [PATCH 3/3] feat(sync): skip HIGH/CRITICAL skills via security audit gate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The PR audit job fails the build when a newly synced skill scores HIGH/CRITICAL in skillshare audit. Add an audit gate to the sync validation step: each newcomer's cloned directory is audited and any HIGH/CRITICAL result is skipped, so the community list never collects skills that would fail the audit job. Falls back to no filtering (with a warning) when the skillshare CLI is unavailable. Also drop the 10 existing runcomfy AI-media skills flagged HIGH/CRITICAL (face-swap CRITICAL, the rest HIGH). They stay on the leaderboard, so a future sync re-evaluates them through the gate and keeps skipping them — a self-healing loop. Verified: local audit.sh against origin/main passes (exit 0), all newly added sources score MEDIUM or lower. --- README.md | 21 +++------- scripts/sync-community.sh | 31 ++++++++++++-- skills/community.json | 88 ++++----------------------------------- skillshare-hub.json | 88 ++++----------------------------------- 4 files changed, 50 insertions(+), 178 deletions(-) diff --git a/README.md b/README.md index 9e24de2..cf9b397 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ skillshare install ## Skills Catalog -**225 skills** across 11 categories — browse via `skillshare search --hub` or the Web UI +**216 skills** across 11 categories — browse via `skillshare search --hub` or the Web UI ### Frontend (14) @@ -103,10 +103,10 @@ skillshare install -### Workflow (101) +### Workflow (96)
-Show 101 skills +Show 96 skills - [**ace-step**](https://github.com/agentspace-so/runcomfy-agent-skills) — ace step skill for AI agent workflows - [**adapt**](https://github.com/pbakaus/impeccable) — Adapt skill for AI agent workflows @@ -126,7 +126,6 @@ skillshare install - [**clarify**](https://github.com/pbakaus/impeccable) — Clarify skill for AI agent workflows - [**codex-pet**](https://github.com/agentspace-so/runcomfy-agent-skills) — Codex Pet skill for AI agent workflows - [**colorize**](https://github.com/pbakaus/impeccable) — Colorize skill for AI agent workflows -- [**controlnet-pose**](https://github.com/agentspace-so/runcomfy-agent-skills) — controlnet pose skill for AI agent workflows - [**critique**](https://github.com/pbakaus/impeccable) — Critique skill for AI agent workflows - [**develop-userscripts**](https://github.com/xixu-me/skills) — Develop Userscripts skill for AI agent workflows - [**diagnose**](https://github.com/mattpocock/skills) — Diagnose skill for AI agent workflows @@ -134,7 +133,6 @@ skillshare install - [**elevenlabs-music-generation**](https://github.com/agentspace-so/runcomfy-agent-skills) — elevenlaus music generation skill for AI agent workflows - [**env-and-assets-bootstrap**](https://github.com/lllllllama/ai-paper-reproduction-skill) — Env And Assets Bootstrap skill for AI agent workflows - [**executing-plans**](https://github.com/obra/superpowers) — Execute implementation plans step-by-step with review checkpoints -- [**face-swap**](https://github.com/agentspace-so/runcomfy-agent-skills) — face swap skill for AI agent workflows - [**find-skills**](https://github.com/vercel-labs/skills) — Discover and install skills from the open agent skills ecosystem - [**finishing-a-development-branch**](https://github.com/obra/superpowers) — Complete and integrate development branch work with proper review - [**flux-2-klein**](https://github.com/agentspace-so/runcomfy-agent-skills) — Flux 2 Klein skill for AI agent workflows @@ -166,7 +164,6 @@ skillshare install - [**lark-wiki**](https://github.com/larksuite/cli) — Lark Wiki skill for AI agent workflows - [**lark-workflow-meeting-summary**](https://github.com/larksuite/cli) — Lark Workflow Meeting Summary skill for AI agent workflows - [**lark-workflow-standup-report**](https://github.com/larksuite/cli) — Lark Workflow Standup Report skill for AI agent workflows -- [**lipsync**](https://github.com/agentspace-so/runcomfy-agent-skills) — lipsync skill for AI agent workflows - [**minimal-run-and-audit**](https://github.com/lllllllama/ai-paper-reproduction-skill) — Minimal Run And Audit skill for AI agent workflows - [**nano-banana-2**](https://github.com/inference-sh-9/skills) — Nano Banana 2 skill for AI agent workflows - [**nano-banana-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Nano Banana Edit skill for AI agent workflows @@ -180,7 +177,6 @@ skillshare install - [**readme-i18n**](https://github.com/xixu-me/skills) — Readme I18n skill for AI agent workflows - [**relight**](https://github.com/agentspace-so/runcomfy-agent-skills) — relight skill for AI agent workflows - [**repo-intake-and-plan**](https://github.com/lllllllama/ai-paper-reproduction-skill) — Repo Intake And Plan skill for AI agent workflows -- [**runcomfy-cli**](https://github.com/agentspace-so/runcomfy-agent-skills) — runcomfy cli skill for AI agent workflows - [**secure-linux-web-hosting**](https://github.com/xixu-me/skills) — Secure Linux Web Hosting skill for AI agent workflows - [**seedance-v2**](https://github.com/agentspace-so/runcomfy-agent-skills) — Seedance V2 skill for AI agent workflows - [**setup-matt-pocock-skills**](https://github.com/mattpocock/skills) — Setup Matt Pocock Skills skill for AI agent workflows @@ -201,7 +197,6 @@ skillshare install - [**using-superpowers**](https://github.com/obra/superpowers) — Discover and use available superpowers skills at conversation start - [**verification-before-completion**](https://github.com/obra/superpowers) — Run verification commands before claiming work is complete or fixed - [**video-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Video Edit skill for AI agent workflows -- [**video-extend**](https://github.com/agentspace-so/runcomfy-agent-skills) — video extend skill for AI agent workflows - [**wan-2-7**](https://github.com/agentspace-so/runcomfy-agent-skills) — Wan 2 7 skill for AI agent workflows - [**write-a-skill**](https://github.com/mattpocock/skills) — Write A Skill skill for AI agent workflows - [**writing-plans**](https://github.com/obra/superpowers) — Create structured, step-by-step implementation plans before writing code @@ -212,16 +207,15 @@ skillshare install
-### Agent (33) +### Agent (29)
-Show 33 skills +Show 29 skills - [**agent-browser**](https://github.com/vercel-labs/agent-browser) — Browser automation agent for web page interactions using Playwright - [**agentspace**](https://github.com/agentspace-so/skills) — Agentspace skill for AI agent workflows - [**ai-avatar-video**](https://github.com/inference-sh-9/skills) — Ai Avatar Video skill for AI agent workflows - [**ai-image-generation**](https://github.com/inference-sh-9/skills) — Ai Image Generation skill for AI agent workflows -- [**ai-music**](https://github.com/agentspace-so/runcomfy-agent-skills) — ai music skill for AI agent workflows - [**ai-video-generation**](https://github.com/inference-sh-9/skills) — Ai Video Generation skill for AI agent workflows - [**airunway-aks-setup**](https://github.com/microsoft/azure-skills) — Airunway Aks Setup skill for AI agent workflows - [**baoyu-article-illustrator**](https://github.com/jimliu/baoyu-skills) — Generate illustrations for articles and blog posts @@ -237,19 +231,16 @@ skillshare install - [**baoyu-slide-deck**](https://github.com/jimliu/baoyu-skills) — Generate presentation slide decks from text content - [**baoyu-url-to-markdown**](https://github.com/jimliu/baoyu-skills) — Convert web page content to clean Markdown format - [**baoyu-xhs-images**](https://github.com/jimliu/baoyu-skills) — Create image posts optimized for Xiaohongshu (RED) platform +- [**entra-agent-id**](https://github.com/microsoft/azure-skills) — entra agent id skill for AI agent workflows - [**gpt-image-2**](https://github.com/agentspace-so/agent-skills) — Gpt Image 2 skill for AI agent workflows - [**gpt-image-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Gpt Image Edit skill for AI agent workflows - [**image-edit**](https://github.com/agentspace-so/runcomfy-agent-skills) — Image Edit skill for AI agent workflows -- [**image-inpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — image inpainting skill for AI agent workflows -- [**image-outpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — image outpainting skill for AI agent workflows - [**image-to-video**](https://github.com/inference-sh-9/skills) — Image To Video skill for AI agent workflows - [**lark-mail**](https://github.com/larksuite/cli) — Lark Mail skill for AI agent workflows - [**lark-slides**](https://github.com/larksuite/cli) — Lark Slides skill for AI agent workflows - [**mcp-builder**](https://github.com/anthropics/skills) — Build Model Context Protocol (MCP) servers and tools for AI agents - [**release-skills**](https://github.com/jimliu/baoyu-skills) — Automate release notes and changelog generation - [**running-claude-code-via-litellm-copilot**](https://github.com/xixu-me/skills) — Running Claude Code Via Litellm Copilot skill for AI agent workflows -- [**video-inpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — video inpainting skill for AI agent workflows -- [**video-outpainting**](https://github.com/agentspace-so/runcomfy-agent-skills) — video outpainting skill for AI agent workflows
diff --git a/scripts/sync-community.sh b/scripts/sync-community.sh index dc728b3..78b0ac2 100755 --- a/scripts/sync-community.sh +++ b/scripts/sync-community.sh @@ -203,6 +203,29 @@ infer_description() { echo "$desc" } +# --- Security audit gate --- +# Newcomers flagged HIGH/CRITICAL by `skillshare audit` are not added, so the +# community list never collects skills that would fail the PR audit job. +AUDIT_AVAILABLE=true +if ! command -v skillshare >/dev/null 2>&1; then + AUDIT_AVAILABLE=false + echo " WARN: skillshare CLI not found — skipping security audit (no risk filtering)." +fi + +# Returns 0 if safe to include, 1 if HIGH/CRITICAL risk. +audit_risk_ok() { + local dir="$1" + [ "$AUDIT_AVAILABLE" = false ] && return 0 + local risk + # Strip trailing non-JSON output (e.g. upgrade notices) before parsing. + risk=$(skillshare audit "$dir" --threshold high --format json --yes 2>/dev/null \ + | sed '/^$/,$d' | jq -r '.summary.riskLabel // empty' 2>/dev/null | tr '[:lower:]' '[:upper:]') + case "$risk" in + HIGH|CRITICAL) return 1 ;; + *) return 0 ;; + esac +} + # --- Clone repos and validate skill directories exist --- echo "" echo "Validating skill directories..." @@ -249,17 +272,19 @@ validated_skills=$(echo "$new_skills" | jq -c '.[]' | while IFS= read -r skill_o fi fi - if [ -n "$found" ]; then + if [ -z "$found" ]; then + echo " SKIP: $sname — no directory found in $ssource" >&2 + elif audit_risk_ok "$clone_dir/$found"; then echo "$skill_obj" else - echo " SKIP: $sname — no directory found in $ssource" >&2 + echo " SKIP: $sname — failed security audit (HIGH/CRITICAL) in $ssource" >&2 fi done | jq -s '.') validated_count=$(echo "$validated_skills" | jq 'length') skipped_count=$((new_count - validated_count)) -echo "Validated: $validated_count | Skipped (no directory): $skipped_count" +echo "Validated: $validated_count | Skipped (no dir / failed audit): $skipped_count" if [ "$validated_count" -eq 0 ] && [ "$removed_count" -eq 0 ]; then echo "No changes after validation." diff --git a/skills/community.json b/skills/community.json index f3deb67..dc5a31d 100644 --- a/skills/community.json +++ b/skills/community.json @@ -39,14 +39,6 @@ "ai" ] }, - { - "name": "ai-music", - "description": "ai music skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/ai-music", - "tags": [ - "ai" - ] - }, { "name": "ai-video-generation", "description": "Ai Video Generation skill for AI agent workflows", @@ -210,14 +202,6 @@ "workflow" ] }, - { - "name": "controlnet-pose", - "description": "controlnet pose skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/controlnet-pose", - "tags": [ - "workflow" - ] - }, { "name": "critique", "description": "Critique skill for AI agent workflows", @@ -250,6 +234,14 @@ "workflow" ] }, + { + "name": "entra-agent-id", + "description": "entra agent id skill for AI agent workflows", + "source": "microsoft/azure-skills/entra-agent-id", + "tags": [ + "agent" + ] + }, { "name": "env-and-assets-bootstrap", "description": "Env And Assets Bootstrap skill for AI agent workflows", @@ -267,14 +259,6 @@ "frontend" ] }, - { - "name": "face-swap", - "description": "face swap skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/face-swap", - "tags": [ - "workflow" - ] - }, { "name": "flux-2-klein", "description": "Flux 2 Klein skill for AI agent workflows", @@ -358,22 +342,6 @@ "workflow" ] }, - { - "name": "image-inpainting", - "description": "image inpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/image-inpainting", - "tags": [ - "ai" - ] - }, - { - "name": "image-outpainting", - "description": "image outpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/image-outpainting", - "tags": [ - "ai" - ] - }, { "name": "image-to-video", "description": "Image To Video skill for AI agent workflows", @@ -600,14 +568,6 @@ "workflow" ] }, - { - "name": "lipsync", - "description": "lipsync skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/lipsync", - "tags": [ - "workflow" - ] - }, { "name": "minimal-run-and-audit", "description": "Minimal Run And Audit skill for AI agent workflows", @@ -712,14 +672,6 @@ "workflow" ] }, - { - "name": "runcomfy-cli", - "description": "runcomfy cli skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/runcomfy-cli", - "tags": [ - "workflow" - ] - }, { "name": "running-claude-code-via-litellm-copilot", "description": "Running Claude Code Via Litellm Copilot skill for AI agent workflows", @@ -874,30 +826,6 @@ "workflow" ] }, - { - "name": "video-extend", - "description": "video extend skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-extend", - "tags": [ - "workflow" - ] - }, - { - "name": "video-inpainting", - "description": "video inpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-inpainting", - "tags": [ - "ai" - ] - }, - { - "name": "video-outpainting", - "description": "video outpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-outpainting", - "tags": [ - "ai" - ] - }, { "name": "wan-2-7", "description": "Wan 2 7 skill for AI agent workflows", diff --git a/skillshare-hub.json b/skillshare-hub.json index 9ac5547..c5f8160 100644 --- a/skillshare-hub.json +++ b/skillshare-hub.json @@ -67,14 +67,6 @@ "ai" ] }, - { - "name": "ai-music", - "description": "ai music skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/ai-music", - "tags": [ - "ai" - ] - }, { "name": "ai-video-generation", "description": "Ai Video Generation skill for AI agent workflows", @@ -605,14 +597,6 @@ "marketing" ] }, - { - "name": "controlnet-pose", - "description": "controlnet pose skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/controlnet-pose", - "tags": [ - "workflow" - ] - }, { "name": "copy-editing", "description": "Edit and improve marketing copy for clarity and impact", @@ -695,6 +679,14 @@ "marketing" ] }, + { + "name": "entra-agent-id", + "description": "entra agent id skill for AI agent workflows", + "source": "microsoft/azure-skills/entra-agent-id", + "tags": [ + "agent" + ] + }, { "name": "entra-app-registration", "description": "Microsoft Entra ID app registration and authentication setup", @@ -740,14 +732,6 @@ "frontend" ] }, - { - "name": "face-swap", - "description": "face swap skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/face-swap", - "tags": [ - "workflow" - ] - }, { "name": "find-skills", "description": "Discover and install skills from the open agent skills ecosystem", @@ -875,22 +859,6 @@ "workflow" ] }, - { - "name": "image-inpainting", - "description": "image inpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/image-inpainting", - "tags": [ - "ai" - ] - }, - { - "name": "image-outpainting", - "description": "image outpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/image-outpainting", - "tags": [ - "ai" - ] - }, { "name": "image-to-video", "description": "Image To Video skill for AI agent workflows", @@ -1133,14 +1101,6 @@ "marketing" ] }, - { - "name": "lipsync", - "description": "lipsync skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/lipsync", - "tags": [ - "workflow" - ] - }, { "name": "marketing-ideas", "description": "Generate creative marketing campaign ideas and growth strategies", @@ -1461,14 +1421,6 @@ "code-review" ] }, - { - "name": "runcomfy-cli", - "description": "runcomfy cli skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/runcomfy-cli", - "tags": [ - "workflow" - ] - }, { "name": "running-claude-code-via-litellm-copilot", "description": "Running Claude Code Via Litellm Copilot skill for AI agent workflows", @@ -1768,30 +1720,6 @@ "workflow" ] }, - { - "name": "video-extend", - "description": "video extend skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-extend", - "tags": [ - "workflow" - ] - }, - { - "name": "video-inpainting", - "description": "video inpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-inpainting", - "tags": [ - "ai" - ] - }, - { - "name": "video-outpainting", - "description": "video outpainting skill for AI agent workflows", - "source": "agentspace-so/runcomfy-agent-skills/video-outpainting", - "tags": [ - "ai" - ] - }, { "name": "vite", "description": "Vite build tool best practices, configuration, and plugin development",