diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dcff271..4877856c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: continue-on-error: true - name: Run tests + env: + ENABLE_NETWORK_TESTS: "1" run: npm run test - name: 📦 Build catalog diff --git a/.gitignore b/.gitignore index 85e07471..b2a5d922 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ node_modules/ __pycache__/ +.ruff_cache/ .worktrees/ +.tmp/ +.DS_Store + +# npm pack artifacts +antigravity-awesome-skills-*.tgz walkthrough.md .agent/rules/ @@ -29,3 +35,7 @@ scripts/*count*.py # Optional baseline for legacy JS validator (scripts/validate-skills.js) validation-baseline.json + +# Web app generated assets (from npm run app:setup) +web-app/public/skills/ +web-app/public/skills.json diff --git a/CATALOG.md b/CATALOG.md index 559d7f57..7a1e2374 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -2,14 +2,16 @@ Generated at: 2026-02-08T00:00:00.000Z -Total skills: 930 +Total skills: 968 -## architecture (64) +## architecture (67) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | +| `angular` | Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns. | angular | angular, v20, deep, knowledge, signals, standalone, components, zoneless, applications, ssr, hydration, reactive | | `angular-state-management` | Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solu... | angular, state | angular, state, signals, ngrx, rxjs, setting, up, global, managing, component, stores, choosing | -| `architect-review` | Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system desi... | | architect, review, software, specializing, architecture, clean, microservices, event, driven, ddd, reviews, designs | +| `apify-audience-analysis` | Understand audience demographics, preferences, behavior patterns, and engagement quality across Facebook, Instagram, YouTube, and TikTok. | apify, audience | apify, audience, analysis, understand, demographics, preferences, behavior, engagement, quality, facebook, instagram, youtube | +| `architect-review` | Master software architect specializing in modern architecture | | architect, review, software, specializing, architecture | | `architecture` | Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing ... | architecture | architecture, architectural, decision, making, framework, requirements, analysis, trade, off, evaluation, adr, documentation | | `architecture-decision-records` | Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant techn... | architecture, decision, records | architecture, decision, records, write, maintain, adrs, following, technical, documentation, documenting, significant, decisions | | `avalonia-viewmodels-zafiro` | Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI. | avalonia, viewmodels, zafiro | avalonia, viewmodels, zafiro, optimal, viewmodel, wizard, creation, reactiveui | @@ -19,10 +21,10 @@ Total skills: 930 | `brainstorming` | Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and ... | brainstorming | brainstorming, before, creative, constructive, work, features, architecture, behavior, transforms, vague, ideas, validated | | `browser-extension-builder` | Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, c... | browser, extension, builder | browser, extension, builder, building, extensions, solve, real, problems, chrome, firefox, cross, covers | | `c4-architecture-c4-architecture` | Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach. | c4, architecture | c4, architecture, generate, documentation, existing, repository, codebase, bottom, up, analysis, approach | -| `c4-code` | Expert C4 Code-level documentation specialist. Analyzes code | c4, code | c4, code, level, documentation, analyzes | -| `c4-component` | Expert C4 Component-level documentation specialist. Synthesizes C4 | c4, component | c4, component, level, documentation, synthesizes | -| `c4-container` | Expert C4 Container-level documentation specialist. Synthesizes | c4, container | c4, container, level, documentation, synthesizes | -| `c4-context` | Expert C4 Context-level documentation specialist. Creates | c4 | c4, context, level, documentation, creates | +| `c4-code` | Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, a... | c4, code | c4, code, level, documentation, analyzes, directories, including, function, signatures, arguments, dependencies, structure | +| `c4-component` | Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries,... | c4, component | c4, component, level, documentation, synthesizes, code, architecture, defining, boundaries, interfaces, relationships | +| `c4-container` | Expert C4 Container-level documentation specialist. | c4, container | c4, container, level, documentation | +| `c4-context` | Expert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and externa... | c4 | c4, context, level, documentation, creates, high, diagrams, documents, personas, user, journeys, features | | `calendly-automation` | Automate Calendly scheduling, event management, invitee tracking, availability checks, and organization administration via Rube MCP (Composio). Always search... | calendly | calendly, automation, automate, scheduling, event, invitee, tracking, availability, checks, organization, administration, via | | `cloudformation-best-practices` | CloudFormation template optimization, nested stacks, drift detection, and production-ready patterns. Use when writing or reviewing CF templates. | cloudformation, best, practices | cloudformation, best, practices, optimization, nested, stacks, drift, detection, writing, reviewing, cf | | `code-refactoring-refactor-clean` | You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and r... | code, refactoring, refactor, clean | code, refactoring, refactor, clean, specializing, principles, solid, software, engineering, analyze, provided, improve | @@ -30,20 +32,21 @@ Total skills: 930 | `context-degradation` | Recognize patterns of context failure: lost-in-middle, poisoning, distraction, and clash | degradation | degradation, context, recognize, failure, lost, middle, poisoning, distraction, clash | | `core-components` | Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library. | core, components | core, components, component, library, building, ui, tokens, working | | `cqrs-implementation` | Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or bu... | cqrs | cqrs, command, query, responsibility, segregation, scalable, architectures, separating, read, write, models, optimizing | -| `ddd-context-mapping` | Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns. | ddd, context-map, anti-corruption-layer, integration | ddd, context-map, anti-corruption-layer, integration, context, mapping, map, relationships, between, bounded, contexts, define | -| `ddd-strategic-design` | Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains. | ddd, strategic-design, bounded-context, ubiquitous-language | ddd, strategic-design, bounded-context, ubiquitous-language, strategic, artifacts, including, subdomains, bounded, contexts, ubiquitous, language | -| `ddd-tactical-patterns` | Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants. | ddd, tactical, aggregates, value-objects, domain-events | ddd, tactical, aggregates, value-objects, domain-events, apply, code, entities, value, objects, repositories, domain | +| `ddd-context-mapping` | Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns. | [ddd, context-map, anti-corruption-layer, integration] | [ddd, context-map, anti-corruption-layer, integration], ddd, context, mapping, map, relationships, between, bounded, contexts | +| `ddd-strategic-design` | Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains. | [ddd, strategic-design, bounded-context, ubiquitous-language] | [ddd, strategic-design, bounded-context, ubiquitous-language], ddd, strategic, artifacts, including, subdomains, bounded, contexts, ubiquitous | +| `ddd-tactical-patterns` | Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants. | [ddd, tactical, aggregates, value-objects, domain-events] | [ddd, tactical, aggregates, value-objects, domain-events], ddd, apply, code, entities, value, objects, repositories | | `doc-coauthoring` | Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision do... | doc, coauthoring | doc, coauthoring, users, through, structured, co, authoring, documentation, user, wants, write, proposals | -| `domain-driven-design` | Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns. | ddd, domain, bounded-context, architecture | ddd, domain, bounded-context, architecture, driven, plan, route, work, strategic, modeling, tactical, evented | -| `elixir-pro` | Write idiomatic Elixir code with OTP patterns, supervision trees, | elixir | elixir, pro, write, idiomatic, code, otp, supervision, trees | -| `error-detective` | Search logs and codebases for error patterns, stack traces, and | error, detective | error, detective, search, logs, codebases, stack, traces | +| `docs-architect` | Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-for... | docs | docs, architect, creates, technical, documentation, existing, codebases, analyzes, architecture, details, produce, long | +| `domain-driven-design` | Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns. | [ddd, domain, bounded-context, architecture] | [ddd, domain, bounded-context, architecture], driven, plan, route, work, strategic, modeling, tactical, evented | +| `elixir-pro` | Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems. | elixir | elixir, pro, write, idiomatic, code, otp, supervision, trees, phoenix, liveview, masters, concurrency | +| `error-detective` | Search logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes. | error, detective | error, detective, search, logs, codebases, stack, traces, anomalies, correlates, errors, identifies, root | | `error-handling-patterns` | Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applicatio... | error, handling | error, handling, languages, including, exceptions, result, types, propagation, graceful, degradation, resilient, applications | | `event-sourcing-architect` | Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual con... | event, sourcing | event, sourcing, architect, cqrs, driven, architecture, masters, store, projection, building, saga, orchestration | | `event-store-design` | Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implement... | event, store | event, store, stores, sourced, building, sourcing, infrastructure, choosing, technologies, implementing, persistence | | `game-development/multiplayer` | Multiplayer game development principles. Architecture, networking, synchronization. | game, development/multiplayer | game, development/multiplayer, multiplayer, development, principles, architecture, networking, synchronization | | `godot-gdscript-patterns` | Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or le... | godot, gdscript | godot, gdscript, including, signals, scenes, state, machines, optimization, building, games, implementing, game | -| `haskell-pro` | Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programm... | haskell | haskell, pro, engineer, specializing, type, pure, functional, high, reliability, software, proactively, level | -| `hig-patterns` | > | hig | hig | +| `hig-inputs` | Apple HIG guidance for input methods and interaction patterns: gestures, Apple Pencil, keyboards, game controllers, pointers, Digital Crown, eye tracking, fo... | hig, inputs | hig, inputs, apple, guidance, input, methods, interaction, gestures, pencil, keyboards, game, controllers | +| `hig-patterns` | Apple Human Interface Guidelines interaction and UX patterns. | hig | hig, apple, human, interface, guidelines, interaction, ux | | `i18n-localization` | Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. | i18n, localization | i18n, localization, internationalization, detecting, hardcoded, strings, managing, translations, locale, files, rtl | | `inngest` | Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, ser... | inngest | inngest, serverless, first, background, jobs, event, driven, durable, execution, without, managing, queues | | `kotlin-coroutines-expert` | Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing. | kotlin, coroutines | kotlin, coroutines, flow, covering, structured, concurrency, error, handling, testing | @@ -70,134 +73,166 @@ Total skills: 930 | `wcag-audit-patterns` | Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fi... | wcag, audit | wcag, audit, conduct, accessibility, audits, automated, testing, manual, verification, remediation, guidance, auditing | | `wordpress-theme-development` | WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design. | wordpress, theme | wordpress, theme, development, covering, architecture, hierarchy, custom, post, types, block, editor, responsive | | `workflow-orchestration-patterns` | Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism cons... | | orchestration, durable, temporal, distributed, covers, vs, activity, separation, saga, state, determinism, constraints | -| `workflow-patterns` | Use this skill when implementing tasks according to Conductor's TDD | | skill, implementing, tasks, according, conductor, tdd | +| `workflow-patterns` | Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding th... | | skill, implementing, tasks, according, conductor, tdd, handling, phase, checkpoints, managing, git, commits | | `zapier-make-patterns` | No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code.... | zapier, make | zapier, make, no, code, automation, democratizes, building, formerly, integromat, let, non, developers | -## business (39) +## business (43) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | +| `apify-competitor-intelligence` | Analyze competitor strategies, content, pricing, ads, and market positioning across Google Maps, Booking.com, Facebook, Instagram, YouTube, and TikTok. | apify, competitor, intelligence | apify, competitor, intelligence, analyze, content, pricing, ads, market, positioning, google, maps, booking | +| `apify-market-research` | Analyze market conditions, geographic opportunities, pricing, consumer behavior, and product validation across Google Maps, Facebook, Instagram, Booking.com,... | apify, market, research | apify, market, research, analyze, conditions, geographic, opportunities, pricing, consumer, behavior, product, validation | +| `competitive-landscape` | This skill should be used when the user asks to \\\"analyze competitors", "assess competitive landscape", "identify differentiation", "evaluate market positi... | competitive, landscape | competitive, landscape, skill, should, used, user, asks, analyze, competitors, assess, identify, differentiation | | `competitor-alternatives` | When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'v... | competitor, alternatives | competitor, alternatives, user, wants, comparison, alternative, pages, seo, sales, enablement, mentions, page | -| `conductor-setup` | Initialize project with Conductor artifacts (product definition, | conductor, setup | conductor, setup, initialize, artifacts, product, definition | +| `conductor-setup` | Initialize project with Conductor artifacts (product definition, +tech stack, workflow, style guides) | conductor, setup | conductor, setup, initialize, artifacts, product, definition, tech, stack, style, guides | | `content-creator` | Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templa... | content, creator | content, creator, seo, optimized, marketing, consistent, brand, voice, includes, analyzer, optimizer, frameworks | +| `context-driven-development` | Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship be... | driven | driven, context, development, skill, working, conductor, methodology, managing, artifacts, understanding, relationship, between | | `copy-editing` | When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,'... | copy, editing | copy, editing, user, wants, edit, review, improve, existing, marketing, mentions, my, feedback | +| `copywriting` | Write rigorous, conversion-focused marketing copy for landing pages and emails. Enforces brief confirmation and strict no-fabrication rules. | copywriting | copywriting, write, rigorous, conversion, marketing, copy, landing, pages, emails, enforces, brief, confirmation | | `deep-research` | Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, techni... | deep, research | deep, research, execute, autonomous, multi, step, google, gemini, agent, market, analysis, competitive | | `defi-protocol-templates` | Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applicat... | defi, protocol | defi, protocol, protocols, staking, amms, governance, lending, building, decentralized, finance, applications, smart | | `email-systems` | Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, ... | email | email, highest, roi, any, marketing, channel, 36, every, spent, yet, most, startups | | `employment-contract-templates` | Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR poli... | employment, contract | employment, contract, contracts, offer, letters, hr, policy, documents, following, legal, drafting, agreements | | `framework-migration-legacy-modernize` | Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintainin... | framework, migration, legacy, modernize | framework, migration, legacy, modernize, orchestrate, modernization, strangler, fig, enabling, gradual, replacement, outdated | | `free-tool-strategy` | When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user m... | free | free, user, wants, plan, evaluate, marketing, purposes, lead, generation, seo, value, brand | -| `hr-pro` | Professional, ethical HR partner for hiring, | hr | hr, pro, professional, ethical, partner, hiring | -| `market-sizing-analysis` | This skill should be used when the user asks to \"calculate TAM\", | market, sizing | market, sizing, analysis, skill, should, used, user, asks, calculate, tam | +| `hr-pro` | Professional, ethical HR partner for hiring, onboarding/offboarding, PTO and leave, performance, compliant policies, and employee relations. | hr | hr, pro, professional, ethical, partner, hiring, onboarding, offboarding, pto, leave, performance, compliant | +| `linkedin-cli` | Use when automating LinkedIn via CLI: fetch profiles, search people/companies, send messages, manage connections, create posts, and Sales Navigator. | linkedin, cli | linkedin, cli, automating, via, fetch, profiles, search, people, companies, send, messages, connections | +| `local-legal-seo-audit` | Audit and improve local SEO for law firms, attorneys, forensic experts and legal/professional services sites with local presence, focusing on GBP, directorie... | local, legal, seo, audit | local, legal, seo, audit, improve, law, firms, attorneys, forensic, experts, professional, sites | +| `market-sizing-analysis` | This skill should be used when the user asks to \\\"calculate TAM\\\", "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "w... | market, sizing | market, sizing, analysis, skill, should, used, user, asks, calculate, tam, determine, sam | | `marketing-ideas` | Provide proven marketing strategies and growth ideas for SaaS and software products, prioritized using a marketing feasibility scoring system. | marketing, ideas | marketing, ideas, provide, proven, growth, saas, software, products, prioritized, feasibility, scoring | | `marketing-psychology` | Apply behavioral science and mental models to marketing decisions, prioritized using a psychological leverage and feasibility scoring system. | marketing, psychology | marketing, psychology, apply, behavioral, science, mental, models, decisions, prioritized, psychological, leverage, feasibility | | `notion-template-business` | Expert in building and selling Notion templates as a business - not just making templates, but building a sustainable digital product business. Covers templa... | notion, business | notion, business, building, selling, just, making, sustainable, digital, product, covers, pricing, marketplaces | | `pricing-strategy` | Design pricing, packaging, and monetization strategies based on value, customer willingness to pay, and growth objectives. | pricing | pricing, packaging, monetization, value, customer, willingness, pay, growth, objectives | -| `programmatic-seo` | > | programmatic, seo | programmatic, seo | -| `sales-automator` | Draft cold emails, follow-ups, and proposal templates. Creates | sales, automator | sales, automator, draft, cold, emails, follow, ups, proposal, creates | +| `sales-automator` | Draft cold emails, follow-ups, and proposal templates. Creates +pricing pages, case studies, and sales scripts. Use PROACTIVELY for sales +outreach or lead nur... | sales, automator | sales, automator, draft, cold, emails, follow, ups, proposal, creates, pricing, pages, case | | `screenshots` | Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or ... | screenshots | screenshots, generate, marketing, app, playwright, user, wants, product, hunt, social, media, landing | | `scroll-experience` | Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Lik... | scroll, experience | scroll, experience, building, immersive, driven, experiences, parallax, storytelling, animations, interactive, narratives, cinematic | -| `seo-audit` | > | seo, audit | seo, audit | -| `seo-authority-builder` | Analyzes content for E-E-A-T signals and suggests improvements to | seo, authority, builder | seo, authority, builder, analyzes, content, signals, suggests, improvements | -| `seo-cannibalization-detector` | Analyzes multiple provided pages to identify keyword overlap and | seo, cannibalization, detector | seo, cannibalization, detector, analyzes, multiple, provided, pages, identify, keyword, overlap | -| `seo-content-auditor` | Analyzes provided content for quality, E-E-A-T signals, and SEO | seo, content, auditor | seo, content, auditor, analyzes, provided, quality, signals | -| `seo-content-planner` | Creates comprehensive content outlines and topic clusters for SEO. | seo, content, planner | seo, content, planner, creates, outlines, topic, clusters | -| `seo-content-refresher` | Identifies outdated elements in provided content and suggests | seo, content, refresher | seo, content, refresher, identifies, outdated, elements, provided, suggests | -| `seo-content-writer` | Writes SEO-optimized content based on provided keywords and topic | seo, content, writer | seo, content, writer, writes, optimized, provided, keywords, topic | -| `seo-fundamentals` | > | seo, fundamentals | seo, fundamentals | -| `seo-keyword-strategist` | Analyzes keyword usage in provided content, calculates density, | seo, keyword, strategist | seo, keyword, strategist, analyzes, usage, provided, content, calculates, density | -| `seo-meta-optimizer` | Creates optimized meta titles, descriptions, and URL suggestions | seo, meta, optimizer | seo, meta, optimizer, creates, optimized, titles, descriptions, url, suggestions | -| `seo-snippet-hunter` | Formats content to be eligible for featured snippets and SERP | seo, snippet, hunter | seo, snippet, hunter, formats, content, eligible, featured, snippets, serp | -| `seo-structure-architect` | Analyzes and optimizes content structure including header | seo, structure | seo, structure, architect, analyzes, optimizes, content, including, header | -| `startup-analyst` | Expert startup business analyst specializing in market sizing, | startup, analyst | startup, analyst, business, specializing, market, sizing | -| `startup-business-analyst-business-case` | Generate comprehensive investor-ready business case document with | startup, business, analyst, case | startup, business, analyst, case, generate, investor, document | -| `startup-business-analyst-financial-projections` | Create detailed 3-5 year financial model with revenue, costs, cash | startup, business, analyst, financial, projections | startup, business, analyst, financial, projections, detailed, year, model, revenue, costs, cash | -| `startup-business-analyst-market-opportunity` | Generate comprehensive market opportunity analysis with TAM/SAM/SOM | startup, business, analyst, market, opportunity | startup, business, analyst, market, opportunity, generate, analysis, tam, sam, som | -| `startup-financial-modeling` | This skill should be used when the user asks to \"create financial | startup, financial, modeling | startup, financial, modeling, skill, should, used, user, asks | -| `startup-metrics-framework` | This skill should be used when the user asks about \"key startup | startup, metrics, framework | startup, metrics, framework, skill, should, used, user, asks, about, key | +| `seo-audit` | Diagnose and audit SEO issues affecting crawlability, indexation, rankings, and organic performance. | seo, audit | seo, audit, diagnose, issues, affecting, crawlability, indexation, rankings, organic, performance | +| `seo-cannibalization-detector` | Analyzes multiple provided pages to identify keyword overlap and potential cannibalization issues. Suggests differentiation strategies. Use PROACTIVELY when ... | seo, cannibalization, detector | seo, cannibalization, detector, analyzes, multiple, provided, pages, identify, keyword, overlap, potential, issues | +| `seo-content-auditor` | Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established ... | seo, content, auditor | seo, content, auditor, analyzes, provided, quality, signals, scores, provides, improvement, recommendations, established | +| `seo-content-planner` | Creates comprehensive content outlines and topic clusters for SEO. +Plans content calendars and identifies topic gaps. Use PROACTIVELY for content +strategy an... | seo, content, planner | seo, content, planner, creates, outlines, topic, clusters, plans, calendars, identifies, gaps, proactively | +| `seo-content-refresher` | Identifies outdated elements in provided content and suggests updates to maintain freshness. Finds statistics, dates, and examples that need updating. Use PR... | seo, content, refresher | seo, content, refresher, identifies, outdated, elements, provided, suggests, updates, maintain, freshness, finds | +| `seo-content-writer` | Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY f... | seo, content, writer | seo, content, writer, writes, optimized, provided, keywords, topic, briefs, creates, engaging, following | +| `seo-fundamentals` | Core principles of SEO including E-E-A-T, Core Web Vitals, technical foundations, content quality, and how modern search engines evaluate pages. | seo, fundamentals | seo, fundamentals, core, principles, including, web, vitals, technical, foundations, content, quality, how | +| `seo-keyword-strategist` | Analyzes keyword usage in provided content, calculates density, suggests semantic variations and LSI keywords based on the topic. Prevents over-optimization.... | seo, keyword, strategist | seo, keyword, strategist, analyzes, usage, provided, content, calculates, density, suggests, semantic, variations | +| `seo-meta-optimizer` | Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. U... | seo, meta, optimizer | seo, meta, optimizer, creates, optimized, titles, descriptions, url, suggestions, character, limits, generates | +| `seo-snippet-hunter` | Formats content to be eligible for featured snippets and SERP features. Creates snippet-optimized content blocks based on best practices. Use PROACTIVELY for... | seo, snippet, hunter | seo, snippet, hunter, formats, content, eligible, featured, snippets, serp, features, creates, optimized | +| `seo-structure-architect` | Analyzes and optimizes content structure including header hierarchy, suggests schema markup, and internal linking opportunities. Creates search-friendly cont... | seo, structure | seo, structure, architect, analyzes, optimizes, content, including, header, hierarchy, suggests, schema, markup | +| `startup-analyst` | Expert startup business analyst specializing in market sizing, financial modeling, competitive analysis, and strategic planning for early-stage companies. | startup, analyst | startup, analyst, business, specializing, market, sizing, financial, modeling, competitive, analysis, strategic, planning | +| `startup-business-analyst-business-case` | Generate comprehensive investor-ready business case document with +market, solution, financials, and strategy | startup, business, analyst, case | startup, business, analyst, case, generate, investor, document, market, solution, financials | +| `startup-business-analyst-financial-projections` | Create detailed 3-5 year financial model with revenue, costs, cash +flow, and scenarios | startup, business, analyst, financial, projections | startup, business, analyst, financial, projections, detailed, year, model, revenue, costs, cash, flow | +| `startup-business-analyst-market-opportunity` | Generate comprehensive market opportunity analysis with TAM/SAM/SOM +calculations | startup, business, analyst, market, opportunity | startup, business, analyst, market, opportunity, generate, analysis, tam, sam, som, calculations | +| `startup-financial-modeling` | This skill should be used when the user asks to \\\"create financial projections", "build a financial model", "forecast revenue", "calculate burn rate", "est... | startup, financial, modeling | startup, financial, modeling, skill, should, used, user, asks, projections, model, forecast, revenue | | `whatsapp-automation` | Automate WhatsApp Business tasks via Rube MCP (Composio): send messages, manage templates, upload media, and handle contacts. Always search tools first for c... | whatsapp | whatsapp, automation, automate, business, tasks, via, rube, mcp, composio, send, messages, upload | -## data-ai (151) +## data-ai (177) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | | `agent-framework-azure-ai-py` | Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgen... | agent, framework, azure, ai, py | agent, framework, azure, ai, py, foundry, agents, microsoft, python, sdk, creating, persistent | | `agent-memory-mcp` | A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions). | agent, memory, mcp | agent, memory, mcp, hybrid, provides, persistent, searchable, knowledge, ai, agents, architecture, decisions | | `agent-tool-builder` | Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently... | agent, builder | agent, builder, how, ai, agents, interact, world, well, designed, difference, between, works | +| `agentfolio` | Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory. | agentfolio | agentfolio, skill, discovering, researching, autonomous, ai, agents, ecosystems, directory | | `agents-v2-py` | Build container-based Foundry Agents with Azure AI Projects SDK (ImageBasedHostedAgentDefinition). Use when creating hosted agents with custom container imag... | agents, v2, py | agents, v2, py, container, foundry, azure, ai, sdk, imagebasedhostedagentdefinition, creating, hosted, custom | | `ai-agent-development` | AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents. | ai, agent | ai, agent, development, building, autonomous, agents, multi, orchestration, crewai, langgraph, custom | | `ai-agents-architect` | Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build ... | ai, agents | ai, agents, architect, designing, building, autonomous, masters, memory, planning, multi, agent, orchestration | -| `ai-engineer` | Build production-ready LLM applications, advanced RAG systems, and | ai | ai, engineer, llm, applications, rag | +| `ai-engineer` | Build production-ready LLM applications, advanced RAG systems, and intelligent agents. Implements vector search, multimodal AI, agent orchestration, and ente... | ai | ai, engineer, llm, applications, rag, intelligent, agents, implements, vector, search, multimodal, agent | | `ai-ml` | AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features. | ai, ml | ai, ml, machine, learning, covering, llm, application, development, rag, agent, architecture, pipelines | -| `ai-product` | Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integra... | ai, product | ai, product, every, powered, question, whether, ll, right, ship, demo, falls, apart | +| `ai-product` | Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integrat... | ai, product | ai, product, every, powered, question, whether, ll, right, ship, demo, falls, apart | | `ai-wrapper-product` | Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products t... | ai, wrapper, product | ai, wrapper, product, building, products, wrap, apis, openai, anthropic, etc, people, pay | -| `analytics-tracking` | > | analytics, tracking | analytics, tracking | +| `analytics-tracking` | Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data. | analytics, tracking | analytics, tracking, audit, improve, produce, reliable, decision, data | | `angular-ui-patterns` | Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component ... | angular, ui | angular, ui, loading, states, error, handling, data, display, building, components, async, managing | -| `api-documenter` | Master API documentation with OpenAPI 3.1, AI-powered tools, and | api, documenter | api, documenter, documentation, openapi, ai, powered | -| `audio-transcriber` | Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration | audio, transcription, whisper, meeting-minutes, speech-to-text | audio, transcription, whisper, meeting-minutes, speech-to-text, transcriber, transform, recordings, professional, markdown, documentation, intelligent | +| `api-documenter` | Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build com... | api, documenter | api, documenter, documentation, openapi, ai, powered, developer, experience, interactive, docs, generate, sdks | +| `apify-content-analytics` | Track engagement metrics, measure campaign ROI, and analyze content performance across Instagram, Facebook, YouTube, and TikTok. | apify, content, analytics | apify, content, analytics, track, engagement, metrics, measure, campaign, roi, analyze, performance, instagram | +| `apify-ecommerce` | Scrape e-commerce data for pricing intelligence, customer reviews, and seller discovery across Amazon, Walmart, eBay, IKEA, and 50+ marketplaces. Use when us... | apify, ecommerce | apify, ecommerce, scrape, commerce, data, pricing, intelligence, customer, reviews, seller, discovery, amazon | +| `apify-ultimate-scraper` | Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, Google Maps, Google Search, Google Trends, Booking.... | apify, ultimate, scraper | apify, ultimate, scraper, universal, ai, powered, web, any, platform, scrape, data, instagram | +| `appdeploy` | Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses ... | appdeploy | appdeploy, deploy, web, apps, backend, apis, database, file, storage, user, asks, publish | +| `audio-transcriber` | Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration | [audio, transcription, whisper, meeting-minutes, speech-to-text] | [audio, transcription, whisper, meeting-minutes, speech-to-text], audio, transcriber, transform, recordings, professional, markdown, documentation | | `autonomous-agent-patterns` | Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use ... | autonomous, agent | autonomous, agent, building, coding, agents, covers, integration, permission, browser, automation, human, loop | | `autonomous-agents` | Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The c... | autonomous, agents | autonomous, agents, ai, independently, decompose, goals, plan, actions, execute, self, correct, without | -| `azure-ai-agents-persistent-dotnet` | \| | azure, ai, agents, persistent, dotnet | azure, ai, agents, persistent, dotnet | -| `azure-ai-agents-persistent-java` | \| | azure, ai, agents, persistent, java | azure, ai, agents, persistent, java | +| `azure-ai-agents-persistent-dotnet` | Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. | azure, ai, agents, persistent, dotnet | azure, ai, agents, persistent, dotnet, sdk, net, low, level, creating, managing, threads | +| `azure-ai-agents-persistent-java` | Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. | azure, ai, agents, persistent, java | azure, ai, agents, persistent, java, sdk, low, level, creating, managing, threads, messages | | `azure-ai-contentsafety-java` | Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm det... | azure, ai, contentsafety, java | azure, ai, contentsafety, java, content, moderation, applications, safety, sdk, implementing, text, image | -| `azure-ai-contentsafety-py` | \| | azure, ai, contentsafety, py | azure, ai, contentsafety, py | +| `azure-ai-contentsafety-py` | Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. | azure, ai, contentsafety, py | azure, ai, contentsafety, py, content, safety, sdk, python, detecting, harmful, text, images | | `azure-ai-contentsafety-ts` | Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detect... | azure, ai, contentsafety, ts | azure, ai, contentsafety, ts, analyze, text, images, harmful, content, safety, rest, moderating | -| `azure-ai-contentunderstanding-py` | \| | azure, ai, contentunderstanding, py | azure, ai, contentunderstanding, py | -| `azure-ai-document-intelligence-dotnet` | \| | azure, ai, document, intelligence, dotnet | azure, ai, document, intelligence, dotnet | +| `azure-ai-contentunderstanding-py` | Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video. | azure, ai, contentunderstanding, py | azure, ai, contentunderstanding, py, content, understanding, sdk, python, multimodal, extraction, documents, images | +| `azure-ai-document-intelligence-dotnet` | Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. | azure, ai, document, intelligence, dotnet | azure, ai, document, intelligence, dotnet, sdk, net, extract, text, tables, structured, data | | `azure-ai-document-intelligence-ts` | Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoic... | azure, ai, document, intelligence, ts | azure, ai, document, intelligence, ts, extract, text, tables, structured, data, documents, rest | | `azure-ai-formrecognizer-java` | Build document analysis applications with Azure Document Intelligence (Form Recognizer) SDK for Java. Use when extracting text, tables, key-value pairs from ... | azure, ai, formrecognizer, java | azure, ai, formrecognizer, java, document, analysis, applications, intelligence, form, recognizer, sdk, extracting | -| `azure-ai-ml-py` | \| | azure, ai, ml, py | azure, ai, ml, py | -| `azure-ai-openai-dotnet` | \| | azure, ai, openai, dotnet | azure, ai, openai, dotnet | -| `azure-ai-projects-dotnet` | \| | azure, ai, dotnet | azure, ai, dotnet | -| `azure-ai-projects-java` | \| | azure, ai, java | azure, ai, java | +| `azure-ai-ml-py` | Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines. | azure, ai, ml, py | azure, ai, ml, py, machine, learning, sdk, v2, python, workspaces, jobs, models | +| `azure-ai-openai-dotnet` | Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, ... | azure, ai, openai, dotnet | azure, ai, openai, dotnet, sdk, net, client, library, chat, completions, embeddings, image | +| `azure-ai-projects-dotnet` | Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. | azure, ai, dotnet | azure, ai, dotnet, sdk, net, high, level, client, foundry, including, agents, connections | +| `azure-ai-projects-java` | Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. | azure, ai, java | azure, ai, java, sdk, high, level, foundry, including, connections, datasets, indexes, evaluations | | `azure-ai-projects-py` | Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents wi... | azure, ai, py | azure, ai, py, applications, python, sdk, working, foundry, clients, creating, versioned, agents | | `azure-ai-projects-ts` | Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, de... | azure, ai, ts | azure, ai, ts, applications, sdk, javascript, working, foundry, clients, agents, connections, deployments | -| `azure-ai-textanalytics-py` | \| | azure, ai, textanalytics, py | azure, ai, textanalytics, py | -| `azure-ai-transcription-py` | \| | azure, ai, transcription, py | azure, ai, transcription, py | -| `azure-ai-translation-document-py` | \| | azure, ai, translation, document, py | azure, ai, translation, document, py | -| `azure-ai-translation-text-py` | \| | azure, ai, translation, text, py | azure, ai, translation, text, py | +| `azure-ai-textanalytics-py` | Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language pr... | azure, ai, textanalytics, py | azure, ai, textanalytics, py, text, analytics, sdk, sentiment, analysis, entity, recognition, key | +| `azure-ai-transcription-py` | Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. | azure, ai, transcription, py | azure, ai, transcription, py, sdk, python, real, time, batch, speech, text, timestamps | +| `azure-ai-translation-document-py` | Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other do... | azure, ai, translation, document, py | azure, ai, translation, document, py, sdk, batch, documents, format, preservation, translating, word | +| `azure-ai-translation-text-py` | Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in... | azure, ai, translation, text, py | azure, ai, translation, text, py, sdk, real, time, transliteration, language, detection, dictionary | | `azure-ai-translation-ts` | Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when i... | azure, ai, translation, ts | azure, ai, translation, ts, applications, sdks, javascript, rest, text, document, implementing, transliter | | `azure-ai-vision-imageanalysis-java` | Build image analysis applications with Azure AI Vision SDK for Java. Use when implementing image captioning, OCR text extraction, object detection, tagging, ... | azure, ai, vision, imageanalysis, java | azure, ai, vision, imageanalysis, java, image, analysis, applications, sdk, implementing, captioning, ocr | -| `azure-ai-vision-imageanalysis-py` | \| | azure, ai, vision, imageanalysis, py | azure, ai, vision, imageanalysis, py | -| `azure-ai-voicelive-dotnet` | \| | azure, ai, voicelive, dotnet | azure, ai, voicelive, dotnet | -| `azure-ai-voicelive-java` | \| | azure, ai, voicelive, java | azure, ai, voicelive, java | +| `azure-ai-vision-imageanalysis-py` | Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding ta... | azure, ai, vision, imageanalysis, py | azure, ai, vision, imageanalysis, py, image, analysis, sdk, captions, tags, objects, ocr | +| `azure-ai-voicelive-dotnet` | Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. | azure, ai, voicelive, dotnet | azure, ai, voicelive, dotnet, voice, live, sdk, net, real, time, applications, bidirectional | +| `azure-ai-voicelive-java` | Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. | azure, ai, voicelive, java | azure, ai, voicelive, java, sdk, real, time, bidirectional, voice, conversations, assistants, websocket | | `azure-ai-voicelive-py` | Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-tim... | azure, ai, voicelive, py | azure, ai, voicelive, py, real, time, voice, applications, live, sdk, skill, creating | -| `azure-ai-voicelive-ts` | \| | azure, ai, voicelive, ts | azure, ai, voicelive, ts | +| `azure-ai-voicelive-ts` | Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. | azure, ai, voicelive, ts | azure, ai, voicelive, ts, voice, live, sdk, javascript, typescript, real, time, applications | | `azure-communication-callautomation-java` | Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording, ... | azure, communication, callautomation, java | azure, communication, callautomation, java, call, automation, sdk, implementing, ivr, routing, recording, dtmf | +| `azure-cosmos-java` | Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. | azure, cosmos, java | azure, cosmos, java, db, sdk, nosql, database, operations, global, distribution, multi, model | +| `azure-cosmos-py` | Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. | azure, cosmos, py | azure, cosmos, py, db, sdk, python, nosql, api, document, crud, queries, containers | +| `azure-cosmos-rust` | Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. | azure, cosmos, rust | azure, cosmos, rust, db, sdk, nosql, api, document, crud, queries, containers, globally | +| `azure-cosmos-ts` | Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and cont... | azure, cosmos, ts | azure, cosmos, ts, db, javascript, typescript, sdk, data, plane, operations, crud, documents | | `azure-data-tables-java` | Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, s... | azure, data, tables, java | azure, data, tables, java, table, storage, applications, sdk, working, cosmos, db, api | -| `azure-data-tables-py` | \| | azure, data, tables, py | azure, data, tables, py | +| `azure-data-tables-py` | Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations. | azure, data, tables, py | azure, data, tables, py, sdk, python, storage, cosmos, db, nosql, key, value | | `azure-eventhub-java` | Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building... | azure, eventhub, java | azure, eventhub, java, real, time, streaming, applications, event, hubs, sdk, implementing, high | +| `azure-eventhub-rust` | Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion. | azure, eventhub, rust | azure, eventhub, rust, event, hubs, sdk, sending, receiving, events, streaming, data, ingestion | | `azure-eventhub-ts` | Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real... | azure, eventhub, ts | azure, eventhub, ts, event, streaming, applications, hubs, sdk, javascript, implementing, high, throughput | -| `azure-postgres-ts` | \| | azure, postgres, ts | azure, postgres, ts | -| `azure-resource-manager-mysql-dotnet` | \| | azure, resource, manager, mysql, dotnet | azure, resource, manager, mysql, dotnet | -| `azure-resource-manager-sql-dotnet` | \| | azure, resource, manager, sql, dotnet | azure, resource, manager, sql, dotnet | +| `azure-maps-search-dotnet` | Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map t... | azure, maps, search, dotnet | azure, maps, search, dotnet, sdk, net, location, including, geocoding, routing, rendering, geolocation | +| `azure-monitor-ingestion-java` | Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE). | azure, monitor, ingestion, java | azure, monitor, ingestion, java, sdk, send, custom, logs, via, data, collection, rules | +| `azure-monitor-ingestion-py` | Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API. | azure, monitor, ingestion, py | azure, monitor, ingestion, py, sdk, python, sending, custom, logs, log, analytics, workspace | +| `azure-monitor-query-java` | Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources. | azure, monitor, query, java | azure, monitor, query, java, sdk, execute, kusto, queries, against, log, analytics, workspaces | +| `azure-monitor-query-py` | Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. | azure, monitor, query, py | azure, monitor, query, py, sdk, python, querying, log, analytics, workspaces, metrics | +| `azure-postgres-ts` | Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. | azure, postgres, ts | azure, postgres, ts, connect, database, postgresql, flexible, server, node, js, typescript, pg | +| `azure-resource-manager-cosmosdb-dotnet` | Azure Resource Manager SDK for Cosmos DB in .NET. | azure, resource, manager, cosmosdb, dotnet | azure, resource, manager, cosmosdb, dotnet, sdk, cosmos, db, net | +| `azure-resource-manager-mysql-dotnet` | Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. | azure, resource, manager, mysql, dotnet | azure, resource, manager, mysql, dotnet, flexible, server, sdk, net, database, deployments | +| `azure-resource-manager-postgresql-dotnet` | Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. | azure, resource, manager, postgresql, dotnet | azure, resource, manager, postgresql, dotnet, flexible, server, sdk, net, database, deployments | +| `azure-resource-manager-sql-dotnet` | Azure Resource Manager SDK for Azure SQL in .NET. | azure, resource, manager, sql, dotnet | azure, resource, manager, sql, dotnet, sdk, net | +| `azure-search-documents-dotnet` | Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. | azure, search, documents, dotnet | azure, search, documents, dotnet, ai, sdk, net, building, applications, full, text, vector | +| `azure-search-documents-py` | Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. | azure, search, documents, py | azure, search, documents, py, ai, sdk, python, vector, hybrid, semantic, ranking, indexing | | `azure-search-documents-ts` | Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid ... | azure, search, documents, ts | azure, search, documents, ts, applications, ai, sdk, javascript, creating, managing, indexes, implementing | +| `azure-storage-file-datalake-py` | Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations. | azure, storage, file, datalake, py | azure, storage, file, datalake, py, data, lake, gen2, sdk, python, hierarchical, big | | `beautiful-prose` | Hard-edged writing style contract for timeless, forceful English prose without AI tics | beautiful, prose | beautiful, prose, hard, edged, writing, style, contract, timeless, forceful, english, without, ai | | `behavioral-modes` | AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type. | behavioral, modes | behavioral, modes, ai, operational, brainstorm, debug, review, teach, ship, orchestrate, adapt, behavior | | `blockrun` | Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models (\"blockrun\", \"use grok\"... | blockrun | blockrun, user, capabilities, claude, lacks, image, generation, real, time, twitter, data, explicitly | | `browser-automation` | Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to underst... | browser | browser, automation, powers, web, testing, scraping, ai, agent, interactions, difference, between, flaky | -| `business-analyst` | Master modern business analysis with AI-powered analytics, | business, analyst | business, analyst, analysis, ai, powered, analytics | +| `business-analyst` | Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive mod... | business, analyst | business, analyst, analysis, ai, powered, analytics, real, time, dashboards, data, driven, insights | | `cc-skill-backend-patterns` | Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. | cc, skill, backend | cc, skill, backend, architecture, api, database, optimization, server, side, node, js, express | | `cc-skill-clickhouse-io` | ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads. | cc, skill, clickhouse, io | cc, skill, clickhouse, io, database, query, optimization, analytics, data, engineering, high, performance | | `clarity-gate` | Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow | clarity, gate | clarity, gate, pre, ingestion, verification, epistemic, quality, rag, point, two, round, hitl | | `code-documentation-doc-generate` | You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user g... | code, documentation, doc, generate | code, documentation, doc, generate, specializing, creating, maintainable, api, docs, architecture, diagrams, user | +| `code-reviewer` | Elite code review expert specializing in modern AI-powered code | code | code, reviewer, elite, review, specializing, ai, powered | | `codex-review` | Professional code review with auto CHANGELOG generation, integrated with Codex AI | codex | codex, review, professional, code, auto, changelog, generation, integrated, ai | | `computer-use-agents` | Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer... | computer, use, agents | computer, use, agents, ai, interact, computers, like, humans, do, viewing, screens, moving | -| `content-marketer` | Elite content marketing strategist specializing in AI-powered | content, marketer | content, marketer, elite, marketing, strategist, specializing, ai, powered | -| `context-manager` | Elite AI context engineering specialist mastering dynamic context | manager | manager, context, elite, ai, engineering, mastering, dynamic | +| `content-marketer` | Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marke... | content, marketer | content, marketer, elite, marketing, strategist, specializing, ai, powered, creation, omnichannel, distribution, seo | +| `context-manager` | Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. | manager | manager, context, elite, ai, engineering, mastering, dynamic, vector, databases, knowledge, graphs, intelligent | | `context-window-management` | Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, conte... | window | window, context, managing, llm, windows, including, summarization, trimming, routing, avoiding, rot, token | | `conversation-memory` | Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory pers... | conversation, memory | conversation, memory, persistent, llm, conversations, including, short, term, long, entity, remember, persistence | -| `customer-support` | Elite AI-powered customer support specialist mastering | customer, support | customer, support, elite, ai, powered, mastering | -| `data-engineer` | Build scalable data pipelines, modern data warehouses, and | data | data, engineer, scalable, pipelines, warehouses | +| `customer-support` | Elite AI-powered customer support specialist mastering conversational AI, automated ticketing, sentiment analysis, and omnichannel support experiences. | customer, support | customer, support, elite, ai, powered, mastering, conversational, automated, ticketing, sentiment, analysis, omnichannel | | `data-engineering-data-driven-feature` | Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation. | data, engineering, driven | data, engineering, driven, feature, features, guided, insights, testing, continuous, measurement, specialized, agents | | `data-quality-frameworks` | Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation r... | data, quality, frameworks | data, quality, frameworks, validation, great, expectations, dbt, tests, contracts, building, pipelines, implementing | -| `data-scientist` | Expert data scientist for advanced analytics, machine learning, and | data, scientist | data, scientist, analytics, machine, learning | +| `data-scientist` | Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business in... | data, scientist | data, scientist, analytics, machine, learning, statistical, modeling, complex, analysis, predictive, business, intelligence | | `data-storytelling` | Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating dat... | data, storytelling | data, storytelling, transform, compelling, narratives, visualization, context, persuasive, structure, presenting, analytics, stakeholders | | `data-structure-protocol` | Give agents persistent structural memory of a codebase — navigate dependencies, track public APIs, and understand why connections exist without re-reading th... | data, structure, protocol | data, structure, protocol, give, agents, persistent, structural, memory, codebase, navigate, dependencies, track | | `database` | Database development and operations workflow covering SQL, NoSQL, database design, migrations, optimization, and data engineering. | database | database, development, operations, covering, sql, nosql, migrations, optimization, data, engineering | -| `database-architect` | Expert database architect specializing in data layer design from | database | database, architect, specializing, data, layer | +| `database-architect` | Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. | database | database, architect, specializing, data, layer, scratch, technology, selection, schema, modeling, scalable, architectures | | `database-design` | Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases. | database | database, principles, decision, making, schema, indexing, orm, selection, serverless, databases | -| `database-optimizer` | Expert database optimizer specializing in modern performance | database, optimizer | database, optimizer, specializing, performance | +| `database-optimizer` | Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. | database, optimizer | database, optimizer, specializing, performance, tuning, query, optimization, scalable, architectures | | `dbt-transformation-patterns` | Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data tr... | dbt, transformation | dbt, transformation, data, analytics, engineering, model, organization, testing, documentation, incremental, building, transformations | | `documentation-generation-doc-generate` | You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user g... | documentation, generation, doc, generate | documentation, generation, doc, generate, specializing, creating, maintainable, code, api, docs, architecture, diagrams | | `documentation-templates` | Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation. | documentation | documentation, structure, guidelines, readme, api, docs, code, comments, ai, friendly | @@ -214,8 +249,11 @@ Total skills: 930 | `google-analytics-automation` | Automate Google Analytics tasks via Rube MCP (Composio): run reports, list accounts/properties, funnels, pivots, key events. Always search tools first for cu... | google, analytics | google, analytics, automation, automate, tasks, via, rube, mcp, composio, run, reports, list | | `googlesheets-automation` | Automate Google Sheets operations (read, write, format, filter, manage spreadsheets) via Rube MCP (Composio). Read/write data, manage tabs, apply formatting,... | googlesheets | googlesheets, automation, automate, google, sheets, operations, read, write, format, filter, spreadsheets, via | | `graphql` | GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful al... | graphql | graphql, gives, clients, exactly, data, no, less, one, endpoint, typed, schema, introspection | +| `hig-technologies` | Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple... | hig, technologies | hig, technologies, apple, guidance, technology, integrations, siri, pay, healthkit, homekit, arkit, machine | | `hosted-agents-v2-py` | Build hosted agents using Azure AI Projects SDK with ImageBasedHostedAgentDefinition. Use when creating container-based agents in Azure AI Foundry. | hosted, agents, v2, py | hosted, agents, v2, py, azure, ai, sdk, imagebasedhostedagentdefinition, creating, container, foundry | | `hybrid-search-implementation` | Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides... | hybrid, search | hybrid, search, combine, vector, keyword, improved, retrieval, implementing, rag, building, engines, neither | +| `imagen` | AI image generation skill powered by Google Gemini, enabling seamless visual content creation for UI placeholders, documentation, and design assets. | imagen | imagen, ai, image, generation, skill, powered, google, gemini, enabling, seamless, visual, content | +| `ios-developer` | Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, SwiftUI, UIKit integration, Core Data, networking, and App Store optimization. | ios | ios, developer, develop, native, applications, swift, swiftui, masters, 18, uikit, integration, core | | `langchain-architecture` | Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implement... | langchain, architecture | langchain, architecture, llm, applications, framework, agents, memory, integration, building, implementing, ai, creating | | `langgraph` | Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles ... | langgraph | langgraph, grade, framework, building, stateful, multi, actor, ai, applications, covers, graph, construction | | `libreoffice/base` | Database management, forms, reports, and data operations with LibreOffice Base. | libreoffice/base | libreoffice/base, base, database, forms, reports, data, operations, libreoffice | @@ -226,25 +264,29 @@ Total skills: 930 | `llm-application-dev-prompt-optimize` | You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thoug... | llm, application, dev, prompt, optimize | llm, application, dev, prompt, optimize, engineer, specializing, crafting, effective, prompts, llms, through | | `llm-evaluation` | Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performanc... | llm, evaluation | llm, evaluation, applications, automated, metrics, human, feedback, benchmarking, testing, performance, measuring, ai | | `mailchimp-automation` | Automate Mailchimp email marketing including campaigns, audiences, subscribers, segments, and analytics via Rube MCP (Composio). Always search tools first fo... | mailchimp | mailchimp, automation, automate, email, marketing, including, campaigns, audiences, subscribers, segments, analytics, via | -| `ml-engineer` | Build production ML systems with PyTorch 2.x, TensorFlow, and | ml | ml, engineer, pytorch, tensorflow | -| `mlops-engineer` | Build comprehensive ML pipelines, experiment tracking, and model | mlops | mlops, engineer, ml, pipelines, experiment, tracking, model | +| `mlops-engineer` | Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. | mlops | mlops, engineer, ml, pipelines, experiment, tracking, model, registries, mlflow, kubeflow | | `nanobanana-ppt-skills` | AI-powered PPT generation with document analysis and styled images | nanobanana, ppt, skills | nanobanana, ppt, skills, ai, powered, generation, document, analysis, styled, images | | `neon-postgres` | Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration Use when: neon database, serverless postgres, dat... | neon, postgres | neon, postgres, serverless, branching, connection, pooling, prisma, drizzle, integration, database | | `nextjs-app-router-patterns` | Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, impleme... | nextjs, app, router | nextjs, app, router, next, js, 14, server, components, streaming, parallel, routes, data | | `nextjs-best-practices` | Next.js App Router principles. Server Components, data fetching, routing patterns. | nextjs, best, practices | nextjs, best, practices, next, js, app, router, principles, server, components, data, fetching | | `nodejs-backend-patterns` | Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration,... | nodejs, backend | nodejs, backend, node, js, express, fastify, implementing, middleware, error, handling, authentication, database | -| `php-pro` | Write idiomatic PHP code with generators, iterators, SPL data | php | php, pro, write, idiomatic, code, generators, iterators, spl, data | +| `php-pro` | Write idiomatic PHP code with generators, iterators, SPL data +structures, and modern OOP features. Use PROACTIVELY for high-performance PHP +applications. | php | php, pro, write, idiomatic, code, generators, iterators, spl, data, structures, oop, features | | `podcast-generation` | Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, aud... | podcast, generation | podcast, generation, generate, ai, powered, style, audio, narratives, azure, openai, gpt, realtime | | `postgres-best-practices` | Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, o... | postgres, best, practices | postgres, best, practices, performance, optimization, supabase, skill, writing, reviewing, optimizing, queries, schema | | `postgresql` | Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features | postgresql | postgresql, specific, schema, covers, data, types, indexing, constraints, performance, features | | `postgresql-optimization` | PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management. | postgresql, optimization | postgresql, optimization, database, query, tuning, indexing, performance, analysis | | `prisma-expert` | Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, m... | prisma | prisma, orm, schema, migrations, query, optimization, relations, modeling, database, operations, proactively, issues | +| `programmatic-seo` | Design and evaluate programmatic SEO strategies for creating SEO-driven pages at scale using templates and structured data. | programmatic, seo | programmatic, seo, evaluate, creating, driven, pages, scale, structured, data | | `prompt-caching` | Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache... | prompt, caching | prompt, caching, llm, prompts, including, anthropic, response, cag, cache, augmented, generation, augm | | `prompt-engineering-patterns` | Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, impro... | prompt, engineering | prompt, engineering, techniques, maximize, llm, performance, reliability, controllability, optimizing, prompts, improving, outputs | | `pydantic-models-py` | Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schem... | pydantic, models, py | pydantic, models, py, following, multi, model, base, update, response, indb, variants, defining | | `rag-engineer` | Expert in building Retrieval-Augmented Generation systems. Masters embedding models, vector databases, chunking strategies, and retrieval optimization for LL... | rag | rag, engineer, building, retrieval, augmented, generation, masters, embedding, models, vector, databases, chunking | | `rag-implementation` | RAG (Retrieval-Augmented Generation) implementation workflow covering embedding selection, vector database setup, chunking strategies, and retrieval optimiza... | rag | rag, retrieval, augmented, generation, covering, embedding, selection, vector, database, setup, chunking, optimization | | `react-ui-patterns` | Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states. | react, ui | react, ui, loading, states, error, handling, data, fetching, building, components, async, managing | +| `scala-pro` | Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO... | scala | scala, pro, enterprise, grade, development, functional, programming, distributed, big, data, processing, apache | +| `schema-markup` | Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. | schema, markup | schema, markup, validate, optimize, org, structured, data, eligibility, correctness, measurable, seo, impact | | `segment-cdp` | Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinat... | segment, cdp | segment, cdp, customer, data, platform, including, analytics, js, server, side, tracking, plans | | `sendgrid-automation` | Automate SendGrid email operations including sending emails, managing contacts/lists, sender identities, templates, and analytics via Rube MCP (Composio). Al... | sendgrid | sendgrid, automation, automate, email, operations, including, sending, emails, managing, contacts, lists, sender | | `senior-architect` | Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, F... | senior | senior, architect, software, architecture, skill, designing, scalable, maintainable, reactjs, nextjs, nodejs, express | @@ -259,13 +301,14 @@ Total skills: 930 | `supabase-automation` | Automate Supabase database queries, table management, project administration, storage, edge functions, and SQL execution via Rube MCP (Composio). Always sear... | supabase | supabase, automation, automate, database, queries, table, administration, storage, edge, functions, sql, execution | | `team-collaboration-standup-notes` | You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remo... | team, collaboration, standup, notes | team, collaboration, standup, notes, communication, async, first, ai, assisted, note, generation, commit | | `telegram-bot-builder` | Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API,... | telegram, bot, builder | telegram, bot, builder, building, bots, solve, real, problems, simple, automation, complex, ai | -| `test-automator` | Master AI-powered test automation with modern frameworks, | automator | automator, test, ai, powered, automation, frameworks | | `trigger-dev` | Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design. Use when:... | trigger, dev | trigger, dev, background, jobs, ai, reliable, async, execution, excellent, developer, experience, typescript | | `unity-ecs-patterns` | Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, optimizin... | unity, ecs | unity, ecs, entity, component, dots, jobs, burst, high, performance, game, development, building | | `using-neon` | Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon ... | using, neon | using, neon, guides, working, serverless, postgres, covers, getting, started, local, development, choosing | | `vector-database-engineer` | Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applic... | vector, database | vector, database, engineer, databases, embedding, semantic, search, masters, pinecone, weaviate, qdrant, milvus | | `vector-index-tuning` | Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector sear... | vector, index, tuning | vector, index, tuning, optimize, performance, latency, recall, memory, hnsw, parameters, selecting, quantization | | `vexor` | Vector-powered CLI for semantic file search with a Claude/Codex skill | vexor | vexor, vector, powered, cli, semantic, file, search, claude, codex, skill | +| `vibe-code-auditor` | Audit rapidly generated or AI-produced code for structural flaws, fragility, and production risks. | vibe, code, auditor | vibe, code, auditor, audit, rapidly, generated, ai, produced, structural, flaws, fragility, risks | +| `videodb-skills` | Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK. | [video, editing, transcription, subtitles, search, streaming, ai-generation, media] | [video, editing, transcription, subtitles, search, streaming, ai-generation, media], videodb, skills, upload, stream | | `voice-agents` | Voice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis,... | voice, agents | voice, agents, represent, frontier, ai, interaction, humans, speaking, naturally, challenge, isn, just | | `voice-ai-development` | Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for... | voice, ai | voice, ai, development, building, applications, real, time, agents, enabled, apps, covers, openai | | `voice-ai-engine-development` | Build real-time conversational AI voice engines using async worker pipelines, streaming transcription, LLM agents, and TTS synthesis with interrupt handling ... | voice, ai, engine | voice, ai, engine, development, real, time, conversational, engines, async, worker, pipelines, streaming | @@ -273,13 +316,14 @@ Total skills: 930 | `xlsx-official` | Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work ... | xlsx, official | xlsx, official, spreadsheet, creation, editing, analysis, formulas, formatting, data, visualization, claude, work | | `youtube-automation` | Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools firs... | youtube | youtube, automation, automate, tasks, via, rube, mcp, composio, upload, videos, playlists, search | -## development (149) +## development (145) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | | `3d-web-experience` | Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portf... | 3d, web, experience | 3d, web, experience, building, experiences, three, js, react, fiber, spline, webgl, interactive | | `algolia-search` | Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instan... | algolia, search | algolia, search, indexing, react, instantsearch, relevance, tuning, adding, api, functionality | | `android-jetpack-compose-expert` | Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3. | android, jetpack, compose | android, jetpack, compose, guidance, building, uis, covering, state, navigation, performance, material | +| `android_ui_verification` | Automated end-to-end UI testing and verification on an Android Emulator using ADB. | android_ui_verification | android_ui_verification, android, ui, verification, automated, testing, emulator, adb | | `api-design-principles` | Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, revie... | api, principles | api, principles, rest, graphql, intuitive, scalable, maintainable, apis, delight, developers, designing, new | | `api-documentation` | API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation. | api, documentation | api, documentation, generating, openapi, specs, creating, developer, guides, maintaining | | `api-documentation-generator` | Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices | api, documentation, generator | api, documentation, generator, generate, developer, friendly, code, including, endpoints, parameters, examples | @@ -287,49 +331,49 @@ Total skills: 930 | `app-store-optimization` | Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store | app, store, optimization | app, store, optimization, complete, aso, toolkit, researching, optimizing, tracking, mobile, performance, apple | | `architecture-patterns` | Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex ... | architecture | architecture, proven, backend, including, clean, hexagonal, domain, driven, architecting, complex, refactoring, existing | | `async-python-patterns` | Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, ... | async, python | async, python, asyncio, concurrent, programming, await, high, performance, applications, building, apis, bound | -| `azure-appconfiguration-java` | \| | azure, appconfiguration, java | azure, appconfiguration, java | +| `azure-appconfiguration-java` | Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots. | azure, appconfiguration, java | azure, appconfiguration, java, app, configuration, sdk, centralized, application, key, value, settings, feature | +| `azure-appconfiguration-py` | Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. | azure, appconfiguration, py | azure, appconfiguration, py, app, configuration, sdk, python, centralized, feature, flags, dynamic, settings | | `azure-appconfiguration-ts` | Build applications using Azure App Configuration SDK for JavaScript (@azure/app-configuration). Use when working with configuration settings, feature flags, ... | azure, appconfiguration, ts | azure, appconfiguration, ts, applications, app, configuration, sdk, javascript, working, settings, feature, flags | | `azure-communication-callingserver-java` | Azure Communication Services CallingServer (legacy) Java SDK. Note - This SDK is deprecated. Use azure-communication-callautomation instead for new projects.... | azure, communication, callingserver, java | azure, communication, callingserver, java, legacy, sdk, note, deprecated, callautomation, instead, new, skill | | `azure-communication-chat-java` | Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts... | azure, communication, chat, java | azure, communication, chat, java, real, time, applications, sdk, implementing, threads, messaging, participants | | `azure-communication-common-java` | Azure Communication Services common utilities for Java. Use when working with CommunicationTokenCredential, user identifiers, token refresh, or shared authen... | azure, communication, common, java | azure, communication, common, java, utilities, working, communicationtokencredential, user, identifiers, token, refresh, shared | | `azure-communication-sms-java` | Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery ... | azure, communication, sms, java | azure, communication, sms, java, send, messages, sdk, implementing, notifications, alerts, otp, delivery | -| `azure-compute-batch-java` | \| | azure, compute, batch, java | azure, compute, batch, java | -| `azure-cosmos-java` | \| | azure, cosmos, java | azure, cosmos, java | -| `azure-cosmos-rust` | \| | azure, cosmos, rust | azure, cosmos, rust | -| `azure-eventgrid-dotnet` | \| | azure, eventgrid, dotnet | azure, eventgrid, dotnet | +| `azure-compute-batch-java` | Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes. | azure, compute, batch, java | azure, compute, batch, java, sdk, run, large, scale, parallel, hpc, jobs, pools | +| `azure-containerregistry-py` | Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. | azure, containerregistry, py | azure, containerregistry, py, container, registry, sdk, python, managing, images, artifacts, repositories | +| `azure-eventgrid-dotnet` | Azure Event Grid SDK for .NET. Client library for publishing and consuming events with Azure Event Grid. Use for event-driven architectures, pub/sub messagin... | azure, eventgrid, dotnet | azure, eventgrid, dotnet, event, grid, sdk, net, client, library, publishing, consuming, events | | `azure-eventgrid-java` | Build event-driven applications with Azure Event Grid SDK for Java. Use when publishing events, implementing pub/sub patterns, or integrating with Azure serv... | azure, eventgrid, java | azure, eventgrid, java, event, driven, applications, grid, sdk, publishing, events, implementing, pub | -| `azure-eventhub-dotnet` | \| | azure, eventhub, dotnet | azure, eventhub, dotnet | -| `azure-eventhub-rust` | \| | azure, eventhub, rust | azure, eventhub, rust | +| `azure-eventgrid-py` | Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures. | azure, eventgrid, py | azure, eventgrid, py, event, grid, sdk, python, publishing, events, handling, cloudevents, driven | +| `azure-eventhub-dotnet` | Azure Event Hubs SDK for .NET. | azure, eventhub, dotnet | azure, eventhub, dotnet, event, hubs, sdk, net | +| `azure-eventhub-py` | Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. | azure, eventhub, py | azure, eventhub, py, event, hubs, sdk, python, streaming, high, throughput, ingestion, producers | | `azure-functions` | Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production pat... | azure, functions | azure, functions, development, including, isolated, worker, model, durable, orchestration, cold, start, optimization | -| `azure-identity-dotnet` | \| | azure, identity, dotnet | azure, identity, dotnet | -| `azure-identity-rust` | \| | azure, identity, rust | azure, identity, rust | -| `azure-keyvault-certificates-rust` | \| | azure, keyvault, certificates, rust | azure, keyvault, certificates, rust | -| `azure-keyvault-keys-rust` | \| | azure, keyvault, keys, rust | azure, keyvault, keys, rust | +| `azure-identity-rust` | Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authentication. | azure, identity, rust | azure, identity, rust, sdk, authentication, developertoolscredential, managedidentitycredential, clientsecretcredential, token | +| `azure-keyvault-certificates-rust` | Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates. | azure, keyvault, certificates, rust | azure, keyvault, certificates, rust, key, vault, sdk, creating, importing, managing | +| `azure-keyvault-keys-rust` | Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key ru... | azure, keyvault, keys, rust | azure, keyvault, keys, rust, key, vault, sdk, creating, managing, cryptographic, triggers, keyclient | | `azure-keyvault-keys-ts` | Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotatin... | azure, keyvault, keys, ts | azure, keyvault, keys, ts, cryptographic, key, vault, sdk, javascript, creating, encrypting, decrypting | -| `azure-maps-search-dotnet` | \| | azure, maps, search, dotnet | azure, maps, search, dotnet | | `azure-messaging-webpubsub-java` | Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or ser... | azure, messaging, webpubsub, java | azure, messaging, webpubsub, java, real, time, web, applications, pubsub, sdk, implementing, websocket | -| `azure-mgmt-apicenter-dotnet` | \| | azure, mgmt, apicenter, dotnet | azure, mgmt, apicenter, dotnet | -| `azure-mgmt-apimanagement-dotnet` | \| | azure, mgmt, apimanagement, dotnet | azure, mgmt, apimanagement, dotnet | -| `azure-mgmt-applicationinsights-dotnet` | \| | azure, mgmt, applicationinsights, dotnet | azure, mgmt, applicationinsights, dotnet | -| `azure-mgmt-arizeaiobservabilityeval-dotnet` | \| | azure, mgmt, arizeaiobservabilityeval, dotnet | azure, mgmt, arizeaiobservabilityeval, dotnet | -| `azure-mgmt-botservice-dotnet` | \| | azure, mgmt, botservice, dotnet | azure, mgmt, botservice, dotnet | -| `azure-mgmt-fabric-dotnet` | \| | azure, mgmt, fabric, dotnet | azure, mgmt, fabric, dotnet | +| `azure-mgmt-apicenter-dotnet` | Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. | azure, mgmt, apicenter, dotnet | azure, mgmt, apicenter, dotnet, api, center, sdk, net, centralized, inventory, governance, versioning | +| `azure-mgmt-apicenter-py` | Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization. | azure, mgmt, apicenter, py | azure, mgmt, apicenter, py, api, center, sdk, python, managing, inventory, metadata, governance | +| `azure-mgmt-apimanagement-dotnet` | Azure Resource Manager SDK for API Management in .NET. | azure, mgmt, apimanagement, dotnet | azure, mgmt, apimanagement, dotnet, resource, manager, sdk, api, net | +| `azure-mgmt-apimanagement-py` | Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies. | azure, mgmt, apimanagement, py | azure, mgmt, apimanagement, py, api, sdk, python, managing, apim, apis, products, subscriptions | +| `azure-mgmt-fabric-dotnet` | Azure Resource Manager SDK for Fabric in .NET. | azure, mgmt, fabric, dotnet | azure, mgmt, fabric, dotnet, resource, manager, sdk, net | +| `azure-mgmt-fabric-py` | Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources. | azure, mgmt, fabric, py | azure, mgmt, fabric, py, sdk, python, managing, microsoft, capacities, resources | | `azure-mgmt-mongodbatlas-dotnet` | Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting Mon... | azure, mgmt, mongodbatlas, dotnet | azure, mgmt, mongodbatlas, dotnet, mongodb, atlas, organizations, arm, resources, resourcemanager, sdk, creating | -| `azure-mgmt-weightsandbiases-dotnet` | \| | azure, mgmt, weightsandbiases, dotnet | azure, mgmt, weightsandbiases, dotnet | -| `azure-monitor-ingestion-java` | \| | azure, monitor, ingestion, java | azure, monitor, ingestion, java | -| `azure-monitor-opentelemetry-exporter-java` | \| | azure, monitor, opentelemetry, exporter, java | azure, monitor, opentelemetry, exporter, java | -| `azure-monitor-query-java` | \| | azure, monitor, query, java | azure, monitor, query, java | -| `azure-resource-manager-cosmosdb-dotnet` | \| | azure, resource, manager, cosmosdb, dotnet | azure, resource, manager, cosmosdb, dotnet | -| `azure-resource-manager-durabletask-dotnet` | \| | azure, resource, manager, durabletask, dotnet | azure, resource, manager, durabletask, dotnet | -| `azure-resource-manager-playwright-dotnet` | \| | azure, resource, manager, playwright, dotnet | azure, resource, manager, playwright, dotnet | -| `azure-resource-manager-postgresql-dotnet` | \| | azure, resource, manager, postgresql, dotnet | azure, resource, manager, postgresql, dotnet | -| `azure-resource-manager-redis-dotnet` | \| | azure, resource, manager, redis, dotnet | azure, resource, manager, redis, dotnet | -| `azure-search-documents-dotnet` | \| | azure, search, documents, dotnet | azure, search, documents, dotnet | -| `azure-servicebus-dotnet` | \| | azure, servicebus, dotnet | azure, servicebus, dotnet | +| `azure-monitor-opentelemetry-exporter-java` | Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights. | azure, monitor, opentelemetry, exporter, java | azure, monitor, opentelemetry, exporter, java, export, traces, metrics, logs, application, insights | +| `azure-monitor-opentelemetry-exporter-py` | Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights. | azure, monitor, opentelemetry, exporter, py | azure, monitor, opentelemetry, exporter, py, python, low, level, export, application, insights | +| `azure-monitor-opentelemetry-py` | Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation. | azure, monitor, opentelemetry, py | azure, monitor, opentelemetry, py, distro, python, one, line, application, insights, setup, auto | +| `azure-resource-manager-durabletask-dotnet` | Azure Resource Manager SDK for Durable Task Scheduler in .NET. | azure, resource, manager, durabletask, dotnet | azure, resource, manager, durabletask, dotnet, sdk, durable, task, scheduler, net | +| `azure-resource-manager-playwright-dotnet` | Azure Resource Manager SDK for Microsoft Playwright Testing in .NET. | azure, resource, manager, playwright, dotnet | azure, resource, manager, playwright, dotnet, sdk, microsoft, testing, net | +| `azure-resource-manager-redis-dotnet` | Azure Resource Manager SDK for Redis in .NET. | azure, resource, manager, redis, dotnet | azure, resource, manager, redis, dotnet, sdk, net | +| `azure-speech-to-text-rest-py` | Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. | azure, speech, to, text, rest, py | azure, speech, to, text, rest, py, api, short, audio, python, simple, recognition | | `azure-storage-blob-java` | Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with ... | azure, storage, blob, java | azure, storage, blob, java, applications, sdk, uploading, downloading, managing, files, working, containers | -| `azure-storage-blob-rust` | \| | azure, storage, blob, rust | azure, storage, blob, rust | +| `azure-storage-blob-py` | Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. | azure, storage, blob, py | azure, storage, blob, py, sdk, python, uploading, downloading, listing, blobs, managing, containers | +| `azure-storage-blob-rust` | Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers. | azure, storage, blob, rust | azure, storage, blob, rust, sdk, uploading, downloading, managing, blobs, containers | +| `azure-storage-blob-ts` | Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and conta... | azure, storage, blob, ts | azure, storage, blob, ts, javascript, typescript, sdk, operations, uploading, downloading, listing, managing | +| `azure-storage-file-share-ts` | Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. | azure, storage, file, share, ts | azure, storage, file, share, ts, javascript, typescript, sdk, smb, operations | +| `azure-storage-queue-py` | Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. | azure, storage, queue, py | azure, storage, queue, py, sdk, python, reliable, message, queuing, task, distribution, asynchronous | +| `azure-storage-queue-ts` | Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages... | azure, storage, queue, ts | azure, storage, queue, ts, javascript, typescript, sdk, message, operations, sending, receiving, peeking | | `azure-web-pubsub-ts` | Build real-time messaging applications using Azure Web PubSub SDKs for JavaScript (@azure/web-pubsub, @azure/web-pubsub-client). Use when implementing WebSoc... | azure, web, pubsub, ts | azure, web, pubsub, ts, real, time, messaging, applications, sdks, javascript, client, implementing | -| `backend-architect` | Expert backend architect specializing in scalable API design, | backend | backend, architect, specializing, scalable, api | +| `backend-architect` | Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. | backend | backend, architect, specializing, scalable, api, microservices, architecture, distributed | | `backend-dev-guidelines` | Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency i... | backend, dev, guidelines | backend, dev, guidelines, opinionated, development, standards, node, js, express, typescript, microservices, covers | | `bevy-ecs-expert` | Master Bevy's Entity Component System (ECS) in Rust, covering Systems, Queries, Resources, and parallel scheduling. | bevy, ecs | bevy, ecs, entity, component, rust, covering, queries, resources, parallel, scheduling | | `bullmq-specialist` | BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull que... | bullmq | bullmq, redis, backed, job, queues, background, processing, reliable, async, execution, node, js | @@ -338,26 +382,24 @@ Total skills: 930 | `cc-skill-frontend-patterns` | Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices. | cc, skill, frontend | cc, skill, frontend, development, react, next, js, state, performance, optimization, ui | | `context7-auto-research` | Automatically fetch latest library/framework documentation for Claude Code via Context7 API | context7, auto, research | context7, auto, research, automatically, fetch, latest, library, framework, documentation, claude, code, via | | `copilot-sdk` | Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Pytho... | copilot, sdk | copilot, sdk, applications, powered, github, creating, programmatic, integrations, node, js, typescript, python | -| `csharp-pro` | Write modern C# code with advanced features like records, pattern | csharp | csharp, pro, write, code, features, like, records | +| `csharp-pro` | Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and... | csharp | csharp, pro, write, code, features, like, records, matching, async, await, optimizes, net | | `dbos-golang` | DBOS Go SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Go code with DBOS, creating workflows and ... | dbos, golang | dbos, golang, go, sdk, building, reliable, fault, tolerant, applications, durable, skill, writing | | `dbos-python` | DBOS Python SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Python code with DBOS, creating workfl... | dbos, python | dbos, python, sdk, building, reliable, fault, tolerant, applications, durable, skill, writing, code | | `dbos-typescript` | DBOS TypeScript SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing TypeScript code with DBOS, creatin... | dbos, typescript | dbos, typescript, sdk, building, reliable, fault, tolerant, applications, durable, skill, writing, code | | `development` | Comprehensive web, mobile, and backend development workflow bundling frontend, backend, full-stack, and mobile development skills for end-to-end application ... | | development, web, mobile, backend, bundling, frontend, full, stack, skills, application, delivery | | `discord-bot-architect` | Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactiv... | discord, bot | discord, bot, architect, specialized, skill, building, bots, covers, js, javascript, pycord, python | -| `django-pro` | Master Django 5.x with async views, DRF, Celery, and Django | django | django, pro, async, views, drf, celery | | `documentation` | Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing. | documentation | documentation, generation, covering, api, docs, architecture, readme, files, code, comments, technical, writing | -| `dotnet-architect` | Expert .NET backend architect specializing in C#, ASP.NET Core, | dotnet | dotnet, architect, net, backend, specializing, asp, core | +| `dotnet-architect` | Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise application patterns. | dotnet | dotnet, architect, net, backend, specializing, asp, core, entity, framework, dapper, enterprise, application | | `dotnet-backend-patterns` | Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Ent... | dotnet, backend | dotnet, backend, net, development, building, robust, apis, mcp, servers, enterprise, applications, covers | | `exa-search` | Semantic search, similar content discovery, and structured research using Exa API | exa, search | exa, search, semantic, similar, content, discovery, structured, research, api | -| `fastapi-pro` | Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and | fastapi | fastapi, pro, high, performance, async, apis, sqlalchemy | +| `fastapi-pro` | Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. | fastapi | fastapi, pro, high, performance, async, apis, sqlalchemy, pydantic, v2, microservices, websockets, python | | `fastapi-router-py` | Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new rout... | fastapi, router, py | fastapi, router, py, routers, crud, operations, authentication, dependencies, proper, response, models, building | | `fastapi-templates` | Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applicati... | fastapi | fastapi, async, dependency, injection, error, handling, building, new, applications, setting, up, backend | | `firecrawl-scraper` | Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API | firecrawl, scraper | firecrawl, scraper, deep, web, scraping, screenshots, pdf, parsing, website, crawling, api | -| `flutter-expert` | Master Flutter development with Dart 3, advanced widgets, and | flutter | flutter, development, dart, widgets | | `fp-ts-errors` | Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with f... | fp, ts, errors | fp, ts, errors, handle, values, either, taskeither, cleaner, predictable, typescript, code, implementing | | `fp-ts-pragmatic` | A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScr... | fp, ts, pragmatic | fp, ts, pragmatic, practical, jargon, free, functional, programming, 80, 20, approach, gets | | `frontend-design` | Create distinctive, production-grade frontend interfaces with intentional aesthetics, high craft, and non-generic visual identity. Use when building or styli... | frontend | frontend, distinctive, grade, interfaces, intentional, aesthetics, high, craft, non, generic, visual, identity | -| `frontend-developer` | Build React components, implement responsive layouts, and handle | frontend | frontend, developer, react, components, responsive, layouts, handle | +| `frontend-developer` | Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. | frontend | frontend, developer, react, components, responsive, layouts, handle, client, side, state, masters, 19 | | `frontend-mobile-development-component-scaffold` | You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete componen... | frontend, mobile, component | frontend, mobile, component, development, scaffold, react, architecture, specializing, scaffolding, accessible, performant, components | | `frontend-slides` | Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a... | frontend, slides | frontend, slides, stunning, animation, rich, html, presentations, scratch, converting, powerpoint, files, user | | `game-development/mobile-games` | Mobile game development principles. Touch input, battery, performance, app stores. | game, development/mobile, games | game, development/mobile, games, mobile, development, principles, touch, input, battery, performance, app, stores | @@ -365,21 +407,19 @@ Total skills: 930 | `go-concurrency-patterns` | Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or de... | go, concurrency | go, concurrency, goroutines, channels, sync, primitives, context, building, concurrent, applications, implementing, worker | | `go-playwright` | Expert capability for robust, stealthy, and efficient browser automation using Playwright Go. | go, playwright | go, playwright, capability, robust, stealthy, efficient, browser, automation | | `go-rod-master` | Comprehensive guide for browser automation and web scraping with go-rod (Chrome DevTools Protocol) including stealth anti-bot-detection patterns. | go, rod, master | go, rod, master, browser, automation, web, scraping, chrome, devtools, protocol, including, stealth | -| `golang-pro` | Master Go 1.21+ with modern patterns, advanced concurrency, | golang | golang, pro, go, 21, concurrency | +| `golang-pro` | Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. | golang | golang, pro, go, 21, concurrency, performance, optimization, microservices | | `hubspot-integration` | Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers... | hubspot, integration | hubspot, integration, crm, including, oauth, authentication, objects, associations, batch, operations, webhooks, custom | -| `ios-developer` | Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, | ios | ios, developer, develop, native, applications, swift, swiftui, masters, 18 | -| `java-pro` | Master Java 21+ with modern features like virtual threads, pattern | java | java, pro, 21, features, like, virtual, threads | | `javascript-mastery` | Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced pa... | javascript, mastery | javascript, mastery, reference, covering, 33, essential, concepts, every, developer, should, know, fundamentals | -| `javascript-pro` | Master modern JavaScript with ES6+, async patterns, and Node.js | javascript | javascript, pro, es6, async, node, js | +| `javascript-pro` | Master modern JavaScript with ES6+, async patterns, and Node.js APIs. Handles promises, event loops, and browser/Node compatibility. | javascript | javascript, pro, es6, async, node, js, apis, promises, event, loops, browser, compatibility | | `javascript-testing-patterns` | Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fi... | javascript | javascript, testing, jest, vitest, library, unit, tests, integration, mocking, fixtures, test, driven | | `javascript-typescript-typescript-scaffold` | You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project st... | javascript, typescript | javascript, typescript, scaffold, architecture, specializing, scaffolding, node, js, frontend, applications, generate, complete | | `launch-strategy` | When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature r... | launch | launch, user, wants, plan, product, feature, announcement, release, mentions, hunt, go, market | -| `m365-agents-dotnet` | \| | m365, agents, dotnet | m365, agents, dotnet | +| `m365-agents-ts` | Microsoft 365 Agents SDK for TypeScript/Node.js. | m365, agents, ts | m365, agents, ts, microsoft, 365, sdk, typescript, node, js | | `makepad-skills` | Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting. | makepad, skills | makepad, skills, ui, development, rust, apps, setup, shaders, packaging, troubleshooting | | `memory-safety-patterns` | Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, ... | memory, safety | memory, safety, safe, programming, raii, ownership, smart, pointers, resource, rust, writing, code | -| `microsoft-azure-webjobs-extensions-authentication-events-dotnet` | \| | microsoft, azure, webjobs, extensions, authentication, events, dotnet | microsoft, azure, webjobs, extensions, authentication, events, dotnet | +| `microsoft-azure-webjobs-extensions-authentication-events-dotnet` | Microsoft Entra Authentication Events SDK for .NET. Azure Functions triggers for custom authentication extensions. | microsoft, azure, webjobs, extensions, authentication, events, dotnet | microsoft, azure, webjobs, extensions, authentication, events, dotnet, entra, sdk, net, functions, triggers | | `mobile-design` | Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mob... | mobile | mobile, first, engineering, doctrine, ios, android, apps, covers, touch, interaction, performance, platform | -| `mobile-developer` | Develop React Native, Flutter, or native mobile apps with modern | mobile | mobile, developer, develop, react, native, flutter, apps | +| `mobile-developer` | Develop React Native, Flutter, or native mobile apps with modern architecture patterns. Masters cross-platform development, native integrations, offline sync... | mobile | mobile, developer, develop, react, native, flutter, apps, architecture, masters, cross, platform, development | | `modern-javascript-patterns` | Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional progra... | modern, javascript | modern, javascript, es6, features, including, async, await, destructuring, spread, operators, arrow, functions | | `multi-platform-apps-multi-platform` | Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies. | multi, platform, apps | multi, platform, apps, deploy, same, feature, consistently, web, mobile, desktop, platforms, api | | `n8n-code-python` | Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Py... | n8n, code, python | n8n, code, python, write, nodes, writing, input, json, node, syntax, working, standard | @@ -391,7 +431,7 @@ Total skills: 930 | `python-packaging` | Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, cre... | python, packaging | python, packaging, distributable, packages, proper, structure, setup, py, pyproject, toml, publishing, pypi | | `python-patterns` | Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying. | python | python, development, principles, decision, making, framework, selection, async, type, hints, structure, teaches | | `python-performance-optimization` | Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottleneck... | python, performance, optimization | python, performance, optimization, profile, optimize, code, cprofile, memory, profilers, debugging, slow, optimizing | -| `python-pro` | Master Python 3.12+ with modern features, async programming, | python | python, pro, 12, features, async, programming | +| `python-pro` | Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem ... | python | python, pro, 12, features, async, programming, performance, optimization, latest, ecosystem, including, uv | | `python-testing-patterns` | Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites... | python | python, testing, pytest, fixtures, mocking, test, driven, development, writing, tests, setting, up | | `react-best-practices` | React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.j... | react, best, practices | react, best, practices, next, js, performance, optimization, guidelines, vercel, engineering, skill, should | | `react-flow-architect` | Expert ReactFlow architect for building interactive graph applications with hierarchical node-edge systems, performance optimization, and auto-layout integra... | react, flow | react, flow, architect, reactflow, building, interactive, graph, applications, hierarchical, node, edge, performance | @@ -401,86 +441,62 @@ Total skills: 930 | `react-nextjs-development` | React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns. | react, nextjs | react, nextjs, development, next, js, 14, application, app, router, server, components, typescript | | `react-patterns` | Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices. | react | react, principles, hooks, composition, performance, typescript | | `react-state-management` | Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosin... | react, state | react, state, redux, toolkit, zustand, jotai, query, setting, up, global, managing, server | -| `reference-builder` | Creates exhaustive technical references and API documentation. | reference, builder | reference, builder, creates, exhaustive, technical, references, api, documentation | +| `reference-builder` | Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference mat... | reference, builder | reference, builder, creates, exhaustive, technical, references, api, documentation, generates, parameter, listings, configuration | | `remotion-best-practices` | Best practices for Remotion - Video creation in React | remotion, video, react, animation, composition | remotion, video, react, animation, composition, creation | -| `ruby-pro` | Write idiomatic Ruby code with metaprogramming, Rails patterns, and | ruby | ruby, pro, write, idiomatic, code, metaprogramming, rails | +| `ruby-pro` | Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing fram... | ruby | ruby, pro, write, idiomatic, code, metaprogramming, rails, performance, optimization, specializes, gem, development | | `rust-async-patterns` | Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing conc... | rust, async | rust, async, programming, tokio, traits, error, handling, concurrent, building, applications, implementing, debugging | -| `rust-pro` | Master Rust 1.75+ with modern async patterns, advanced type system | rust | rust, pro, 75, async, type | +| `rust-pro` | Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. | rust | rust, pro, 75, async, type, features, programming | | `senior-fullstack` | Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaf... | senior, fullstack | senior, fullstack, development, skill, building, complete, web, applications, react, next, js, node | | `shopify-apps` | Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris co... | shopify, apps | shopify, apps, app, development, including, remix, react, router, embedded, bridge, webhook, handling | -| `shopify-development` | Build Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid. -TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, development, apps, extensions, themes, graphql, admin, api, cli, polaris, ui, liquid | +| `shopify-development` | Build Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid. | shopify | shopify, development, apps, extensions, themes, graphql, admin, api, cli, polaris, ui, liquid | | `slack-automation` | Automate Slack messaging, channel management, search, reactions, and threads via Rube MCP (Composio). Send messages, search conversations, manage channels/us... | slack | slack, automation, automate, messaging, channel, search, reactions, threads, via, rube, mcp, composio | | `slack-bot-builder` | Build Slack apps using the Bolt framework across Python, JavaScript, and Java. Covers Block Kit for rich UIs, interactive components, slash commands, event h... | slack, bot, builder | slack, bot, builder, apps, bolt, framework, python, javascript, java, covers, block, kit | | `swiftui-expert-skill` | Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS ... | swiftui, skill | swiftui, skill, write, review, improve, code, following, state, view, composition, performance, apis | | `systems-programming-rust-project` | You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo to... | programming, rust | programming, rust, architecture, specializing, scaffolding, applications, generate, complete, structures, cargo, tooling, proper | | `tavily-web` | Web search, content extraction, crawling, and research capabilities using Tavily API | tavily, web | tavily, web, search, content, extraction, crawling, research, capabilities, api | | `telegram-mini-app` | Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, ... | telegram, mini, app | telegram, mini, app, building, apps, twa, web, run, inside, native, like, experience | -| `temporal-python-pro` | Master Temporal workflow orchestration with Python SDK. Implements | temporal, python | temporal, python, pro, orchestration, sdk, implements | | `temporal-python-testing` | Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development s... | temporal, python | temporal, python, testing, test, pytest, time, skipping, mocking, covers, unit, integration, replay | | `twilio-communications` | Build communication features with Twilio: SMS messaging, voice calls, WhatsApp Business API, and user verification (2FA). Covers the full spectrum from simpl... | twilio, communications | twilio, communications, communication, features, sms, messaging, voice, calls, whatsapp, business, api, user | | `typescript-advanced-types` | Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe app... | typescript, advanced, types | typescript, advanced, types, type, including, generics, conditional, mapped, literals, utility, building, safe | -| `typescript-expert` | >- | typescript | typescript | -| `typescript-pro` | Master TypeScript with advanced types, generics, and strict type | typescript | typescript, pro, types, generics, strict, type | +| `typescript-expert` | TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and mode... | typescript | typescript, javascript, deep, knowledge, type, level, programming, performance, optimization, monorepo, migration, tooling | +| `typescript-pro` | Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns. | typescript | typescript, pro, types, generics, strict, type, safety, complex, decorators, enterprise, grade | | `ui-ux-pro-max` | UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwi... | ui, ux, max | ui, ux, max, pro, intelligence, 50, styles, 21, palettes, font, pairings, 20 | | `uv-package-manager` | Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python pr... | uv, package, manager | uv, package, manager, fast, python, dependency, virtual, environments, setting, up, managing, dependencies | | `viral-generator-builder` | Expert in building shareable generator tools that go viral - name generators, quiz makers, avatar creators, personality tests, and calculator tools. Covers t... | viral, generator, builder | viral, generator, builder, building, shareable, go, name, generators, quiz, makers, avatar, creators | | `webapp-testing` | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing... | webapp | webapp, testing, toolkit, interacting, local, web, applications, playwright, supports, verifying, frontend, functionality | | `zustand-store-ts` | Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creati... | zustand, store, ts | zustand, store, ts, stores, typescript, subscribewithselector, middleware, proper, state, action, separation, building | -## general (217) +## general (189) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | +| `00-andruia-consultant` | Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español. | 00, andruia, consultant | 00, andruia, consultant, arquitecto, de, soluciones, principal, consultor, tecnol, gico, andru, ia | +| `10-andruia-skill-smith` | Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante. | 10, andruia, skill, smith | 10, andruia, skill, smith, ingeniero, de, sistemas, andru, ia, dise, redacta, despliega | +| `20-andruia-niche-intelligence` | Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos de... | 20, andruia, niche, intelligence | 20, andruia, niche, intelligence, estratega, de, inteligencia, dominio, andru, ia, analiza, el | | `address-github-comments` | Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI. | address, github, comments | address, github, comments, review, issue, open, pull, request, gh, cli | | `agent-manager-skill` | Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling. | agent, manager, skill | agent, manager, skill, multiple, local, cli, agents, via, tmux, sessions, start, stop | | `algorithmic-art` | Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, gener... | algorithmic, art | algorithmic, art, creating, p5, js, seeded, randomness, interactive, parameter, exploration, users, request | -| `angular` | >- | angular | angular | | `angular-best-practices` | Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and... | angular, best, practices | angular, best, practices, performance, optimization, writing, reviewing, refactoring, code, optimal, bundle, size | | `angular-migration` | Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applicat... | angular, migration | angular, migration, migrate, angularjs, hybrid, mode, incremental, component, rewriting, dependency, injection, updates | | `anti-reversing-techniques` | Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti... | anti, reversing, techniques | anti, reversing, techniques, understand, obfuscation, protection, encountered, during, software, analysis, analyzing, protected | +| `apify-lead-generation` | Generates B2B/B2C leads by scraping Google Maps, websites, Instagram, TikTok, Facebook, LinkedIn, YouTube, and Google Search. Use when user asks to find lead... | apify, lead, generation | apify, lead, generation, generates, b2b, b2c, leads, scraping, google, maps, websites, instagram | +| `apify-trend-analysis` | Discover and track emerging trends across Google Trends, Instagram, Facebook, YouTube, and TikTok to inform content strategy. | apify, trend | apify, trend, analysis, discover, track, emerging, trends, google, instagram, facebook, youtube, tiktok | | `app-builder` | Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordina... | app, builder | app, builder, main, application, building, orchestrator, creates, full, stack, applications, natural, language | | `app-builder/templates` | Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks. | app, builder/templates | app, builder/templates, scaffolding, new, applications, creating, scratch, contains, 12, various, tech, stacks | -| `arm-cortex-expert` | > | arm, cortex | arm, cortex | +| `arm-cortex-expert` | Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). | arm, cortex | arm, cortex, senior, embedded, software, engineer, specializing, firmware, driver, development, microcontrollers, teensy | | `avalonia-layout-zafiro` | Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy. | avalonia, layout, zafiro | avalonia, layout, zafiro, guidelines, ui, emphasizing, shared, styles, generic, components, avoiding, xaml | | `avalonia-zafiro-development` | Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit. | avalonia, zafiro | avalonia, zafiro, development, mandatory, skills, conventions, behavioral, rules, ui, toolkit | | `aws-cost-cleanup` | Automated cleanup of unused AWS resources to reduce costs | aws, cost, cleanup | aws, cost, cleanup, automated, unused, resources, reduce, costs | | `aws-cost-optimizer` | Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer | aws, cost, optimizer | aws, cost, optimizer, analysis, optimization, recommendations, cli, explorer | -| `azure-appconfiguration-py` | \| | azure, appconfiguration, py | azure, appconfiguration, py | -| `azure-containerregistry-py` | \| | azure, containerregistry, py | azure, containerregistry, py | -| `azure-cosmos-py` | \| | azure, cosmos, py | azure, cosmos, py | -| `azure-cosmos-ts` | \| | azure, cosmos, ts | azure, cosmos, ts | -| `azure-eventgrid-py` | \| | azure, eventgrid, py | azure, eventgrid, py | -| `azure-eventhub-py` | \| | azure, eventhub, py | azure, eventhub, py | -| `azure-identity-py` | \| | azure, identity, py | azure, identity, py | -| `azure-keyvault-py` | \| | azure, keyvault, py | azure, keyvault, py | -| `azure-messaging-webpubsubservice-py` | \| | azure, messaging, webpubsubservice, py | azure, messaging, webpubsubservice, py | -| `azure-mgmt-apicenter-py` | \| | azure, mgmt, apicenter, py | azure, mgmt, apicenter, py | -| `azure-mgmt-apimanagement-py` | \| | azure, mgmt, apimanagement, py | azure, mgmt, apimanagement, py | -| `azure-mgmt-botservice-py` | \| | azure, mgmt, botservice, py | azure, mgmt, botservice, py | -| `azure-mgmt-fabric-py` | \| | azure, mgmt, fabric, py | azure, mgmt, fabric, py | -| `azure-monitor-ingestion-py` | \| | azure, monitor, ingestion, py | azure, monitor, ingestion, py | -| `azure-monitor-opentelemetry-exporter-py` | \| | azure, monitor, opentelemetry, exporter, py | azure, monitor, opentelemetry, exporter, py | -| `azure-monitor-opentelemetry-py` | \| | azure, monitor, opentelemetry, py | azure, monitor, opentelemetry, py | -| `azure-monitor-query-py` | \| | azure, monitor, query, py | azure, monitor, query, py | -| `azure-search-documents-py` | \| | azure, search, documents, py | azure, search, documents, py | -| `azure-servicebus-py` | \| | azure, servicebus, py | azure, servicebus, py | -| `azure-speech-to-text-rest-py` | \| | azure, speech, to, text, rest, py | azure, speech, to, text, rest, py | -| `azure-storage-blob-py` | \| | azure, storage, blob, py | azure, storage, blob, py | -| `azure-storage-blob-ts` | \| | azure, storage, blob, ts | azure, storage, blob, ts | -| `azure-storage-file-datalake-py` | \| | azure, storage, file, datalake, py | azure, storage, file, datalake, py | -| `azure-storage-file-share-py` | \| | azure, storage, file, share, py | azure, storage, file, share, py | -| `azure-storage-file-share-ts` | \| | azure, storage, file, share, ts | azure, storage, file, share, ts | -| `azure-storage-queue-py` | \| | azure, storage, queue, py | azure, storage, queue, py | -| `azure-storage-queue-ts` | \| | azure, storage, queue, ts | azure, storage, queue, ts | | `backtesting-frameworks` | Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developin... | backtesting, frameworks | backtesting, frameworks, robust, trading, proper, handling, look, ahead, bias, survivorship, transaction, costs | | `bazel-build-optimization` | Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise co... | bazel, build, optimization | bazel, build, optimization, optimize, large, scale, monorepos, configuring, implementing, remote, execution, optimizing | -| `blockchain-developer` | Build production-ready Web3 applications, smart contracts, and | blockchain | blockchain, developer, web3, applications, smart, contracts | +| `blockchain-developer` | Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockcha... | blockchain | blockchain, developer, web3, applications, smart, contracts, decentralized, implements, defi, protocols, nft, platforms | | `brand-guidelines-anthropic` | Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand co... | brand, guidelines, anthropic | brand, guidelines, anthropic, applies, official, colors, typography, any, sort, artifact, may, benefit | | `brand-guidelines-community` | Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand co... | brand, guidelines, community | brand, guidelines, community, applies, anthropic, official, colors, typography, any, sort, artifact, may | | `busybox-on-windows` | How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows. | busybox, on, windows | busybox, on, windows, how, win32, run, many, standard, unix, command, line | -| `c-pro` | Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critica... | c | c, pro, write, efficient, code, proper, memory, pointer, arithmetic, calls, embedded, kernel | +| `c-pro` | Write efficient C code with proper memory management, pointer | c | c, pro, write, efficient, code, proper, memory, pointer | | `canvas-design` | Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art... | canvas | canvas, beautiful, visual, art, png, pdf, documents, philosophy, should, skill, user, asks | +| `carrier-relationship-management` | Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic ca... | carrier, relationship | carrier, relationship, codified, expertise, managing, portfolios, negotiating, freight, rates, tracking, performance, allocating | | `cc-skill-continuous-learning` | Development skill from everything-claude-code | cc, skill, continuous, learning | cc, skill, continuous, learning, development, everything, claude, code | | `cc-skill-project-guidelines-example` | Project Guidelines Skill (Example) | cc, skill, guidelines, example | cc, skill, guidelines, example | | `cc-skill-strategic-compact` | Development skill from everything-claude-code | cc, skill, strategic, compact | cc, skill, strategic, compact, development, everything, claude, code | @@ -490,13 +506,13 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `claude-speed-reader` | -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting | claude, speed, reader | claude, speed, reader, read, responses, 600, wpm, rsvp, spritz, style, orp, highlighting | | `claude-win11-speckit-update-skill` | Windows 11 system management | claude, win11, speckit, update, skill | claude, win11, speckit, update, skill, windows, 11 | | `clean-code` | Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and... | clean, code | clean, code, applies, principles, robert, martin, skill, writing, reviewing, refactoring, high, quality | +| `cloudflare-workers-expert` | Expert in Cloudflare Workers and the Edge Computing ecosystem. Covers Wrangler, KV, D1, Durable Objects, and R2 storage. | cloudflare, workers | cloudflare, workers, edge, computing, ecosystem, covers, wrangler, kv, d1, durable, objects, r2 | | `code-documentation-code-explain` | You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform dif... | code, documentation, explain | code, documentation, explain, education, specializing, explaining, complex, through, clear, narratives, visual, diagrams | | `code-refactoring-context-restore` | Use when working with code refactoring context restore | code, refactoring, restore | code, refactoring, restore, context, working | | `code-refactoring-tech-debt` | You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncov... | code, refactoring, tech, debt | code, refactoring, tech, debt, technical, specializing, identifying, quantifying, prioritizing, software, analyze, codebase | | `code-review-excellence` | Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use wh... | code, excellence | code, excellence, review, effective, provide, constructive, feedback, catch, bugs, early, foster, knowledge | | `codebase-cleanup-tech-debt` | You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncov... | codebase, cleanup, tech, debt | codebase, cleanup, tech, debt, technical, specializing, identifying, quantifying, prioritizing, software, analyze, uncover | | `commit` | Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows convention... | commit | commit, messages, following, sentry, conventions, committing, code, changes, writing, formatting, git, history | -| `competitive-landscape` | This skill should be used when the user asks to \"analyze | competitive, landscape | competitive, landscape, skill, should, used, user, asks, analyze | | `comprehensive-review-full-review` | Use when working with comprehensive review full review | comprehensive, full | comprehensive, full, review, working | | `comprehensive-review-pr-enhance` | You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descri... | comprehensive, pr, enhance | comprehensive, pr, enhance, review, optimization, specializing, creating, high, quality, pull, requests, facilitate | | `computer-vision-expert` | SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis. | computer, vision | computer, vision, sota, 2026, specialized, yolo26, segment, anything, sam, language, models, real | @@ -506,20 +522,18 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `context-management-context-restore` | Use when working with context management context restore | restore | restore, context, working | | `context-management-context-save` | Use when working with context management context save | save | save, context, working | | `context-optimization` | Apply compaction, masking, and caching strategies | optimization | optimization, context, apply, compaction, masking, caching | -| `copywriting` | > | copywriting | copywriting | -| `cpp-pro` | Write idiomatic C++ code with modern features, RAII, smart | cpp | cpp, pro, write, idiomatic, code, features, raii, smart | +| `cpp-pro` | Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization. | cpp | cpp, pro, write, idiomatic, code, features, raii, smart, pointers, stl, algorithms, move | | `create-pr` | Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code revi... | create, pr | create, pr, pull, requests, following, sentry, conventions, opening, prs, writing, descriptions, preparing | -| `crypto-bd-agent` | > | crypto, business-development, token-scanning, x402, erc-8004, autonomous-agent, solana, ethereum, wallet-forensics | crypto, business-development, token-scanning, x402, erc-8004, autonomous-agent, solana, ethereum, wallet-forensics, bd, agent | | `culture-index` | Index and search culture documentation | culture, index | culture, index, search, documentation | | `daily-news-report` | Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports. | daily, news, report | daily, news, report, scrapes, content, preset, url, list, filters, high, quality, technical | | `debugging-strategies` | Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use ... | debugging, strategies | debugging, strategies, systematic, techniques, profiling, root, cause, analysis, efficiently, track, down, bugs | | `debugging-toolkit-smart-debug` | Use when working with debugging toolkit smart debug | debugging, debug | debugging, debug, toolkit, smart, working | | `design-md` | Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files | md | md, analyze, stitch, synthesize, semantic, files | | `dispatching-parallel-agents` | Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies | dispatching, parallel, agents | dispatching, parallel, agents, facing, independent, tasks, worked, without, shared, state, sequential, dependencies | -| `docs-architect` | Creates comprehensive technical documentation from existing | docs | docs, architect, creates, technical, documentation, existing | | `docx-official` | Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude ... | docx, official | docx, official, document, creation, editing, analysis, tracked, changes, comments, formatting, preservation, text | -| `dx-optimizer` | Developer Experience specialist. Improves tooling, setup, and | dx, optimizer | dx, optimizer, developer, experience, improves, tooling, setup | +| `dx-optimizer` | Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when developme... | dx, optimizer | dx, optimizer, developer, experience, improves, tooling, setup, proactively, setting, up, new, after | | `email-sequence` | When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions... | email, sequence | email, sequence, user, wants, optimize, drip, campaign, automated, flow, lifecycle, program, mentions | +| `energy-procurement` | Codified expertise for electricity and gas procurement, tariff optimisation, demand charge management, renewable PPA evaluation, and multi-facility energy co... | energy, procurement | energy, procurement, codified, expertise, electricity, gas, tariff, optimisation, demand, charge, renewable, ppa | | `environment-setup-guide` | Guide developers through setting up development environments with proper tools, dependencies, and configurations | environment, setup | environment, setup, developers, through, setting, up, development, environments, proper, dependencies, configurations | | `error-debugging-multi-agent-review` | Use when working with error debugging multi agent review | error, debugging, multi, agent | error, debugging, multi, agent, review, working | | `error-diagnostics-smart-debug` | Use when working with error diagnostics smart debug | error, diagnostics, debug | error, diagnostics, debug, smart, working | @@ -529,9 +543,8 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `ffuf-claude-skill` | Web fuzzing with ffuf | ffuf, claude, skill | ffuf, claude, skill, web, fuzzing | | `file-organizer` | Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures. Use when user wants ... | file, organizer | file, organizer, intelligently, organizes, files, folders, understanding, context, finding, duplicates, suggesting, better | | `finishing-a-development-branch` | Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting s... | finishing, a, branch | finishing, a, branch, development, complete, all, tests, pass, decide, how, integrate, work | -| `firmware-analyst` | Expert firmware analyst specializing in embedded systems, IoT | firmware, analyst | firmware, analyst, specializing, embedded, iot | | `fix-review` | Verify fix commits address audit findings without new bugs | fix | fix, review, verify, commits, address, audit, findings, without, new, bugs | -| `form-cro` | > | form, cro | form, cro | +| `form-cro` | Optimize any form that is NOT signup or account registration — including lead capture, contact, demo request, application, survey, quote, and checkout forms. | form, cro | form, cro, optimize, any, signup, account, registration, including, lead, capture, contact, demo | | `framework-migration-code-migrate` | You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migrat... | framework, migration, code, migrate | framework, migration, code, migrate, specializing, transitioning, codebases, between, frameworks, languages, versions, platforms | | `game-development` | Game development orchestrator. Routes to platform-specific skills based on project needs. | game | game, development, orchestrator, routes, platform, specific, skills | | `game-development/2d-games` | 2D game development principles. Sprites, tilemaps, physics, camera. | game, development/2d, games | game, development/2d, games, 2d, development, principles, sprites, tilemaps, physics, camera | @@ -547,42 +560,40 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `git-pushing` | Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to... | git, pushing | git, pushing, stage, commit, push, changes, conventional, messages, user, wants, mentions, remote | | `github-issue-creator` | Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error me... | github, issue, creator | github, issue, creator, convert, raw, notes, error, logs, voice, dictation, screenshots, crisp | | `godot-4-migration` | Specialized guide for migrating Godot 3.x projects to Godot 4 (GDScript 2.0), covering syntax changes, Tweens, and exports. | godot, 4, migration | godot, 4, migration, specialized, migrating, gdscript, covering, syntax, changes, tweens, exports | -| `graphql-architect` | Master modern GraphQL with federation, performance optimization, | graphql | graphql, architect, federation, performance, optimization | -| `hig-components-content` | > | hig, components, content | hig, components, content | -| `hig-components-controls` | >- | hig, components, controls | hig, components, controls | -| `hig-components-dialogs` | >- | hig, components, dialogs | hig, components, dialogs | -| `hig-components-layout` | > | hig, components, layout | hig, components, layout | -| `hig-components-menus` | >- | hig, components, menus | hig, components, menus | -| `hig-components-search` | >- | hig, components, search | hig, components, search | -| `hig-components-status` | > | hig, components, status | hig, components, status | -| `hig-components-system` | > | hig, components | hig, components | -| `hig-foundations` | > | hig, foundations | hig, foundations | -| `hig-inputs` | > | hig, inputs | hig, inputs | -| `hig-platforms` | > | hig, platforms | hig, platforms | -| `hig-project-context` | >- | hig | hig, context | -| `hig-technologies` | > | hig, technologies | hig, technologies | +| `haskell-pro` | Expert Haskell engineer specializing in advanced type systems, pure | haskell | haskell, pro, engineer, specializing, type, pure | +| `hierarchical-agent-memory` | Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to th... | hierarchical, agent, memory | hierarchical, agent, memory, scoped, claude, md, reduces, context, token, spend, creates, directory | +| `hig-components-content` | Apple Human Interface Guidelines for content display components. | hig, components, content | hig, components, content, apple, human, interface, guidelines, display | +| `hig-components-controls` | Apple HIG guidance for selection and input controls including pickers, toggles, sliders, steppers, segmented controls, combo boxes, text fields, text views, ... | hig, components, controls | hig, components, controls, apple, guidance, selection, input, including, pickers, toggles, sliders, steppers | +| `hig-components-dialogs` | Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views. | hig, components, dialogs | hig, components, dialogs, apple, guidance, presentation, including, alerts, action, sheets, popovers, digit | +| `hig-components-layout` | Apple Human Interface Guidelines for layout and navigation components. | hig, components, layout | hig, components, layout, apple, human, interface, guidelines, navigation | +| `hig-components-menus` | Apple HIG guidance for menu and button components including menus, context menus, dock menus, edit menus, the menu bar, toolbars, action buttons, pop-up butt... | hig, components, menus | hig, components, menus, apple, guidance, menu, button, including, context, dock, edit, bar | +| `hig-components-search` | Apple HIG guidance for navigation-related components including search fields, page controls, and path controls. | hig, components, search | hig, components, search, apple, guidance, navigation, related, including, fields, page, controls, path | +| `hig-components-status` | Apple HIG guidance for status and progress UI components including progress indicators, status bars, and activity rings. | hig, components, status | hig, components, status, apple, guidance, progress, ui, including, indicators, bars, activity, rings | +| `hig-components-system` | Apple HIG guidance for system experience components: widgets, live activities, notifications, complications, home screen quick actions, top shelf, watch face... | hig, components | hig, components, apple, guidance, experience, widgets, live, activities, notifications, complications, home, screen | +| `hig-foundations` | Apple Human Interface Guidelines design foundations. | hig, foundations | hig, foundations, apple, human, interface, guidelines | +| `hig-platforms` | Apple Human Interface Guidelines for platform-specific design. | hig, platforms | hig, platforms, apple, human, interface, guidelines, platform, specific | +| `hig-project-context` | Create or update a shared Apple design context document that other HIG skills use to tailor guidance. | hig | hig, context, update, shared, apple, document, other, skills, tailor, guidance | | `hugging-face-cli` | Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create ... | hugging, face, cli | hugging, face, cli, execute, hub, operations, hf, user, download, models, datasets, spaces | | `hugging-face-jobs` | This skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, ... | hugging, face, jobs | hugging, face, jobs, skill, should, used, users, want, run, any, workload, infrastructure | -| `imagen` | \| | imagen | imagen | | `infinite-gratitude` | Multi-agent research skill for parallel research execution (10 agents, battle-tested with real case studies). | infinite, gratitude | infinite, gratitude, multi, agent, research, skill, parallel, execution, 10, agents, battle, tested | | `interactive-portfolio` | Expert in building portfolios that actually land jobs and clients - not just showing work, but creating memorable experiences. Covers developer portfolios, d... | interactive, portfolio | interactive, portfolio, building, portfolios, actually, land, jobs, clients, just, showing, work, creating | | `internal-comms-anthropic` | A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenev... | internal, comms, anthropic | internal, comms, anthropic, set, resources, me, write, all, kinds, communications, formats, my | | `internal-comms-community` | A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenev... | internal, comms, community | internal, comms, community, set, resources, me, write, all, kinds, communications, formats, my | -| `julia-pro` | Master Julia 1.10+ with modern features, performance optimization, | julia | julia, pro, 10, features, performance, optimization | +| `inventory-demand-planning` | Codified expertise for demand forecasting, safety stock optimisation, replenishment planning, and promotional lift estimation at multi-location retailers. | inventory, demand, planning | inventory, demand, planning, codified, expertise, forecasting, safety, stock, optimisation, replenishment, promotional, lift | +| `julia-pro` | Master Julia 1.10+ with modern features, performance optimization, multiple dispatch, and production-ready practices. | julia | julia, pro, 10, features, performance, optimization, multiple, dispatch | | `last30days` | Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool. | last30days | last30days, research, topic, last, 30, days, reddit, web, become, write, copy, paste | -| `legacy-modernizer` | Refactor legacy codebases, migrate outdated frameworks, and | legacy, modernizer | legacy, modernizer, refactor, codebases, migrate, outdated, frameworks | +| `legacy-modernizer` | Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compati... | legacy, modernizer | legacy, modernizer, refactor, codebases, migrate, outdated, frameworks, gradual, modernization, technical, debt, dependency | | `linear-claude-skill` | Manage Linear issues, projects, and teams | linear, claude, skill | linear, claude, skill, issues, teams | | `lint-and-validate` | Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Tri... | lint, and, validate | lint, and, validate, automatic, quality, control, linting, static, analysis, procedures, after, every | | `linux-privilege-escalation` | This skill should be used when the user asks to "escalate privileges on Linux", "find privesc vectors on Linux systems", "exploit sudo misconfigurations", "a... | linux, privilege, escalation | linux, privilege, escalation, skill, should, used, user, asks, escalate, privileges, find, privesc | | `linux-shell-scripting` | This skill should be used when the user asks to "create bash scripts", "automate Linux tasks", "monitor system resources", "backup files", "manage users", or... | linux, shell, scripting | linux, shell, scripting, skill, should, used, user, asks, bash, scripts, automate, tasks | -| `m365-agents-py` | \| | m365, agents, py | m365, agents, py | -| `m365-agents-ts` | \| | m365, agents, ts | m365, agents, ts | +| `logistics-exception-management` | Codified expertise for handling freight exceptions, shipment delays, damages, losses, and carrier disputes. Informed by logistics professionals with 15+ year... | logistics, exception | logistics, exception, codified, expertise, handling, freight, exceptions, shipment, delays, damages, losses, carrier | | `mcp-builder` | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use whe... | mcp, builder | mcp, builder, creating, high, quality, model, context, protocol, servers, enable, llms, interact | | `mcp-builder-ms` | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use whe... | mcp, builder, ms | mcp, builder, ms, creating, high, quality, model, context, protocol, servers, enable, llms | | `memory-systems` | Design short-term, long-term, and graph-based memory architectures | memory | memory, short, term, long, graph, architectures | -| `mermaid-expert` | Create Mermaid diagrams for flowcharts, sequences, ERDs, and | mermaid | mermaid, diagrams, flowcharts, sequences, erds | +| `mermaid-expert` | Create Mermaid diagrams for flowcharts, sequences, ERDs, and architectures. Masters syntax for all diagram types and styling. | mermaid | mermaid, diagrams, flowcharts, sequences, erds, architectures, masters, syntax, all, diagram, types, styling | | `micro-saas-launcher` | Expert in launching small, focused SaaS products fast - the indie hacker approach to building profitable software. Covers idea validation, MVP development, p... | micro, saas, launcher | micro, saas, launcher, launching, small, products, fast, indie, hacker, approach, building, profitable | -| `minecraft-bukkit-pro` | Master Minecraft server plugin development with Bukkit, Spigot, and | minecraft, bukkit | minecraft, bukkit, pro, server, plugin, development, spigot | +| `minecraft-bukkit-pro` | Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs. | minecraft, bukkit | minecraft, bukkit, pro, server, plugin, development, spigot, paper, apis | | `monorepo-management` | Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependen... | monorepo | monorepo, turborepo, nx, pnpm, workspaces, efficient, scalable, multi, package, repositories, optimized, dependency | | `n8n-mcp-tools-expert` | Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or us... | n8n, mcp | n8n, mcp, effectively, searching, nodes, validating, configurations, accessing, managing, any, provides, sele | | `nft-standards` | Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, ... | nft, standards | nft, standards, erc, 721, 1155, proper, metadata, handling, minting, marketplace, integration, creating | @@ -590,9 +601,8 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `obsidian-clipper-template-creator` | Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format cli... | obsidian, clipper, creator | obsidian, clipper, creator, creating, web, want, new, clipping, understand, available, variables, format | | `onboarding-cro` | When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding ... | onboarding, cro | onboarding, cro, user, wants, optimize, post, signup, activation, first, run, experience, time | | `oss-hunter` | Automatically hunt for high-impact OSS contribution opportunities in trending repositories. | oss, hunter | oss, hunter, automatically, hunt, high, impact, contribution, opportunities, trending, repositories | -| `page-cro` | > | page, cro | page, cro | +| `page-cro` | Analyze and optimize individual pages for conversion performance. | page, cro | page, cro, analyze, optimize, individual, pages, conversion, performance | | `paid-ads` | When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when ... | paid, ads | paid, ads, user, wants, advertising, campaigns, google, meta, facebook, instagram, linkedin, twitter | -| `payment-integration` | Integrate Stripe, PayPal, and payment processors. Handles checkout | payment, integration | payment, integration, integrate, stripe, paypal, processors, checkout | | `paypal-integration` | Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processin... | paypal, integration | paypal, integration, integrate, payment, processing, express, checkout, subscriptions, refund, implementing, payments, online | | `paywall-upgrade-cro` | When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgr... | paywall, upgrade, cro | paywall, upgrade, cro, user, wants, optimize, app, paywalls, screens, upsell, modals, feature | | `pdf-official` | Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs ... | pdf, official | pdf, official, manipulation, toolkit, extracting, text, tables, creating, new, pdfs, merging, splitting | @@ -601,39 +611,39 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `personal-tool-builder` | Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourse... | personal, builder | personal, builder, building, custom, solve, own, problems, first, products, often, start, scratch | | `plan-writing` | Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work. | plan, writing | plan, writing, structured, task, planning, clear, breakdowns, dependencies, verification, criteria, implementing, features | | `planning-with-files` | Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks,... | planning, with, files | planning, with, files, implements, manus, style, file, complex, tasks, creates, task, plan | -| `posix-shell-pro` | Expert in strict POSIX sh scripting for maximum portability across | posix, shell | posix, shell, pro, strict, sh, scripting, maximum, portability | +| `posix-shell-pro` | Expert in strict POSIX sh scripting for maximum portability across Unix-like systems. Specializes in shell scripts that run on any POSIX-compliant shell (das... | posix, shell | posix, shell, pro, strict, sh, scripting, maximum, portability, unix, like, specializes, scripts | | `pptx-official` | Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying o... | pptx, official | pptx, official, presentation, creation, editing, analysis, claude, work, presentations, files, creating, new | | `privilege-escalation-methods` | This skill should be used when the user asks to "escalate privileges", "get root access", "become administrator", "privesc techniques", "abuse sudo", "exploi... | privilege, escalation, methods | privilege, escalation, methods, skill, should, used, user, asks, escalate, privileges, get, root | -| `prompt-engineer` | Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW) | prompt-engineering, optimization, frameworks, ai-enhancement | prompt-engineering, optimization, frameworks, ai-enhancement, prompt, engineer, transforms, user, prompts, optimized, rtf, risen | +| `production-scheduling` | Codified expertise for production scheduling, job sequencing, line balancing, changeover optimisation, and bottleneck resolution in discrete and batch manufa... | production, scheduling | production, scheduling, codified, expertise, job, sequencing, line, balancing, changeover, optimisation, bottleneck, resolution | +| `prompt-engineer` | Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW) | [prompt-engineering, optimization, frameworks, ai-enhancement] | [prompt-engineering, optimization, frameworks, ai-enhancement], prompt, engineer, transforms, user, prompts, optimized, rtf, risen | | `prompt-library` | Curated collection of high-quality prompts for various use cases. Includes role-based prompts, task-specific templates, and prompt refinement techniques. Use... | prompt, library | prompt, library, curated, collection, high, quality, prompts, various, cases, includes, role, task | -| `quant-analyst` | Build financial models, backtest trading strategies, and analyze | quant, analyst | quant, analyst, financial, models, backtest, trading, analyze | +| `quality-nonconformance` | Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated m... | quality, nonconformance | quality, nonconformance, codified, expertise, control, non, conformance, investigation, root, cause, analysis, corrective | | `readme` | When the user wants to create or update a README.md file for a project. Also use when the user says 'write readme,' 'create readme,' 'document this project,'... | readme | readme, user, wants, update, md, file, says, write, document, documentation, asks, he | | `receiving-code-review` | Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technic... | receiving, code | receiving, code, review, feedback, before, implementing, suggestions, especially, seems, unclear, technically, questionable | | `red-team-tools` | This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnera... | red, team | red, team, skill, should, used, user, asks, follow, methodology, perform, bug, bounty | | `referral-program` | When the user wants to create, optimize, or analyze a referral program, affiliate program, or word-of-mouth strategy. Also use when the user mentions 'referr... | referral, program | referral, program, user, wants, optimize, analyze, affiliate, word, mouth, mentions, ambassador | | `requesting-code-review` | Use when completing tasks, implementing major features, or before merging to verify work meets requirements | requesting, code | requesting, code, review, completing, tasks, implementing, major, features, before, merging, verify, work | -| `reverse-engineer` | Expert reverse engineer specializing in binary analysis, | reverse | reverse, engineer, specializing, binary, analysis | -| `scala-pro` | Master enterprise-grade Scala development with functional | scala | scala, pro, enterprise, grade, development, functional | -| `schema-markup` | > | schema, markup | schema, markup | -| `search-specialist` | Expert web researcher using advanced search techniques and synthesis. Masters search operators, result filtering, and multi-source verification. Handles comp... | search | search, web, researcher, techniques, synthesis, masters, operators, result, filtering, multi, source, verification | +| `returns-reverse-logistics` | Codified expertise for returns authorisation, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management. | returns, reverse, logistics | returns, reverse, logistics, codified, expertise, authorisation, receipt, inspection, disposition, decisions, refund, processing | +| `reverse-engineer` | Expert reverse engineer specializing in binary analysis, disassembly, decompilation, and software analysis. Masters IDA Pro, Ghidra, radare2, x64dbg, and mod... | reverse | reverse, engineer, specializing, binary, analysis, disassembly, decompilation, software, masters, ida, pro, ghidra | +| `search-specialist` | Expert web researcher using advanced search techniques and | search | search, web, researcher, techniques | | `shader-programming-glsl` | Expert guide for writing efficient GLSL shaders (Vertex/Fragment) for web and game engines, covering syntax, uniforms, and common effects. | shader, programming, glsl | shader, programming, glsl, writing, efficient, shaders, vertex, fragment, web, game, engines, covering | | `sharp-edges` | Identify error-prone APIs and dangerous configurations | sharp, edges | sharp, edges, identify, error, prone, apis, dangerous, configurations | | `shellcheck-configuration` | Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuri... | shellcheck, configuration | shellcheck, configuration, static, analysis, usage, shell, script, quality, setting, up, linting, infrastructure | | `shodan-reconnaissance` | This skill should be used when the user asks to "search for exposed devices on the internet," "perform Shodan reconnaissance," "find vulnerable services usin... | shodan, reconnaissance | shodan, reconnaissance, skill, should, used, user, asks, search, exposed, devices, internet, perform | | `signup-flow-cro` | When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions "signup conversions," "reg... | signup, flow, cro | signup, flow, cro, user, wants, optimize, registration, account, creation, trial, activation, flows | +| `skill-creator` | This skill should be used when the user asks to create a new skill, build a skill, make a custom skill, develop a CLI skill, or wants to extend the CLI with ... | [automation, scaffolding, skill-creation, meta-skill] | [automation, scaffolding, skill-creation, meta-skill], skill, creator, should, used, user, asks, new, custom | | `skill-rails-upgrade` | Analyze Rails apps and provide upgrade assessments | skill, rails, upgrade | skill, rails, upgrade, analyze, apps, provide, assessments | | `slack-gif-creator` | Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users reques... | slack, gif, creator | slack, gif, creator, knowledge, utilities, creating, animated, gifs, optimized, provides, constraints, validation | | `social-content` | When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. A... | social, content | social, content, user, wants, creating, scheduling, optimizing, media, linkedin, twitter, instagram, tiktok | | `subagent-driven-development` | Use when executing implementation plans with independent tasks in the current session | subagent, driven | subagent, driven, development, executing, plans, independent, tasks, current, session | | `superpowers-lab` | Lab environment for Claude superpowers | superpowers, lab | superpowers, lab, environment, claude | -| `team-composition-analysis` | This skill should be used when the user asks to \"plan team | team, composition | team, composition, analysis, skill, should, used, user, asks, plan | +| `team-composition-analysis` | This skill should be used when the user asks to \\\"plan team structure", "determine hiring needs", "design org chart", "calculate compensation", "plan equit... | team, composition | team, composition, analysis, skill, should, used, user, asks, plan, structure, determine, hiring | | `theme-factory` | Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors... | theme, factory | theme, factory, toolkit, styling, artifacts, these, slides, docs, reportings, html, landing, pages | | `threejs-skills` | Create 3D scenes, interactive experiences, and visual effects using Three.js. Use when user requests 3D graphics, WebGL experiences, 3D visualizations, anima... | threejs, skills | threejs, skills, 3d, scenes, interactive, experiences, visual, effects, three, js, user, requests | | `turborepo-caching` | Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing d... | turborepo, caching | turborepo, caching, configure, efficient, monorepo, local, remote, setting, up, optimizing, pipelines, implementing | -| `tutorial-engineer` | Creates step-by-step tutorials and educational content from code. | tutorial | tutorial, engineer, creates, step, tutorials, educational, content, code | +| `tutorial-engineer` | Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples. | tutorial | tutorial, engineer, creates, step, tutorials, educational, content, code, transforms, complex, concepts, progressive | | `ui-skills` | Opinionated, evolving constraints to guide agents when building interfaces | ui, skills | ui, skills, opinionated, evolving, constraints, agents, building, interfaces | -| `ui-ux-designer` | Create interface designs, wireframes, and design systems. Masters | ui, ux, designer | ui, ux, designer, interface, designs, wireframes, masters | -| `unity-developer` | Build Unity games with optimized C# scripts, efficient rendering, | unity | unity, developer, games, optimized, scripts, efficient, rendering | +| `ui-ux-designer` | Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools. | ui, ux, designer | ui, ux, designer, interface, designs, wireframes, masters, user, research, accessibility, standards | | `upgrading-expo` | Upgrade Expo SDK versions | upgrading, expo | upgrading, expo, upgrade, sdk, versions | | `upstash-qstash` | Upstash QStash expert for serverless message queues, scheduled jobs, and reliable HTTP-based task delivery without managing infrastructure. Use when: qstash,... | upstash, qstash | upstash, qstash, serverless, message, queues, scheduled, jobs, reliable, http, task, delivery, without | | `using-git-worktrees` | Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with sma... | using, git, worktrees | using, git, worktrees, starting, feature, work, isolation, current, workspace, before, executing, plans | @@ -648,46 +658,65 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `writing-plans` | Use when you have a spec or requirements for a multi-step task, before touching code | writing, plans | writing, plans, spec, requirements, multi, step, task, before, touching, code | | `writing-skills` | Use when creating, updating, or improving agent skills. | writing, skills | writing, skills, creating, updating, improving, agent | | `x-article-publisher-skill` | Publish articles to X/Twitter | x, article, publisher, skill | x, article, publisher, skill, publish, articles, twitter | -| `youtube-summarizer` | Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks | video, summarization, transcription, youtube, content-analysis | video, summarization, transcription, youtube, content-analysis, summarizer, extract, transcripts, videos, generate, detailed, summaries | +| `youtube-summarizer` | Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks | [video, summarization, transcription, youtube, content-analysis] | [video, summarization, transcription, youtube, content-analysis], summarizer, extract, transcripts, videos, generate, detailed, summaries | -## infrastructure (92) +## infrastructure (114) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | | `agent-evaluation` | Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents... | agent, evaluation | agent, evaluation, testing, benchmarking, llm, agents, including, behavioral, capability, assessment, reliability, metrics | | `airflow-dag-patterns` | Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating wor... | airflow, dag | airflow, dag, apache, dags, operators, sensors, testing, deployment, creating, data, pipelines, orchestrating | | `api-testing-observability-api-mock` | You are an API mocking expert specializing in realistic mock services for development, testing, and demos. Design mocks that simulate real API behavior and e... | api, observability, mock | api, observability, mock, testing, mocking, specializing, realistic, development, demos, mocks, simulate, real | +| `apify-actor-development` | Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifyin... | apify, actor | apify, actor, development, develop, debug, deploy, actors, serverless, cloud, programs, web, scraping | +| `apify-actorization` | Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context man... | apify, actorization | apify, actorization, convert, existing, actors, serverless, cloud, programs, actorize, javascript, typescript, sdk | +| `apify-brand-reputation-monitoring` | Track reviews, ratings, sentiment, and brand mentions across Google Maps, Booking.com, TripAdvisor, Facebook, Instagram, YouTube, and TikTok. Use when user a... | apify, brand, reputation, monitoring | apify, brand, reputation, monitoring, track, reviews, ratings, sentiment, mentions, google, maps, booking | | `application-performance-performance-optimization` | Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across... | application, performance, optimization | application, performance, optimization, optimize, profiling, observability, backend, frontend, tuning, coordinating, stack | | `aws-serverless` | Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns... | aws, serverless | aws, serverless, specialized, skill, building, applications, covers, lambda, functions, api, gateway, dynamodb | | `aws-skills` | AWS development with infrastructure automation and cloud architecture patterns | aws, skills | aws, skills, development, infrastructure, automation, cloud, architecture | | `azd-deployment` | Deploy containerized applications to Azure Container Apps using Azure Developer CLI (azd). Use when setting up azd projects, writing azure.yaml configuration... | azd, deployment | azd, deployment, deploy, containerized, applications, azure, container, apps, developer, cli, setting, up | | `azure-ai-anomalydetector-java` | Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-serie... | azure, ai, anomalydetector, java | azure, ai, anomalydetector, java, anomaly, detection, applications, detector, sdk, implementing, univariate, multivariate | +| `azure-identity-dotnet` | Azure Identity SDK for .NET. Authentication library for Azure SDK clients using Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service... | azure, identity, dotnet | azure, identity, dotnet, sdk, net, authentication, library, clients, microsoft, entra, id, defaultazurecredential | | `azure-identity-java` | Azure Identity Java SDK for authentication with Azure services. Use when implementing DefaultAzureCredential, managed identity, service principal, or any Azu... | azure, identity, java | azure, identity, java, sdk, authentication, implementing, defaultazurecredential, managed, principal, any, applic | +| `azure-identity-py` | Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. | azure, identity, py | azure, identity, py, sdk, python, authentication, defaultazurecredential, managed, principals, token, caching | | `azure-identity-ts` | Authenticate to Azure services using Azure Identity SDK for JavaScript (@azure/identity). Use when configuring authentication with DefaultAzureCredential, ma... | azure, identity, ts | azure, identity, ts, authenticate, sdk, javascript, configuring, authentication, defaultazurecredential, managed, principals | +| `azure-messaging-webpubsubservice-py` | Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns. | azure, messaging, webpubsubservice, py | azure, messaging, webpubsubservice, py, web, pubsub, sdk, python, real, time, websocket, connections | +| `azure-mgmt-applicationinsights-dotnet` | Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. | azure, mgmt, applicationinsights, dotnet | azure, mgmt, applicationinsights, dotnet, application, insights, sdk, net, performance, monitoring, observability, resource | +| `azure-mgmt-arizeaiobservabilityeval-dotnet` | Azure Resource Manager SDK for Arize AI Observability and Evaluation (.NET). | azure, mgmt, arizeaiobservabilityeval, dotnet | azure, mgmt, arizeaiobservabilityeval, dotnet, resource, manager, sdk, arize, ai, observability, evaluation, net | +| `azure-mgmt-botservice-dotnet` | Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, S... | azure, mgmt, botservice, dotnet | azure, mgmt, botservice, dotnet, resource, manager, sdk, bot, net, plane, operations, creating | +| `azure-mgmt-botservice-py` | Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources. | azure, mgmt, botservice, py | azure, mgmt, botservice, py, bot, sdk, python, creating, managing, configuring, resources | +| `azure-mgmt-weightsandbiases-dotnet` | Azure Weights & Biases SDK for .NET. ML experiment tracking and model management via Azure Marketplace. Use for creating W&B instances, managing SSO, marketp... | azure, mgmt, weightsandbiases, dotnet | azure, mgmt, weightsandbiases, dotnet, weights, biases, sdk, net, ml, experiment, tracking, model | | `azure-microsoft-playwright-testing-ts` | Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted b... | azure, microsoft, playwright, ts | azure, microsoft, playwright, ts, testing, run, tests, scale, workspaces, formerly, scaling, browser | | `azure-monitor-opentelemetry-ts` | Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and... | azure, monitor, opentelemetry, ts | azure, monitor, opentelemetry, ts, instrument, applications, javascript, adding, distributed, tracing, metrics, logs | +| `azure-servicebus-dotnet` | Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. | azure, servicebus, dotnet | azure, servicebus, dotnet, bus, sdk, net, enterprise, messaging, queues, topics, subscriptions, sessions | +| `azure-servicebus-py` | Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. | azure, servicebus, py | azure, servicebus, py, bus, sdk, python, messaging, queues, topics, subscriptions, enterprise | | `azure-servicebus-ts` | Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message ses... | azure, servicebus, ts | azure, servicebus, ts, messaging, applications, bus, sdk, javascript, implementing, queues, topics, subscriptions | +| `azure-storage-file-share-py` | Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud. | azure, storage, file, share, py | azure, storage, file, share, py, sdk, python, smb, shares, directories, operations, cloud | | `backend-development-feature-development` | Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and servi... | backend | backend, development, feature, orchestrate, requirements, deployment, coordinating, multi, phase, delivery, teams | | `bash-defensive-patterns` | Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requir... | bash, defensive | bash, defensive, programming, techniques, grade, scripts, writing, robust, shell, ci, cd, pipelines | -| `bash-pro` | Master of defensive Bash scripting for production automation, CI/CD | bash | bash, pro, defensive, scripting, automation, ci, cd | +| `bash-pro` | Master of defensive Bash scripting for production automation, CI/CD +pipelines, and system utilities. Expert in safe, portable, and testable shell +scripts. | bash | bash, pro, defensive, scripting, automation, ci, cd, pipelines, utilities, safe, portable, testable | | `bats-testing-patterns` | Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring t... | bats | bats, testing, bash, automated, shell, script, writing, tests, scripts, ci, cd, pipelines | | `box-automation` | Automate Box cloud storage operations including file upload/download, search, folder management, sharing, collaborations, and metadata queries via Rube MCP (... | box | box, automation, automate, cloud, storage, operations, including, file, upload, download, search, folder | | `cdk-patterns` | Common AWS CDK patterns and constructs for building cloud infrastructure with TypeScript, Python, or Java. Use when designing reusable CDK stacks and L3 cons... | cdk | cdk, common, aws, constructs, building, cloud, infrastructure, typescript, python, java, designing, reusable | +| `chrome-extension-developer` | Expert in building Chrome Extensions using Manifest V3. Covers background scripts, service workers, content scripts, and cross-context communication. | chrome, extension | chrome, extension, developer, building, extensions, manifest, v3, covers, background, scripts, workers, content | | `cicd-automation-workflow-automate` | You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Desig... | cicd, automate | cicd, automate, automation, specializing, creating, efficient, ci, cd, pipelines, github, actions, automated | | `claude-d3js-skill` | Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisati... | claude, d3js, skill | claude, d3js, skill, creating, interactive, data, visualisations, d3, js, should, used, custom | -| `cloud-architect` | Expert cloud architect specializing in AWS/Azure/GCP multi-cloud | cloud | cloud, architect, specializing, aws, azure, gcp, multi | +| `cloud-architect` | Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and ... | cloud | cloud, architect, specializing, aws, azure, gcp, multi, infrastructure, iac, terraform, opentofu, cdk | | `cloud-devops` | Cloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development. | cloud, devops | cloud, devops, infrastructure, covering, aws, azure, gcp, kubernetes, terraform, ci, cd, monitoring | | `code-review-ai-ai-review` | You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Levera... | code, ai | code, ai, review, powered, combining, automated, static, analysis, intelligent, recognition, devops, leverage | | `cost-optimization` | Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing... | cost, optimization | cost, optimization, optimize, cloud, costs, through, resource, rightsizing, tagging, reserved, instances, spending | +| `data-engineer` | Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data pl... | data | data, engineer, scalable, pipelines, warehouses, real, time, streaming, architectures, implements, apache, spark | | `data-engineering-data-pipeline` | You are a data pipeline architecture expert specializing in scalable, reliable, and cost-effective data pipelines for batch and streaming data processing. | data, engineering, pipeline | data, engineering, pipeline, architecture, specializing, scalable, reliable, cost, effective, pipelines, batch, streaming | -| `database-admin` | Expert database administrator specializing in modern cloud | database, admin | database, admin, administrator, specializing, cloud | +| `database-admin` | Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. | database, admin | database, admin, administrator, specializing, cloud, databases, automation, reliability, engineering | | `database-cloud-optimization-cost-optimize` | You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spendi... | database, cloud, optimization, cost, optimize | database, cloud, optimization, cost, optimize, specializing, reducing, infrastructure, expenses, while, maintaining, performance | | `database-migrations-migration-observability` | Migration monitoring, CDC, and observability infrastructure | database, cdc, debezium, kafka, prometheus, grafana, monitoring | database, cdc, debezium, kafka, prometheus, grafana, monitoring, migrations, migration, observability, infrastructure | -| `deployment-engineer` | Expert deployment engineer specializing in modern CI/CD pipelines, | deployment | deployment, engineer, specializing, ci, cd, pipelines | +| `deployment-engineer` | Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. | deployment | deployment, engineer, specializing, ci, cd, pipelines, gitops, automation | | `deployment-procedures` | Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts. | deployment, procedures | deployment, procedures, principles, decision, making, safe, rollback, verification, teaches, thinking, scripts | | `deployment-validation-config-validate` | You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensi... | deployment, validation, config, validate | deployment, validation, config, validate, configuration, specializing, validating, testing, ensuring, correctness, application, configurations | | `distributed-debugging-debug-trace` | You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging wo... | distributed, debugging, debug, trace | distributed, debugging, debug, trace, specializing, setting, up, environments, tracing, diagnostic, configure, solutions | | `distributed-tracing` | Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microserv... | distributed, tracing | distributed, tracing, jaeger, tempo, track, requests, microservices, identify, performance, bottlenecks, debugging, analyzing | +| `django-pro` | Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. | django | django, pro, async, views, drf, celery, channels, scalable, web, applications, proper, architecture | | `e2e-testing` | End-to-end testing workflow with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration. | e2e | e2e, testing, playwright, browser, automation, visual, regression, cross, ci, cd, integration | | `e2e-testing-patterns` | Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when... | e2e | e2e, testing, playwright, cypress, reliable, test, suites, catch, bugs, improve, confidence, enable | | `error-debugging-error-analysis` | You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehens... | error, debugging | error, debugging, analysis, deep, expertise, distributed, analyzing, incidents, implementing, observability, solutions | @@ -696,6 +725,7 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `error-diagnostics-error-trace` | You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, conf... | error, diagnostics, trace | error, diagnostics, trace, tracking, observability, specializing, implementing, monitoring, solutions, set, up, configure | | `expo-deployment` | Deploy Expo apps to production | expo, deployment | expo, deployment, deploy, apps | | `file-uploads` | Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle l... | file, uploads | file, uploads, handling, cloud, storage, covers, s3, cloudflare, r2, presigned, urls, multipart | +| `flutter-expert` | Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. | flutter | flutter, development, dart, widgets, multi, platform, deployment | | `freshservice-automation` | Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, bulk operations, service requests, and outbound emails. Always search tools ... | freshservice | freshservice, automation, automate, itsm, tasks, via, rube, mcp, composio, update, tickets, bulk | | `game-development/game-art` | Game art principles. Visual style selection, asset pipeline, animation workflow. | game, development/game, art | game, development/game, art, principles, visual, style, selection, asset, pipeline, animation | | `gcp-cloud-run` | Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven)... | gcp, cloud, run | gcp, cloud, run, specialized, skill, building, serverless, applications, covers, containerized, functions, event | @@ -707,12 +737,13 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `gitops-workflow` | Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOp... | gitops | gitops, argocd, flux, automated, declarative, kubernetes, deployments, continuous, reconciliation, implementing, automating, deplo | | `grafana-dashboards` | Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visua... | grafana, dashboards | grafana, dashboards, real, time, visualization, application, metrics, building, monitoring, visualizing, creating, operational | | `helm-chart-scaffolding` | Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, pa... | helm, chart | helm, chart, scaffolding, organize, charts, templating, packaging, kubernetes, applications, reusable, configurations, creating | -| `hybrid-cloud-architect` | Expert hybrid cloud architect specializing in complex multi-cloud | hybrid, cloud | hybrid, cloud, architect, specializing, complex, multi | +| `hybrid-cloud-architect` | Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware). | hybrid, cloud | hybrid, cloud, architect, specializing, complex, multi, solutions, aws, azure, gcp, private, clouds | | `hybrid-cloud-networking` | Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building... | hybrid, cloud, networking | hybrid, cloud, networking, configure, secure, high, performance, connectivity, between, premises, infrastructure, platforms | | `istio-traffic-management` | Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic po... | istio, traffic | istio, traffic, configure, including, routing, load, balancing, circuit, breakers, canary, deployments, implementing | | `iterate-pr` | Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automa... | iterate, pr | iterate, pr, until, ci, passes, fix, failures, address, review, feedback, continuously, push | +| `java-pro` | Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Proj... | java | java, pro, 21, features, like, virtual, threads, matching, spring, boot, latest, ecosystem | | `kpi-dashboard-design` | Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboard... | kpi, dashboard | kpi, dashboard, effective, dashboards, metrics, selection, visualization, real, time, monitoring, building, business | -| `kubernetes-architect` | Expert Kubernetes architect specializing in cloud-native | kubernetes | kubernetes, architect, specializing, cloud, native | +| `kubernetes-architect` | Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. | kubernetes | kubernetes, architect, specializing, cloud, native, infrastructure, gitops, argocd, flux, enterprise, container, orchestration | | `kubernetes-deployment` | Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations. | kubernetes, deployment | kubernetes, deployment, container, orchestration, helm, charts, mesh, k8s, configurations | | `langfuse` | Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, Lla... | langfuse | langfuse, open, source, llm, observability, platform, covers, tracing, prompt, evaluation, datasets, integration | | `linux-troubleshooting` | Linux system troubleshooting workflow for diagnosing and resolving system issues, performance problems, and service failures. | linux, troubleshooting | linux, troubleshooting, diagnosing, resolving, issues, performance, problems, failures | @@ -720,15 +751,14 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `machine-learning-ops-ml-pipeline` | Design and implement a complete ML pipeline for: $ARGUMENTS | machine, learning, ops, ml, pipeline | machine, learning, ops, ml, pipeline, complete, arguments | | `manifest` | Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin. | manifest | manifest, install, configure, observability, plugin, agents, setting, up, telemetry, configuring, api, keys | | `microservices-patterns` | Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decom... | microservices | microservices, architectures, boundaries, event, driven, communication, resilience, building, distributed, decomposing, monoliths, implementing | +| `ml-engineer` | Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring. | ml | ml, engineer, pytorch, tensorflow, frameworks, implements, model, serving, feature, engineering, testing, monitoring | | `ml-pipeline-workflow` | Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, impleme... | ml, pipeline | ml, pipeline, mlops, pipelines, data, preparation, through, model, training, validation, deployment, creating | | `moodle-external-api-development` | Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom p... | moodle, external, api | moodle, external, api, development, custom, web, apis, lms, implementing, course, user, tracking | | `multi-cloud-architecture` | Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud system... | multi, cloud, architecture | multi, cloud, architecture, architectures, decision, framework, select, integrate, aws, azure, gcp, building | | `network-101` | This skill should be used when the user asks to "set up a web server", "configure HTTP or HTTPS", "perform SNMP enumeration", "configure SMB shares", "test n... | network, 101 | network, 101, skill, should, used, user, asks, set, up, web, server, configure | -| `network-engineer` | Expert network engineer specializing in modern cloud networking, | network | network, engineer, specializing, cloud, networking | -| `observability-engineer` | Build production-ready monitoring, logging, and tracing systems. | observability | observability, engineer, monitoring, logging, tracing | | `observability-monitoring-monitor-setup` | You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing... | observability, monitoring, monitor, setup | observability, monitoring, monitor, setup, specializing, implementing, solutions, set, up, metrics, collection, distributed | | `observability-monitoring-slo-implement` | You are an SLO (Service Level Objective) expert specializing in implementing reliability standards and error budget-based practices. Design SLO frameworks, d... | observability, monitoring, slo, implement | observability, monitoring, slo, implement, level, objective, specializing, implementing, reliability, standards, error, budget | -| `performance-engineer` | Expert performance engineer specializing in modern observability, application optimization, and scalable system performance. Masters OpenTelemetry, distribut... | performance | performance, engineer, specializing, observability, application, optimization, scalable, masters, opentelemetry, distributed, tracing, load | +| `performance-engineer` | Expert performance engineer specializing in modern observability, | performance | performance, engineer, specializing, observability | | `performance-testing-review-ai-review` | You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Levera... | performance, ai | performance, ai, testing, review, powered, code, combining, automated, static, analysis, intelligent, recognition | | `pipedrive-automation` | Automate Pipedrive CRM operations including deals, contacts, organizations, activities, notes, and pipeline management via Rube MCP (Composio). Always search... | pipedrive | pipedrive, automation, automate, crm, operations, including, deals, contacts, organizations, activities, notes, pipeline | | `prometheus-configuration` | Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, ... | prometheus, configuration | prometheus, configuration, set, up, metric, collection, storage, monitoring, infrastructure, applications, implementing, metrics | @@ -736,18 +766,22 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `server-management` | Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands. | server | server, principles, decision, making, process, monitoring, scaling, decisions, teaches, thinking, commands | | `service-mesh-observability` | Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debu... | service, mesh, observability | service, mesh, observability, meshes, including, distributed, tracing, metrics, visualization, setting, up, monitoring | | `slo-implementation` | Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability t... | slo | slo, define, level, indicators, slis, objectives, slos, error, budgets, alerting, establishing, reliability | -| `sql-pro` | Master modern SQL with cloud-native databases, OLTP/OLAP | sql | sql, pro, cloud, native, databases, oltp, olap | +| `sql-pro` | Master modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid... | sql | sql, pro, cloud, native, databases, oltp, olap, optimization, query, techniques, performance, tuning | +| `temporal-python-pro` | Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testin... | temporal, python | temporal, python, pro, orchestration, sdk, implements, durable, saga, distributed, transactions, covers, async | | `terraform-aws-modules` | Terraform module creation for AWS — reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure. | terraform, aws, modules | terraform, aws, modules, module, creation, reusable, state, hcl, building, reviewing, infrastructure | | `terraform-infrastructure` | Terraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale. | terraform, infrastructure | terraform, infrastructure, code, provisioning, cloud, resources, creating, reusable, modules, managing, scale | | `terraform-module-library` | Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure mod... | terraform, module, library | terraform, module, library, reusable, modules, aws, azure, gcp, infrastructure, following, code, creating | | `terraform-skill` | Terraform infrastructure as code best practices | terraform, skill | terraform, skill, infrastructure, code | -| `terraform-specialist` | Expert Terraform/OpenTofu specialist mastering advanced IaC | terraform | terraform, opentofu, mastering, iac | +| `terraform-specialist` | Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. | terraform | terraform, opentofu, mastering, iac, automation, state, enterprise, infrastructure | +| `test-automator` | Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engineering. Build scalable testing strategies with a... | automator | automator, test, ai, powered, automation, frameworks, self, healing, tests, quality, engineering, scalable | +| `unity-developer` | Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform de... | unity | unity, developer, games, optimized, scripts, efficient, rendering, proper, asset, masters, lts, urp | | `vercel-deploy-claimable` | Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as 'Deploy my app', 'Deploy this to production', 'C... | vercel, deploy, claimable | vercel, deploy, claimable, applications, websites, skill, user, requests, deployment, actions, such, my | | `vercel-deployment` | Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production. | vercel, deployment | vercel, deployment, knowledge, deploying, next, js, deploy, hosting | | `wireshark-analysis` | This skill should be used when the user asks to "analyze network traffic with Wireshark", "capture packets for troubleshooting", "filter PCAP files", "follow... | wireshark | wireshark, analysis, skill, should, used, user, asks, analyze, network, traffic, capture, packets | | `workflow-automation` | Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost... | | automation, infrastructure, makes, ai, agents, reliable, without, durable, execution, network, hiccup, during | +| `x-twitter-scraper` | X (Twitter) data platform skill — tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, 19 extraction too... | [twitter, x-api, scraping, mcp, social-media, data-extraction, giveaway, monitoring, webhooks] | [twitter, x-api, scraping, mcp, social-media, data-extraction, giveaway, monitoring, webhooks], twitter, scraper, data | -## security (100) +## security (114) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -762,36 +796,41 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `auth-implementation-patterns` | Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use wh... | auth | auth, authentication, authorization, including, jwt, oauth2, session, rbac, secure, scalable, access, control | | `aws-penetration-testing` | This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalatio... | aws, penetration | aws, penetration, testing, skill, should, used, user, asks, pentest, test, security, enumerate | | `azure-cosmos-db-py` | Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (Def... | azure, cosmos, db, py | azure, cosmos, db, py, nosql, python, fastapi, following, grade, implementing, database, client | -| `azure-keyvault-secrets-rust` | \| | azure, keyvault, secrets, rust | azure, keyvault, secrets, rust | +| `azure-keyvault-py` | Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. | azure, keyvault, py | azure, keyvault, py, key, vault, sdk, python, secrets, keys, certificates, secure, storage | +| `azure-keyvault-secrets-rust` | Azure Key Vault Secrets SDK for Rust. Use for storing and retrieving secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClient rust"... | azure, keyvault, secrets, rust | azure, keyvault, secrets, rust, key, vault, sdk, storing, retrieving, passwords, api, keys | | `azure-keyvault-secrets-ts` | Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configurati... | azure, keyvault, secrets, ts | azure, keyvault, secrets, ts, key, vault, sdk, javascript, storing, retrieving, application, configuration | -| `azure-security-keyvault-keys-dotnet` | \| | azure, security, keyvault, keys, dotnet | azure, security, keyvault, keys, dotnet | +| `azure-security-keyvault-keys-dotnet` | Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encrypt... | azure, security, keyvault, keys, dotnet | azure, security, keyvault, keys, dotnet, key, vault, sdk, net, client, library, managing | | `azure-security-keyvault-keys-java` | Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify ope... | azure, security, keyvault, keys, java | azure, security, keyvault, keys, java, key, vault, sdk, cryptographic, creating, managing, rsa | | `azure-security-keyvault-secrets-java` | Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other sensitive... | azure, security, keyvault, secrets, java | azure, security, keyvault, secrets, java, key, vault, sdk, secret, storing, retrieving, managing | -| `backend-security-coder` | Expert in secure backend coding practices specializing in input | backend, security, coder | backend, security, coder, secure, coding, specializing, input | +| `backend-security-coder` | Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementa... | backend, security, coder | backend, security, coder, secure, coding, specializing, input, validation, authentication, api, proactively, implementations | | `broken-authentication` | This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential s... | broken, authentication | broken, authentication, skill, should, used, user, asks, test, vulnerabilities, assess, session, security | | `burp-suite-testing` | This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability sca... | burp, suite | burp, suite, testing, skill, should, used, user, asks, intercept, http, traffic, modify | | `cc-skill-security-review` | Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Pro... | cc, skill, security | cc, skill, security, review, adding, authentication, handling, user, input, working, secrets, creating | | `clerk-auth` | Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentic... | clerk, auth | clerk, auth, middleware, organizations, webhooks, user, sync, adding, authentication, sign, up | | `cloud-penetration-testing` | This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exp... | cloud, penetration | cloud, penetration, testing, skill, should, used, user, asks, perform, assess, azure, aws | | `code-review-checklist` | Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability | code, checklist | code, checklist, review, conducting, thorough, reviews, covering, functionality, security, performance, maintainability | -| `code-reviewer` | Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Mas... | code | code, reviewer, elite, review, specializing, ai, powered, analysis, security, vulnerabilities, performance, optimization | | `codebase-cleanup-deps-audit` | You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for ... | codebase, cleanup, deps, audit | codebase, cleanup, deps, audit, dependency, security, specializing, vulnerability, scanning, license, compliance, supply | +| `convex` | Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment. | convex | convex, reactive, backend, schema, typescript, functions, real, time, subscriptions, auth, file, storage | +| `crypto-bd-agent` | Autonomous crypto business development patterns — multi-chain token discovery, 100-point scoring with wallet forensics, x402 micropayments, ERC-8004 on-chain... | crypto, bd, agent | crypto, bd, agent, autonomous, business, development, multi, chain, token, discovery, 100, point | +| `customs-trade-compliance` | Codified expertise for customs documentation, tariff classification, duty optimisation, restricted party screening, and regulatory compliance across multiple... | customs, trade, compliance | customs, trade, compliance, codified, expertise, documentation, tariff, classification, duty, optimisation, restricted, party | | `database-migration` | Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databas... | database, migration | database, migration, execute, migrations, orms, platforms, zero, downtime, data, transformation, rollback, procedures | | `database-migrations-sql-migrations` | SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, and SQL Server. Focus on data integrity and rollback plans. | database, migrations, sql | database, migrations, sql, zero, downtime, postgresql, mysql, server, data, integrity, rollback, plans | | `dependency-management-deps-audit` | You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for ... | dependency, deps, audit | dependency, deps, audit, security, specializing, vulnerability, scanning, license, compliance, supply, chain, analyze | | `deployment-pipeline-design` | Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up... | deployment, pipeline | deployment, pipeline, multi, stage, ci, cd, pipelines, approval, gates, security, checks, orchestration | -| `design-orchestration` | Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. Prevents premature imp... | | orchestration, orchestrates, routing, work, through, brainstorming, multi, agent, review, execution, readiness, correct | -| `devops-troubleshooter` | Expert DevOps troubleshooter specializing in rapid incident | devops, troubleshooter | devops, troubleshooter, specializing, rapid, incident | +| `devops-troubleshooter` | Expert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability. | devops, troubleshooter | devops, troubleshooter, specializing, rapid, incident, response, debugging, observability | | `docker-expert` | Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and productio... | docker | docker, containerization, deep, knowledge, multi, stage, image, optimization, container, security, compose, orchestration | | `dotnet-backend` | Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and production API patterns. | dotnet, backend | dotnet, backend, asp, net, core, ef, auth, background, jobs, api | | `ethical-hacking-methodology` | This skill should be used when the user asks to "learn ethical hacking", "understand penetration testing lifecycle", "perform reconnaissance", "conduct secur... | ethical, hacking, methodology | ethical, hacking, methodology, skill, should, used, user, asks, learn, understand, penetration, testing | | `find-bugs` | Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit ... | find, bugs | find, bugs, security, vulnerabilities, code, quality, issues, local, branch, changes, asked, review | | `firebase` | Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules a... | firebase | firebase, gives, complete, backend, minutes, auth, database, storage, functions, hosting, ease, setup | +| `firmware-analyst` | Expert firmware analyst specializing in embedded systems, IoT security, and hardware reverse engineering. | firmware, analyst | firmware, analyst, specializing, embedded, iot, security, hardware, reverse, engineering | | `framework-migration-deps-upgrade` | You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal r... | framework, migration, deps, upgrade | framework, migration, deps, upgrade, dependency, specializing, safe, incremental, upgrades, dependencies, plan, execute | | `frontend-mobile-security-xss-scan` | You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanill... | frontend, mobile, security, xss, scan | frontend, mobile, security, xss, scan, focusing, cross, site, scripting, vulnerability, detection, prevention | -| `frontend-security-coder` | Expert in secure frontend coding practices specializing in XSS | frontend, security, coder | frontend, security, coder, secure, coding, specializing, xss | +| `frontend-security-coder` | Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, and client-side security patterns. | frontend, security, coder | frontend, security, coder, secure, coding, specializing, xss, prevention, output, sanitization, client, side | | `gdpr-data-handling` | Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU persona... | gdpr, data, handling | gdpr, data, handling, compliant, consent, subject, rights, privacy, building, process, eu, personal | -| `incident-responder` | Expert SRE incident responder specializing in rapid problem | incident, responder | incident, responder, sre, specializing, rapid, problem | +| `graphql-architect` | Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real... | graphql | graphql, architect, federation, performance, optimization, enterprise, security, scalable, schemas, caching, real, time | +| `grpc-golang` | Build production-ready gRPC services in Go with mTLS, streaming, and observability. Use when designing Protobuf contracts with Buf or implementing secure ser... | grpc, golang | grpc, golang, go, mtls, streaming, observability, designing, protobuf, contracts, buf, implementing, secure | +| `incident-responder` | Expert SRE incident responder specializing in rapid problem resolution, modern observability, and comprehensive incident management. | incident, responder | incident, responder, sre, specializing, rapid, problem, resolution, observability | | `incident-response-incident-response` | Use when working with incident response incident response | incident, response | incident, response, working | | `incident-response-smart-fix` | [Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability p... | incident, response, fix | incident, response, fix, smart, extended, thinking, implements, sophisticated, debugging, resolution, pipeline, leverages | | `incident-runbook-templates` | Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, responding to ... | incident, runbook | incident, runbook, structured, response, runbooks, step, procedures, escalation, paths, recovery, actions, building | @@ -799,50 +838,62 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `k8s-security-policies` | Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clust... | k8s, security, policies | k8s, security, policies, kubernetes, including, networkpolicy, podsecuritypolicy, rbac, grade, securing, clusters, implementing | | `laravel-expert` | Senior Laravel Engineer role for production-grade, maintainable, and idiomatic Laravel solutions. Focuses on clean architecture, security, performance, and m... | laravel | laravel, senior, engineer, role, grade, maintainable, idiomatic, solutions, clean, architecture, security, performance | | `laravel-security-audit` | Security auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Laravel sec... | laravel, security, audit | laravel, security, audit, auditor, applications, analyzes, code, vulnerabilities, misconfigurations, insecure, owasp, standards | -| `legal-advisor` | Draft privacy policies, terms of service, disclaimers, and legal | legal, advisor | legal, advisor, draft, privacy, policies, terms, disclaimers | +| `legal-advisor` | Draft privacy policies, terms of service, disclaimers, and legal notices. Creates GDPR-compliant texts, cookie policies, and data processing agreements. | legal, advisor | legal, advisor, draft, privacy, policies, terms, disclaimers, notices, creates, gdpr, compliant, texts | | `linkerd-patterns` | Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies... | linkerd | linkerd, mesh, lightweight, security, deployments, setting, up, configuring, traffic, policies, implementing, zero | | `loki-mode` | Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security... | loki, mode | loki, mode, multi, agent, autonomous, startup, claude, code, triggers, orchestrates, 100, specialized | -| `malware-analyst` | Expert malware analyst specializing in defensive malware research, | malware, analyst | malware, analyst, specializing, defensive, research | +| `m365-agents-dotnet` | Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-base... | m365, agents, dotnet | m365, agents, dotnet, microsoft, 365, sdk, net, multichannel, teams, copilot, studio, asp | +| `m365-agents-py` | Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming respon... | m365, agents, py | m365, agents, py, microsoft, 365, sdk, python, multichannel, teams, copilot, studio, aiohttp | +| `malware-analyst` | Expert malware analyst specializing in defensive malware research, threat intelligence, and incident response. Masters sandbox analysis, behavioral analysis,... | malware, analyst | malware, analyst, specializing, defensive, research, threat, intelligence, incident, response, masters, sandbox, analysis | | `memory-forensics` | Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analy... | memory, forensics | memory, forensics, techniques, including, acquisition, process, analysis, artifact, extraction, volatility, related, analyzing | -| `mobile-security-coder` | Expert in secure mobile coding practices specializing in input | mobile, security, coder | mobile, security, coder, secure, coding, specializing, input | +| `mobile-security-coder` | Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns. | mobile, security, coder | mobile, security, coder, secure, coding, specializing, input, validation, webview, specific | | `mtls-configuration` | Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing... | mtls, configuration | mtls, configuration, configure, mutual, tls, zero, trust, communication, implementing, networking, certificate, securing | -| `multi-agent-brainstorming` | Use this skill when a design or idea requires higher confidence, risk reduction, or formal review. This skill orchestrates a structured, sequential multi-age... | multi, agent, brainstorming | multi, agent, brainstorming, skill, idea, requires, higher, confidence, risk, reduction, formal, review | | `nestjs-expert` | Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mo... | nestjs | nestjs, nest, js, framework, specializing, module, architecture, dependency, injection, middleware, guards, interceptors | +| `network-engineer` | Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization. | network | network, engineer, specializing, cloud, networking, security, architectures, performance, optimization | | `nextjs-supabase-auth` | Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected ... | nextjs, supabase, auth | nextjs, supabase, auth, integration, next, js, app, router, authentication, login, middleware, protected | | `nodejs-best-practices` | Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying. | nodejs, best, practices | nodejs, best, practices, node, js, development, principles, decision, making, framework, selection, async | | `notebooklm` | Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automati... | notebooklm | notebooklm, skill, query, google, notebooks, directly, claude, code, source, grounded, citation, backed | +| `observability-engineer` | Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response... | observability | observability, engineer, monitoring, logging, tracing, implements, sli, slo, incident, response | | `openapi-spec-generation` | Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs... | openapi, spec, generation | openapi, spec, generation, generate, maintain, specifications, code, first, specs, validation, creating, api | +| `payment-integration` | Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing paym... | payment, integration | payment, integration, integrate, stripe, paypal, processors, checkout, flows, subscriptions, webhooks, pci, compliance | | `pci-compliance` | Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI c... | pci, compliance | pci, compliance, dss, requirements, secure, handling, payment, card, data, securing, processing, achieving | | `pentest-checklist` | This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "defi... | pentest, checklist | pentest, checklist, skill, should, used, user, asks, plan, penetration, test, security, assessment | | `plaid-fintech` | Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handlin... | plaid, fintech | plaid, fintech, api, integration, including, link, token, flows, transactions, sync, identity, verification | | `popup-cro` | Create and optimize popups, modals, overlays, slide-ins, and banners to increase conversions without harming user experience or brand trust. | popup, cro | popup, cro, optimize, popups, modals, overlays, slide, ins, banners, increase, conversions, without | | `postmortem-writing` | Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documen... | postmortem, writing | postmortem, writing, write, effective, blameless, postmortems, root, cause, analysis, timelines, action, items | +| `quant-analyst` | Build financial models, backtest trading strategies, and analyze market data. Implements risk metrics, portfolio optimization, and statistical arbitrage. | quant, analyst | quant, analyst, financial, models, backtest, trading, analyze, market, data, implements, risk, metrics | | `red-team-tactics` | Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting. | red, team, tactics | red, team, tactics, principles, mitre, att, ck, attack, phases, detection, evasion, reporting | | `research-engineer` | An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctnes... | research | research, engineer, uncompromising, academic, operates, absolute, scientific, rigor, objective, criticism, zero, flair | -| `risk-manager` | Monitor portfolio risk, R-multiples, and position limits. Creates | risk, manager | risk, manager, monitor, portfolio, multiples, position, limits, creates | +| `risk-manager` | Monitor portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses. | risk, manager | risk, manager, monitor, portfolio, multiples, position, limits, creates, hedging, calculates, expectancy, implements | | `risk-metrics-calculation` | Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or... | risk, metrics, calculation | risk, metrics, calculation, calculate, portfolio, including, var, cvar, sharpe, sortino, drawdown, analysis | | `sast-configuration` | Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, ... | sast, configuration | sast, configuration, configure, static, application, security, testing, automated, vulnerability, detection, code, setting | | `scanning-tools` | This skill should be used when the user asks to "perform vulnerability scanning", "scan networks for open ports", "assess web application security", "scan wi... | scanning | scanning, skill, should, used, user, asks, perform, vulnerability, scan, networks, open, ports | | `secrets-management` | Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentia... | secrets | secrets, secure, ci, cd, pipelines, vault, aws, manager, native, platform, solutions, handling | | `security-audit` | Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening. | security, audit | security, audit, auditing, covering, web, application, testing, api, penetration, vulnerability, scanning, hardening | -| `security-auditor` | Expert security auditor specializing in DevSecOps, comprehensive | security, auditor | security, auditor, specializing, devsecops | +| `security-auditor` | Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. | security, auditor | security, auditor, specializing, devsecops, cybersecurity, compliance, frameworks | | `security-bluebook-builder` | Build security Blue Books for sensitive apps | security, bluebook, builder | security, bluebook, builder, blue, books, sensitive, apps | | `security-compliance-compliance-check` | You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. ... | security, compliance, check | security, compliance, check, specializing, regulatory, requirements, software, including, gdpr, hipaa, soc2, pci | | `security-requirement-extraction` | Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stori... | security, requirement, extraction | security, requirement, extraction, derive, requirements, threat, models, business, context, translating, threats, actionable | | `security-scanning-security-dependencies` | You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across eco... | security, scanning, dependencies | security, scanning, dependencies, specializing, dependency, vulnerability, analysis, sbom, generation, supply, chain, scan | | `security-scanning-security-hardening` | Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls. | security, scanning, hardening | security, scanning, hardening, coordinate, multi, layer, application, infrastructure, compliance, controls | -| `security-scanning-security-sast` | Static Application Security Testing (SAST) for code vulnerability | security, scanning, sast | security, scanning, sast, static, application, testing, code, vulnerability | -| `security/aws-compliance-checker` | Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks | aws, compliance, audit, cis, pci-dss, hipaa, kiro-cli | aws, compliance, audit, cis, pci-dss, hipaa, kiro-cli, checker, automated, checking, against, pci | -| `security/aws-iam-best-practices` | IAM policy review, hardening, and least privilege implementation | aws, iam, security, access-control, kiro-cli, least-privilege | aws, iam, security, access-control, kiro-cli, least-privilege, policy, review, hardening, least, privilege | -| `security/aws-secrets-rotation` | Automate AWS secrets rotation for RDS, API keys, and credentials | aws, secrets-manager, security, automation, kiro-cli, credentials | aws, secrets-manager, security, automation, kiro-cli, credentials, secrets, rotation, automate, rds, api, keys | -| `security/aws-security-audit` | Comprehensive AWS security posture assessment using AWS CLI and security best practices | aws, security, audit, compliance, kiro-cli, security-assessment | aws, security, audit, compliance, kiro-cli, security-assessment, posture, assessment, cli | +| `security-scanning-security-sast` | Static Application Security Testing (SAST) for code vulnerability +analysis across multiple languages and frameworks | security, scanning, sast | security, scanning, sast, static, application, testing, code, vulnerability, analysis, multiple, languages, frameworks | +| `security/aws-compliance-checker` | Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks | [aws, compliance, audit, cis, pci-dss, hipaa, kiro-cli] | [aws, compliance, audit, cis, pci-dss, hipaa, kiro-cli], aws, checker, automated, checking, against | +| `security/aws-iam-best-practices` | IAM policy review, hardening, and least privilege implementation | [aws, iam, security, access-control, kiro-cli, least-privilege] | [aws, iam, security, access-control, kiro-cli, least-privilege], aws, policy, review, hardening, least, privilege | +| `security/aws-secrets-rotation` | Automate AWS secrets rotation for RDS, API keys, and credentials | [aws, secrets-manager, security, automation, kiro-cli, credentials] | [aws, secrets-manager, security, automation, kiro-cli, credentials], aws, secrets, rotation, automate, rds, api | +| `security/aws-security-audit` | Comprehensive AWS security posture assessment using AWS CLI and security best practices | [aws, security, audit, compliance, kiro-cli, security-assessment] | [aws, security, audit, compliance, kiro-cli, security-assessment], aws, posture, assessment, cli | +| `seo-authority-builder` | Analyzes content for E-E-A-T signals and suggests improvements to +build authority and trust. Identifies missing credibility elements. Use +PROACTIVELY for YMY... | seo, authority, builder | seo, authority, builder, analyzes, content, signals, suggests, improvements, trust, identifies, missing, credibility | +| `seo-forensic-incident-response` | Investigate sudden drops in organic traffic or rankings and run a structured forensic SEO incident response with triage, root-cause analysis and recovery plan. | seo, forensic, incident, response | seo, forensic, incident, response, investigate, sudden, drops, organic, traffic, rankings, run, structured | | `service-mesh-expert` | Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observabil... | service, mesh | service, mesh, architect, specializing, istio, linkerd, cloud, native, networking, masters, traffic, security | | `solidity-security` | Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, aud... | solidity, security | solidity, security, smart, contract, prevent, common, vulnerabilities, secure, writing, contracts, auditing, existing | | `stride-analysis-patterns` | Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security do... | stride | stride, analysis, apply, methodology, systematically, identify, threats, analyzing, security, conducting, threat, modeling | | `stripe-integration` | Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe paym... | stripe, integration | stripe, integration, payment, processing, robust, pci, compliant, flows, including, checkout, subscriptions, webhooks | +| `temporal-golang-pro` | Use when building durable distributed systems with Temporal Go SDK. Covers deterministic workflow rules, mTLS worker configs, and advanced patterns. | temporal, golang | temporal, golang, pro, building, durable, distributed, go, sdk, covers, deterministic, rules, mtls | | `threat-mitigation-mapping` | Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validatin... | threat, mitigation, mapping | threat, mitigation, mapping, map, identified, threats, appropriate, security, controls, mitigations, prioritizing, investments | | `threat-modeling-expert` | Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement ext... | threat, modeling | threat, modeling, methodologies, security, architecture, review, risk, assessment, masters, stride, pasta, attack | | `top-web-vulnerabilities` | This skill should be used when the user asks to "identify web application vulnerabilities", "explain common security flaws", "understand vulnerability catego... | top, web, vulnerabilities | top, web, vulnerabilities, skill, should, used, user, asks, identify, application, explain, common | +| `ui-visual-validator` | Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification. | ui, visual, validator | ui, visual, validator, rigorous, validation, specializing, testing, compliance, accessibility, verification | | `varlock-claude-skill` | Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits | varlock, claude, skill | varlock, claude, skill, secure, environment, variable, ensuring, secrets, never, exposed, sessions, terminals | | `vulnerability-scanner` | Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization. | vulnerability, scanner | vulnerability, scanner, analysis, principles, owasp, 2025, supply, chain, security, attack, surface, mapping | | `web-design-guidelines` | Review UI code for Web Interface Guidelines compliance. Use when asked to \"review my UI\", \"check accessibility\", \"audit design\", \"review UX\", or \"ch... | web, guidelines | web, guidelines, review, ui, code, interface, compliance, asked, my, check, accessibility, audit | @@ -860,7 +911,8 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `circleci-automation` | Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor workflows/jobs, retrieve artifacts and test metadata. Always search tools first f... | circleci | circleci, automation, automate, tasks, via, rube, mcp, composio, trigger, pipelines, monitor, jobs | | `conductor-implement` | Execute tasks from a track's implementation plan following TDD workflow | conductor, implement | conductor, implement, execute, tasks, track, plan, following, tdd | | `conductor-revert` | Git-aware undo by logical work unit (track, phase, or task) | conductor, revert | conductor, revert, git, aware, undo, logical, work, unit, track, phase, task | -| `debugger` | Debugging specialist for errors, test failures, and unexpected | debugger | debugger, debugging, errors, test, failures, unexpected | +| `debugger` | Debugging specialist for errors, test failures, and unexpected +behavior. Use proactively when encountering any issues. | debugger | debugger, debugging, errors, test, failures, unexpected, behavior, proactively, encountering, any, issues | | `dependency-upgrade` | Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updat... | dependency, upgrade | dependency, upgrade, major, version, upgrades, compatibility, analysis, staged, rollout, testing, upgrading, framework | | `file-path-traversal` | This skill should be used when the user asks to "test for directory traversal", "exploit path traversal vulnerabilities", "read arbitrary files through web a... | file, path, traversal | file, path, traversal, skill, should, used, user, asks, test, directory, exploit, vulnerabilities | | `html-injection-testing` | This skill should be used when the user asks to "test for HTML injection", "inject HTML into web pages", "perform HTML injection attacks", "deface web applic... | html, injection | html, injection, testing, skill, should, used, user, asks, test, inject, web, pages | @@ -872,8 +924,9 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `screen-reader-testing` | Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issue... | screen, reader | screen, reader, testing, test, web, applications, readers, including, voiceover, nvda, jaws, validating | | `smtp-penetration-testing` | This skill should be used when the user asks to "perform SMTP penetration testing", "enumerate email users", "test for open mail relays", "grab SMTP banners"... | smtp, penetration | smtp, penetration, testing, skill, should, used, user, asks, perform, enumerate, email, users | | `ssh-penetration-testing` | This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabi... | ssh, penetration | ssh, penetration, testing, skill, should, used, user, asks, pentest, enumerate, configurations, brute | +| `startup-metrics-framework` | This skill should be used when the user asks about \\\"key startup metrics", "SaaS metrics", "CAC and LTV", "unit economics", "burn multiple", "rule of 40", ... | startup, metrics, framework | startup, metrics, framework, skill, should, used, user, asks, about, key, saas, cac | | `systematic-debugging` | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | systematic, debugging | systematic, debugging, encountering, any, bug, test, failure, unexpected, behavior, before, proposing, fixes | -| `tdd-orchestrator` | Master TDD orchestrator specializing in red-green-refactor | tdd, orchestrator | tdd, orchestrator, specializing, red, green, refactor | +| `tdd-orchestrator` | Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. | tdd, orchestrator | tdd, orchestrator, specializing, red, green, refactor, discipline, multi, agent, coordination, test, driven | | `tdd-workflow` | Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle. | tdd | tdd, test, driven, development, principles, red, green, refactor, cycle | | `tdd-workflows-tdd-cycle` | Use when working with tdd workflows tdd cycle | tdd, cycle | tdd, cycle, working | | `tdd-workflows-tdd-green` | Implement the minimal code needed to make failing tests pass in the TDD green phase. | tdd, green | tdd, green, minimal, code, needed, failing, tests, pass, phase | @@ -882,14 +935,13 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `test-driven-development` | Use when implementing any feature or bugfix, before writing implementation code | driven | driven, test, development, implementing, any, feature, bugfix, before, writing, code | | `test-fixing` | Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test sui... | fixing | fixing, test, run, tests, systematically, fix, all, failing, smart, error, grouping, user | | `testing-qa` | Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance. | qa | qa, testing, covering, unit, integration, e2e, browser, automation, quality, assurance | -| `ui-visual-validator` | Rigorous visual validation expert specializing in UI testing, | ui, visual, validator | ui, visual, validator, rigorous, validation, specializing, testing | | `unit-testing-test-generate` | Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus. | unit, generate | unit, generate, testing, test, maintainable, tests, languages, strong, coverage, edge, case | | `web3-testing` | Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, ... | web3 | web3, testing, test, smart, contracts, comprehensively, hardhat, foundry, unit, tests, integration, mainnet | | `wiki-qa` | Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a comp... | wiki, qa | wiki, qa, answers, questions, about, code, repository, source, file, analysis, user, asks | | `wordpress-penetration-testing` | This skill should be used when the user asks to "pentest WordPress sites", "scan WordPress for vulnerabilities", "enumerate WordPress users, themes, or plugi... | wordpress, penetration | wordpress, penetration, testing, skill, should, used, user, asks, pentest, sites, scan, vulnerabilities | | `xss-html-injection` | This skill should be used when the user asks to "test for XSS vulnerabilities", "perform cross-site scripting attacks", "identify HTML injection flaws", "exp... | xss, html, injection | xss, html, injection, skill, should, used, user, asks, test, vulnerabilities, perform, cross | -## workflow (86) +## workflow (87) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -898,6 +950,7 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `agent-orchestration-multi-agent-optimize` | Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughpu... | agent, multi, optimize | agent, multi, optimize, orchestration, coordinated, profiling, workload, distribution, cost, aware, improving, performance | | `airtable-automation` | Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas. | airtable | airtable, automation, automate, tasks, via, rube, mcp, composio, records, bases, tables, fields | | `amplitude-automation` | Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas. | amplitude | amplitude, automation, automate, tasks, via, rube, mcp, composio, events, user, activity, cohorts | +| `apify-influencer-discovery` | Find and evaluate influencers for brand partnerships, verify authenticity, and track collaboration performance across Instagram, Facebook, YouTube, and TikTok. | apify, influencer, discovery | apify, influencer, discovery, find, evaluate, influencers, brand, partnerships, verify, authenticity, track, collaboration | | `asana-automation` | Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas. | asana | asana, automation, automate, tasks, via, rube, mcp, composio, sections, teams, workspaces, always | | `automate-whatsapp` | Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/in... | automate, whatsapp | automate, whatsapp, automations, kapso, configure, triggers, edit, graphs, executions, deploy, functions, databases | | `bamboohr-automation` | Automate BambooHR tasks via Rube MCP (Composio): employees, time-off, benefits, dependents, employee updates. Always search tools first for current schemas. | bamboohr | bamboohr, automation, automate, tasks, via, rube, mcp, composio, employees, time, off, benefits | @@ -914,12 +967,14 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `conductor-manage` | Manage track lifecycle: archive, restore, delete, rename, and cleanup | conductor, manage | conductor, manage, track, lifecycle, archive, restore, delete, rename, cleanup | | `conductor-new-track` | Create a new track with specification and phased implementation plan | conductor, new, track | conductor, new, track, specification, phased, plan | | `conductor-status` | Display project status, active tracks, and next actions | conductor, status | conductor, status, display, active, tracks, next, actions | -| `conductor-validator` | Validates Conductor project artifacts for completeness, | conductor, validator | conductor, validator, validates, artifacts, completeness | +| `conductor-validator` | Validates Conductor project artifacts for completeness, +consistency, and correctness. Use after setup, when diagnosing issues, or +before implementation to ve... | conductor, validator | conductor, validator, validates, artifacts, completeness, consistency, correctness, after, setup, diagnosing, issues, before | | `confluence-automation` | Automate Confluence page creation, content search, space management, labels, and hierarchy navigation via Rube MCP (Composio). Always search tools first for ... | confluence | confluence, automation, automate, page, creation, content, search, space, labels, hierarchy, navigation, via | -| `context-driven-development` | Use this skill when working with Conductor's context-driven | driven | driven, context, development, skill, working, conductor | | `convertkit-automation` | Automate ConvertKit (Kit) tasks via Rube MCP (Composio): manage subscribers, tags, broadcasts, and broadcast stats. Always search tools first for current sch... | convertkit | convertkit, automation, automate, kit, tasks, via, rube, mcp, composio, subscribers, tags, broadcasts | | `crewai` | Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definiti... | crewai | crewai, leading, role, multi, agent, framework, used, 60, fortune, 500, companies, covers | | `datadog-automation` | Automate Datadog tasks via Rube MCP (Composio): query metrics, search logs, manage monitors/dashboards, create events and downtimes. Always search tools firs... | datadog | datadog, automation, automate, tasks, via, rube, mcp, composio, query, metrics, search, logs | +| `design-orchestration` | Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. | | orchestration, orchestrates, routing, work, through, brainstorming, multi, agent, review, execution, readiness, correct | | `discord-automation` | Automate Discord tasks via Rube MCP (Composio): messages, channels, roles, webhooks, reactions. Always search tools first for current schemas. | discord | discord, automation, automate, tasks, via, rube, mcp, composio, messages, channels, roles, webhooks | | `docusign-automation` | Automate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signatures, document management. Always search tools first for current schemas. | docusign | docusign, automation, automate, tasks, via, rube, mcp, composio, envelopes, signatures, document, always | | `dropbox-automation` | Automate Dropbox file management, sharing, search, uploads, downloads, and folder operations via Rube MCP (Composio). Always search tools first for current s... | dropbox | dropbox, automation, automate, file, sharing, search, uploads, downloads, folder, operations, via, rube | @@ -946,6 +1001,7 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `miro-automation` | Automate Miro tasks via Rube MCP (Composio): boards, items, sticky notes, frames, sharing, connectors. Always search tools first for current schemas. | miro | miro, automation, automate, tasks, via, rube, mcp, composio, boards, items, sticky, notes | | `mixpanel-automation` | Automate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, cohorts, user profiles, JQL queries. Always search tools first for current sc... | mixpanel | mixpanel, automation, automate, tasks, via, rube, mcp, composio, events, segmentation, funnels, cohorts | | `monday-automation` | Automate Monday.com work management including boards, items, columns, groups, subitems, and updates via Rube MCP (Composio). Always search tools first for cu... | monday | monday, automation, automate, com, work, including, boards, items, columns, groups, subitems, updates | +| `multi-agent-brainstorming` | Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes befor... | multi, agent, brainstorming | multi, agent, brainstorming, simulate, structured, peer, review, process, multiple, specialized, agents, validate | | `nerdzao-elite-gemini-high` | Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens. | nerdzao, elite, gemini, high | nerdzao, elite, gemini, high, modo, coder, ux, pixel, perfect, otimizado, especificamente, para | | `notion-automation` | Automate Notion tasks via Rube MCP (Composio): pages, databases, blocks, comments, users. Always search tools first for current schemas. | notion | notion, automation, automate, tasks, via, rube, mcp, composio, pages, databases, blocks, comments | | `office-productivity` | Office productivity workflow covering document creation, spreadsheet automation, presentation generation, and integration with LibreOffice and Microsoft Offi... | office, productivity | office, productivity, covering, document, creation, spreadsheet, automation, presentation, generation, integration, libreoffice, microsoft | @@ -962,14 +1018,13 @@ TRIGGER: "shopify", "shopify app", "checkout extension",... | shopify | shopify, | `segment-automation` | Automate Segment tasks via Rube MCP (Composio): track events, identify users, manage groups, page views, aliases, batch operations. Always search tools first... | segment | segment, automation, automate, tasks, via, rube, mcp, composio, track, events, identify, users | | `sentry-automation` | Automate Sentry tasks via Rube MCP (Composio): manage issues/events, configure alerts, track releases, monitor projects and teams. Always search tools first ... | sentry | sentry, automation, automate, tasks, via, rube, mcp, composio, issues, events, configure, alerts | | `shopify-automation` | Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas. | shopify | shopify, automation, automate, tasks, via, rube, mcp, composio, products, orders, customers, inventory | -| `skill-creator` | This skill should be used when the user asks to create a new skill, build a skill, make a custom skill, develop a CLI skill, or wants to extend the CLI with ... | automation, scaffolding, skill-creation, meta-skill | automation, scaffolding, skill-creation, meta-skill, skill, creator, should, used, user, asks, new, custom | | `square-automation` | Automate Square tasks via Rube MCP (Composio): payments, orders, invoices, locations. Always search tools first for current schemas. | square | square, automation, automate, tasks, via, rube, mcp, composio, payments, orders, invoices, locations | | `stripe-automation` | Automate Stripe tasks via Rube MCP (Composio): customers, charges, subscriptions, invoices, products, refunds. Always search tools first for current schemas. | stripe | stripe, automation, automate, tasks, via, rube, mcp, composio, customers, charges, subscriptions, invoices | | `team-collaboration-issue` | You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your ... | team, collaboration, issue | team, collaboration, issue, github, resolution, specializing, systematic, bug, investigation, feature, collaborative, development | | `telegram-automation` | Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/documents, and handle bot commands. Always search tools first for ... | telegram | telegram, automation, automate, tasks, via, rube, mcp, composio, send, messages, chats, share | | `tiktok-automation` | Automate TikTok tasks via Rube MCP (Composio): upload/publish videos, post photos, manage content, and view user profiles/stats. Always search tools first fo... | tiktok | tiktok, automation, automate, tasks, via, rube, mcp, composio, upload, publish, videos, post | | `todoist-automation` | Automate Todoist task management, projects, sections, filtering, and bulk operations via Rube MCP (Composio). Always search tools first for current schemas. | todoist | todoist, automation, automate, task, sections, filtering, bulk, operations, via, rube, mcp, composio | -| `track-management` | Use this skill when creating, managing, or working with Conductor | track | track, skill, creating, managing, working, conductor | +| `track-management` | Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan... | track | track, skill, creating, managing, working, conductor, tracks, logical, work, units, features, bugs | | `trello-automation` | Automate Trello boards, cards, and workflows via Rube MCP (Composio). Create cards, manage lists, assign members, and search across boards programmatically. | trello | trello, automation, automate, boards, cards, via, rube, mcp, composio, lists, assign, members | | `twitter-automation` | Automate Twitter/X tasks via Rube MCP (Composio): posts, search, users, bookmarks, lists, media. Always search tools first for current schemas. | twitter | twitter, automation, automate, tasks, via, rube, mcp, composio, posts, search, users, bookmarks | | `vercel-automation` | Automate Vercel tasks via Rube MCP (Composio): manage deployments, domains, DNS, env vars, projects, and teams. Always search tools first for current schemas. | vercel | vercel, automation, automate, tasks, via, rube, mcp, composio, deployments, domains, dns, env | diff --git a/CHANGELOG.md b/CHANGELOG.md index e11075a2..79b8b243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,389 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [6.7.0] - 2026-03-01 - "Intelligence Extraction & Automation" + +> **New skills for Web Scraping (Apify), X/Twitter extraction, Genomic analysis, and hardened registry infrastructure.** + +This release integrates 14 new specialized agent-skills. Highlights include the official Apify collection for web scraping and data extraction, a high-performance X/Twitter scraper, and a comprehensive genomic analysis toolkit. The registry infrastructure has been hardened with hermetic testing and secure YAML parsing. + +## 🚀 New Skills + +### 🕷️ [apify-agent-skills](skills/apify-actorization/) + +**12 Official Apify skills for web scraping and automation.** +Scale data extraction using Apify Actors. Includes specialized skills for e-commerce, lead generation, social media analysis, and market research. + +### 🐦 [x-twitter-scraper](skills/x-twitter-scraper/) + +**High-performance X (Twitter) data extraction.** +Search tweets, fetch profiles, and extract media/engagement metrics without complex API setups. + +### 🧬 [dna-claude-analysis](skills/dna-claude-analysis/) + +**Personal genome analysis toolkit.** +Analyze raw DNA data across 17 categories (health, ancestry, pharmacogenomics) with interactive HTML visualization. + +--- + +## 📦 Improvements + +- **Registry Hardening**: Migrated all registry maintenance scripts to `PyYAML` for safe, lossless metadata handling. (PR #168) +- **Hermetic Testing**: Implemented environment-agnostic registry tests to prevent CI drift. +- **Contributor Sync**: Fully synchronized the Repo Contributors list in README.md from git history (69 total contributors). +- **Documentation**: Standardized H2 headers in README.md (no emojis) for clean Table of Contents anchors, following Maintenance V5 rules. +- **Skill Metadata**: Enhanced description validation and category consistency across 968 skills. + +## 👥 Credits + +A huge shoutout to our community contributors: + +- **@ar27111994** for the 12 Apify skills and registry hardening (PR #165, #168) +- **@kriptoburak** for `x-twitter-scraper` (PR #164) +- **@shmlkv** for `dna-claude-analysis` (PR #167) + +--- + +## [6.6.0] - 2026-02-28 - "Community Skills & Quality" + +> **New skills for Android UI verification, memory handling, video manipulation, vibe-code auditing, and essential fixes.** + +This release integrates major community contributions, adding skills for Android testing, scoped agent memory, vibe-code quality auditing, and the VideoDB SDK. It also addresses issues with skill metadata validation and enhances documentation consistency. + +## 🚀 New Skills + +### 📱 [android_ui_verification](skills/android_ui_verification/) + +**Automated end-to-end UI testing on Android Emulators.** +Test layout issues, check state verification, and capture screenshots right from ADB. + +### 🧠 [hierarchical-agent-memory](skills/hierarchical-agent-memory/) + +**Scoped CLAUDE.md memory system.** +Directory-level context files with a dashboard, significantly reducing token spend on repetitive queries. + +### 🎥 [videodb-skills](skills/videodb-skills/) + +**The ultimate Video processing toolkit.** +Upload, stream, search, edit, transcribe, and generate AI video/audio using the VideoDB SDK. + +### 🕵️ [vibe-code-auditor](skills/vibe-code-auditor/) + +**AI-code specific quality assessments.** +Check prototypes and generated code for structural flaws, hidden technical debt, and production risks. + +--- + +## 📦 Improvements + +- **Skill Description Restoration**: Recovered 223+ truncated descriptions from git history that were corrupted in release 6.5.0. +- **Robust YAML Tooling**: Replaced fragile regex parsing with `PyYAML` across all maintenance scripts (`manage_skill_dates.py`, `validate_skills.py`, etc.) to prevent future data loss. +- **Refined Descriptions**: Standardized all skill descriptions to be under 200 characters while maintaining grammatical correctness and functional value. +- **Cross-Platform Index**: Normalized `skills_index.json` to use forward slashes for universal path compatibility. +- **Skill Validation Fixes**: Corrected invalid description lengths and `risk` fields in `copywriting`, `videodb-skills`, and `vibe-code-auditor`. (Fixes #157, #158) +- **Documentation**: New dedicated `docs/SEC_SKILLS.md` indexing all 128 security skills. +- **README Quality**: Cleaned up inconsistencies, deduplicated lists, updated stats (954+ total skills). + +## 👥 Credits + +A huge shoutout to our community contributors: + +- **@alexmvie** for `android_ui_verification` +- **@talesperito** for `vibe-code-auditor` +- **@djmahe4** for `docs/SEC_SKILLS.md` +- **@kromahlusenii-ops** for `hierarchical-agent-memory` +- **@0xrohitgarg** for `videodb-skills` +- **@nedcodes-ok** for `rule-porter` addition +- **@acbhatt12** for `README.md` improvements (PR #162) + +--- + +## [6.5.0] - 2026-02-27 - "Community & Experience" + +> **Major UX upgrade: Stars feature, auto-updates, interactive prompts, and complete date tracking for all 950+ skills.** + +This release introduces significant community-driven enhancements to the web application alongside comprehensive metadata improvements. Users can now upvote skills, build contextual prompts interactively, and benefit from automatic skill updates. All skills now include date tracking for better discoverability. + +## 🚀 New Features + +### ⭐ Stars & Community Upvotes + +**Community-driven skill discovery with star/upvote system.** + +- Upvote skills you find valuable — visible to all users +- Star counts persist via Supabase backend +- One upvote per browser (localStorage deduplication) +- Discover popular skills through community ratings + +> **Try it:** Browse to any skill and click the ⭐ button to upvote! + +### 🔄 Auto-Update Mechanism + +**Seamless skill updates via START_APP.bat.** + +- Automatic skill synchronization on app startup +- Git-based fast updates when available +- PowerShell HTTPS fallback for non-Git environments +- Surgical updates — only `/skills/` folder to avoid conflicts + +> **Try it:** Run `START_APP.bat` to automatically fetch the latest 950+ skills! + +### 🛠️ Interactive Prompt Builder + +**Build contextual prompts directly in skill detail pages.** + +- Add custom context to any skill (e.g., "Use React 19 and Tailwind") +- Copy formatted prompt with skill invocation + your context +- Copy full skill content with context overlay +- Streamlined workflow for AI assistant interactions + +> **Try it:** Visit any skill, add context in the text box, click "Copy @Skill"! + +### 📅 Date Tracking for All Skills + +**Complete `date_added` metadata across the entire registry.** + +- All 950+ skills now include `date_added` field +- Visible badges in skill detail pages +- Filter and sort by recency +- Better discoverability of new capabilities + +## 📦 Improvements + +- **Smart Auto-Categorization**: Categories sorted by skill count with "uncategorized" at the end +- **Category Stats**: Dropdown shows skill count per category +- **Enhanced Home Page**: Risk level badges and date display on skill cards +- **Complete Date Coverage**: All skills updated with `date_added` metadata +- **Web App Dependencies**: Automatic `@supabase/supabase-js` installation + +## 👥 Credits + +A huge shoutout to our community contributors: + +- **@zinzied** for the comprehensive UX enhancement (Stars, Auto-Update, Prompt Builder, Date Tracking, Auto-Categorization — PR #150) + +--- + +## [6.4.1] - 2026-02-27 - "Temporal & Convex Backend Hotfix" + +> **Hotfix release: Temporal Go expert skill, Convex reactive backend, and strict-compliant SEO incident/local audit fixes.** + +This release builds on 6.4.0 by adding a Temporal Go SDK pro skill, a comprehensive Convex reactive backend skill, and aligning the new SEO incident/local audit skills with the strict validation rules so they ship cleanly via npm. + +## 🚀 New Skills + +### ⏱️ [temporal-golang-pro](skills/temporal-golang-pro/) + +**Temporal Go SDK expert for durable distributed systems.** +Guides production-grade Temporal Go usage with deterministic workflow rules, mTLS worker configuration, interceptors, testing strategies, and advanced patterns. + +- **Key Feature 1**: Covers workflow determinism, versioning, durable concurrency and long-running workflow patterns. +- **Key Feature 2**: Provides mTLS-secure worker setup, interceptors, and replay/time-skipping test strategies. + +> **Try it:** `Use temporal-golang-pro to design a durable subscription billing workflow with safe versioning and mTLS workers.` + +### 🔄 [convex](skills/convex/) + +**Convex reactive backend for schema, functions, and real-time apps.** +Full-stack backend skill covering Convex schema design, TypeScript query/mutation/action functions, real-time subscriptions, auth, file storage, scheduling, and deployment flows. + +- **Key Feature 1**: End-to-end examples for schema validators, function types, pagination and client integration. +- **Key Feature 2**: Documents auth options (Convex Auth, Clerk, Better Auth) and operational patterns (cron, storage, environments). + +> **Try it:** `Use convex to design a schema and function set for a real-time dashboard with authenticated users and file uploads.` + +## 📦 Improvements + +- **Strict SEO Skills Compliance**: + - `seo-forensic-incident-response` and `local-legal-seo-audit` now include `## When to Use` sections and concise descriptions, and use `risk: safe`, fully passing `validate_skills.py --strict`. +- **Catalog & Index Sync**: + - Updated `CATALOG.md`, `data/catalog.json`, `skills_index.json`, `data/bundles.json`, `data/aliases.json`, and `README.md` to track **950+ skills**, including `temporal-golang-pro`, `convex`, and the new SEO skills. + +## 👥 Credits + +- **@HuynhNhatKhanh** for the Temporal Go SDK expert skill (`temporal-golang-pro`, PR #148). +- **@chauey** for the Convex reactive backend skill (`convex`, PR #152). +- **@talesperito** for the SEO forensic incident response and local legal SEO skills and collaboration on the strict-compliant refinements (PRs #153 / #154). + +--- + +## [6.4.0] - 2026-02-27 - "SEO Incident Response & Legal Local Audit" + +> **Focused release: specialized SEO incident response and legal local SEO audit skills, plus catalog sync.** + +This release adds two advanced SEO skills for handling organic traffic incidents and auditing legal/professional services sites, and updates the public catalog to keep discovery aligned with the registry. + +## 🚀 New Skills + +### 🧪 [seo-forensic-incident-response](skills/seo-forensic-incident-response/) + +**Forensic SEO incident response for sudden organic traffic or rankings drops.** +Guides structured triage, hypothesis-driven investigation, evidence collection and phased recovery plans using GSC, analytics, logs and deployment history. + +- **Key Feature 1**: Classifies incidents across algorithmic, technical, manual action, content and demand-change buckets. +- **Key Feature 2**: Produces a forensic report with 0–3 day, 3–14 day and 2–8 week action plans plus monitoring. + +> **Try it:** `We lost 40% of organic traffic last week. Use seo-forensic-incident-response to investigate and propose a recovery plan.` + +### ⚖️ [local-legal-seo-audit](skills/local-legal-seo-audit/) + +**Local SEO auditing for law firms and legal/professional services.** +Specialized audit framework for YMYL legal sites covering GBP, E‑E‑A‑T, practice area pages, NAP consistency, legal directories and reputation. + +- **Key Feature 1**: Step‑by‑step GBP, directory and NAP audit tailored to legal practices. +- **Key Feature 2**: Generates a prioritized action plan and content strategy for legal/local search. + +> **Try it:** `Audit the local SEO of this law firm website using local-legal-seo-audit and propose the top 10 fixes.` + +## 📦 Improvements + +- **Catalog Sync**: Updated `CATALOG.md` and `data/catalog.json` to track 947 skills and include `10-andruia-skill-smith` in the general category listing. +- **Documentation**: README now references the MojoAuth implementation skill in the integrations list. + +## 👥 Credits + +A huge shoutout to our community contributors: + +- **@talesperito** for the SEO forensic incident response and legal local SEO audit skills (PRs #153 / #154). +- **@developer-victor** for the MojoAuth implementation README integration (PR #149). + +--- + +## [6.3.1] - 2026-02-25 - "Validation & Multi-Protocol Hotfix" + +> **"Hotfix release to restore missing skills, correct industrial risk labels, and harden validation across the registry."** + +This release fixes critical validation errors introduced in previous PRs, ensures full compliance with the strict CI registry checks, and restores two high-demand developer skills. + +## 🚀 New Skills + +### 🧩 [chrome-extension-developer](skills/chrome-extension-developer/) + +**Expert in building Chrome Extensions using Manifest V3.** +Senior expertise in modern extension architecture, focusing on Manifest V3, service workers, and production-ready security practices. + +- **Key Feature 1**: Comprehensive coverage of Manifest V3 service workers and lifecycle. +- **Key Feature 2**: Production-ready patterns for cross-context message passing. + +> **Try it:** `Help me design a Manifest V3 extension that monitors network requests using declarativeNetRequest.` + +### ☁️ [cloudflare-workers-expert](skills/cloudflare-workers-expert/) + +**Senior expertise for serverless edge computing on Cloudflare.** +Specialized in edge architectures, performance optimization, and the full Cloudflare developer ecosystem (Wrangler, KV, D1, R2). + +- **Key Feature 1**: Optimized patterns for 0ms cold starts and edge-side storage. +- **Key Feature 2**: Implementation guides for Durable Objects and R2 storage integration. + +> **Try it:** `Build a Cloudflare Worker that modifies response headers and caches fragmented data in KV.` + +--- + +## 📦 Improvements + +- **Registry Update**: Now tracking 946+ high-performance skills. +- **Validation Hardening**: Resolved missing "When to Use" sections for 11 critical skills (Andru.ia, Logistics, Energy). +- **Risk Label Corrections**: Corrected risk levels to `safe` for `linkedin-cli`, `00-andruia-consultant`, and `20-andruia-niche-intelligence`. + +## 👥 Credits + +A huge shoutout to our community contributors: + +- **@itsmeares** for PR #139 validation fixes and "When to Use" improvements. + +--- + +_Upgrade now: `git pull origin main` to fetch the latest skills._ + +## [6.3.0] - 2026-02-25 - "Agent Discovery & Operational Excellence" + +> **Feature release: AgentFolio discovery skill, LinkedIn CLI automation, Evos operational skills, Andru.ia consulting roles, and hardened validation for new contributors.** + +## 🚀 New Skills + +### 🔍 [agentfolio](skills/agentfolio/) + +**Discover and research autonomous AI agents.** +Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory. + +- **Key Feature 1**: Discover agents for specific use cases. +- **Key Feature 2**: Collect concrete examples and benchmarks for agent capabilities. + +> **Try it:** `Use AgentFolio to find 3 autonomous AI agents focused on code review.` + +### 💼 [linkedin-cli](skills/linkedin-cli/) + +**Automate LinkedIn operations via CLI.** +CLI-based LinkedIn automation skill using `@linkedapi/linkedin-cli` for profile enrichment, outreach, Sales Navigator, and workflow execution. + +- **Key Feature 1**: Fetch profiles and search people/companies. +- **Key Feature 2**: Manage connections and send messages via Sales Navigator. + +> **Try it:** `Use linkedin-cli to search for PMs in San Francisco.` + +### 🚀 [appdeploy](skills/appdeploy/) + +**Deploy full-stack web apps.** +Deploy web apps with backend APIs, database, and file storage via an HTTP API to get an instant public URL. + +- **Key Feature 1**: Chat-native deployment orchestrator. +- **Key Feature 2**: Support for frontend-only and frontend+backend architectures. + +> **Try it:** `Deploy this React-Vite dashboard using appdeploy.` + +### 🐹 [grpc-golang](skills/grpc-golang/) + +**Production-grade gRPC patterns in Go.** +Build robust microservices communication using Protobuf with mTLS, streaming, and observability configurations. + +- **Key Feature 1**: Standardize API contracts with Protobuf and Buf. +- **Key Feature 2**: Implement service-to-service authentication and structured metrics. + +> **Try it:** `Use grpc-golang to define a user service streaming endpoint with mTLS.` + +### 📦 [logistics-exception-management](skills/logistics-exception-management/) + +**Expertise for handling freight and carrier disputes.** +Deeply codified operational playbook for handling shipping exceptions, delays, damages, and claims. Part of the Evos operational domain expertise suite. Additional skills: `carrier-relationship-management`, `customs-trade-compliance`, `inventory-demand-planning`, `production-scheduling`, `returns-reverse-logistics`, `energy-procurement`, `quality-nonconformance`. + +- **Key Feature 1**: Provides escalation protocols and severity classification for exceptions. +- **Key Feature 2**: Delivers templates and decision frameworks for claim management across various delivery modes. + +> **Try it:** `We have a delayed LTL shipment for a key customer, how should we handle it per logistics-exception-management?` + +### 🏗️ [00-andruia-consultant](skills/00-andruia-consultant/) + +**Spanish-language solutions architect.** +Diagnóstica y traza la hoja de ruta óptima para proyectos de IA en español. Additional skills: `20-andruia-niche-intelligence`. + +- **Key Feature 1**: Proporciona entrevistas de diagnóstico para proyectos desde cero o existentes. +- **Key Feature 2**: Propone el escuadrón de expertos necesario y genera artefactos de backlog en español. + +> **Try it:** `Actúa como 00-andruia-consultant y diagnostica este nuevo workspace.` + +## 📦 Improvements + +- **Validation & Quality Bar**: + - Normalised `risk:` labels for new skills to conform to the allowed set (`none`, `safe`, `critical`, `offensive`, `unknown`). + - Added explicit `## When to Use` sections to new operational and contributor skills to keep the registry strictly compatible with `python3 scripts/validate_skills.py --strict`. +- **Interactive Web App**: + - Auto-updating local web app launcher and **Interactive Prompt Builder** enhancements (PR #137) now ship as part of the v6.3.0 baseline. +- **Registry**: + - Validation Chain (`npm run chain` + `npm run validate:strict`) runs clean at 6.3.0 with all new skills indexed in `skills_index.json`, `data/catalog.json`, and `CATALOG.md`. + +## 👥 Credits + +- **@bobrenze-bot** for proposing the AgentFolio integration (Issue #136). +- **@vprudnikoff** for the `linkedin-cli` skill (PR #131). +- **@Onsraa** for the Bevy ECS documentation update around Require Components (PR #132). +- **@Abdulrahmansoliman** for the AdaL CLI README instructions (PR #133). +- **@avimak** for the `appdeploy` deployment skill (PR #134). +- **@HuynhNhatKhanh** for the gRPC Go production patterns skill (PR #135). +- **@zinzied** for the auto-updating web app launcher & Interactive Prompt Builder (PR #137). +- **@nocodemf** for the Evos operational domain skills (PR #138). + +--- + ## [6.2.0] - 2026-02-24 - "Interactive Web App & AWS IaC" > **Feature release: Interactive Skills Web App, AWS Infrastructure as Code skills, and Chrome Extension / Cloudflare Workers developer skills.** @@ -370,6 +753,8 @@ This release significantly upgrades our 3D visualization capabilities with a com --- +## [5.2.0] - 2026-02-13 - "Podcast Generation & Azure AI Skills" + > **New AI capabilities: Podcast Generation, Azure Identity, and Self-Evolving Agents.** ### Added diff --git a/README.md b/README.md index 75a7fc41..dd6fbdbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 🌌 Antigravity Awesome Skills: 930+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More +# 🌌 Antigravity Awesome Skills: 968+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More -> **The Ultimate Collection of 930+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** +> **The Ultimate Collection of 968+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Anthropic-purple)](https://claude.ai) @@ -17,7 +17,7 @@ If this project helps you, you can [support it here](https://buymeacoffee.com/sickn33) or simply ⭐ the repo. -**Antigravity Awesome Skills** is a curated, battle-tested library of **930 high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: +**Antigravity Awesome Skills** is a curated, battle-tested library of **968+ high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: - 🟣 **Claude Code** (Anthropic CLI) - 🔵 **Gemini CLI** (Google DeepMind) @@ -30,7 +30,7 @@ If this project helps you, you can [support it here](https://buymeacoffee.com/si - ⚪ **OpenCode** (Open-source CLI) - 🌸 **AdaL CLI** (Self-evolving Coding Agent) -This repository provides essential skills to transform your AI assistant into a **full-stack digital agency**, including official capabilities from **Anthropic**, **OpenAI**, **Google**, **Microsoft**, **Supabase**, and **Vercel Labs**. +This repository provides essential skills to transform your AI assistant into a **full-stack digital agency**, including official capabilities from **Anthropic**, **OpenAI**, **Google**, **Microsoft**, **Supabase**, **Apify**, and **Vercel Labs**. ## Table of Contents @@ -42,25 +42,24 @@ This repository provides essential skills to transform your AI assistant into a - [🎁 Curated Collections (Bundles)](#curated-collections) - [🧭 Antigravity Workflows](#antigravity-workflows) - [📦 Features & Categories](#features--categories) -- [📚 Browse 930+ Skills](#browse-930-skills) +- [📚 Browse 968+ Skills](#browse-968-skills) - [🤝 How to Contribute](#how-to-contribute) -- [🤝 Community](#community) +- [💬 Community](#community) - [☕ Support the Project](#support-the-project) -- [👥 Contributors & Credits](#credits--sources) +- [🏆 Credits & Sources](#credits--sources) - [👥 Repo Contributors](#repo-contributors) - [⚖️ License](#license) - [🌟 Star History](#star-history) -- [🏷️ GitHub Topics](#github-topics) --- ## New Here? Start Here! -**Welcome to the V6.2.0 Interactive Web Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent. +**Welcome to the V6.7.0 Interactive Web Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent. ### 1. 🐣 Context: What is this? -**Antigravity Awesome Skills** (Release 6.2.0) is a massive upgrade to your AI's capabilities. +**Antigravity Awesome Skills** (Release 6.5.0) is a massive upgrade to your AI's capabilities. AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **specific tools**. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation". **Skills** are small markdown files that teach them how to do these specific tasks perfectly, every time. @@ -108,13 +107,13 @@ Once installed, just ask your agent naturally: These skills follow the universal **SKILL.md** format and work with any AI coding assistant that supports agentic skills. -| Tool | Type | Invocation Example | Path | -| :-------------- | :--- | :-------------------------------- | :---------------- | -| **Claude Code** | CLI | `>> /skill-name help me...` | `.claude/skills/` | -| **Gemini CLI** | CLI | `(User Prompt) Use skill-name...` | `.gemini/skills/` | -| **Codex CLI** | CLI | `(User Prompt) Use skill-name...` | `.codex/skills/` | -| **Kiro CLI** | CLI | `(Auto) Skills load on-demand` | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` | -| **Kiro IDE** | IDE | `/skill-name or (Auto)` | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` | +| Tool | Type | Invocation Example | Path | +| :-------------- | :--- | :-------------------------------- | :-------------------------------------------------------------------- | +| **Claude Code** | CLI | `>> /skill-name help me...` | `.claude/skills/` | +| **Gemini CLI** | CLI | `(User Prompt) Use skill-name...` | `.gemini/skills/` | +| **Codex CLI** | CLI | `(User Prompt) Use skill-name...` | `.codex/skills/` | +| **Kiro CLI** | CLI | `(Auto) Skills load on-demand` | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` | +| **Kiro IDE** | IDE | `/skill-name or (Auto)` | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` | | **Antigravity** | IDE | `(Agent Mode) Use skill...` | Global: `~/.gemini/antigravity/skills/` · Workspace: `.agent/skills/` | | **Cursor** | IDE | `@skill-name (in Chat)` | `.cursor/skills/` | | **Copilot** | Ext | `(Paste content manually)` | N/A | @@ -168,6 +167,9 @@ npx antigravity-awesome-skills --kiro # OpenCode npx antigravity-awesome-skills --path .agents/skills +# AdaL CLI +npx antigravity-awesome-skills --path .adal/skills + # Workspace-specific (e.g. .agent/skills for Antigravity workspace) npx antigravity-awesome-skills --path ~/.agent/skills @@ -191,9 +193,6 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skill # Kiro CLI/IDE global git clone https://github.com/sickn33/antigravity-awesome-skills.git ~/.kiro/skills -# Kiro CLI/IDE workspace -git clone https://github.com/sickn33/antigravity-awesome-skills.git .kiro/skills - # Claude Code specific git clone https://github.com/sickn33/antigravity-awesome-skills.git .claude/skills @@ -203,14 +202,14 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .gemini/skil # Codex CLI specific git clone https://github.com/sickn33/antigravity-awesome-skills.git .codex/skills -# Kiro CLI specific -git clone https://github.com/sickn33/antigravity-awesome-skills.git .kiro/skills - # Cursor specific git clone https://github.com/sickn33/antigravity-awesome-skills.git .cursor/skills # OpenCode git clone https://github.com/sickn33/antigravity-awesome-skills.git .agents/skills + +# AdaL CLI specific +git clone https://github.com/sickn33/antigravity-awesome-skills.git .adal/skills ``` ### Option C: Kiro IDE Import (GUI) @@ -252,7 +251,10 @@ Install to the tool-specific path. Use installer flags: `--antigravity` (default **Good news!** You no longer need to manually run `git pull` or `npx antigravity-awesome-skills` to update your skills. -Simply double-click **`START_APP.bat`** (or run it in your terminal). It will automatically fetch and merge the latest skills from the original repository every time you open the Web App, ensuring you always have the most up-to-date catalog! +- **Windows:** Double-click **`START_APP.bat`** (or run it in your terminal). +- **macOS/Linux:** Run `cd web-app && npm run app:dev` from the repo root. + +Both methods automatically fetch and merge the latest skills from the original repository every time you open the Web App, ensuring you always have the most up-to-date catalog. ### Reinstall from scratch @@ -267,7 +269,7 @@ npx antigravity-awesome-skills **Bundles** are curated groups of skills for a specific role or goal (for example: `Web Wizard`, `Security Engineer`, `OSS Maintainer`). -They help you avoid picking from 927+ skills one by one. +They help you avoid picking from 950+ skills one by one. ### ⚠️ Important: Bundles Are NOT Separate Installations! @@ -339,24 +341,62 @@ The repository is organized into specialized domains to transform your AI into a Counts change as new skills are added. For the current full registry, see [CATALOG.md](CATALOG.md). -## Browse 930+ Skills +## Browse 968+ Skills We have moved the full skill registry to a dedicated catalog to keep this README clean, and we've also introduced an interactive **Web App**! ### 🌐 Interactive Skills Web App -You can now easily search, filter, and discover the perfect skills for your agent using our local Web App. +A modern web interface to explore, search, and use the 950+ skills directly from your browser. -To launch the app: -1. Double-click the `START_APP.bat` file in the root directory (Windows) or run it from your terminal. -2. The app will automatically configure everything and open in your default browser. +#### ✨ Features -#### 🛠️ New: Interactive Prompt Builder -The web app is no longer just a static catalog! When you click on any skill, you will see an **Interactive Prompt Builder** box. -Instead of manually copying `@skill-name` and writing your requirements separately in your IDE: -1. Type your specific project constraints into the text box (e.g., "Use React 19 and Tailwind"). -2. Click **Copy Prompt**. -3. Your clipboard now has a fully formatted, ready-to-run prompt combining the skill invocation and your custom context! +- 🔍 **Full-text search** – Search skills by name, description, or content +- 🏷️ **Category filters** – Frontend, Backend, Security, DevOps, etc. +- 📝 **Markdown rendering** – View complete documentation with syntax highlighting +- 📋 **Copy buttons** – Copy `@skill-name` or full content in 1 click +- 🛠️ **Prompt Builder** – Add custom context before copying +- 🌙 **Dark mode** – Adaptive light/dark interface +- ⚡ **Auto-update** – Automatically syncs with upstream repo + +#### 🚀 Quick Start + +**Windows:** + +```bash +# Double-click or terminal +START_APP.bat +``` + +**macOS/Linux:** + +```bash +# 1. Install dependencies (first time) +cd web-app && npm install + +# 2. Setup assets and launch +npm run app:dev +``` + +**Available npm commands:** + +```bash +npm run app:setup # Copy skills to web-app/public/ +npm run app:dev # Start dev server +npm run app:build # Production build +npm run app:preview # Preview production build +``` + +The app automatically opens at `http://localhost:5173` (or alternative port). + +#### 🛠️ Interactive Prompt Builder + +On each skill page you'll find the **Interactive Prompt Builder**. Instead of manually copying `@skill-name` and writing your requirements separately in your IDE: + +1. Type your specific project constraints into the text box (e.g., "Use React 19, TypeScript and Tailwind"). +2. Click **Copy Prompt** — copies a fully formatted, ready-to-run prompt combining `@skill-name` + your custom context. +3. Or click **Copy Full Content** — copies the full skill documentation. +4. Paste into your AI assistant (Claude, Cursor, Gemini, etc.). 👉 **[View the Complete Skill Catalog (CATALOG.md)](CATALOG.md)** @@ -432,12 +472,12 @@ This collection would not be possible without the incredible work of the Claude - **[supabase/agent-skills](https://github.com/supabase/agent-skills)**: Supabase official skills - Postgres Best Practices. - **[microsoft/skills](https://github.com/microsoft/skills)**: Official Microsoft skills - Azure cloud services, Bot Framework, Cognitive Services, and enterprise development patterns across .NET, Python, TypeScript, Go, Rust, and Java. - **[google-gemini/gemini-skills](https://github.com/google-gemini/gemini-skills)**: Official Gemini skills - Gemini API, SDK and model interactions. +- **[apify/agent-skills](https://github.com/apify/agent-skills)**: Official Apify skills - Web scraping, data extraction and automation. ### Community Contributors - **[rmyndharis/antigravity-skills](https://github.com/rmyndharis/antigravity-skills)**: For the massive contribution of 300+ Enterprise skills and the catalog generation logic. - **[amartelr/antigravity-workspace-manager](https://github.com/amartelr/antigravity-workspace-manager)**: Official Workspace Manager CLI companion to dynamically auto-provision subsets of skills across unlimited local development environments. - - **[obra/superpowers](https://github.com/obra/superpowers)**: The original "Superpowers" by Jesse Vincent. - **[guanyang/antigravity-skills](https://github.com/guanyang/antigravity-skills)**: Core Antigravity extensions. - **[diet103/claude-code-infrastructure-showcase](https://github.com/diet103/claude-code-infrastructure-showcase)**: Infrastructure and Backend/Frontend Guidelines. @@ -457,7 +497,11 @@ This collection would not be possible without the incredible work of the Claude - **[webzler/agentMemory](https://github.com/webzler/agentMemory)**: Source for the agent-memory-mcp skill. - **[sstklen/claude-api-cost-optimization](https://github.com/sstklen/claude-api-cost-optimization)**: Save 50-90% on Claude API costs with smart optimization strategies (MIT). - **[Wittlesus/cursorrules-pro](https://github.com/Wittlesus/cursorrules-pro)**: Professional .cursorrules configurations for 8 frameworks - Next.js, React, Python, Go, Rust, and more. Works with Cursor, Claude Code, and Windsurf. -- **[SSOJet/skills](https://github.com/ssojet/skills)**: Production-ready SSOJet skills and integration guides for popular frameworks and platforms — Node.js, Next.js, React, Java, .NET Core, Go, iOS, Android, and more. Works seamlessly with SSOJet SAML, OIDC, and enterprise SSO flows.Works with Cursor,Antigravity, Claude Code, and Windsurf. +- **[nedcodes-ok/rule-porter](https://github.com/nedcodes-ok/rule-porter)**: Bidirectional rule converter between Cursor (.mdc), Claude Code (CLAUDE.md), GitHub Copilot, Windsurf, and legacy .cursorrules formats. Zero dependencies. +- **[SSOJet/skills](https://github.com/ssojet/skills)**: Production-ready SSOJet skills and integration guides for popular frameworks and platforms — Node.js, Next.js, React, Java, .NET Core, Go, iOS, Android, and more. Works seamlessly with SSOJet SAML, OIDC, and enterprise SSO flows. Works with Cursor, Antigravity, Claude Code, and Windsurf. +- **[MojoAuth/skills](https://github.com/MojoAuth/skills)**: Production-ready MojoAuth guides and examples for popular frameworks like Node.js, Next.js, React, Java, .NET Core, Go, iOS, and Android. +- **[Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper)**: X (Twitter) data platform — tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, 19 extraction tools, MCP server. +- **[shmlkv/dna-claude-analysis](https://github.com/shmlkv/dna-claude-analysis)**: Personal genome analysis toolkit — Python scripts analyzing raw DNA data across 17 categories (health risks, ancestry, pharmacogenomics, nutrition, psychology, etc.) with terminal-style single-page HTML visualization. ### Inspirations @@ -469,63 +513,82 @@ This collection would not be possible without the incredible work of the Claude ## Repo Contributors - + Repository contributors Made with [contrib.rocks](https://contrib.rocks). We officially thank the following contributors for their help in making this repository awesome! -- [@sck000](https://github.com/sck000) -- [@munir-abbasi](https://github.com/munir-abbasi) - [@sickn33](https://github.com/sickn33) +- [@munir-abbasi](https://github.com/munir-abbasi) +- [@ssumanbiswas](https://github.com/ssumanbiswas) +- [@zinzied](https://github.com/zinzied) - [@Mohammad-Faiz-Cloud-Engineer](https://github.com/Mohammad-Faiz-Cloud-Engineer) - [@Dokhacgiakhoa](https://github.com/Dokhacgiakhoa) - [@IanJ332](https://github.com/IanJ332) - [@chauey](https://github.com/chauey) -- [@PabloSMD](https://github.com/PabloSMD) -- [@GuppyTheCat](https://github.com/GuppyTheCat) -- [@Tiger-Foxx](https://github.com/Tiger-Foxx) -- [@arathiesh](https://github.com/arathiesh) -- [@liyin2015](https://github.com/liyin2015) -- [@1bcMax](https://github.com/1bcMax) -- [@ALEKGG1](https://github.com/ALEKGG1) - [@ar27111994](https://github.com/ar27111994) -- [@BenedictKing](https://github.com/BenedictKing) -- [@whatiskadudoing](https://github.com/whatiskadudoing) -- [@LocNguyenSGU](https://github.com/LocNguyenSGU) -- [@yubing744](https://github.com/yubing744) +- [@8hrsk](https://github.com/8hrsk) +- [@itsmeares](https://github.com/itsmeares) +- [@GuppyTheCat](https://github.com/GuppyTheCat) +- [@fernandorych](https://github.com/fernandorych) +- [@nikolasdehor](https://github.com/nikolasdehor) +- [@talesperito](https://github.com/talesperito) +- [@jackjin1997](https://github.com/jackjin1997) +- [@HuynhNhatKhanh](https://github.com/HuynhNhatKhanh) +- [@liyin2015](https://github.com/liyin2015) +- [@arathiesh](https://github.com/arathiesh) +- [@Tiger-Foxx](https://github.com/Tiger-Foxx) +- [@Musayrlsms](https://github.com/Musayrlsms) +- [@sohamganatra](https://github.com/sohamganatra) - [@SuperJMN](https://github.com/SuperJMN) +- [@SebConejo](https://github.com/SebConejo) +- [@Onsraa](https://github.com/Onsraa) - [@truongnmt](https://github.com/truongnmt) +- [@code-vj](https://github.com/code-vj) - [@viktor-ferenczi](https://github.com/viktor-ferenczi) +- [@vprudnikoff](https://github.com/vprudnikoff) +- [@Vonfry](https://github.com/Vonfry) +- [@Wittlesus](https://github.com/Wittlesus) +- [@avimak](https://github.com/avimak) +- [@buzzbysolcex](https://github.com/buzzbysolcex) - [@c1c3ru](https://github.com/c1c3ru) - [@ckdwns9121](https://github.com/ckdwns9121) +- [@developer-victor](https://github.com/developer-victor) - [@fbientrigo](https://github.com/fbientrigo) - [@junited31](https://github.com/junited31) - [@KrisnaSantosa15](https://github.com/KrisnaSantosa15) +- [@nocodemf](https://github.com/nocodemf) - [@sstklen](https://github.com/sstklen) - [@taksrules](https://github.com/taksrules) +- [@thuanlm215](https://github.com/thuanlm215) - [@zebbern](https://github.com/zebbern) - [@vuth-dogo](https://github.com/vuth-dogo) -- [@mvanhorn](https://github.com/mvanhorn) -- [@rookie-ricardo](https://github.com/rookie-ricardo) -- [@evandro-miguel](https://github.com/evandro-miguel) -- [@raeef1001](https://github.com/raeef1001) -- [@devchangjun](https://github.com/devchangjun) -- [@jackjin1997](https://github.com/jackjin1997) -- [@ericgandrade](https://github.com/ericgandrade) -- [@sohamganatra](https://github.com/sohamganatra) -- [@Nguyen-Van-Chan](https://github.com/Nguyen-Van-Chan) -- [@8hrsk](https://github.com/8hrsk) -- [@Wittlesus](https://github.com/Wittlesus) -- [@Vonfry](https://github.com/Vonfry) -- [@ssumanbiswas](https://github.com/ssumanbiswas) -- [@amartelr](https://github.com/amartelr) -- [@fernandorych](https://github.com/fernandorych) -- [@GeekLuffy](https://github.com/GeekLuffy) -- [@zinzied](https://github.com/zinzied) -- [@code-vj](https://github.com/code-vj) -- [@thuanlm](https://github.com/thuanlm) +- [@ALEKGG1](https://github.com/ALEKGG1) +- [@Abdulrahmansoliman](https://github.com/Abdulrahmansoliman) +- [@alexmvie](https://github.com/alexmvie) +- [@Andruia](https://github.com/Andruia) +- [@acbhatt12](https://github.com/acbhatt12) +- [@BenedictKing](https://github.com/BenedictKing) +- [@rcigor](https://github.com/rcigor) +- [@whatiskadudoing](https://github.com/whatiskadudoing) +- [@k-kolomeitsev](https://github.com/k-kolomeitsev) +- [@Krishna-Modi12](https://github.com/Krishna-Modi12) +- [@kromahlusenii-ops](https://github.com/kromahlusenii-ops) +- [@djmahe4](https://github.com/djmahe4) +- [@maxdml](https://github.com/maxdml) +- [@mertbaskurt](https://github.com/mertbaskurt) +- [@nedcodes-ok](https://github.com/nedcodes-ok) +- [@LocNguyenSGU](https://github.com/LocNguyenSGU) +- [@KhaiTrang1995](https://github.com/KhaiTrang1995) +- [@sharmanilay](https://github.com/sharmanilay) +- [@yubing744](https://github.com/yubing744) +- [@PabloASMD](https://github.com/PabloASMD) +- [@0xrohitgarg](https://github.com/0xrohitgarg) +- [@Silverov](https://github.com/Silverov) +- [@shmlkv](https://github.com/shmlkv) +- [@kriptoburak](https://github.com/kriptoburak) --- @@ -539,16 +602,6 @@ MIT License. See [LICENSE](LICENSE) for details. [![Star History Chart](https://api.star-history.com/svg?repos=sickn33/antigravity-awesome-skills&type=date&legend=top-left)](https://www.star-history.com/#sickn33/antigravity-awesome-skills&type=date&legend=top-left) -If Antigravity Awesome Skills has been useful, consider ⭐ starring the repo or [buying me a book](https://buymeacoffee.com/sickn33). +If Antigravity Awesome Skills has been useful, consider ⭐ starring the repo! ---- - -## GitHub Topics - -For repository maintainers, add these topics to maximize discoverability: - -```text -claude-code, gemini-cli, codex-cli, antigravity, cursor, github-copilot, opencode, -agentic-skills, ai-coding, llm-tools, ai-agents, autonomous-coding, mcp, -ai-developer-tools, ai-pair-programming, vibe-coding, skill, skills, SKILL.md, rules.md, CLAUDE.md, GEMINI.md, CURSOR.md -``` + diff --git a/START_APP.bat b/START_APP.bat index 6c183e01..5555ab67 100644 --- a/START_APP.bat +++ b/START_APP.bat @@ -14,15 +14,101 @@ IF %ERRORLEVEL% NEQ 0 ( exit /b 1 ) +:: ===== Auto-Update Skills from GitHub ===== +echo [INFO] Checking for skill updates... + +:: Method 1: Try Git first (if available) +WHERE git >nul 2>nul +IF %ERRORLEVEL% EQU 0 goto :USE_GIT + +:: Method 2: Try PowerShell download (fallback) +echo [INFO] Git not found. Using alternative download method... +goto :USE_POWERSHELL + +:USE_GIT +:: Add upstream remote if not already set +git remote get-url upstream >nul 2>nul +IF %ERRORLEVEL% EQU 0 goto :DO_FETCH +echo [INFO] Adding upstream remote... +git remote add upstream https://github.com/sickn33/antigravity-awesome-skills.git + +:DO_FETCH +echo [INFO] Fetching latest skills from original repo... +git fetch upstream >nul 2>nul +IF %ERRORLEVEL% NEQ 0 goto :FETCH_FAIL +goto :DO_MERGE + +:FETCH_FAIL +echo [WARN] Could not fetch updates via Git. Trying alternative method... +goto :USE_POWERSHELL + +:DO_MERGE +:: Surgically extract ONLY the /skills/ folder from upstream to avoid all merge conflicts +git checkout upstream/main -- skills >nul 2>nul +IF %ERRORLEVEL% NEQ 0 goto :MERGE_FAIL + +:: Save the updated skills to local history silently +git commit -m "auto-update: sync latest skills from upstream" >nul 2>nul +echo [INFO] Skills updated successfully from original repo! +goto :SKIP_UPDATE + +:MERGE_FAIL +echo [WARN] Could not update skills via Git. Trying alternative method... +goto :USE_POWERSHELL + +:USE_POWERSHELL +echo [INFO] Downloading latest skills via HTTPS... +if exist "update_temp" rmdir /S /Q "update_temp" >nul 2>nul +if exist "update.zip" del "update.zip" >nul 2>nul + +:: Download the latest repository as ZIP +powershell -Command "Invoke-WebRequest -Uri 'https://github.com/sickn33/antigravity-awesome-skills/archive/refs/heads/main.zip' -OutFile 'update.zip' -UseBasicParsing" >nul 2>nul +IF %ERRORLEVEL% NEQ 0 goto :DOWNLOAD_FAIL + +:: Extract and update skills +echo [INFO] Extracting latest skills... +powershell -Command "Expand-Archive -Path 'update.zip' -DestinationPath 'update_temp' -Force" >nul 2>nul +IF %ERRORLEVEL% NEQ 0 goto :EXTRACT_FAIL + +:: Copy only the skills folder +if exist "update_temp\antigravity-awesome-skills-main\skills" ( + echo [INFO] Updating skills directory... + xcopy /E /Y /I "update_temp\antigravity-awesome-skills-main\skills" "skills" >nul 2>nul + echo [INFO] Skills updated successfully without Git! +) else ( + echo [WARN] Could not find skills folder in downloaded archive. + goto :UPDATE_FAIL +) + +:: Cleanup +del "update.zip" >nul 2>nul +rmdir /S /Q "update_temp" >nul 2>nul +goto :SKIP_UPDATE + +:DOWNLOAD_FAIL +echo [WARN] Failed to download skills update (network issue or no internet). +goto :UPDATE_FAIL + +:EXTRACT_FAIL +echo [WARN] Failed to extract downloaded skills archive. +goto :UPDATE_FAIL + +:UPDATE_FAIL +echo [INFO] Continuing with local skills version... +echo [INFO] To manually update skills later, run: npm run update:skills + +:SKIP_UPDATE + :: Check/Install dependencies cd web-app +:CHECK_DEPS if not exist "node_modules\" ( echo [INFO] Dependencies not found. Installing... goto :INSTALL_DEPS ) -:: Verify dependencies aren't corrupted +:: Verify dependencies aren't corrupted (e.g. esbuild arch mismatch after update) echo [INFO] Verifying app dependencies... call npx -y vite --version >nul 2>nul if %ERRORLEVEL% NEQ 0 ( @@ -52,7 +138,6 @@ call npm run app:setup :: Start App echo [INFO] Starting Web App... echo [INFO] Opening default browser... -echo [INFO] Use the Sync Skills button in the app to update skills from GitHub! cd web-app call npx -y vite --open diff --git a/assets/star-history.png b/assets/star-history.png index be4b8201..61b6ce0a 100644 Binary files a/assets/star-history.png and b/assets/star-history.png differ diff --git a/data/aliases.json b/data/aliases.json index 2d0e5090..5fe7bb69 100644 --- a/data/aliases.json +++ b/data/aliases.json @@ -1,11 +1,13 @@ { "generatedAt": "2026-02-08T00:00:00.000Z", "aliases": { + "20-andruia-intelligence": "20-andruia-niche-intelligence", "accessibility-compliance-audit": "accessibility-compliance-accessibility-audit", "agent-orchestration-improve": "agent-orchestration-improve-agent", "agent-orchestration-optimize": "agent-orchestration-multi-agent-optimize", "android-jetpack-expert": "android-jetpack-compose-expert", "api-testing-mock": "api-testing-observability-api-mock", + "apify-brand-monitoring": "apify-brand-reputation-monitoring", "templates": "app-builder/templates", "application-performance-optimization": "application-performance-performance-optimization", "azure-ai-dotnet": "azure-ai-agents-persistent-dotnet", @@ -104,6 +106,7 @@ "security/aws-iam-practices": "security/aws-iam-best-practices", "aws-secrets-rotation": "security/aws-secrets-rotation", "aws-security-audit": "security/aws-security-audit", + "seo-forensic-response": "seo-forensic-incident-response", "startup-business-case": "startup-business-analyst-business-case", "startup-business-projections": "startup-business-analyst-financial-projections", "startup-business-opportunity": "startup-business-analyst-market-opportunity", diff --git a/data/bundles.json b/data/bundles.json index b2550a38..cc48f014 100644 --- a/data/bundles.json +++ b/data/bundles.json @@ -8,6 +8,7 @@ "agent-framework-azure-ai-py", "algolia-search", "android-jetpack-compose-expert", + "android_ui_verification", "api-design-principles", "api-documentation", "api-documentation-generator", @@ -17,7 +18,9 @@ "api-security-best-practices", "api-security-testing", "api-testing-observability-api-mock", + "apify-actorization", "app-store-optimization", + "appdeploy", "application-performance-performance-optimization", "architecture-patterns", "async-python-patterns", @@ -25,15 +28,21 @@ "azure-ai-agents-persistent-java", "azure-ai-anomalydetector-java", "azure-ai-contentsafety-java", + "azure-ai-contentsafety-py", + "azure-ai-contentunderstanding-py", "azure-ai-formrecognizer-java", + "azure-ai-ml-py", "azure-ai-projects-java", "azure-ai-projects-py", "azure-ai-projects-ts", + "azure-ai-transcription-py", "azure-ai-translation-ts", "azure-ai-vision-imageanalysis-java", "azure-ai-voicelive-java", "azure-ai-voicelive-py", + "azure-ai-voicelive-ts", "azure-appconfiguration-java", + "azure-appconfiguration-py", "azure-appconfiguration-ts", "azure-communication-callautomation-java", "azure-communication-callingserver-java", @@ -41,34 +50,64 @@ "azure-communication-common-java", "azure-communication-sms-java", "azure-compute-batch-java", + "azure-containerregistry-py", "azure-cosmos-db-py", "azure-cosmos-java", + "azure-cosmos-py", "azure-cosmos-rust", + "azure-cosmos-ts", "azure-data-tables-java", + "azure-data-tables-py", "azure-eventgrid-java", + "azure-eventgrid-py", "azure-eventhub-java", + "azure-eventhub-py", "azure-eventhub-rust", "azure-eventhub-ts", "azure-functions", "azure-identity-java", + "azure-identity-py", "azure-identity-rust", "azure-identity-ts", "azure-keyvault-certificates-rust", "azure-keyvault-keys-rust", "azure-keyvault-keys-ts", + "azure-keyvault-py", "azure-keyvault-secrets-rust", "azure-keyvault-secrets-ts", "azure-messaging-webpubsub-java", + "azure-messaging-webpubsubservice-py", + "azure-mgmt-apicenter-dotnet", + "azure-mgmt-apicenter-py", + "azure-mgmt-apimanagement-dotnet", + "azure-mgmt-apimanagement-py", + "azure-mgmt-botservice-py", + "azure-mgmt-fabric-py", "azure-monitor-ingestion-java", + "azure-monitor-ingestion-py", "azure-monitor-opentelemetry-exporter-java", + "azure-monitor-opentelemetry-exporter-py", + "azure-monitor-opentelemetry-py", "azure-monitor-opentelemetry-ts", "azure-monitor-query-java", + "azure-monitor-query-py", + "azure-postgres-ts", + "azure-search-documents-py", "azure-search-documents-ts", "azure-security-keyvault-keys-java", "azure-security-keyvault-secrets-java", + "azure-servicebus-py", "azure-servicebus-ts", + "azure-speech-to-text-rest-py", "azure-storage-blob-java", + "azure-storage-blob-py", "azure-storage-blob-rust", + "azure-storage-blob-ts", + "azure-storage-file-datalake-py", + "azure-storage-file-share-py", + "azure-storage-file-share-ts", + "azure-storage-queue-py", + "azure-storage-queue-ts", "azure-web-pubsub-ts", "backend-architect", "backend-dev-guidelines", @@ -84,6 +123,7 @@ "cdk-patterns", "code-documentation-doc-generate", "context7-auto-research", + "convex", "copilot-sdk", "dbos-golang", "dbos-python", @@ -121,6 +161,7 @@ "go-playwright", "go-rod-master", "golang-pro", + "grpc-golang", "hubspot-integration", "ios-developer", "java-pro", @@ -129,6 +170,8 @@ "javascript-testing-patterns", "javascript-typescript-typescript-scaffold", "launch-strategy", + "m365-agents-py", + "m365-agents-ts", "makepad-skills", "manifest", "memory-safety-patterns", @@ -186,6 +229,7 @@ "tavily-web", "telegram-bot-builder", "telegram-mini-app", + "temporal-golang-pro", "temporal-python-pro", "temporal-python-testing", "trigger-dev", @@ -215,6 +259,7 @@ "auth-implementation-patterns", "aws-penetration-testing", "azure-cosmos-db-py", + "azure-keyvault-py", "azure-keyvault-secrets-rust", "azure-keyvault-secrets-ts", "azure-security-keyvault-keys-dotnet", @@ -227,20 +272,22 @@ "clerk-auth", "cloud-penetration-testing", "code-review-checklist", - "code-reviewer", "codebase-cleanup-deps-audit", + "convex", + "customs-trade-compliance", "dependency-management-deps-audit", "deployment-pipeline-design", - "design-orchestration", "docker-expert", "dotnet-backend", "ethical-hacking-methodology", "find-bugs", "firebase", + "firmware-analyst", "framework-migration-deps-upgrade", "frontend-mobile-security-xss-scan", "frontend-security-coder", "gdpr-data-handling", + "graphql-architect", "k8s-manifest-generator", "k8s-security-policies", "laravel-expert", @@ -248,16 +295,21 @@ "legal-advisor", "linkerd-patterns", "loki-mode", + "m365-agents-dotnet", + "m365-agents-py", + "malware-analyst", "mobile-security-coder", - "multi-agent-brainstorming", "nestjs-expert", + "network-engineer", "nextjs-supabase-auth", "nodejs-best-practices", "notebooklm", "openapi-spec-generation", + "payment-integration", "pci-compliance", "pentest-checklist", "plaid-fintech", + "quant-analyst", "risk-manager", "risk-metrics-calculation", "sast-configuration", @@ -282,6 +334,7 @@ "threat-mitigation-mapping", "threat-modeling-expert", "top-web-vulnerabilities", + "ui-visual-validator", "varlock-claude-skill", "vulnerability-scanner", "web-design-guidelines", @@ -294,12 +347,21 @@ "description": "Kubernetes and service mesh essentials.", "skills": [ "azure-cosmos-db-py", + "azure-identity-dotnet", "azure-identity-java", + "azure-identity-py", "azure-identity-ts", + "azure-messaging-webpubsubservice-py", + "azure-mgmt-botservice-dotnet", + "azure-mgmt-botservice-py", + "azure-servicebus-dotnet", + "azure-servicebus-py", "azure-servicebus-ts", + "chrome-extension-developer", "cloud-devops", "freshservice-automation", "gitops-workflow", + "grpc-golang", "helm-chart-scaffolding", "istio-traffic-management", "k8s-manifest-generator", @@ -324,21 +386,41 @@ "airflow-dag-patterns", "analytics-tracking", "angular-ui-patterns", + "apify-actor-development", + "apify-content-analytics", + "apify-ecommerce", + "apify-ultimate-scraper", + "appdeploy", + "azure-ai-document-intelligence-dotnet", "azure-ai-document-intelligence-ts", + "azure-ai-textanalytics-py", "azure-cosmos-db-py", + "azure-cosmos-java", + "azure-cosmos-py", + "azure-cosmos-rust", + "azure-cosmos-ts", "azure-data-tables-java", "azure-data-tables-py", "azure-eventhub-java", + "azure-eventhub-rust", "azure-eventhub-ts", + "azure-maps-search-dotnet", + "azure-monitor-ingestion-java", + "azure-monitor-ingestion-py", + "azure-monitor-query-java", + "azure-monitor-query-py", "azure-postgres-ts", "azure-resource-manager-mysql-dotnet", + "azure-resource-manager-postgresql-dotnet", "azure-resource-manager-sql-dotnet", "azure-security-keyvault-secrets-java", + "azure-storage-file-datalake-py", "blockrun", "business-analyst", "cc-skill-backend-patterns", "cc-skill-clickhouse-io", "claude-d3js-skill", + "content-marketer", "data-engineer", "data-engineering-data-driven-feature", "data-engineering-data-pipeline", @@ -364,7 +446,9 @@ "google-analytics-automation", "googlesheets-automation", "graphql", + "ios-developer", "kpi-dashboard-design", + "legal-advisor", "libreoffice/base", "libreoffice/calc", "loki-mode", @@ -380,9 +464,13 @@ "postgresql", "postgresql-optimization", "prisma-expert", + "programmatic-seo", "pydantic-models-py", + "quant-analyst", "rag-implementation", "react-ui-patterns", + "scala-pro", + "schema-markup", "segment-cdp", "sendgrid-automation", "senior-architect", @@ -395,6 +483,7 @@ "unity-ecs-patterns", "using-neon", "vector-database-engineer", + "x-twitter-scraper", "xlsx-official", "youtube-automation" ] @@ -405,16 +494,21 @@ "agent-evaluation", "airflow-dag-patterns", "api-testing-observability-api-mock", + "apify-brand-reputation-monitoring", "application-performance-performance-optimization", "aws-serverless", "azd-deployment", "azure-ai-anomalydetector-java", + "azure-mgmt-applicationinsights-dotnet", + "azure-mgmt-arizeaiobservabilityeval-dotnet", + "azure-mgmt-weightsandbiases-dotnet", "azure-microsoft-playwright-testing-ts", "azure-monitor-opentelemetry-ts", "backend-development-feature-development", "cicd-automation-workflow-automate", "cloud-devops", "code-review-ai-ai-review", + "convex", "data-engineering-data-pipeline", "database-migrations-migration-observability", "deployment-engineer", @@ -424,6 +518,7 @@ "devops-troubleshooter", "distributed-debugging-debug-trace", "distributed-tracing", + "django-pro", "docker-expert", "e2e-testing-patterns", "error-debugging-error-analysis", @@ -431,22 +526,27 @@ "error-diagnostics-error-analysis", "error-diagnostics-error-trace", "expo-deployment", + "flutter-expert", "game-development/game-art", "git-pr-workflows-git-workflow", "gitlab-ci-patterns", "gitops-workflow", "grafana-dashboards", + "grpc-golang", "incident-responder", "incident-response-incident-response", "incident-response-smart-fix", "incident-runbook-templates", "kpi-dashboard-design", + "kubernetes-architect", "kubernetes-deployment", "langfuse", "llm-app-patterns", "loki-mode", "machine-learning-ops-ml-pipeline", + "malware-analyst", "manifest", + "ml-engineer", "ml-pipeline-workflow", "observability-engineer", "observability-monitoring-monitor-setup", @@ -457,12 +557,16 @@ "postmortem-writing", "prometheus-configuration", "risk-metrics-calculation", + "seo-forensic-incident-response", "server-management", "service-mesh-expert", "service-mesh-observability", "slo-implementation", + "temporal-python-pro", + "unity-developer", "vercel-deploy-claimable", - "vercel-deployment" + "vercel-deployment", + "x-twitter-scraper" ] } }, diff --git a/data/catalog.json b/data/catalog.json index d3fa186a..4fa4758e 100644 --- a/data/catalog.json +++ b/data/catalog.json @@ -1,7 +1,87 @@ { "generatedAt": "2026-02-08T00:00:00.000Z", - "total": 930, + "total": 968, "skills": [ + { + "id": "00-andruia-consultant", + "name": "00-andruia-consultant", + "description": "Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.", + "category": "general", + "tags": [ + "00", + "andruia", + "consultant" + ], + "triggers": [ + "00", + "andruia", + "consultant", + "arquitecto", + "de", + "soluciones", + "principal", + "consultor", + "tecnol", + "gico", + "andru", + "ia" + ], + "path": "skills/00-andruia-consultant/SKILL.md" + }, + { + "id": "10-andruia-skill-smith", + "name": "10-andruia-skill-smith", + "description": "Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.", + "category": "general", + "tags": [ + "10", + "andruia", + "skill", + "smith" + ], + "triggers": [ + "10", + "andruia", + "skill", + "smith", + "ingeniero", + "de", + "sistemas", + "andru", + "ia", + "dise", + "redacta", + "despliega" + ], + "path": "skills/10-andruia-skill-smith/SKILL.md" + }, + { + "id": "20-andruia-niche-intelligence", + "name": "20-andruia-niche-intelligence", + "description": "Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del sector. Actívalo tras definir el nicho.", + "category": "general", + "tags": [ + "20", + "andruia", + "niche", + "intelligence" + ], + "triggers": [ + "20", + "andruia", + "niche", + "intelligence", + "estratega", + "de", + "inteligencia", + "dominio", + "andru", + "ia", + "analiza", + "el" + ], + "path": "skills/20-andruia-niche-intelligence/SKILL.md" + }, { "id": "3d-web-experience", "name": "3d-web-experience", @@ -359,6 +439,27 @@ ], "path": "skills/agent-tool-builder/SKILL.md" }, + { + "id": "agentfolio", + "name": "agentfolio", + "description": "Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory.", + "category": "data-ai", + "tags": [ + "agentfolio" + ], + "triggers": [ + "agentfolio", + "skill", + "discovering", + "researching", + "autonomous", + "ai", + "agents", + "ecosystems", + "directory" + ], + "path": "skills/agentfolio/SKILL.md" + }, { "id": "agents-v2-py", "name": "agents-v2-py", @@ -437,7 +538,7 @@ { "id": "ai-engineer", "name": "ai-engineer", - "description": "Build production-ready LLM applications, advanced RAG systems, and", + "description": "Build production-ready LLM applications, advanced RAG systems, and intelligent agents. Implements vector search, multimodal AI, agent orchestration, and enterprise AI integrations.", "category": "data-ai", "tags": [ "ai" @@ -447,7 +548,14 @@ "engineer", "llm", "applications", - "rag" + "rag", + "intelligent", + "agents", + "implements", + "vector", + "search", + "multimodal", + "agent" ], "path": "skills/ai-engineer/SKILL.md" }, @@ -479,7 +587,7 @@ { "id": "ai-product", "name": "ai-product", - "description": "Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ...", + "description": "Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ...", "category": "data-ai", "tags": [ "ai", @@ -651,7 +759,7 @@ { "id": "analytics-tracking", "name": "analytics-tracking", - "description": ">", + "description": "Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data.", "category": "data-ai", "tags": [ "analytics", @@ -659,7 +767,13 @@ ], "triggers": [ "analytics", - "tracking" + "tracking", + "audit", + "improve", + "produce", + "reliable", + "decision", + "data" ], "path": "skills/analytics-tracking/SKILL.md" }, @@ -688,16 +802,47 @@ ], "path": "skills/android-jetpack-compose-expert/SKILL.md" }, + { + "id": "android_ui_verification", + "name": "android_ui_verification", + "description": "Automated end-to-end UI testing and verification on an Android Emulator using ADB.", + "category": "development", + "tags": [ + "android_ui_verification" + ], + "triggers": [ + "android_ui_verification", + "android", + "ui", + "verification", + "automated", + "testing", + "emulator", + "adb" + ], + "path": "skills/android_ui_verification/SKILL.md" + }, { "id": "angular", "name": "angular", - "description": ">-", - "category": "general", + "description": "Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns.", + "category": "architecture", "tags": [ "angular" ], "triggers": [ - "angular" + "angular", + "v20", + "deep", + "knowledge", + "signals", + "standalone", + "components", + "zoneless", + "applications", + "ssr", + "hydration", + "reactive" ], "path": "skills/angular/SKILL.md" }, @@ -927,7 +1072,7 @@ { "id": "api-documenter", "name": "api-documenter", - "description": "Master API documentation with OpenAPI 3.1, AI-powered tools, and", + "description": "Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals.", "category": "data-ai", "tags": [ "api", @@ -939,7 +1084,13 @@ "documentation", "openapi", "ai", - "powered" + "powered", + "developer", + "experience", + "interactive", + "docs", + "generate", + "sdks" ], "path": "skills/api-documenter/SKILL.md" }, @@ -1072,6 +1223,314 @@ ], "path": "skills/api-testing-observability-api-mock/SKILL.md" }, + { + "id": "apify-actor-development", + "name": "apify-actor-development", + "description": "Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Acto...", + "category": "infrastructure", + "tags": [ + "apify", + "actor" + ], + "triggers": [ + "apify", + "actor", + "development", + "develop", + "debug", + "deploy", + "actors", + "serverless", + "cloud", + "programs", + "web", + "scraping" + ], + "path": "skills/apify-actor-development/SKILL.md" + }, + { + "id": "apify-actorization", + "name": "apify-actorization", + "description": "Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Us...", + "category": "infrastructure", + "tags": [ + "apify", + "actorization" + ], + "triggers": [ + "apify", + "actorization", + "convert", + "existing", + "actors", + "serverless", + "cloud", + "programs", + "actorize", + "javascript", + "typescript", + "sdk" + ], + "path": "skills/apify-actorization/SKILL.md" + }, + { + "id": "apify-audience-analysis", + "name": "apify-audience-analysis", + "description": "Understand audience demographics, preferences, behavior patterns, and engagement quality across Facebook, Instagram, YouTube, and TikTok.", + "category": "architecture", + "tags": [ + "apify", + "audience" + ], + "triggers": [ + "apify", + "audience", + "analysis", + "understand", + "demographics", + "preferences", + "behavior", + "engagement", + "quality", + "facebook", + "instagram", + "youtube" + ], + "path": "skills/apify-audience-analysis/SKILL.md" + }, + { + "id": "apify-brand-reputation-monitoring", + "name": "apify-brand-reputation-monitoring", + "description": "Track reviews, ratings, sentiment, and brand mentions across Google Maps, Booking.com, TripAdvisor, Facebook, Instagram, YouTube, and TikTok. Use when user asks to monitor brand reputation, analyze...", + "category": "infrastructure", + "tags": [ + "apify", + "brand", + "reputation", + "monitoring" + ], + "triggers": [ + "apify", + "brand", + "reputation", + "monitoring", + "track", + "reviews", + "ratings", + "sentiment", + "mentions", + "google", + "maps", + "booking" + ], + "path": "skills/apify-brand-reputation-monitoring/SKILL.md" + }, + { + "id": "apify-competitor-intelligence", + "name": "apify-competitor-intelligence", + "description": "Analyze competitor strategies, content, pricing, ads, and market positioning across Google Maps, Booking.com, Facebook, Instagram, YouTube, and TikTok.", + "category": "business", + "tags": [ + "apify", + "competitor", + "intelligence" + ], + "triggers": [ + "apify", + "competitor", + "intelligence", + "analyze", + "content", + "pricing", + "ads", + "market", + "positioning", + "google", + "maps", + "booking" + ], + "path": "skills/apify-competitor-intelligence/SKILL.md" + }, + { + "id": "apify-content-analytics", + "name": "apify-content-analytics", + "description": "Track engagement metrics, measure campaign ROI, and analyze content performance across Instagram, Facebook, YouTube, and TikTok.", + "category": "data-ai", + "tags": [ + "apify", + "content", + "analytics" + ], + "triggers": [ + "apify", + "content", + "analytics", + "track", + "engagement", + "metrics", + "measure", + "campaign", + "roi", + "analyze", + "performance", + "instagram" + ], + "path": "skills/apify-content-analytics/SKILL.md" + }, + { + "id": "apify-ecommerce", + "name": "apify-ecommerce", + "description": "Scrape e-commerce data for pricing intelligence, customer reviews, and seller discovery across Amazon, Walmart, eBay, IKEA, and 50+ marketplaces. Use when user asks to monitor prices, track competi...", + "category": "data-ai", + "tags": [ + "apify", + "ecommerce" + ], + "triggers": [ + "apify", + "ecommerce", + "scrape", + "commerce", + "data", + "pricing", + "intelligence", + "customer", + "reviews", + "seller", + "discovery", + "amazon" + ], + "path": "skills/apify-ecommerce/SKILL.md" + }, + { + "id": "apify-influencer-discovery", + "name": "apify-influencer-discovery", + "description": "Find and evaluate influencers for brand partnerships, verify authenticity, and track collaboration performance across Instagram, Facebook, YouTube, and TikTok.", + "category": "workflow", + "tags": [ + "apify", + "influencer", + "discovery" + ], + "triggers": [ + "apify", + "influencer", + "discovery", + "find", + "evaluate", + "influencers", + "brand", + "partnerships", + "verify", + "authenticity", + "track", + "collaboration" + ], + "path": "skills/apify-influencer-discovery/SKILL.md" + }, + { + "id": "apify-lead-generation", + "name": "apify-lead-generation", + "description": "Generates B2B/B2C leads by scraping Google Maps, websites, Instagram, TikTok, Facebook, LinkedIn, YouTube, and Google Search. Use when user asks to find leads, prospects, businesses, build lead lis...", + "category": "general", + "tags": [ + "apify", + "lead", + "generation" + ], + "triggers": [ + "apify", + "lead", + "generation", + "generates", + "b2b", + "b2c", + "leads", + "scraping", + "google", + "maps", + "websites", + "instagram" + ], + "path": "skills/apify-lead-generation/SKILL.md" + }, + { + "id": "apify-market-research", + "name": "apify-market-research", + "description": "Analyze market conditions, geographic opportunities, pricing, consumer behavior, and product validation across Google Maps, Facebook, Instagram, Booking.com, and TripAdvisor.", + "category": "business", + "tags": [ + "apify", + "market", + "research" + ], + "triggers": [ + "apify", + "market", + "research", + "analyze", + "conditions", + "geographic", + "opportunities", + "pricing", + "consumer", + "behavior", + "product", + "validation" + ], + "path": "skills/apify-market-research/SKILL.md" + }, + { + "id": "apify-trend-analysis", + "name": "apify-trend-analysis", + "description": "Discover and track emerging trends across Google Trends, Instagram, Facebook, YouTube, and TikTok to inform content strategy.", + "category": "general", + "tags": [ + "apify", + "trend" + ], + "triggers": [ + "apify", + "trend", + "analysis", + "discover", + "track", + "emerging", + "trends", + "google", + "instagram", + "facebook", + "youtube", + "tiktok" + ], + "path": "skills/apify-trend-analysis/SKILL.md" + }, + { + "id": "apify-ultimate-scraper", + "name": "apify-ultimate-scraper", + "description": "Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, Google Maps, Google Search, Google Trends, Booking.com, and TripAdvisor. Use for lead gener...", + "category": "data-ai", + "tags": [ + "apify", + "ultimate", + "scraper" + ], + "triggers": [ + "apify", + "ultimate", + "scraper", + "universal", + "ai", + "powered", + "web", + "any", + "platform", + "scrape", + "data", + "instagram" + ], + "path": "skills/apify-ultimate-scraper/SKILL.md" + }, { "id": "app-builder", "name": "app-builder", @@ -1148,6 +1607,30 @@ ], "path": "skills/app-store-optimization/SKILL.md" }, + { + "id": "appdeploy", + "name": "appdeploy", + "description": "Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl.", + "category": "data-ai", + "tags": [ + "appdeploy" + ], + "triggers": [ + "appdeploy", + "deploy", + "web", + "apps", + "backend", + "apis", + "database", + "file", + "storage", + "user", + "asks", + "publish" + ], + "path": "skills/appdeploy/SKILL.md" + }, { "id": "application-performance-performance-optimization", "name": "application-performance-performance-optimization", @@ -1176,7 +1659,7 @@ { "id": "architect-review", "name": "architect-review", - "description": "Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions.", + "description": "Master software architect specializing in modern architecture", "category": "architecture", "tags": [], "triggers": [ @@ -1184,14 +1667,7 @@ "review", "software", "specializing", - "architecture", - "clean", - "microservices", - "event", - "driven", - "ddd", - "reviews", - "designs" + "architecture" ], "path": "skills/architect-review/SKILL.md" }, @@ -1272,7 +1748,7 @@ { "id": "arm-cortex-expert", "name": "arm-cortex-expert", - "description": ">", + "description": "Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD).", "category": "general", "tags": [ "arm", @@ -1280,7 +1756,17 @@ ], "triggers": [ "arm", - "cortex" + "cortex", + "senior", + "embedded", + "software", + "engineer", + "specializing", + "firmware", + "driver", + "development", + "microcontrollers", + "teensy" ], "path": "skills/arm-cortex-expert/SKILL.md" }, @@ -1365,25 +1851,25 @@ "description": "Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration", "category": "data-ai", "tags": [ - "audio", + "[audio", "transcription", "whisper", "meeting-minutes", - "speech-to-text" + "speech-to-text]" ], "triggers": [ - "audio", + "[audio", "transcription", "whisper", "meeting-minutes", - "speech-to-text", + "speech-to-text]", + "audio", "transcriber", "transform", "recordings", "professional", "markdown", - "documentation", - "intelligent" + "documentation" ], "path": "skills/audio-transcriber/SKILL.md" }, @@ -1699,7 +2185,7 @@ { "id": "azure-ai-agents-persistent-dotnet", "name": "azure-ai-agents-persistent-dotnet", - "description": "|", + "description": "Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.", "category": "data-ai", "tags": [ "azure", @@ -1713,14 +2199,21 @@ "ai", "agents", "persistent", - "dotnet" + "dotnet", + "sdk", + "net", + "low", + "level", + "creating", + "managing", + "threads" ], "path": "skills/azure-ai-agents-persistent-dotnet/SKILL.md" }, { "id": "azure-ai-agents-persistent-java", "name": "azure-ai-agents-persistent-java", - "description": "|", + "description": "Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.", "category": "data-ai", "tags": [ "azure", @@ -1734,7 +2227,14 @@ "ai", "agents", "persistent", - "java" + "java", + "sdk", + "low", + "level", + "creating", + "managing", + "threads", + "messages" ], "path": "skills/azure-ai-agents-persistent-java/SKILL.md" }, @@ -1795,7 +2295,7 @@ { "id": "azure-ai-contentsafety-py", "name": "azure-ai-contentsafety-py", - "description": "|", + "description": "Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.", "category": "data-ai", "tags": [ "azure", @@ -1807,7 +2307,15 @@ "azure", "ai", "contentsafety", - "py" + "py", + "content", + "safety", + "sdk", + "python", + "detecting", + "harmful", + "text", + "images" ], "path": "skills/azure-ai-contentsafety-py/SKILL.md" }, @@ -1841,7 +2349,7 @@ { "id": "azure-ai-contentunderstanding-py", "name": "azure-ai-contentunderstanding-py", - "description": "|", + "description": "Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video.", "category": "data-ai", "tags": [ "azure", @@ -1853,14 +2361,22 @@ "azure", "ai", "contentunderstanding", - "py" + "py", + "content", + "understanding", + "sdk", + "python", + "multimodal", + "extraction", + "documents", + "images" ], "path": "skills/azure-ai-contentunderstanding-py/SKILL.md" }, { "id": "azure-ai-document-intelligence-dotnet", "name": "azure-ai-document-intelligence-dotnet", - "description": "|", + "description": "Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.", "category": "data-ai", "tags": [ "azure", @@ -1874,7 +2390,14 @@ "ai", "document", "intelligence", - "dotnet" + "dotnet", + "sdk", + "net", + "extract", + "text", + "tables", + "structured", + "data" ], "path": "skills/azure-ai-document-intelligence-dotnet/SKILL.md" }, @@ -1936,7 +2459,7 @@ { "id": "azure-ai-ml-py", "name": "azure-ai-ml-py", - "description": "|", + "description": "Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines.", "category": "data-ai", "tags": [ "azure", @@ -1948,14 +2471,22 @@ "azure", "ai", "ml", - "py" + "py", + "machine", + "learning", + "sdk", + "v2", + "python", + "workspaces", + "jobs", + "models" ], "path": "skills/azure-ai-ml-py/SKILL.md" }, { "id": "azure-ai-openai-dotnet", "name": "azure-ai-openai-dotnet", - "description": "|", + "description": "Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants.", "category": "data-ai", "tags": [ "azure", @@ -1967,14 +2498,22 @@ "azure", "ai", "openai", - "dotnet" + "dotnet", + "sdk", + "net", + "client", + "library", + "chat", + "completions", + "embeddings", + "image" ], "path": "skills/azure-ai-openai-dotnet/SKILL.md" }, { "id": "azure-ai-projects-dotnet", "name": "azure-ai-projects-dotnet", - "description": "|", + "description": "Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes.", "category": "data-ai", "tags": [ "azure", @@ -1984,14 +2523,23 @@ "triggers": [ "azure", "ai", - "dotnet" + "dotnet", + "sdk", + "net", + "high", + "level", + "client", + "foundry", + "including", + "agents", + "connections" ], "path": "skills/azure-ai-projects-dotnet/SKILL.md" }, { "id": "azure-ai-projects-java", "name": "azure-ai-projects-java", - "description": "|", + "description": "Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations.", "category": "data-ai", "tags": [ "azure", @@ -2001,7 +2549,16 @@ "triggers": [ "azure", "ai", - "java" + "java", + "sdk", + "high", + "level", + "foundry", + "including", + "connections", + "datasets", + "indexes", + "evaluations" ], "path": "skills/azure-ai-projects-java/SKILL.md" }, @@ -2060,7 +2617,7 @@ { "id": "azure-ai-textanalytics-py", "name": "azure-ai-textanalytics-py", - "description": "|", + "description": "Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.", "category": "data-ai", "tags": [ "azure", @@ -2072,14 +2629,22 @@ "azure", "ai", "textanalytics", - "py" + "py", + "text", + "analytics", + "sdk", + "sentiment", + "analysis", + "entity", + "recognition", + "key" ], "path": "skills/azure-ai-textanalytics-py/SKILL.md" }, { "id": "azure-ai-transcription-py", "name": "azure-ai-transcription-py", - "description": "|", + "description": "Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization.", "category": "data-ai", "tags": [ "azure", @@ -2091,14 +2656,22 @@ "azure", "ai", "transcription", - "py" + "py", + "sdk", + "python", + "real", + "time", + "batch", + "speech", + "text", + "timestamps" ], "path": "skills/azure-ai-transcription-py/SKILL.md" }, { "id": "azure-ai-translation-document-py", "name": "azure-ai-translation-document-py", - "description": "|", + "description": "Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale.", "category": "data-ai", "tags": [ "azure", @@ -2112,14 +2685,21 @@ "ai", "translation", "document", - "py" + "py", + "sdk", + "batch", + "documents", + "format", + "preservation", + "translating", + "word" ], "path": "skills/azure-ai-translation-document-py/SKILL.md" }, { "id": "azure-ai-translation-text-py", "name": "azure-ai-translation-text-py", - "description": "|", + "description": "Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.", "category": "data-ai", "tags": [ "azure", @@ -2133,7 +2713,14 @@ "ai", "translation", "text", - "py" + "py", + "sdk", + "real", + "time", + "transliteration", + "language", + "detection", + "dictionary" ], "path": "skills/azure-ai-translation-text-py/SKILL.md" }, @@ -2195,7 +2782,7 @@ { "id": "azure-ai-vision-imageanalysis-py", "name": "azure-ai-vision-imageanalysis-py", - "description": "|", + "description": "Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.", "category": "data-ai", "tags": [ "azure", @@ -2209,14 +2796,21 @@ "ai", "vision", "imageanalysis", - "py" + "py", + "image", + "analysis", + "sdk", + "captions", + "tags", + "objects", + "ocr" ], "path": "skills/azure-ai-vision-imageanalysis-py/SKILL.md" }, { "id": "azure-ai-voicelive-dotnet", "name": "azure-ai-voicelive-dotnet", - "description": "|", + "description": "Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication.", "category": "data-ai", "tags": [ "azure", @@ -2228,14 +2822,22 @@ "azure", "ai", "voicelive", - "dotnet" + "dotnet", + "voice", + "live", + "sdk", + "net", + "real", + "time", + "applications", + "bidirectional" ], "path": "skills/azure-ai-voicelive-dotnet/SKILL.md" }, { "id": "azure-ai-voicelive-java", "name": "azure-ai-voicelive-java", - "description": "|", + "description": "Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket.", "category": "data-ai", "tags": [ "azure", @@ -2247,7 +2849,15 @@ "azure", "ai", "voicelive", - "java" + "java", + "sdk", + "real", + "time", + "bidirectional", + "voice", + "conversations", + "assistants", + "websocket" ], "path": "skills/azure-ai-voicelive-java/SKILL.md" }, @@ -2281,7 +2891,7 @@ { "id": "azure-ai-voicelive-ts", "name": "azure-ai-voicelive-ts", - "description": "|", + "description": "Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication.", "category": "data-ai", "tags": [ "azure", @@ -2293,14 +2903,22 @@ "azure", "ai", "voicelive", - "ts" + "ts", + "voice", + "live", + "sdk", + "javascript", + "typescript", + "real", + "time", + "applications" ], "path": "skills/azure-ai-voicelive-ts/SKILL.md" }, { "id": "azure-appconfiguration-java", "name": "azure-appconfiguration-java", - "description": "|", + "description": "Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.", "category": "development", "tags": [ "azure", @@ -2310,15 +2928,24 @@ "triggers": [ "azure", "appconfiguration", - "java" + "java", + "app", + "configuration", + "sdk", + "centralized", + "application", + "key", + "value", + "settings", + "feature" ], "path": "skills/azure-appconfiguration-java/SKILL.md" }, { "id": "azure-appconfiguration-py", "name": "azure-appconfiguration-py", - "description": "|", - "category": "general", + "description": "Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings.", + "category": "development", "tags": [ "azure", "appconfiguration", @@ -2327,7 +2954,16 @@ "triggers": [ "azure", "appconfiguration", - "py" + "py", + "app", + "configuration", + "sdk", + "python", + "centralized", + "feature", + "flags", + "dynamic", + "settings" ], "path": "skills/azure-appconfiguration-py/SKILL.md" }, @@ -2495,7 +3131,7 @@ { "id": "azure-compute-batch-java", "name": "azure-compute-batch-java", - "description": "|", + "description": "Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes.", "category": "development", "tags": [ "azure", @@ -2507,15 +3143,23 @@ "azure", "compute", "batch", - "java" + "java", + "sdk", + "run", + "large", + "scale", + "parallel", + "hpc", + "jobs", + "pools" ], "path": "skills/azure-compute-batch-java/SKILL.md" }, { "id": "azure-containerregistry-py", "name": "azure-containerregistry-py", - "description": "|", - "category": "general", + "description": "Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories.", + "category": "development", "tags": [ "azure", "containerregistry", @@ -2524,7 +3168,15 @@ "triggers": [ "azure", "containerregistry", - "py" + "py", + "container", + "registry", + "sdk", + "python", + "managing", + "images", + "artifacts", + "repositories" ], "path": "skills/azure-containerregistry-py/SKILL.md" }, @@ -2558,8 +3210,8 @@ { "id": "azure-cosmos-java", "name": "azure-cosmos-java", - "description": "|", - "category": "development", + "description": "Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns.", + "category": "data-ai", "tags": [ "azure", "cosmos", @@ -2568,15 +3220,24 @@ "triggers": [ "azure", "cosmos", - "java" + "java", + "db", + "sdk", + "nosql", + "database", + "operations", + "global", + "distribution", + "multi", + "model" ], "path": "skills/azure-cosmos-java/SKILL.md" }, { "id": "azure-cosmos-py", "name": "azure-cosmos-py", - "description": "|", - "category": "general", + "description": "Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data.", + "category": "data-ai", "tags": [ "azure", "cosmos", @@ -2585,15 +3246,24 @@ "triggers": [ "azure", "cosmos", - "py" + "py", + "db", + "sdk", + "python", + "nosql", + "api", + "document", + "crud", + "queries", + "containers" ], "path": "skills/azure-cosmos-py/SKILL.md" }, { "id": "azure-cosmos-rust", "name": "azure-cosmos-rust", - "description": "|", - "category": "development", + "description": "Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data.", + "category": "data-ai", "tags": [ "azure", "cosmos", @@ -2602,15 +3272,24 @@ "triggers": [ "azure", "cosmos", - "rust" + "rust", + "db", + "sdk", + "nosql", + "api", + "document", + "crud", + "queries", + "containers", + "globally" ], "path": "skills/azure-cosmos-rust/SKILL.md" }, { "id": "azure-cosmos-ts", "name": "azure-cosmos-ts", - "description": "|", - "category": "general", + "description": "Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management.", + "category": "data-ai", "tags": [ "azure", "cosmos", @@ -2619,7 +3298,16 @@ "triggers": [ "azure", "cosmos", - "ts" + "ts", + "db", + "javascript", + "typescript", + "sdk", + "data", + "plane", + "operations", + "crud", + "documents" ], "path": "skills/azure-cosmos-ts/SKILL.md" }, @@ -2653,7 +3341,7 @@ { "id": "azure-data-tables-py", "name": "azure-data-tables-py", - "description": "|", + "description": "Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations.", "category": "data-ai", "tags": [ "azure", @@ -2665,14 +3353,22 @@ "azure", "data", "tables", - "py" + "py", + "sdk", + "python", + "storage", + "cosmos", + "db", + "nosql", + "key", + "value" ], "path": "skills/azure-data-tables-py/SKILL.md" }, { "id": "azure-eventgrid-dotnet", "name": "azure-eventgrid-dotnet", - "description": "|", + "description": "Azure Event Grid SDK for .NET. Client library for publishing and consuming events with Azure Event Grid. Use for event-driven architectures, pub/sub messaging, CloudEvents, and EventGridEvents.", "category": "development", "tags": [ "azure", @@ -2682,7 +3378,16 @@ "triggers": [ "azure", "eventgrid", - "dotnet" + "dotnet", + "event", + "grid", + "sdk", + "net", + "client", + "library", + "publishing", + "consuming", + "events" ], "path": "skills/azure-eventgrid-dotnet/SKILL.md" }, @@ -2715,8 +3420,8 @@ { "id": "azure-eventgrid-py", "name": "azure-eventgrid-py", - "description": "|", - "category": "general", + "description": "Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures.", + "category": "development", "tags": [ "azure", "eventgrid", @@ -2725,14 +3430,23 @@ "triggers": [ "azure", "eventgrid", - "py" + "py", + "event", + "grid", + "sdk", + "python", + "publishing", + "events", + "handling", + "cloudevents", + "driven" ], "path": "skills/azure-eventgrid-py/SKILL.md" }, { "id": "azure-eventhub-dotnet", "name": "azure-eventhub-dotnet", - "description": "|", + "description": "Azure Event Hubs SDK for .NET.", "category": "development", "tags": [ "azure", @@ -2742,7 +3456,11 @@ "triggers": [ "azure", "eventhub", - "dotnet" + "dotnet", + "event", + "hubs", + "sdk", + "net" ], "path": "skills/azure-eventhub-dotnet/SKILL.md" }, @@ -2775,8 +3493,8 @@ { "id": "azure-eventhub-py", "name": "azure-eventhub-py", - "description": "|", - "category": "general", + "description": "Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing.", + "category": "development", "tags": [ "azure", "eventhub", @@ -2785,15 +3503,24 @@ "triggers": [ "azure", "eventhub", - "py" + "py", + "event", + "hubs", + "sdk", + "python", + "streaming", + "high", + "throughput", + "ingestion", + "producers" ], "path": "skills/azure-eventhub-py/SKILL.md" }, { "id": "azure-eventhub-rust", "name": "azure-eventhub-rust", - "description": "|", - "category": "development", + "description": "Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion.", + "category": "data-ai", "tags": [ "azure", "eventhub", @@ -2802,7 +3529,16 @@ "triggers": [ "azure", "eventhub", - "rust" + "rust", + "event", + "hubs", + "sdk", + "sending", + "receiving", + "events", + "streaming", + "data", + "ingestion" ], "path": "skills/azure-eventhub-rust/SKILL.md" }, @@ -2860,8 +3596,8 @@ { "id": "azure-identity-dotnet", "name": "azure-identity-dotnet", - "description": "|", - "category": "development", + "description": "Azure Identity SDK for .NET. Authentication library for Azure SDK clients using Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and developer credentials.", + "category": "infrastructure", "tags": [ "azure", "identity", @@ -2870,7 +3606,16 @@ "triggers": [ "azure", "identity", - "dotnet" + "dotnet", + "sdk", + "net", + "authentication", + "library", + "clients", + "microsoft", + "entra", + "id", + "defaultazurecredential" ], "path": "skills/azure-identity-dotnet/SKILL.md" }, @@ -2902,8 +3647,8 @@ { "id": "azure-identity-py", "name": "azure-identity-py", - "description": "|", - "category": "general", + "description": "Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching.", + "category": "infrastructure", "tags": [ "azure", "identity", @@ -2912,14 +3657,22 @@ "triggers": [ "azure", "identity", - "py" + "py", + "sdk", + "python", + "authentication", + "defaultazurecredential", + "managed", + "principals", + "token", + "caching" ], "path": "skills/azure-identity-py/SKILL.md" }, { "id": "azure-identity-rust", "name": "azure-identity-rust", - "description": "|", + "description": "Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authentication.", "category": "development", "tags": [ "azure", @@ -2929,7 +3682,13 @@ "triggers": [ "azure", "identity", - "rust" + "rust", + "sdk", + "authentication", + "developertoolscredential", + "managedidentitycredential", + "clientsecretcredential", + "token" ], "path": "skills/azure-identity-rust/SKILL.md" }, @@ -2961,7 +3720,7 @@ { "id": "azure-keyvault-certificates-rust", "name": "azure-keyvault-certificates-rust", - "description": "|", + "description": "Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates.", "category": "development", "tags": [ "azure", @@ -2973,14 +3732,20 @@ "azure", "keyvault", "certificates", - "rust" + "rust", + "key", + "vault", + "sdk", + "creating", + "importing", + "managing" ], "path": "skills/azure-keyvault-certificates-rust/SKILL.md" }, { "id": "azure-keyvault-keys-rust", "name": "azure-keyvault-keys-rust", - "description": "|", + "description": "Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. Triggers: \"keyvault keys rust\", \"KeyClient rust\", \"create key rust\", \"encrypt rust\", \"sign rust\".", "category": "development", "tags": [ "azure", @@ -2992,7 +3757,15 @@ "azure", "keyvault", "keys", - "rust" + "rust", + "key", + "vault", + "sdk", + "creating", + "managing", + "cryptographic", + "triggers", + "keyclient" ], "path": "skills/azure-keyvault-keys-rust/SKILL.md" }, @@ -3026,8 +3799,8 @@ { "id": "azure-keyvault-py", "name": "azure-keyvault-py", - "description": "|", - "category": "general", + "description": "Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage.", + "category": "security", "tags": [ "azure", "keyvault", @@ -3036,14 +3809,23 @@ "triggers": [ "azure", "keyvault", - "py" + "py", + "key", + "vault", + "sdk", + "python", + "secrets", + "keys", + "certificates", + "secure", + "storage" ], "path": "skills/azure-keyvault-py/SKILL.md" }, { "id": "azure-keyvault-secrets-rust", "name": "azure-keyvault-secrets-rust", - "description": "|", + "description": "Azure Key Vault Secrets SDK for Rust. Use for storing and retrieving secrets, passwords, and API keys. Triggers: \"keyvault secrets rust\", \"SecretClient rust\", \"get secret rust\", \"set secret rust\".", "category": "security", "tags": [ "azure", @@ -3055,7 +3837,15 @@ "azure", "keyvault", "secrets", - "rust" + "rust", + "key", + "vault", + "sdk", + "storing", + "retrieving", + "passwords", + "api", + "keys" ], "path": "skills/azure-keyvault-secrets-rust/SKILL.md" }, @@ -3089,8 +3879,8 @@ { "id": "azure-maps-search-dotnet", "name": "azure-maps-search-dotnet", - "description": "|", - "category": "development", + "description": "Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data.", + "category": "data-ai", "tags": [ "azure", "maps", @@ -3101,7 +3891,15 @@ "azure", "maps", "search", - "dotnet" + "dotnet", + "sdk", + "net", + "location", + "including", + "geocoding", + "routing", + "rendering", + "geolocation" ], "path": "skills/azure-maps-search-dotnet/SKILL.md" }, @@ -3135,8 +3933,8 @@ { "id": "azure-messaging-webpubsubservice-py", "name": "azure-messaging-webpubsubservice-py", - "description": "|", - "category": "general", + "description": "Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns.", + "category": "infrastructure", "tags": [ "azure", "messaging", @@ -3147,14 +3945,22 @@ "azure", "messaging", "webpubsubservice", - "py" + "py", + "web", + "pubsub", + "sdk", + "python", + "real", + "time", + "websocket", + "connections" ], "path": "skills/azure-messaging-webpubsubservice-py/SKILL.md" }, { "id": "azure-mgmt-apicenter-dotnet", "name": "azure-mgmt-apicenter-dotnet", - "description": "|", + "description": "Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery.", "category": "development", "tags": [ "azure", @@ -3166,15 +3972,23 @@ "azure", "mgmt", "apicenter", - "dotnet" + "dotnet", + "api", + "center", + "sdk", + "net", + "centralized", + "inventory", + "governance", + "versioning" ], "path": "skills/azure-mgmt-apicenter-dotnet/SKILL.md" }, { "id": "azure-mgmt-apicenter-py", "name": "azure-mgmt-apicenter-py", - "description": "|", - "category": "general", + "description": "Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization.", + "category": "development", "tags": [ "azure", "mgmt", @@ -3185,14 +3999,22 @@ "azure", "mgmt", "apicenter", - "py" + "py", + "api", + "center", + "sdk", + "python", + "managing", + "inventory", + "metadata", + "governance" ], "path": "skills/azure-mgmt-apicenter-py/SKILL.md" }, { "id": "azure-mgmt-apimanagement-dotnet", "name": "azure-mgmt-apimanagement-dotnet", - "description": "|", + "description": "Azure Resource Manager SDK for API Management in .NET.", "category": "development", "tags": [ "azure", @@ -3204,15 +4026,20 @@ "azure", "mgmt", "apimanagement", - "dotnet" + "dotnet", + "resource", + "manager", + "sdk", + "api", + "net" ], "path": "skills/azure-mgmt-apimanagement-dotnet/SKILL.md" }, { "id": "azure-mgmt-apimanagement-py", "name": "azure-mgmt-apimanagement-py", - "description": "|", - "category": "general", + "description": "Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies.", + "category": "development", "tags": [ "azure", "mgmt", @@ -3223,15 +4050,23 @@ "azure", "mgmt", "apimanagement", - "py" + "py", + "api", + "sdk", + "python", + "managing", + "apim", + "apis", + "products", + "subscriptions" ], "path": "skills/azure-mgmt-apimanagement-py/SKILL.md" }, { "id": "azure-mgmt-applicationinsights-dotnet", "name": "azure-mgmt-applicationinsights-dotnet", - "description": "|", - "category": "development", + "description": "Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management.", + "category": "infrastructure", "tags": [ "azure", "mgmt", @@ -3242,15 +4077,23 @@ "azure", "mgmt", "applicationinsights", - "dotnet" + "dotnet", + "application", + "insights", + "sdk", + "net", + "performance", + "monitoring", + "observability", + "resource" ], "path": "skills/azure-mgmt-applicationinsights-dotnet/SKILL.md" }, { "id": "azure-mgmt-arizeaiobservabilityeval-dotnet", "name": "azure-mgmt-arizeaiobservabilityeval-dotnet", - "description": "|", - "category": "development", + "description": "Azure Resource Manager SDK for Arize AI Observability and Evaluation (.NET).", + "category": "infrastructure", "tags": [ "azure", "mgmt", @@ -3261,15 +4104,23 @@ "azure", "mgmt", "arizeaiobservabilityeval", - "dotnet" + "dotnet", + "resource", + "manager", + "sdk", + "arize", + "ai", + "observability", + "evaluation", + "net" ], "path": "skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md" }, { "id": "azure-mgmt-botservice-dotnet", "name": "azure-mgmt-botservice-dotnet", - "description": "|", - "category": "development", + "description": "Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings.", + "category": "infrastructure", "tags": [ "azure", "mgmt", @@ -3280,15 +4131,23 @@ "azure", "mgmt", "botservice", - "dotnet" + "dotnet", + "resource", + "manager", + "sdk", + "bot", + "net", + "plane", + "operations", + "creating" ], "path": "skills/azure-mgmt-botservice-dotnet/SKILL.md" }, { "id": "azure-mgmt-botservice-py", "name": "azure-mgmt-botservice-py", - "description": "|", - "category": "general", + "description": "Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources.", + "category": "infrastructure", "tags": [ "azure", "mgmt", @@ -3299,14 +4158,21 @@ "azure", "mgmt", "botservice", - "py" + "py", + "bot", + "sdk", + "python", + "creating", + "managing", + "configuring", + "resources" ], "path": "skills/azure-mgmt-botservice-py/SKILL.md" }, { "id": "azure-mgmt-fabric-dotnet", "name": "azure-mgmt-fabric-dotnet", - "description": "|", + "description": "Azure Resource Manager SDK for Fabric in .NET.", "category": "development", "tags": [ "azure", @@ -3318,15 +4184,19 @@ "azure", "mgmt", "fabric", - "dotnet" + "dotnet", + "resource", + "manager", + "sdk", + "net" ], "path": "skills/azure-mgmt-fabric-dotnet/SKILL.md" }, { "id": "azure-mgmt-fabric-py", "name": "azure-mgmt-fabric-py", - "description": "|", - "category": "general", + "description": "Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources.", + "category": "development", "tags": [ "azure", "mgmt", @@ -3337,7 +4207,13 @@ "azure", "mgmt", "fabric", - "py" + "py", + "sdk", + "python", + "managing", + "microsoft", + "capacities", + "resources" ], "path": "skills/azure-mgmt-fabric-py/SKILL.md" }, @@ -3371,8 +4247,8 @@ { "id": "azure-mgmt-weightsandbiases-dotnet", "name": "azure-mgmt-weightsandbiases-dotnet", - "description": "|", - "category": "development", + "description": "Azure Weights & Biases SDK for .NET. ML experiment tracking and model management via Azure Marketplace. Use for creating W&B instances, managing SSO, marketplace integration, and ML observability.", + "category": "infrastructure", "tags": [ "azure", "mgmt", @@ -3383,7 +4259,15 @@ "azure", "mgmt", "weightsandbiases", - "dotnet" + "dotnet", + "weights", + "biases", + "sdk", + "net", + "ml", + "experiment", + "tracking", + "model" ], "path": "skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md" }, @@ -3417,8 +4301,8 @@ { "id": "azure-monitor-ingestion-java", "name": "azure-monitor-ingestion-java", - "description": "|", - "category": "development", + "description": "Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE).", + "category": "data-ai", "tags": [ "azure", "monitor", @@ -3429,15 +4313,23 @@ "azure", "monitor", "ingestion", - "java" + "java", + "sdk", + "send", + "custom", + "logs", + "via", + "data", + "collection", + "rules" ], "path": "skills/azure-monitor-ingestion-java/SKILL.md" }, { "id": "azure-monitor-ingestion-py", "name": "azure-monitor-ingestion-py", - "description": "|", - "category": "general", + "description": "Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API.", + "category": "data-ai", "tags": [ "azure", "monitor", @@ -3448,14 +4340,22 @@ "azure", "monitor", "ingestion", - "py" + "py", + "sdk", + "python", + "sending", + "custom", + "logs", + "log", + "analytics", + "workspace" ], "path": "skills/azure-monitor-ingestion-py/SKILL.md" }, { "id": "azure-monitor-opentelemetry-exporter-java", "name": "azure-monitor-opentelemetry-exporter-java", - "description": "|", + "description": "Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights.", "category": "development", "tags": [ "azure", @@ -3469,15 +4369,21 @@ "monitor", "opentelemetry", "exporter", - "java" + "java", + "export", + "traces", + "metrics", + "logs", + "application", + "insights" ], "path": "skills/azure-monitor-opentelemetry-exporter-java/SKILL.md" }, { "id": "azure-monitor-opentelemetry-exporter-py", "name": "azure-monitor-opentelemetry-exporter-py", - "description": "|", - "category": "general", + "description": "Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights.", + "category": "development", "tags": [ "azure", "monitor", @@ -3490,15 +4396,21 @@ "monitor", "opentelemetry", "exporter", - "py" + "py", + "python", + "low", + "level", + "export", + "application", + "insights" ], "path": "skills/azure-monitor-opentelemetry-exporter-py/SKILL.md" }, { "id": "azure-monitor-opentelemetry-py", "name": "azure-monitor-opentelemetry-py", - "description": "|", - "category": "general", + "description": "Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation.", + "category": "development", "tags": [ "azure", "monitor", @@ -3509,7 +4421,15 @@ "azure", "monitor", "opentelemetry", - "py" + "py", + "distro", + "python", + "one", + "line", + "application", + "insights", + "setup", + "auto" ], "path": "skills/azure-monitor-opentelemetry-py/SKILL.md" }, @@ -3543,8 +4463,8 @@ { "id": "azure-monitor-query-java", "name": "azure-monitor-query-java", - "description": "|", - "category": "development", + "description": "Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources.", + "category": "data-ai", "tags": [ "azure", "monitor", @@ -3555,15 +4475,23 @@ "azure", "monitor", "query", - "java" + "java", + "sdk", + "execute", + "kusto", + "queries", + "against", + "log", + "analytics", + "workspaces" ], "path": "skills/azure-monitor-query-java/SKILL.md" }, { "id": "azure-monitor-query-py", "name": "azure-monitor-query-py", - "description": "|", - "category": "general", + "description": "Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics.", + "category": "data-ai", "tags": [ "azure", "monitor", @@ -3574,14 +4502,21 @@ "azure", "monitor", "query", - "py" + "py", + "sdk", + "python", + "querying", + "log", + "analytics", + "workspaces", + "metrics" ], "path": "skills/azure-monitor-query-py/SKILL.md" }, { "id": "azure-postgres-ts", "name": "azure-postgres-ts", - "description": "|", + "description": "Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package.", "category": "data-ai", "tags": [ "azure", @@ -3591,15 +4526,24 @@ "triggers": [ "azure", "postgres", - "ts" + "ts", + "connect", + "database", + "postgresql", + "flexible", + "server", + "node", + "js", + "typescript", + "pg" ], "path": "skills/azure-postgres-ts/SKILL.md" }, { "id": "azure-resource-manager-cosmosdb-dotnet", "name": "azure-resource-manager-cosmosdb-dotnet", - "description": "|", - "category": "development", + "description": "Azure Resource Manager SDK for Cosmos DB in .NET.", + "category": "data-ai", "tags": [ "azure", "resource", @@ -3612,14 +4556,18 @@ "resource", "manager", "cosmosdb", - "dotnet" + "dotnet", + "sdk", + "cosmos", + "db", + "net" ], "path": "skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md" }, { "id": "azure-resource-manager-durabletask-dotnet", "name": "azure-resource-manager-durabletask-dotnet", - "description": "|", + "description": "Azure Resource Manager SDK for Durable Task Scheduler in .NET.", "category": "development", "tags": [ "azure", @@ -3633,14 +4581,19 @@ "resource", "manager", "durabletask", - "dotnet" + "dotnet", + "sdk", + "durable", + "task", + "scheduler", + "net" ], "path": "skills/azure-resource-manager-durabletask-dotnet/SKILL.md" }, { "id": "azure-resource-manager-mysql-dotnet", "name": "azure-resource-manager-mysql-dotnet", - "description": "|", + "description": "Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.", "category": "data-ai", "tags": [ "azure", @@ -3654,14 +4607,20 @@ "resource", "manager", "mysql", - "dotnet" + "dotnet", + "flexible", + "server", + "sdk", + "net", + "database", + "deployments" ], "path": "skills/azure-resource-manager-mysql-dotnet/SKILL.md" }, { "id": "azure-resource-manager-playwright-dotnet", "name": "azure-resource-manager-playwright-dotnet", - "description": "|", + "description": "Azure Resource Manager SDK for Microsoft Playwright Testing in .NET.", "category": "development", "tags": [ "azure", @@ -3675,15 +4634,19 @@ "resource", "manager", "playwright", - "dotnet" + "dotnet", + "sdk", + "microsoft", + "testing", + "net" ], "path": "skills/azure-resource-manager-playwright-dotnet/SKILL.md" }, { "id": "azure-resource-manager-postgresql-dotnet", "name": "azure-resource-manager-postgresql-dotnet", - "description": "|", - "category": "development", + "description": "Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments.", + "category": "data-ai", "tags": [ "azure", "resource", @@ -3696,14 +4659,20 @@ "resource", "manager", "postgresql", - "dotnet" + "dotnet", + "flexible", + "server", + "sdk", + "net", + "database", + "deployments" ], "path": "skills/azure-resource-manager-postgresql-dotnet/SKILL.md" }, { "id": "azure-resource-manager-redis-dotnet", "name": "azure-resource-manager-redis-dotnet", - "description": "|", + "description": "Azure Resource Manager SDK for Redis in .NET.", "category": "development", "tags": [ "azure", @@ -3717,14 +4686,16 @@ "resource", "manager", "redis", - "dotnet" + "dotnet", + "sdk", + "net" ], "path": "skills/azure-resource-manager-redis-dotnet/SKILL.md" }, { "id": "azure-resource-manager-sql-dotnet", "name": "azure-resource-manager-sql-dotnet", - "description": "|", + "description": "Azure Resource Manager SDK for Azure SQL in .NET.", "category": "data-ai", "tags": [ "azure", @@ -3738,15 +4709,17 @@ "resource", "manager", "sql", - "dotnet" + "dotnet", + "sdk", + "net" ], "path": "skills/azure-resource-manager-sql-dotnet/SKILL.md" }, { "id": "azure-search-documents-dotnet", "name": "azure-search-documents-dotnet", - "description": "|", - "category": "development", + "description": "Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search.", + "category": "data-ai", "tags": [ "azure", "search", @@ -3757,15 +4730,23 @@ "azure", "search", "documents", - "dotnet" + "dotnet", + "ai", + "sdk", + "net", + "building", + "applications", + "full", + "text", + "vector" ], "path": "skills/azure-search-documents-dotnet/SKILL.md" }, { "id": "azure-search-documents-py", "name": "azure-search-documents-py", - "description": "|", - "category": "general", + "description": "Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets.", + "category": "data-ai", "tags": [ "azure", "search", @@ -3776,7 +4757,15 @@ "azure", "search", "documents", - "py" + "py", + "ai", + "sdk", + "python", + "vector", + "hybrid", + "semantic", + "ranking", + "indexing" ], "path": "skills/azure-search-documents-py/SKILL.md" }, @@ -3810,7 +4799,7 @@ { "id": "azure-security-keyvault-keys-dotnet", "name": "azure-security-keyvault-keys-dotnet", - "description": "|", + "description": "Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification.", "category": "security", "tags": [ "azure", @@ -3824,7 +4813,14 @@ "security", "keyvault", "keys", - "dotnet" + "dotnet", + "key", + "vault", + "sdk", + "net", + "client", + "library", + "managing" ], "path": "skills/azure-security-keyvault-keys-dotnet/SKILL.md" }, @@ -3887,8 +4883,8 @@ { "id": "azure-servicebus-dotnet", "name": "azure-servicebus-dotnet", - "description": "|", - "category": "development", + "description": "Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions.", + "category": "infrastructure", "tags": [ "azure", "servicebus", @@ -3897,15 +4893,24 @@ "triggers": [ "azure", "servicebus", - "dotnet" + "dotnet", + "bus", + "sdk", + "net", + "enterprise", + "messaging", + "queues", + "topics", + "subscriptions", + "sessions" ], "path": "skills/azure-servicebus-dotnet/SKILL.md" }, { "id": "azure-servicebus-py", "name": "azure-servicebus-py", - "description": "|", - "category": "general", + "description": "Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns.", + "category": "infrastructure", "tags": [ "azure", "servicebus", @@ -3914,7 +4919,15 @@ "triggers": [ "azure", "servicebus", - "py" + "py", + "bus", + "sdk", + "python", + "messaging", + "queues", + "topics", + "subscriptions", + "enterprise" ], "path": "skills/azure-servicebus-py/SKILL.md" }, @@ -3947,8 +4960,8 @@ { "id": "azure-speech-to-text-rest-py", "name": "azure-speech-to-text-rest-py", - "description": "|", - "category": "general", + "description": "Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK.", + "category": "development", "tags": [ "azure", "speech", @@ -3963,7 +4976,13 @@ "to", "text", "rest", - "py" + "py", + "api", + "short", + "audio", + "python", + "simple", + "recognition" ], "path": "skills/azure-speech-to-text-rest-py/SKILL.md" }, @@ -3997,8 +5016,8 @@ { "id": "azure-storage-blob-py", "name": "azure-storage-blob-py", - "description": "|", - "category": "general", + "description": "Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle.", + "category": "development", "tags": [ "azure", "storage", @@ -4009,14 +5028,22 @@ "azure", "storage", "blob", - "py" + "py", + "sdk", + "python", + "uploading", + "downloading", + "listing", + "blobs", + "managing", + "containers" ], "path": "skills/azure-storage-blob-py/SKILL.md" }, { "id": "azure-storage-blob-rust", "name": "azure-storage-blob-rust", - "description": "|", + "description": "Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers.", "category": "development", "tags": [ "azure", @@ -4028,15 +5055,21 @@ "azure", "storage", "blob", - "rust" + "rust", + "sdk", + "uploading", + "downloading", + "managing", + "blobs", + "containers" ], "path": "skills/azure-storage-blob-rust/SKILL.md" }, { "id": "azure-storage-blob-ts", "name": "azure-storage-blob-ts", - "description": "|", - "category": "general", + "description": "Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers.", + "category": "development", "tags": [ "azure", "storage", @@ -4047,15 +5080,23 @@ "azure", "storage", "blob", - "ts" + "ts", + "javascript", + "typescript", + "sdk", + "operations", + "uploading", + "downloading", + "listing", + "managing" ], "path": "skills/azure-storage-blob-ts/SKILL.md" }, { "id": "azure-storage-file-datalake-py", "name": "azure-storage-file-datalake-py", - "description": "|", - "category": "general", + "description": "Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations.", + "category": "data-ai", "tags": [ "azure", "storage", @@ -4068,15 +5109,22 @@ "storage", "file", "datalake", - "py" + "py", + "data", + "lake", + "gen2", + "sdk", + "python", + "hierarchical", + "big" ], "path": "skills/azure-storage-file-datalake-py/SKILL.md" }, { "id": "azure-storage-file-share-py", "name": "azure-storage-file-share-py", - "description": "|", - "category": "general", + "description": "Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.", + "category": "infrastructure", "tags": [ "azure", "storage", @@ -4089,15 +5137,22 @@ "storage", "file", "share", - "py" + "py", + "sdk", + "python", + "smb", + "shares", + "directories", + "operations", + "cloud" ], "path": "skills/azure-storage-file-share-py/SKILL.md" }, { "id": "azure-storage-file-share-ts", "name": "azure-storage-file-share-ts", - "description": "|", - "category": "general", + "description": "Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations.", + "category": "development", "tags": [ "azure", "storage", @@ -4110,15 +5165,20 @@ "storage", "file", "share", - "ts" + "ts", + "javascript", + "typescript", + "sdk", + "smb", + "operations" ], "path": "skills/azure-storage-file-share-ts/SKILL.md" }, { "id": "azure-storage-queue-py", "name": "azure-storage-queue-py", - "description": "|", - "category": "general", + "description": "Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing.", + "category": "development", "tags": [ "azure", "storage", @@ -4129,15 +5189,23 @@ "azure", "storage", "queue", - "py" + "py", + "sdk", + "python", + "reliable", + "message", + "queuing", + "task", + "distribution", + "asynchronous" ], "path": "skills/azure-storage-queue-py/SKILL.md" }, { "id": "azure-storage-queue-ts", "name": "azure-storage-queue-ts", - "description": "|", - "category": "general", + "description": "Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues.", + "category": "development", "tags": [ "azure", "storage", @@ -4148,7 +5216,15 @@ "azure", "storage", "queue", - "ts" + "ts", + "javascript", + "typescript", + "sdk", + "message", + "operations", + "sending", + "receiving", + "peeking" ], "path": "skills/azure-storage-queue-ts/SKILL.md" }, @@ -4182,7 +5258,7 @@ { "id": "backend-architect", "name": "backend-architect", - "description": "Expert backend architect specializing in scalable API design,", + "description": "Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems.", "category": "development", "tags": [ "backend" @@ -4192,7 +5268,10 @@ "architect", "specializing", "scalable", - "api" + "api", + "microservices", + "architecture", + "distributed" ], "path": "skills/backend-architect/SKILL.md" }, @@ -4248,7 +5327,7 @@ { "id": "backend-security-coder", "name": "backend-security-coder", - "description": "Expert in secure backend coding practices specializing in input", + "description": "Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.", "category": "security", "tags": [ "backend", @@ -4262,7 +5341,12 @@ "secure", "coding", "specializing", - "input" + "input", + "validation", + "authentication", + "api", + "proactively", + "implementations" ], "path": "skills/backend-security-coder/SKILL.md" }, @@ -4391,7 +5475,7 @@ { "id": "bash-pro", "name": "bash-pro", - "description": "Master of defensive Bash scripting for production automation, CI/CD", + "description": "Master of defensive Bash scripting for production automation, CI/CD\npipelines, and system utilities. Expert in safe, portable, and testable shell\nscripts.", "category": "infrastructure", "tags": [ "bash" @@ -4403,7 +5487,12 @@ "scripting", "automation", "ci", - "cd" + "cd", + "pipelines", + "utilities", + "safe", + "portable", + "testable" ], "path": "skills/bash-pro/SKILL.md" }, @@ -4627,7 +5716,7 @@ { "id": "blockchain-developer", "name": "blockchain-developer", - "description": "Build production-ready Web3 applications, smart contracts, and", + "description": "Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations.", "category": "general", "tags": [ "blockchain" @@ -4638,7 +5727,13 @@ "web3", "applications", "smart", - "contracts" + "contracts", + "decentralized", + "implements", + "defi", + "protocols", + "nft", + "platforms" ], "path": "skills/blockchain-developer/SKILL.md" }, @@ -4941,7 +6036,7 @@ { "id": "business-analyst", "name": "business-analyst", - "description": "Master modern business analysis with AI-powered analytics,", + "description": "Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations.", "category": "data-ai", "tags": [ "business", @@ -4953,7 +6048,13 @@ "analysis", "ai", "powered", - "analytics" + "analytics", + "real", + "time", + "dashboards", + "data", + "driven", + "insights" ], "path": "skills/business-analyst/SKILL.md" }, @@ -4985,7 +6086,7 @@ { "id": "c-pro", "name": "c-pro", - "description": "Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code. Use PROACTIVELY for C optimization, memory issues, or system programming.", + "description": "Write efficient C code with proper memory management, pointer", "category": "general", "tags": [ "c" @@ -4998,11 +6099,7 @@ "code", "proper", "memory", - "pointer", - "arithmetic", - "calls", - "embedded", - "kernel" + "pointer" ], "path": "skills/c-pro/SKILL.md" }, @@ -5033,7 +6130,7 @@ { "id": "c4-code", "name": "c4-code", - "description": "Expert C4 Code-level documentation specialist. Analyzes code", + "description": "Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure.", "category": "architecture", "tags": [ "c4", @@ -5044,14 +6141,21 @@ "code", "level", "documentation", - "analyzes" + "analyzes", + "directories", + "including", + "function", + "signatures", + "arguments", + "dependencies", + "structure" ], "path": "skills/c4-code/SKILL.md" }, { "id": "c4-component", "name": "c4-component", - "description": "Expert C4 Component-level documentation specialist. Synthesizes C4", + "description": "Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships.", "category": "architecture", "tags": [ "c4", @@ -5062,14 +6166,20 @@ "component", "level", "documentation", - "synthesizes" + "synthesizes", + "code", + "architecture", + "defining", + "boundaries", + "interfaces", + "relationships" ], "path": "skills/c4-component/SKILL.md" }, { "id": "c4-container", "name": "c4-container", - "description": "Expert C4 Container-level documentation specialist. Synthesizes", + "description": "Expert C4 Container-level documentation specialist.", "category": "architecture", "tags": [ "c4", @@ -5079,15 +6189,14 @@ "c4", "container", "level", - "documentation", - "synthesizes" + "documentation" ], "path": "skills/c4-container/SKILL.md" }, { "id": "c4-context", "name": "c4-context", - "description": "Expert C4 Context-level documentation specialist. Creates", + "description": "Expert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and external dependencies.", "category": "architecture", "tags": [ "c4" @@ -5097,7 +6206,14 @@ "context", "level", "documentation", - "creates" + "creates", + "high", + "diagrams", + "documents", + "personas", + "user", + "journeys", + "features" ], "path": "skills/c4-context/SKILL.md" }, @@ -5198,6 +6314,31 @@ ], "path": "skills/canvas-design/SKILL.md" }, + { + "id": "carrier-relationship-management", + "name": "carrier-relationship-management", + "description": "Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships.", + "category": "general", + "tags": [ + "carrier", + "relationship" + ], + "triggers": [ + "carrier", + "relationship", + "codified", + "expertise", + "managing", + "portfolios", + "negotiating", + "freight", + "rates", + "tracking", + "performance", + "allocating" + ], + "path": "skills/carrier-relationship-management/SKILL.md" + }, { "id": "cc-skill-backend-patterns", "name": "cc-skill-backend-patterns", @@ -5441,6 +6582,31 @@ ], "path": "skills/changelog-automation/SKILL.md" }, + { + "id": "chrome-extension-developer", + "name": "chrome-extension-developer", + "description": "Expert in building Chrome Extensions using Manifest V3. Covers background scripts, service workers, content scripts, and cross-context communication.", + "category": "infrastructure", + "tags": [ + "chrome", + "extension" + ], + "triggers": [ + "chrome", + "extension", + "developer", + "building", + "extensions", + "manifest", + "v3", + "covers", + "background", + "scripts", + "workers", + "content" + ], + "path": "skills/chrome-extension-developer/SKILL.md" + }, { "id": "cicd-automation-workflow-automate", "name": "cicd-automation-workflow-automate", @@ -5760,7 +6926,7 @@ { "id": "cloud-architect", "name": "cloud-architect", - "description": "Expert cloud architect specializing in AWS/Azure/GCP multi-cloud", + "description": "Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns.", "category": "infrastructure", "tags": [ "cloud" @@ -5772,7 +6938,12 @@ "aws", "azure", "gcp", - "multi" + "multi", + "infrastructure", + "iac", + "terraform", + "opentofu", + "cdk" ], "path": "skills/cloud-architect/SKILL.md" }, @@ -5826,6 +6997,31 @@ ], "path": "skills/cloud-penetration-testing/SKILL.md" }, + { + "id": "cloudflare-workers-expert", + "name": "cloudflare-workers-expert", + "description": "Expert in Cloudflare Workers and the Edge Computing ecosystem. Covers Wrangler, KV, D1, Durable Objects, and R2 storage.", + "category": "general", + "tags": [ + "cloudflare", + "workers" + ], + "triggers": [ + "cloudflare", + "workers", + "edge", + "computing", + "ecosystem", + "covers", + "wrangler", + "kv", + "d1", + "durable", + "objects", + "r2" + ], + "path": "skills/cloudflare-workers-expert/SKILL.md" + }, { "id": "cloudformation-best-practices", "name": "cloudformation-best-practices", @@ -6078,8 +7274,8 @@ { "id": "code-reviewer", "name": "code-reviewer", - "description": "Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.", - "category": "security", + "description": "Elite code review expert specializing in modern AI-powered code", + "category": "data-ai", "tags": [ "code" ], @@ -6090,12 +7286,7 @@ "review", "specializing", "ai", - "powered", - "analysis", - "security", - "vulnerabilities", - "performance", - "optimization" + "powered" ], "path": "skills/code-reviewer/SKILL.md" }, @@ -6228,8 +7419,8 @@ { "id": "competitive-landscape", "name": "competitive-landscape", - "description": "This skill should be used when the user asks to \\\"analyze", - "category": "general", + "description": "This skill should be used when the user asks to \\\\\\\"analyze competitors\", \"assess competitive landscape\", \"identify differentiation\", \"evaluate market positioning\", \"apply Porter's Five Forces\",...", + "category": "business", "tags": [ "competitive", "landscape" @@ -6242,7 +7433,11 @@ "used", "user", "asks", - "analyze" + "analyze", + "competitors", + "assess", + "identify", + "differentiation" ], "path": "skills/competitive-landscape/SKILL.md" }, @@ -6480,7 +7675,7 @@ { "id": "conductor-setup", "name": "conductor-setup", - "description": "Initialize project with Conductor artifacts (product definition,", + "description": "Initialize project with Conductor artifacts (product definition,\ntech stack, workflow, style guides)", "category": "business", "tags": [ "conductor", @@ -6492,7 +7687,11 @@ "initialize", "artifacts", "product", - "definition" + "definition", + "tech", + "stack", + "style", + "guides" ], "path": "skills/conductor-setup/SKILL.md" }, @@ -6519,7 +7718,7 @@ { "id": "conductor-validator", "name": "conductor-validator", - "description": "Validates Conductor project artifacts for completeness,", + "description": "Validates Conductor project artifacts for completeness,\nconsistency, and correctness. Use after setup, when diagnosing issues, or\nbefore implementation to verify project context.", "category": "workflow", "tags": [ "conductor", @@ -6530,7 +7729,14 @@ "validator", "validates", "artifacts", - "completeness" + "completeness", + "consistency", + "correctness", + "after", + "setup", + "diagnosing", + "issues", + "before" ], "path": "skills/conductor-validator/SKILL.md" }, @@ -6586,7 +7792,7 @@ { "id": "content-marketer", "name": "content-marketer", - "description": "Elite content marketing strategist specializing in AI-powered", + "description": "Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing.", "category": "data-ai", "tags": [ "content", @@ -6600,7 +7806,11 @@ "strategist", "specializing", "ai", - "powered" + "powered", + "creation", + "omnichannel", + "distribution", + "seo" ], "path": "skills/content-marketer/SKILL.md" }, @@ -6646,8 +7856,8 @@ { "id": "context-driven-development", "name": "context-driven-development", - "description": "Use this skill when working with Conductor's context-driven", - "category": "workflow", + "description": "Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and...", + "category": "business", "tags": [ "driven" ], @@ -6657,7 +7867,13 @@ "development", "skill", "working", - "conductor" + "conductor", + "methodology", + "managing", + "artifacts", + "understanding", + "relationship", + "between" ], "path": "skills/context-driven-development/SKILL.md" }, @@ -6714,7 +7930,7 @@ { "id": "context-manager", "name": "context-manager", - "description": "Elite AI context engineering specialist mastering dynamic context", + "description": "Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems.", "category": "data-ai", "tags": [ "manager" @@ -6726,7 +7942,12 @@ "ai", "engineering", "mastering", - "dynamic" + "dynamic", + "vector", + "databases", + "knowledge", + "graphs", + "intelligent" ], "path": "skills/context-manager/SKILL.md" }, @@ -6847,6 +8068,30 @@ ], "path": "skills/convertkit-automation/SKILL.md" }, + { + "id": "convex", + "name": "convex", + "description": "Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.", + "category": "security", + "tags": [ + "convex" + ], + "triggers": [ + "convex", + "reactive", + "backend", + "schema", + "typescript", + "functions", + "real", + "time", + "subscriptions", + "auth", + "file", + "storage" + ], + "path": "skills/convex/SKILL.md" + }, { "id": "copilot-sdk", "name": "copilot-sdk", @@ -6900,13 +8145,24 @@ { "id": "copywriting", "name": "copywriting", - "description": ">", - "category": "general", + "description": "Write rigorous, conversion-focused marketing copy for landing pages and emails. Enforces brief confirmation and strict no-fabrication rules.", + "category": "business", "tags": [ "copywriting" ], "triggers": [ - "copywriting" + "copywriting", + "write", + "rigorous", + "conversion", + "marketing", + "copy", + "landing", + "pages", + "emails", + "enforces", + "brief", + "confirmation" ], "path": "skills/copywriting/SKILL.md" }, @@ -6959,7 +8215,7 @@ { "id": "cpp-pro", "name": "cpp-pro", - "description": "Write idiomatic C++ code with modern features, RAII, smart", + "description": "Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization.", "category": "general", "tags": [ "cpp" @@ -6972,7 +8228,11 @@ "code", "features", "raii", - "smart" + "smart", + "pointers", + "stl", + "algorithms", + "move" ], "path": "skills/cpp-pro/SKILL.md" }, @@ -7052,38 +8312,33 @@ { "id": "crypto-bd-agent", "name": "crypto-bd-agent", - "description": ">", - "category": "general", + "description": "Autonomous crypto business development patterns — multi-chain token discovery, 100-point scoring with wallet forensics, x402 micropayments, ERC-8004 on-chain identity, LLM cascade routing, and...", + "category": "security", "tags": [ "crypto", - "business-development", - "token-scanning", - "x402", - "erc-8004", - "autonomous-agent", - "solana", - "ethereum", - "wallet-forensics" + "bd", + "agent" ], "triggers": [ "crypto", - "business-development", - "token-scanning", - "x402", - "erc-8004", - "autonomous-agent", - "solana", - "ethereum", - "wallet-forensics", "bd", - "agent" + "agent", + "autonomous", + "business", + "development", + "multi", + "chain", + "token", + "discovery", + "100", + "point" ], "path": "skills/crypto-bd-agent/SKILL.md" }, { "id": "csharp-pro", "name": "csharp-pro", - "description": "Write modern C# code with advanced features like records, pattern", + "description": "Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing.", "category": "development", "tags": [ "csharp" @@ -7095,7 +8350,12 @@ "code", "features", "like", - "records" + "records", + "matching", + "async", + "await", + "optimizes", + "net" ], "path": "skills/csharp-pro/SKILL.md" }, @@ -7119,7 +8379,7 @@ { "id": "customer-support", "name": "customer-support", - "description": "Elite AI-powered customer support specialist mastering", + "description": "Elite AI-powered customer support specialist mastering conversational AI, automated ticketing, sentiment analysis, and omnichannel support experiences.", "category": "data-ai", "tags": [ "customer", @@ -7131,10 +8391,42 @@ "elite", "ai", "powered", - "mastering" + "mastering", + "conversational", + "automated", + "ticketing", + "sentiment", + "analysis", + "omnichannel" ], "path": "skills/customer-support/SKILL.md" }, + { + "id": "customs-trade-compliance", + "name": "customs-trade-compliance", + "description": "Codified expertise for customs documentation, tariff classification, duty optimisation, restricted party screening, and regulatory compliance across multiple jurisdictions.", + "category": "security", + "tags": [ + "customs", + "trade", + "compliance" + ], + "triggers": [ + "customs", + "trade", + "compliance", + "codified", + "expertise", + "documentation", + "tariff", + "classification", + "duty", + "optimisation", + "restricted", + "party" + ], + "path": "skills/customs-trade-compliance/SKILL.md" + }, { "id": "daily-news-report", "name": "daily-news-report", @@ -7164,8 +8456,8 @@ { "id": "data-engineer", "name": "data-engineer", - "description": "Build scalable data pipelines, modern data warehouses, and", - "category": "data-ai", + "description": "Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.", + "category": "infrastructure", "tags": [ "data" ], @@ -7174,7 +8466,14 @@ "engineer", "scalable", "pipelines", - "warehouses" + "warehouses", + "real", + "time", + "streaming", + "architectures", + "implements", + "apache", + "spark" ], "path": "skills/data-engineer/SKILL.md" }, @@ -7259,7 +8558,7 @@ { "id": "data-scientist", "name": "data-scientist", - "description": "Expert data scientist for advanced analytics, machine learning, and", + "description": "Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence.", "category": "data-ai", "tags": [ "data", @@ -7270,7 +8569,14 @@ "scientist", "analytics", "machine", - "learning" + "learning", + "statistical", + "modeling", + "complex", + "analysis", + "predictive", + "business", + "intelligence" ], "path": "skills/data-scientist/SKILL.md" }, @@ -7350,7 +8656,7 @@ { "id": "database-admin", "name": "database-admin", - "description": "Expert database administrator specializing in modern cloud", + "description": "Expert database administrator specializing in modern cloud databases, automation, and reliability engineering.", "category": "infrastructure", "tags": [ "database", @@ -7361,14 +8667,18 @@ "admin", "administrator", "specializing", - "cloud" + "cloud", + "databases", + "automation", + "reliability", + "engineering" ], "path": "skills/database-admin/SKILL.md" }, { "id": "database-architect", "name": "database-architect", - "description": "Expert database architect specializing in data layer design from", + "description": "Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures.", "category": "data-ai", "tags": [ "database" @@ -7378,7 +8688,14 @@ "architect", "specializing", "data", - "layer" + "layer", + "scratch", + "technology", + "selection", + "schema", + "modeling", + "scalable", + "architectures" ], "path": "skills/database-architect/SKILL.md" }, @@ -7515,7 +8832,7 @@ { "id": "database-optimizer", "name": "database-optimizer", - "description": "Expert database optimizer specializing in modern performance", + "description": "Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.", "category": "data-ai", "tags": [ "database", @@ -7525,7 +8842,12 @@ "database", "optimizer", "specializing", - "performance" + "performance", + "tuning", + "query", + "optimization", + "scalable", + "architectures" ], "path": "skills/database-optimizer/SKILL.md" }, @@ -7659,24 +8981,24 @@ "description": "Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns.", "category": "architecture", "tags": [ - "ddd", + "[ddd", "context-map", "anti-corruption-layer", - "integration" + "integration]" ], "triggers": [ - "ddd", + "[ddd", "context-map", "anti-corruption-layer", - "integration", + "integration]", + "ddd", "context", "mapping", "map", "relationships", "between", "bounded", - "contexts", - "define" + "contexts" ], "path": "skills/ddd-context-mapping/SKILL.md" }, @@ -7686,24 +9008,24 @@ "description": "Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.", "category": "architecture", "tags": [ - "ddd", + "[ddd", "strategic-design", "bounded-context", - "ubiquitous-language" + "ubiquitous-language]" ], "triggers": [ - "ddd", + "[ddd", "strategic-design", "bounded-context", - "ubiquitous-language", + "ubiquitous-language]", + "ddd", "strategic", "artifacts", "including", "subdomains", "bounded", "contexts", - "ubiquitous", - "language" + "ubiquitous" ], "path": "skills/ddd-strategic-design/SKILL.md" }, @@ -7713,32 +9035,32 @@ "description": "Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants.", "category": "architecture", "tags": [ - "ddd", + "[ddd", "tactical", "aggregates", "value-objects", - "domain-events" + "domain-events]" ], "triggers": [ - "ddd", + "[ddd", "tactical", "aggregates", "value-objects", - "domain-events", + "domain-events]", + "ddd", "apply", "code", "entities", "value", "objects", - "repositories", - "domain" + "repositories" ], "path": "skills/ddd-tactical-patterns/SKILL.md" }, { "id": "debugger", "name": "debugger", - "description": "Debugging specialist for errors, test failures, and unexpected", + "description": "Debugging specialist for errors, test failures, and unexpected\nbehavior. Use proactively when encountering any issues.", "category": "testing", "tags": [ "debugger" @@ -7749,7 +9071,12 @@ "errors", "test", "failures", - "unexpected" + "unexpected", + "behavior", + "proactively", + "encountering", + "any", + "issues" ], "path": "skills/debugger/SKILL.md" }, @@ -7900,7 +9227,7 @@ { "id": "deployment-engineer", "name": "deployment-engineer", - "description": "Expert deployment engineer specializing in modern CI/CD pipelines,", + "description": "Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.", "category": "infrastructure", "tags": [ "deployment" @@ -7911,7 +9238,9 @@ "specializing", "ci", "cd", - "pipelines" + "pipelines", + "gitops", + "automation" ], "path": "skills/deployment-engineer/SKILL.md" }, @@ -8012,8 +9341,8 @@ { "id": "design-orchestration", "name": "design-orchestration", - "description": "Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. Prevents premature implementation, skipped validation, and unreviewed high-risk designs.", - "category": "security", + "description": "Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order.", + "category": "workflow", "tags": [], "triggers": [ "orchestration", @@ -8055,7 +9384,7 @@ { "id": "devops-troubleshooter", "name": "devops-troubleshooter", - "description": "Expert DevOps troubleshooter specializing in rapid incident", + "description": "Expert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability.", "category": "security", "tags": [ "devops", @@ -8066,7 +9395,10 @@ "troubleshooter", "specializing", "rapid", - "incident" + "incident", + "response", + "debugging", + "observability" ], "path": "skills/devops-troubleshooter/SKILL.md" }, @@ -8200,8 +9532,8 @@ { "id": "django-pro", "name": "django-pro", - "description": "Master Django 5.x with async views, DRF, Celery, and Django", - "category": "development", + "description": "Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment.", + "category": "infrastructure", "tags": [ "django" ], @@ -8211,7 +9543,13 @@ "async", "views", "drf", - "celery" + "celery", + "channels", + "scalable", + "web", + "applications", + "proper", + "architecture" ], "path": "skills/django-pro/SKILL.md" }, @@ -8267,8 +9605,8 @@ { "id": "docs-architect", "name": "docs-architect", - "description": "Creates comprehensive technical documentation from existing", - "category": "general", + "description": "Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks.", + "category": "architecture", "tags": [ "docs" ], @@ -8278,7 +9616,13 @@ "creates", "technical", "documentation", - "existing" + "existing", + "codebases", + "analyzes", + "architecture", + "details", + "produce", + "long" ], "path": "skills/docs-architect/SKILL.md" }, @@ -8410,16 +9754,16 @@ "description": "Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.", "category": "architecture", "tags": [ - "ddd", + "[ddd", "domain", "bounded-context", - "architecture" + "architecture]" ], "triggers": [ - "ddd", + "[ddd", "domain", "bounded-context", - "architecture", + "architecture]", "driven", "plan", "route", @@ -8434,7 +9778,7 @@ { "id": "dotnet-architect", "name": "dotnet-architect", - "description": "Expert .NET backend architect specializing in C#, ASP.NET Core,", + "description": "Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise application patterns.", "category": "development", "tags": [ "dotnet" @@ -8446,7 +9790,12 @@ "backend", "specializing", "asp", - "core" + "core", + "entity", + "framework", + "dapper", + "enterprise", + "application" ], "path": "skills/dotnet-architect/SKILL.md" }, @@ -8525,7 +9874,7 @@ { "id": "dx-optimizer", "name": "dx-optimizer", - "description": "Developer Experience specialist. Improves tooling, setup, and", + "description": "Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed.", "category": "general", "tags": [ "dx", @@ -8538,7 +9887,12 @@ "experience", "improves", "tooling", - "setup" + "setup", + "proactively", + "setting", + "up", + "new", + "after" ], "path": "skills/dx-optimizer/SKILL.md" }, @@ -8592,7 +9946,7 @@ { "id": "elixir-pro", "name": "elixir-pro", - "description": "Write idiomatic Elixir code with OTP patterns, supervision trees,", + "description": "Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems.", "category": "architecture", "tags": [ "elixir" @@ -8605,7 +9959,11 @@ "code", "otp", "supervision", - "trees" + "trees", + "phoenix", + "liveview", + "masters", + "concurrency" ], "path": "skills/elixir-pro/SKILL.md" }, @@ -8637,7 +9995,7 @@ { "id": "email-systems", "name": "email-systems", - "description": "Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill cov...", + "description": "Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill cov...", "category": "business", "tags": [ "email" @@ -8708,6 +10066,31 @@ ], "path": "skills/employment-contract-templates/SKILL.md" }, + { + "id": "energy-procurement", + "name": "energy-procurement", + "description": "Codified expertise for electricity and gas procurement, tariff optimisation, demand charge management, renewable PPA evaluation, and multi-facility energy cost management.", + "category": "general", + "tags": [ + "energy", + "procurement" + ], + "triggers": [ + "energy", + "procurement", + "codified", + "expertise", + "electricity", + "gas", + "tariff", + "optimisation", + "demand", + "charge", + "renewable", + "ppa" + ], + "path": "skills/energy-procurement/SKILL.md" + }, { "id": "environment-setup-guide", "name": "environment-setup-guide", @@ -8806,7 +10189,7 @@ { "id": "error-detective", "name": "error-detective", - "description": "Search logs and codebases for error patterns, stack traces, and", + "description": "Search logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes.", "category": "architecture", "tags": [ "error", @@ -8819,7 +10202,12 @@ "logs", "codebases", "stack", - "traces" + "traces", + "anomalies", + "correlates", + "errors", + "identifies", + "root" ], "path": "skills/error-detective/SKILL.md" }, @@ -9193,7 +10581,7 @@ { "id": "fastapi-pro", "name": "fastapi-pro", - "description": "Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and", + "description": "Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns.", "category": "development", "tags": [ "fastapi" @@ -9205,7 +10593,12 @@ "performance", "async", "apis", - "sqlalchemy" + "sqlalchemy", + "pydantic", + "v2", + "microservices", + "websockets", + "python" ], "path": "skills/fastapi-pro/SKILL.md" }, @@ -9480,8 +10873,8 @@ { "id": "firmware-analyst", "name": "firmware-analyst", - "description": "Expert firmware analyst specializing in embedded systems, IoT", - "category": "general", + "description": "Expert firmware analyst specializing in embedded systems, IoT security, and hardware reverse engineering.", + "category": "security", "tags": [ "firmware", "analyst" @@ -9491,7 +10884,11 @@ "analyst", "specializing", "embedded", - "iot" + "iot", + "security", + "hardware", + "reverse", + "engineering" ], "path": "skills/firmware-analyst/SKILL.md" }, @@ -9520,8 +10917,8 @@ { "id": "flutter-expert", "name": "flutter-expert", - "description": "Master Flutter development with Dart 3, advanced widgets, and", - "category": "development", + "description": "Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment.", + "category": "infrastructure", "tags": [ "flutter" ], @@ -9529,14 +10926,17 @@ "flutter", "development", "dart", - "widgets" + "widgets", + "multi", + "platform", + "deployment" ], "path": "skills/flutter-expert/SKILL.md" }, { "id": "form-cro", "name": "form-cro", - "description": ">", + "description": "Optimize any form that is NOT signup or account registration — including lead capture, contact, demo request, application, survey, quote, and checkout forms.", "category": "general", "tags": [ "form", @@ -9544,7 +10944,17 @@ ], "triggers": [ "form", - "cro" + "cro", + "optimize", + "any", + "signup", + "account", + "registration", + "including", + "lead", + "capture", + "contact", + "demo" ], "path": "skills/form-cro/SKILL.md" }, @@ -9832,7 +11242,7 @@ { "id": "frontend-developer", "name": "frontend-developer", - "description": "Build React components, implement responsive layouts, and handle", + "description": "Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture.", "category": "development", "tags": [ "frontend" @@ -9844,7 +11254,12 @@ "components", "responsive", "layouts", - "handle" + "handle", + "client", + "side", + "state", + "masters", + "19" ], "path": "skills/frontend-developer/SKILL.md" }, @@ -9905,7 +11320,7 @@ { "id": "frontend-security-coder", "name": "frontend-security-coder", - "description": "Expert in secure frontend coding practices specializing in XSS", + "description": "Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, and client-side security patterns.", "category": "security", "tags": [ "frontend", @@ -9919,7 +11334,12 @@ "secure", "coding", "specializing", - "xss" + "xss", + "prevention", + "output", + "sanitization", + "client", + "side" ], "path": "skills/frontend-security-coder/SKILL.md" }, @@ -10801,7 +12221,7 @@ { "id": "golang-pro", "name": "golang-pro", - "description": "Master Go 1.21+ with modern patterns, advanced concurrency,", + "description": "Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices.", "category": "development", "tags": [ "golang" @@ -10811,7 +12231,10 @@ "pro", "go", "21", - "concurrency" + "concurrency", + "performance", + "optimization", + "microservices" ], "path": "skills/golang-pro/SKILL.md" }, @@ -10966,8 +12389,8 @@ { "id": "graphql-architect", "name": "graphql-architect", - "description": "Master modern GraphQL with federation, performance optimization,", - "category": "general", + "description": "Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems.", + "category": "security", "tags": [ "graphql" ], @@ -10976,15 +12399,47 @@ "architect", "federation", "performance", - "optimization" + "optimization", + "enterprise", + "security", + "scalable", + "schemas", + "caching", + "real", + "time" ], "path": "skills/graphql-architect/SKILL.md" }, + { + "id": "grpc-golang", + "name": "grpc-golang", + "description": "Build production-ready gRPC services in Go with mTLS, streaming, and observability. Use when designing Protobuf contracts with Buf or implementing secure service-to-service transport.", + "category": "security", + "tags": [ + "grpc", + "golang" + ], + "triggers": [ + "grpc", + "golang", + "go", + "mtls", + "streaming", + "observability", + "designing", + "protobuf", + "contracts", + "buf", + "implementing", + "secure" + ], + "path": "skills/grpc-golang/SKILL.md" + }, { "id": "haskell-pro", "name": "haskell-pro", - "description": "Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.", - "category": "architecture", + "description": "Expert Haskell engineer specializing in advanced type systems, pure", + "category": "general", "tags": [ "haskell" ], @@ -10994,13 +12449,7 @@ "engineer", "specializing", "type", - "pure", - "functional", - "high", - "reliability", - "software", - "proactively", - "level" + "pure" ], "path": "skills/haskell-pro/SKILL.md" }, @@ -11053,10 +12502,36 @@ ], "path": "skills/helpdesk-automation/SKILL.md" }, + { + "id": "hierarchical-agent-memory", + "name": "hierarchical-agent-memory", + "description": "Scoped CLAUDE.md memory system that reduces context token spend. Creates directory-level context files, tracks savings via dashboard, and routes agents to the right sub-context.", + "category": "general", + "tags": [ + "hierarchical", + "agent", + "memory" + ], + "triggers": [ + "hierarchical", + "agent", + "memory", + "scoped", + "claude", + "md", + "reduces", + "context", + "token", + "spend", + "creates", + "directory" + ], + "path": "skills/hierarchical-agent-memory/SKILL.md" + }, { "id": "hig-components-content", "name": "hig-components-content", - "description": ">", + "description": "Apple Human Interface Guidelines for content display components.", "category": "general", "tags": [ "hig", @@ -11066,14 +12541,19 @@ "triggers": [ "hig", "components", - "content" + "content", + "apple", + "human", + "interface", + "guidelines", + "display" ], "path": "skills/hig-components-content/SKILL.md" }, { "id": "hig-components-controls", "name": "hig-components-controls", - "description": ">-", + "description": "Apple HIG guidance for selection and input controls including pickers, toggles, sliders, steppers, segmented controls, combo boxes, text fields, text views, labels, token fields, virtual...", "category": "general", "tags": [ "hig", @@ -11083,14 +12563,23 @@ "triggers": [ "hig", "components", - "controls" + "controls", + "apple", + "guidance", + "selection", + "input", + "including", + "pickers", + "toggles", + "sliders", + "steppers" ], "path": "skills/hig-components-controls/SKILL.md" }, { "id": "hig-components-dialogs", "name": "hig-components-dialogs", - "description": ">-", + "description": "Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views.", "category": "general", "tags": [ "hig", @@ -11100,14 +12589,23 @@ "triggers": [ "hig", "components", - "dialogs" + "dialogs", + "apple", + "guidance", + "presentation", + "including", + "alerts", + "action", + "sheets", + "popovers", + "digit" ], "path": "skills/hig-components-dialogs/SKILL.md" }, { "id": "hig-components-layout", "name": "hig-components-layout", - "description": ">", + "description": "Apple Human Interface Guidelines for layout and navigation components.", "category": "general", "tags": [ "hig", @@ -11117,14 +12615,19 @@ "triggers": [ "hig", "components", - "layout" + "layout", + "apple", + "human", + "interface", + "guidelines", + "navigation" ], "path": "skills/hig-components-layout/SKILL.md" }, { "id": "hig-components-menus", "name": "hig-components-menus", - "description": ">-", + "description": "Apple HIG guidance for menu and button components including menus, context menus, dock menus, edit menus, the menu bar, toolbars, action buttons, pop-up buttons, pull-down buttons, disclosure...", "category": "general", "tags": [ "hig", @@ -11134,14 +12637,23 @@ "triggers": [ "hig", "components", - "menus" + "menus", + "apple", + "guidance", + "menu", + "button", + "including", + "context", + "dock", + "edit", + "bar" ], "path": "skills/hig-components-menus/SKILL.md" }, { "id": "hig-components-search", "name": "hig-components-search", - "description": ">-", + "description": "Apple HIG guidance for navigation-related components including search fields, page controls, and path controls.", "category": "general", "tags": [ "hig", @@ -11151,14 +12663,23 @@ "triggers": [ "hig", "components", - "search" + "search", + "apple", + "guidance", + "navigation", + "related", + "including", + "fields", + "page", + "controls", + "path" ], "path": "skills/hig-components-search/SKILL.md" }, { "id": "hig-components-status", "name": "hig-components-status", - "description": ">", + "description": "Apple HIG guidance for status and progress UI components including progress indicators, status bars, and activity rings.", "category": "general", "tags": [ "hig", @@ -11168,14 +12689,23 @@ "triggers": [ "hig", "components", - "status" + "status", + "apple", + "guidance", + "progress", + "ui", + "including", + "indicators", + "bars", + "activity", + "rings" ], "path": "skills/hig-components-status/SKILL.md" }, { "id": "hig-components-system", "name": "hig-components-system", - "description": ">", + "description": "Apple HIG guidance for system experience components: widgets, live activities, notifications, complications, home screen quick actions, top shelf, watch faces, app clips, and app shortcuts.", "category": "general", "tags": [ "hig", @@ -11183,14 +12713,24 @@ ], "triggers": [ "hig", - "components" + "components", + "apple", + "guidance", + "experience", + "widgets", + "live", + "activities", + "notifications", + "complications", + "home", + "screen" ], "path": "skills/hig-components-system/SKILL.md" }, { "id": "hig-foundations", "name": "hig-foundations", - "description": ">", + "description": "Apple Human Interface Guidelines design foundations.", "category": "general", "tags": [ "hig", @@ -11198,42 +12738,62 @@ ], "triggers": [ "hig", - "foundations" + "foundations", + "apple", + "human", + "interface", + "guidelines" ], "path": "skills/hig-foundations/SKILL.md" }, { "id": "hig-inputs", "name": "hig-inputs", - "description": ">", - "category": "general", + "description": "Apple HIG guidance for input methods and interaction patterns: gestures, Apple Pencil, keyboards, game controllers, pointers, Digital Crown, eye tracking, focus system, remotes, spatial...", + "category": "architecture", "tags": [ "hig", "inputs" ], "triggers": [ "hig", - "inputs" + "inputs", + "apple", + "guidance", + "input", + "methods", + "interaction", + "gestures", + "pencil", + "keyboards", + "game", + "controllers" ], "path": "skills/hig-inputs/SKILL.md" }, { "id": "hig-patterns", "name": "hig-patterns", - "description": ">", + "description": "Apple Human Interface Guidelines interaction and UX patterns.", "category": "architecture", "tags": [ "hig" ], "triggers": [ - "hig" + "hig", + "apple", + "human", + "interface", + "guidelines", + "interaction", + "ux" ], "path": "skills/hig-patterns/SKILL.md" }, { "id": "hig-platforms", "name": "hig-platforms", - "description": ">", + "description": "Apple Human Interface Guidelines for platform-specific design.", "category": "general", "tags": [ "hig", @@ -11241,36 +12801,60 @@ ], "triggers": [ "hig", - "platforms" + "platforms", + "apple", + "human", + "interface", + "guidelines", + "platform", + "specific" ], "path": "skills/hig-platforms/SKILL.md" }, { "id": "hig-project-context", "name": "hig-project-context", - "description": ">-", + "description": "Create or update a shared Apple design context document that other HIG skills use to tailor guidance.", "category": "general", "tags": [ "hig" ], "triggers": [ "hig", - "context" + "context", + "update", + "shared", + "apple", + "document", + "other", + "skills", + "tailor", + "guidance" ], "path": "skills/hig-project-context/SKILL.md" }, { "id": "hig-technologies", "name": "hig-technologies", - "description": ">", - "category": "general", + "description": "Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, SharePlay, CarPlay, Game Center,...", + "category": "data-ai", "tags": [ "hig", "technologies" ], "triggers": [ "hig", - "technologies" + "technologies", + "apple", + "guidance", + "technology", + "integrations", + "siri", + "pay", + "healthkit", + "homekit", + "arkit", + "machine" ], "path": "skills/hig-technologies/SKILL.md" }, @@ -11303,7 +12887,7 @@ { "id": "hr-pro", "name": "hr-pro", - "description": "Professional, ethical HR partner for hiring,", + "description": "Professional, ethical HR partner for hiring, onboarding/offboarding, PTO and leave, performance, compliant policies, and employee relations.", "category": "business", "tags": [ "hr" @@ -11314,7 +12898,13 @@ "professional", "ethical", "partner", - "hiring" + "hiring", + "onboarding", + "offboarding", + "pto", + "leave", + "performance", + "compliant" ], "path": "skills/hr-pro/SKILL.md" }, @@ -11447,7 +13037,7 @@ { "id": "hybrid-cloud-architect", "name": "hybrid-cloud-architect", - "description": "Expert hybrid cloud architect specializing in complex multi-cloud", + "description": "Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware).", "category": "infrastructure", "tags": [ "hybrid", @@ -11459,7 +13049,13 @@ "architect", "specializing", "complex", - "multi" + "multi", + "solutions", + "aws", + "azure", + "gcp", + "private", + "clouds" ], "path": "skills/hybrid-cloud-architect/SKILL.md" }, @@ -11565,20 +13161,31 @@ { "id": "imagen", "name": "imagen", - "description": "|", - "category": "general", + "description": "AI image generation skill powered by Google Gemini, enabling seamless visual content creation for UI placeholders, documentation, and design assets.", + "category": "data-ai", "tags": [ "imagen" ], "triggers": [ - "imagen" + "imagen", + "ai", + "image", + "generation", + "skill", + "powered", + "google", + "gemini", + "enabling", + "seamless", + "visual", + "content" ], "path": "skills/imagen/SKILL.md" }, { "id": "incident-responder", "name": "incident-responder", - "description": "Expert SRE incident responder specializing in rapid problem", + "description": "Expert SRE incident responder specializing in rapid problem resolution, modern observability, and comprehensive incident management.", "category": "security", "tags": [ "incident", @@ -11590,7 +13197,9 @@ "sre", "specializing", "rapid", - "problem" + "problem", + "resolution", + "observability" ], "path": "skills/incident-responder/SKILL.md" }, @@ -11835,11 +13444,37 @@ ], "path": "skills/internal-comms-community/SKILL.md" }, + { + "id": "inventory-demand-planning", + "name": "inventory-demand-planning", + "description": "Codified expertise for demand forecasting, safety stock optimisation, replenishment planning, and promotional lift estimation at multi-location retailers.", + "category": "general", + "tags": [ + "inventory", + "demand", + "planning" + ], + "triggers": [ + "inventory", + "demand", + "planning", + "codified", + "expertise", + "forecasting", + "safety", + "stock", + "optimisation", + "replenishment", + "promotional", + "lift" + ], + "path": "skills/inventory-demand-planning/SKILL.md" + }, { "id": "ios-developer", "name": "ios-developer", - "description": "Develop native iOS applications with Swift/SwiftUI. Masters iOS 18,", - "category": "development", + "description": "Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, SwiftUI, UIKit integration, Core Data, networking, and App Store optimization.", + "category": "data-ai", "tags": [ "ios" ], @@ -11852,7 +13487,10 @@ "swift", "swiftui", "masters", - "18" + "18", + "uikit", + "integration", + "core" ], "path": "skills/ios-developer/SKILL.md" }, @@ -11909,8 +13547,8 @@ { "id": "java-pro", "name": "java-pro", - "description": "Master Java 21+ with modern features like virtual threads, pattern", - "category": "development", + "description": "Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Project Loom, and cloud-native patterns.", + "category": "infrastructure", "tags": [ "java" ], @@ -11921,7 +13559,12 @@ "features", "like", "virtual", - "threads" + "threads", + "matching", + "spring", + "boot", + "latest", + "ecosystem" ], "path": "skills/java-pro/SKILL.md" }, @@ -11953,7 +13596,7 @@ { "id": "javascript-pro", "name": "javascript-pro", - "description": "Master modern JavaScript with ES6+, async patterns, and Node.js", + "description": "Master modern JavaScript with ES6+, async patterns, and Node.js APIs. Handles promises, event loops, and browser/Node compatibility.", "category": "development", "tags": [ "javascript" @@ -11964,7 +13607,13 @@ "es6", "async", "node", - "js" + "js", + "apis", + "promises", + "event", + "loops", + "browser", + "compatibility" ], "path": "skills/javascript-pro/SKILL.md" }, @@ -12044,7 +13693,7 @@ { "id": "julia-pro", "name": "julia-pro", - "description": "Master Julia 1.10+ with modern features, performance optimization,", + "description": "Master Julia 1.10+ with modern features, performance optimization, multiple dispatch, and production-ready practices.", "category": "general", "tags": [ "julia" @@ -12055,7 +13704,9 @@ "10", "features", "performance", - "optimization" + "optimization", + "multiple", + "dispatch" ], "path": "skills/julia-pro/SKILL.md" }, @@ -12209,7 +13860,7 @@ { "id": "kubernetes-architect", "name": "kubernetes-architect", - "description": "Expert Kubernetes architect specializing in cloud-native", + "description": "Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration.", "category": "infrastructure", "tags": [ "kubernetes" @@ -12219,7 +13870,14 @@ "architect", "specializing", "cloud", - "native" + "native", + "infrastructure", + "gitops", + "argocd", + "flux", + "enterprise", + "container", + "orchestration" ], "path": "skills/kubernetes-architect/SKILL.md" }, @@ -12419,7 +14077,7 @@ { "id": "legacy-modernizer", "name": "legacy-modernizer", - "description": "Refactor legacy codebases, migrate outdated frameworks, and", + "description": "Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility.", "category": "general", "tags": [ "legacy", @@ -12432,14 +14090,19 @@ "codebases", "migrate", "outdated", - "frameworks" + "frameworks", + "gradual", + "modernization", + "technical", + "debt", + "dependency" ], "path": "skills/legacy-modernizer/SKILL.md" }, { "id": "legal-advisor", "name": "legal-advisor", - "description": "Draft privacy policies, terms of service, disclaimers, and legal", + "description": "Draft privacy policies, terms of service, disclaimers, and legal notices. Creates GDPR-compliant texts, cookie policies, and data processing agreements.", "category": "security", "tags": [ "legal", @@ -12452,7 +14115,12 @@ "privacy", "policies", "terms", - "disclaimers" + "disclaimers", + "notices", + "creates", + "gdpr", + "compliant", + "texts" ], "path": "skills/legal-advisor/SKILL.md" }, @@ -12639,6 +14307,31 @@ ], "path": "skills/linkedin-automation/SKILL.md" }, + { + "id": "linkedin-cli", + "name": "linkedin-cli", + "description": "Use when automating LinkedIn via CLI: fetch profiles, search people/companies, send messages, manage connections, create posts, and Sales Navigator.", + "category": "business", + "tags": [ + "linkedin", + "cli" + ], + "triggers": [ + "linkedin", + "cli", + "automating", + "via", + "fetch", + "profiles", + "search", + "people", + "companies", + "send", + "messages", + "connections" + ], + "path": "skills/linkedin-cli/SKILL.md" + }, { "id": "linkerd-patterns", "name": "linkerd-patterns", @@ -12893,6 +14586,58 @@ ], "path": "skills/llm-evaluation/SKILL.md" }, + { + "id": "local-legal-seo-audit", + "name": "local-legal-seo-audit", + "description": "Audit and improve local SEO for law firms, attorneys, forensic experts and legal/professional services sites with local presence, focusing on GBP, directories, E-E-A-T and practice/location pages.", + "category": "business", + "tags": [ + "local", + "legal", + "seo", + "audit" + ], + "triggers": [ + "local", + "legal", + "seo", + "audit", + "improve", + "law", + "firms", + "attorneys", + "forensic", + "experts", + "professional", + "sites" + ], + "path": "skills/local-legal-seo-audit/SKILL.md" + }, + { + "id": "logistics-exception-management", + "name": "logistics-exception-management", + "description": "Codified expertise for handling freight exceptions, shipment delays, damages, losses, and carrier disputes. Informed by logistics professionals with 15+ years operational experience.", + "category": "general", + "tags": [ + "logistics", + "exception" + ], + "triggers": [ + "logistics", + "exception", + "codified", + "expertise", + "handling", + "freight", + "exceptions", + "shipment", + "delays", + "damages", + "losses", + "carrier" + ], + "path": "skills/logistics-exception-management/SKILL.md" + }, { "id": "loki-mode", "name": "loki-mode", @@ -12921,8 +14666,8 @@ { "id": "m365-agents-dotnet", "name": "m365-agents-dotnet", - "description": "|", - "category": "development", + "description": "Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-based auth.", + "category": "security", "tags": [ "m365", "agents", @@ -12931,15 +14676,24 @@ "triggers": [ "m365", "agents", - "dotnet" + "dotnet", + "microsoft", + "365", + "sdk", + "net", + "multichannel", + "teams", + "copilot", + "studio", + "asp" ], "path": "skills/m365-agents-dotnet/SKILL.md" }, { "id": "m365-agents-py", "name": "m365-agents-py", - "description": "|", - "category": "general", + "description": "Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth.", + "category": "security", "tags": [ "m365", "agents", @@ -12948,15 +14702,24 @@ "triggers": [ "m365", "agents", - "py" + "py", + "microsoft", + "365", + "sdk", + "python", + "multichannel", + "teams", + "copilot", + "studio", + "aiohttp" ], "path": "skills/m365-agents-py/SKILL.md" }, { "id": "m365-agents-ts", "name": "m365-agents-ts", - "description": "|", - "category": "general", + "description": "Microsoft 365 Agents SDK for TypeScript/Node.js.", + "category": "development", "tags": [ "m365", "agents", @@ -12965,7 +14728,13 @@ "triggers": [ "m365", "agents", - "ts" + "ts", + "microsoft", + "365", + "sdk", + "typescript", + "node", + "js" ], "path": "skills/m365-agents-ts/SKILL.md" }, @@ -13066,7 +14835,7 @@ { "id": "malware-analyst", "name": "malware-analyst", - "description": "Expert malware analyst specializing in defensive malware research,", + "description": "Expert malware analyst specializing in defensive malware research, threat intelligence, and incident response. Masters sandbox analysis, behavioral analysis, and malware family identification.", "category": "security", "tags": [ "malware", @@ -13077,7 +14846,14 @@ "analyst", "specializing", "defensive", - "research" + "research", + "threat", + "intelligence", + "incident", + "response", + "masters", + "sandbox", + "analysis" ], "path": "skills/malware-analyst/SKILL.md" }, @@ -13108,7 +14884,7 @@ { "id": "market-sizing-analysis", "name": "market-sizing-analysis", - "description": "This skill should be used when the user asks to \\\"calculate TAM\\\",", + "description": "This skill should be used when the user asks to \\\\\\\"calculate TAM\\\\\\\", \"determine SAM\", \"estimate SOM\", \"size the market\", \"calculate market opportunity\", \"what's the total addressable market\", or...", "category": "business", "tags": [ "market", @@ -13124,7 +14900,9 @@ "user", "asks", "calculate", - "tam" + "tam", + "determine", + "sam" ], "path": "skills/market-sizing-analysis/SKILL.md" }, @@ -13299,7 +15077,7 @@ { "id": "mermaid-expert", "name": "mermaid-expert", - "description": "Create Mermaid diagrams for flowcharts, sequences, ERDs, and", + "description": "Create Mermaid diagrams for flowcharts, sequences, ERDs, and architectures. Masters syntax for all diagram types and styling.", "category": "general", "tags": [ "mermaid" @@ -13309,7 +15087,14 @@ "diagrams", "flowcharts", "sequences", - "erds" + "erds", + "architectures", + "masters", + "syntax", + "all", + "diagram", + "types", + "styling" ], "path": "skills/mermaid-expert/SKILL.md" }, @@ -13391,7 +15176,7 @@ { "id": "microsoft-azure-webjobs-extensions-authentication-events-dotnet", "name": "microsoft-azure-webjobs-extensions-authentication-events-dotnet", - "description": "|", + "description": "Microsoft Entra Authentication Events SDK for .NET. Azure Functions triggers for custom authentication extensions.", "category": "development", "tags": [ "microsoft", @@ -13409,7 +15194,12 @@ "extensions", "authentication", "events", - "dotnet" + "dotnet", + "entra", + "sdk", + "net", + "functions", + "triggers" ], "path": "skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md" }, @@ -13441,7 +15231,7 @@ { "id": "minecraft-bukkit-pro", "name": "minecraft-bukkit-pro", - "description": "Master Minecraft server plugin development with Bukkit, Spigot, and", + "description": "Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs.", "category": "general", "tags": [ "minecraft", @@ -13454,7 +15244,9 @@ "server", "plugin", "development", - "spigot" + "spigot", + "paper", + "apis" ], "path": "skills/minecraft-bukkit-pro/SKILL.md" }, @@ -13509,8 +15301,8 @@ { "id": "ml-engineer", "name": "ml-engineer", - "description": "Build production ML systems with PyTorch 2.x, TensorFlow, and", - "category": "data-ai", + "description": "Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring.", + "category": "infrastructure", "tags": [ "ml" ], @@ -13518,7 +15310,15 @@ "ml", "engineer", "pytorch", - "tensorflow" + "tensorflow", + "frameworks", + "implements", + "model", + "serving", + "feature", + "engineering", + "testing", + "monitoring" ], "path": "skills/ml-engineer/SKILL.md" }, @@ -13550,7 +15350,7 @@ { "id": "mlops-engineer", "name": "mlops-engineer", - "description": "Build comprehensive ML pipelines, experiment tracking, and model", + "description": "Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools.", "category": "data-ai", "tags": [ "mlops" @@ -13562,7 +15362,10 @@ "pipelines", "experiment", "tracking", - "model" + "model", + "registries", + "mlflow", + "kubeflow" ], "path": "skills/mlops-engineer/SKILL.md" }, @@ -13593,7 +15396,7 @@ { "id": "mobile-developer", "name": "mobile-developer", - "description": "Develop React Native, Flutter, or native mobile apps with modern", + "description": "Develop React Native, Flutter, or native mobile apps with modern architecture patterns. Masters cross-platform development, native integrations, offline sync, and app store optimization.", "category": "development", "tags": [ "mobile" @@ -13605,14 +15408,19 @@ "react", "native", "flutter", - "apps" + "apps", + "architecture", + "masters", + "cross", + "platform", + "development" ], "path": "skills/mobile-developer/SKILL.md" }, { "id": "mobile-security-coder", "name": "mobile-security-coder", - "description": "Expert in secure mobile coding practices specializing in input", + "description": "Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns.", "category": "security", "tags": [ "mobile", @@ -13626,7 +15434,10 @@ "secure", "coding", "specializing", - "input" + "input", + "validation", + "webview", + "specific" ], "path": "skills/mobile-security-coder/SKILL.md" }, @@ -13781,8 +15592,8 @@ { "id": "multi-agent-brainstorming", "name": "multi-agent-brainstorming", - "description": "Use this skill when a design or idea requires higher confidence, risk reduction, or formal review. This skill orchestrates a structured, sequential multi-agent design review where each agent has a strict, non-overlapping role. It prevents blind spots, false confidence, and premature convergence.", - "category": "security", + "description": "Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation.", + "category": "workflow", "tags": [ "multi", "agent", @@ -13792,15 +15603,15 @@ "multi", "agent", "brainstorming", - "skill", - "idea", - "requires", - "higher", - "confidence", - "risk", - "reduction", - "formal", - "review" + "simulate", + "structured", + "peer", + "review", + "process", + "multiple", + "specialized", + "agents", + "validate" ], "path": "skills/multi-agent-brainstorming/SKILL.md" }, @@ -14103,8 +15914,8 @@ { "id": "network-engineer", "name": "network-engineer", - "description": "Expert network engineer specializing in modern cloud networking,", - "category": "infrastructure", + "description": "Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization.", + "category": "security", "tags": [ "network" ], @@ -14113,7 +15924,11 @@ "engineer", "specializing", "cloud", - "networking" + "networking", + "security", + "architectures", + "performance", + "optimization" ], "path": "skills/network-engineer/SKILL.md" }, @@ -14396,8 +16211,8 @@ { "id": "observability-engineer", "name": "observability-engineer", - "description": "Build production-ready monitoring, logging, and tracing systems.", - "category": "infrastructure", + "description": "Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows.", + "category": "security", "tags": [ "observability" ], @@ -14406,7 +16221,12 @@ "engineer", "monitoring", "logging", - "tracing" + "tracing", + "implements", + "sli", + "slo", + "incident", + "response" ], "path": "skills/observability-engineer/SKILL.md" }, @@ -14742,7 +16562,7 @@ { "id": "page-cro", "name": "page-cro", - "description": ">", + "description": "Analyze and optimize individual pages for conversion performance.", "category": "general", "tags": [ "page", @@ -14750,7 +16570,13 @@ ], "triggers": [ "page", - "cro" + "cro", + "analyze", + "optimize", + "individual", + "pages", + "conversion", + "performance" ], "path": "skills/page-cro/SKILL.md" }, @@ -14831,8 +16657,8 @@ { "id": "payment-integration", "name": "payment-integration", - "description": "Integrate Stripe, PayPal, and payment processors. Handles checkout", - "category": "general", + "description": "Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.", + "category": "security", "tags": [ "payment", "integration" @@ -14844,7 +16670,12 @@ "stripe", "paypal", "processors", - "checkout" + "checkout", + "flows", + "subscriptions", + "webhooks", + "pci", + "compliance" ], "path": "skills/payment-integration/SKILL.md" }, @@ -15002,7 +16833,7 @@ { "id": "performance-engineer", "name": "performance-engineer", - "description": "Expert performance engineer specializing in modern observability, application optimization, and scalable system performance. Masters OpenTelemetry, distributed tracing, load testing, multi-tier caching, Core Web Vitals, and performance monitoring. Handles end-to-end optimization, real user monitoring, and scalability patterns. Use PROACTIVELY for performance optimization, observability, or scalability challenges.", + "description": "Expert performance engineer specializing in modern observability,", "category": "infrastructure", "tags": [ "performance" @@ -15011,15 +16842,7 @@ "performance", "engineer", "specializing", - "observability", - "application", - "optimization", - "scalable", - "masters", - "opentelemetry", - "distributed", - "tracing", - "load" + "observability" ], "path": "skills/performance-engineer/SKILL.md" }, @@ -15116,7 +16939,7 @@ { "id": "php-pro", "name": "php-pro", - "description": "Write idiomatic PHP code with generators, iterators, SPL data", + "description": "Write idiomatic PHP code with generators, iterators, SPL data\nstructures, and modern OOP features. Use PROACTIVELY for high-performance PHP\napplications.", "category": "data-ai", "tags": [ "php" @@ -15130,7 +16953,10 @@ "generators", "iterators", "spl", - "data" + "data", + "structures", + "oop", + "features" ], "path": "skills/php-pro/SKILL.md" }, @@ -15312,7 +17138,7 @@ { "id": "posix-shell-pro", "name": "posix-shell-pro", - "description": "Expert in strict POSIX sh scripting for maximum portability across", + "description": "Expert in strict POSIX sh scripting for maximum portability across Unix-like systems. Specializes in shell scripts that run on any POSIX-compliant shell (dash, ash, sh, bash --posix).", "category": "general", "tags": [ "posix", @@ -15326,7 +17152,11 @@ "sh", "scripting", "maximum", - "portability" + "portability", + "unix", + "like", + "specializes", + "scripts" ], "path": "skills/posix-shell-pro/SKILL.md" }, @@ -15640,18 +17470,50 @@ ], "path": "skills/production-code-audit/SKILL.md" }, + { + "id": "production-scheduling", + "name": "production-scheduling", + "description": "Codified expertise for production scheduling, job sequencing, line balancing, changeover optimisation, and bottleneck resolution in discrete and batch manufacturing.", + "category": "general", + "tags": [ + "production", + "scheduling" + ], + "triggers": [ + "production", + "scheduling", + "codified", + "expertise", + "job", + "sequencing", + "line", + "balancing", + "changeover", + "optimisation", + "bottleneck", + "resolution" + ], + "path": "skills/production-scheduling/SKILL.md" + }, { "id": "programmatic-seo", "name": "programmatic-seo", - "description": ">", - "category": "business", + "description": "Design and evaluate programmatic SEO strategies for creating SEO-driven pages at scale using templates and structured data.", + "category": "data-ai", "tags": [ "programmatic", "seo" ], "triggers": [ "programmatic", - "seo" + "seo", + "evaluate", + "creating", + "driven", + "pages", + "scale", + "structured", + "data" ], "path": "skills/programmatic-seo/SKILL.md" }, @@ -15735,16 +17597,16 @@ "description": "Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW)", "category": "general", "tags": [ - "prompt-engineering", + "[prompt-engineering", "optimization", "frameworks", - "ai-enhancement" + "ai-enhancement]" ], "triggers": [ - "prompt-engineering", + "[prompt-engineering", "optimization", "frameworks", - "ai-enhancement", + "ai-enhancement]", "prompt", "engineer", "transforms", @@ -16025,7 +17887,7 @@ { "id": "python-pro", "name": "python-pro", - "description": "Master Python 3.12+ with modern features, async programming,", + "description": "Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI.", "category": "development", "tags": [ "python" @@ -16036,7 +17898,13 @@ "12", "features", "async", - "programming" + "programming", + "performance", + "optimization", + "latest", + "ecosystem", + "including", + "uv" ], "path": "skills/python-pro/SKILL.md" }, @@ -16064,11 +17932,36 @@ ], "path": "skills/python-testing-patterns/SKILL.md" }, + { + "id": "quality-nonconformance", + "name": "quality-nonconformance", + "description": "Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing.", + "category": "general", + "tags": [ + "quality", + "nonconformance" + ], + "triggers": [ + "quality", + "nonconformance", + "codified", + "expertise", + "control", + "non", + "conformance", + "investigation", + "root", + "cause", + "analysis", + "corrective" + ], + "path": "skills/quality-nonconformance/SKILL.md" + }, { "id": "quant-analyst", "name": "quant-analyst", - "description": "Build financial models, backtest trading strategies, and analyze", - "category": "general", + "description": "Build financial models, backtest trading strategies, and analyze market data. Implements risk metrics, portfolio optimization, and statistical arbitrage.", + "category": "security", "tags": [ "quant", "analyst" @@ -16080,7 +17973,12 @@ "models", "backtest", "trading", - "analyze" + "analyze", + "market", + "data", + "implements", + "risk", + "metrics" ], "path": "skills/quant-analyst/SKILL.md" }, @@ -16505,7 +18403,7 @@ { "id": "reference-builder", "name": "reference-builder", - "description": "Creates exhaustive technical references and API documentation.", + "description": "Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials.", "category": "development", "tags": [ "reference", @@ -16519,7 +18417,11 @@ "technical", "references", "api", - "documentation" + "documentation", + "generates", + "parameter", + "listings", + "configuration" ], "path": "skills/reference-builder/SKILL.md" }, @@ -16642,10 +18544,36 @@ ], "path": "skills/research-engineer/SKILL.md" }, + { + "id": "returns-reverse-logistics", + "name": "returns-reverse-logistics", + "description": "Codified expertise for returns authorisation, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management.", + "category": "general", + "tags": [ + "returns", + "reverse", + "logistics" + ], + "triggers": [ + "returns", + "reverse", + "logistics", + "codified", + "expertise", + "authorisation", + "receipt", + "inspection", + "disposition", + "decisions", + "refund", + "processing" + ], + "path": "skills/returns-reverse-logistics/SKILL.md" + }, { "id": "reverse-engineer", "name": "reverse-engineer", - "description": "Expert reverse engineer specializing in binary analysis,", + "description": "Expert reverse engineer specializing in binary analysis, disassembly, decompilation, and software analysis. Masters IDA Pro, Ghidra, radare2, x64dbg, and modern RE toolchains.", "category": "general", "tags": [ "reverse" @@ -16655,14 +18583,21 @@ "engineer", "specializing", "binary", - "analysis" + "analysis", + "disassembly", + "decompilation", + "software", + "masters", + "ida", + "pro", + "ghidra" ], "path": "skills/reverse-engineer/SKILL.md" }, { "id": "risk-manager", "name": "risk-manager", - "description": "Monitor portfolio risk, R-multiples, and position limits. Creates", + "description": "Monitor portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses.", "category": "security", "tags": [ "risk", @@ -16676,7 +18611,11 @@ "multiples", "position", "limits", - "creates" + "creates", + "hedging", + "calculates", + "expectancy", + "implements" ], "path": "skills/risk-manager/SKILL.md" }, @@ -16709,7 +18648,7 @@ { "id": "ruby-pro", "name": "ruby-pro", - "description": "Write idiomatic Ruby code with metaprogramming, Rails patterns, and", + "description": "Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks.", "category": "development", "tags": [ "ruby" @@ -16721,7 +18660,12 @@ "idiomatic", "code", "metaprogramming", - "rails" + "rails", + "performance", + "optimization", + "specializes", + "gem", + "development" ], "path": "skills/ruby-pro/SKILL.md" }, @@ -16753,7 +18697,7 @@ { "id": "rust-pro", "name": "rust-pro", - "description": "Master Rust 1.75+ with modern async patterns, advanced type system", + "description": "Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming.", "category": "development", "tags": [ "rust" @@ -16763,7 +18707,9 @@ "pro", "75", "async", - "type" + "type", + "features", + "programming" ], "path": "skills/rust-pro/SKILL.md" }, @@ -16794,7 +18740,7 @@ { "id": "sales-automator", "name": "sales-automator", - "description": "Draft cold emails, follow-ups, and proposal templates. Creates", + "description": "Draft cold emails, follow-ups, and proposal templates. Creates\npricing pages, case studies, and sales scripts. Use PROACTIVELY for sales\noutreach or lead nurturing.", "category": "business", "tags": [ "sales", @@ -16809,7 +18755,10 @@ "follow", "ups", "proposal", - "creates" + "creates", + "pricing", + "pages", + "case" ], "path": "skills/sales-automator/SKILL.md" }, @@ -16889,8 +18838,8 @@ { "id": "scala-pro", "name": "scala-pro", - "description": "Master enterprise-grade Scala development with functional", - "category": "general", + "description": "Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures.", + "category": "data-ai", "tags": [ "scala" ], @@ -16900,7 +18849,13 @@ "enterprise", "grade", "development", - "functional" + "functional", + "programming", + "distributed", + "big", + "data", + "processing", + "apache" ], "path": "skills/scala-pro/SKILL.md" }, @@ -16931,15 +18886,25 @@ { "id": "schema-markup", "name": "schema-markup", - "description": ">", - "category": "general", + "description": "Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact.", + "category": "data-ai", "tags": [ "schema", "markup" ], "triggers": [ "schema", - "markup" + "markup", + "validate", + "optimize", + "org", + "structured", + "data", + "eligibility", + "correctness", + "measurable", + "seo", + "impact" ], "path": "skills/schema-markup/SKILL.md" }, @@ -17020,7 +18985,7 @@ { "id": "search-specialist", "name": "search-specialist", - "description": "Expert web researcher using advanced search techniques and synthesis. Masters search operators, result filtering, and multi-source verification. Handles competitive analysis and fact-checking. Use PROACTIVELY for deep research, information gathering, or trend analysis.", + "description": "Expert web researcher using advanced search techniques and", "category": "general", "tags": [ "search" @@ -17029,15 +18994,7 @@ "search", "web", "researcher", - "techniques", - "synthesis", - "masters", - "operators", - "result", - "filtering", - "multi", - "source", - "verification" + "techniques" ], "path": "skills/search-specialist/SKILL.md" }, @@ -17093,7 +19050,7 @@ { "id": "security-auditor", "name": "security-auditor", - "description": "Expert security auditor specializing in DevSecOps, comprehensive", + "description": "Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks.", "category": "security", "tags": [ "security", @@ -17103,7 +19060,10 @@ "security", "auditor", "specializing", - "devsecops" + "devsecops", + "cybersecurity", + "compliance", + "frameworks" ], "path": "skills/security-auditor/SKILL.md" }, @@ -17233,7 +19193,7 @@ { "id": "security-scanning-security-sast", "name": "security-scanning-security-sast", - "description": "Static Application Security Testing (SAST) for code vulnerability", + "description": "Static Application Security Testing (SAST) for code vulnerability\nanalysis across multiple languages and frameworks", "category": "security", "tags": [ "security", @@ -17248,7 +19208,11 @@ "application", "testing", "code", - "vulnerability" + "vulnerability", + "analysis", + "multiple", + "languages", + "frameworks" ], "path": "skills/security-scanning-security-sast/SKILL.md" }, @@ -17258,27 +19222,27 @@ "description": "Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks", "category": "security", "tags": [ - "aws", + "[aws", "compliance", "audit", "cis", "pci-dss", "hipaa", - "kiro-cli" + "kiro-cli]" ], "triggers": [ - "aws", + "[aws", "compliance", "audit", "cis", "pci-dss", "hipaa", - "kiro-cli", + "kiro-cli]", + "aws", "checker", "automated", "checking", - "against", - "pci" + "against" ], "path": "skills/security/aws-compliance-checker/SKILL.md" }, @@ -17288,20 +19252,21 @@ "description": "IAM policy review, hardening, and least privilege implementation", "category": "security", "tags": [ - "aws", + "[aws", "iam", "security", "access-control", "kiro-cli", - "least-privilege" + "least-privilege]" ], "triggers": [ - "aws", + "[aws", "iam", "security", "access-control", "kiro-cli", - "least-privilege", + "least-privilege]", + "aws", "policy", "review", "hardening", @@ -17316,26 +19281,26 @@ "description": "Automate AWS secrets rotation for RDS, API keys, and credentials", "category": "security", "tags": [ - "aws", + "[aws", "secrets-manager", "security", "automation", "kiro-cli", - "credentials" + "credentials]" ], "triggers": [ - "aws", + "[aws", "secrets-manager", "security", "automation", "kiro-cli", - "credentials", + "credentials]", + "aws", "secrets", "rotation", "automate", "rds", - "api", - "keys" + "api" ], "path": "skills/security/aws-secrets-rotation/SKILL.md" }, @@ -17345,20 +19310,21 @@ "description": "Comprehensive AWS security posture assessment using AWS CLI and security best practices", "category": "security", "tags": [ - "aws", + "[aws", "security", "audit", "compliance", "kiro-cli", - "security-assessment" + "security-assessment]" ], "triggers": [ - "aws", + "[aws", "security", "audit", "compliance", "kiro-cli", - "security-assessment", + "security-assessment]", + "aws", "posture", "assessment", "cli" @@ -17514,7 +19480,7 @@ { "id": "seo-audit", "name": "seo-audit", - "description": ">", + "description": "Diagnose and audit SEO issues affecting crawlability, indexation, rankings, and organic performance.", "category": "business", "tags": [ "seo", @@ -17522,15 +19488,23 @@ ], "triggers": [ "seo", - "audit" + "audit", + "diagnose", + "issues", + "affecting", + "crawlability", + "indexation", + "rankings", + "organic", + "performance" ], "path": "skills/seo-audit/SKILL.md" }, { "id": "seo-authority-builder", "name": "seo-authority-builder", - "description": "Analyzes content for E-E-A-T signals and suggests improvements to", - "category": "business", + "description": "Analyzes content for E-E-A-T signals and suggests improvements to\nbuild authority and trust. Identifies missing credibility elements. Use\nPROACTIVELY for YMYL topics.", + "category": "security", "tags": [ "seo", "authority", @@ -17544,14 +19518,18 @@ "content", "signals", "suggests", - "improvements" + "improvements", + "trust", + "identifies", + "missing", + "credibility" ], "path": "skills/seo-authority-builder/SKILL.md" }, { "id": "seo-cannibalization-detector", "name": "seo-cannibalization-detector", - "description": "Analyzes multiple provided pages to identify keyword overlap and", + "description": "Analyzes multiple provided pages to identify keyword overlap and potential cannibalization issues. Suggests differentiation strategies. Use PROACTIVELY when reviewing similar content.", "category": "business", "tags": [ "seo", @@ -17568,14 +19546,16 @@ "pages", "identify", "keyword", - "overlap" + "overlap", + "potential", + "issues" ], "path": "skills/seo-cannibalization-detector/SKILL.md" }, { "id": "seo-content-auditor", "name": "seo-content-auditor", - "description": "Analyzes provided content for quality, E-E-A-T signals, and SEO", + "description": "Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines.", "category": "business", "tags": [ "seo", @@ -17589,14 +19569,19 @@ "analyzes", "provided", "quality", - "signals" + "signals", + "scores", + "provides", + "improvement", + "recommendations", + "established" ], "path": "skills/seo-content-auditor/SKILL.md" }, { "id": "seo-content-planner", "name": "seo-content-planner", - "description": "Creates comprehensive content outlines and topic clusters for SEO.", + "description": "Creates comprehensive content outlines and topic clusters for SEO.\nPlans content calendars and identifies topic gaps. Use PROACTIVELY for content\nstrategy and planning.", "category": "business", "tags": [ "seo", @@ -17610,14 +19595,19 @@ "creates", "outlines", "topic", - "clusters" + "clusters", + "plans", + "calendars", + "identifies", + "gaps", + "proactively" ], "path": "skills/seo-content-planner/SKILL.md" }, { "id": "seo-content-refresher", "name": "seo-content-refresher", - "description": "Identifies outdated elements in provided content and suggests", + "description": "Identifies outdated elements in provided content and suggests updates to maintain freshness. Finds statistics, dates, and examples that need updating. Use PROACTIVELY for older content.", "category": "business", "tags": [ "seo", @@ -17632,14 +19622,18 @@ "outdated", "elements", "provided", - "suggests" + "suggests", + "updates", + "maintain", + "freshness", + "finds" ], "path": "skills/seo-content-refresher/SKILL.md" }, { "id": "seo-content-writer", "name": "seo-content-writer", - "description": "Writes SEO-optimized content based on provided keywords and topic", + "description": "Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY for content creation tasks.", "category": "business", "tags": [ "seo", @@ -17654,14 +19648,45 @@ "optimized", "provided", "keywords", - "topic" + "topic", + "briefs", + "creates", + "engaging", + "following" ], "path": "skills/seo-content-writer/SKILL.md" }, + { + "id": "seo-forensic-incident-response", + "name": "seo-forensic-incident-response", + "description": "Investigate sudden drops in organic traffic or rankings and run a structured forensic SEO incident response with triage, root-cause analysis and recovery plan.", + "category": "security", + "tags": [ + "seo", + "forensic", + "incident", + "response" + ], + "triggers": [ + "seo", + "forensic", + "incident", + "response", + "investigate", + "sudden", + "drops", + "organic", + "traffic", + "rankings", + "run", + "structured" + ], + "path": "skills/seo-forensic-incident-response/SKILL.md" + }, { "id": "seo-fundamentals", "name": "seo-fundamentals", - "description": ">", + "description": "Core principles of SEO including E-E-A-T, Core Web Vitals, technical foundations, content quality, and how modern search engines evaluate pages.", "category": "business", "tags": [ "seo", @@ -17669,14 +19694,24 @@ ], "triggers": [ "seo", - "fundamentals" + "fundamentals", + "core", + "principles", + "including", + "web", + "vitals", + "technical", + "foundations", + "content", + "quality", + "how" ], "path": "skills/seo-fundamentals/SKILL.md" }, { "id": "seo-keyword-strategist", "name": "seo-keyword-strategist", - "description": "Analyzes keyword usage in provided content, calculates density,", + "description": "Analyzes keyword usage in provided content, calculates density, suggests semantic variations and LSI keywords based on the topic. Prevents over-optimization. Use PROACTIVELY for content optimization.", "category": "business", "tags": [ "seo", @@ -17692,14 +19727,17 @@ "provided", "content", "calculates", - "density" + "density", + "suggests", + "semantic", + "variations" ], "path": "skills/seo-keyword-strategist/SKILL.md" }, { "id": "seo-meta-optimizer", "name": "seo-meta-optimizer", - "description": "Creates optimized meta titles, descriptions, and URL suggestions", + "description": "Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. Use PROACTIVELY for new content.", "category": "business", "tags": [ "seo", @@ -17715,14 +19753,17 @@ "titles", "descriptions", "url", - "suggestions" + "suggestions", + "character", + "limits", + "generates" ], "path": "skills/seo-meta-optimizer/SKILL.md" }, { "id": "seo-snippet-hunter", "name": "seo-snippet-hunter", - "description": "Formats content to be eligible for featured snippets and SERP", + "description": "Formats content to be eligible for featured snippets and SERP features. Creates snippet-optimized content blocks based on best practices. Use PROACTIVELY for question-based content.", "category": "business", "tags": [ "seo", @@ -17738,14 +19779,17 @@ "eligible", "featured", "snippets", - "serp" + "serp", + "features", + "creates", + "optimized" ], "path": "skills/seo-snippet-hunter/SKILL.md" }, { "id": "seo-structure-architect", "name": "seo-structure-architect", - "description": "Analyzes and optimizes content structure including header", + "description": "Analyzes and optimizes content structure including header hierarchy, suggests schema markup, and internal linking opportunities. Creates search-friendly content organization.", "category": "business", "tags": [ "seo", @@ -17759,7 +19803,11 @@ "optimizes", "content", "including", - "header" + "header", + "hierarchy", + "suggests", + "schema", + "markup" ], "path": "skills/seo-structure-architect/SKILL.md" }, @@ -17986,7 +20034,7 @@ { "id": "shopify-development", "name": "shopify-development", - "description": "Build Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid.\nTRIGGER: \"shopify\", \"shopify app\", \"checkout extension\", \"admin extension\", \"POS extension\",\n\"shopify theme\", \"liquid template\", \"polaris\", \"shopify graphql\", \"shopify webhook\",\n\"shopify billing\", \"app subscription\", \"metafields\", \"shopify functions\"", + "description": "Build Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid.", "category": "development", "tags": [ "shopify" @@ -18062,18 +20110,18 @@ "id": "skill-creator", "name": "skill-creator", "description": "This skill should be used when the user asks to create a new skill, build a skill, make a custom skill, develop a CLI skill, or wants to extend the CLI with new capabilities. Automates the entire s...", - "category": "workflow", + "category": "general", "tags": [ - "automation", + "[automation", "scaffolding", "skill-creation", - "meta-skill" + "meta-skill]" ], "triggers": [ - "automation", + "[automation", "scaffolding", "skill-creation", - "meta-skill", + "meta-skill]", "skill", "creator", "should", @@ -18459,7 +20507,7 @@ { "id": "sql-pro", "name": "sql-pro", - "description": "Master modern SQL with cloud-native databases, OLTP/OLAP", + "description": "Master modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems.", "category": "infrastructure", "tags": [ "sql" @@ -18471,7 +20519,12 @@ "native", "databases", "oltp", - "olap" + "olap", + "optimization", + "query", + "techniques", + "performance", + "tuning" ], "path": "skills/sql-pro/SKILL.md" }, @@ -18553,7 +20606,7 @@ { "id": "startup-analyst", "name": "startup-analyst", - "description": "Expert startup business analyst specializing in market sizing,", + "description": "Expert startup business analyst specializing in market sizing, financial modeling, competitive analysis, and strategic planning for early-stage companies.", "category": "business", "tags": [ "startup", @@ -18565,14 +20618,20 @@ "business", "specializing", "market", - "sizing" + "sizing", + "financial", + "modeling", + "competitive", + "analysis", + "strategic", + "planning" ], "path": "skills/startup-analyst/SKILL.md" }, { "id": "startup-business-analyst-business-case", "name": "startup-business-analyst-business-case", - "description": "Generate comprehensive investor-ready business case document with", + "description": "Generate comprehensive investor-ready business case document with\nmarket, solution, financials, and strategy", "category": "business", "tags": [ "startup", @@ -18587,14 +20646,17 @@ "case", "generate", "investor", - "document" + "document", + "market", + "solution", + "financials" ], "path": "skills/startup-business-analyst-business-case/SKILL.md" }, { "id": "startup-business-analyst-financial-projections", "name": "startup-business-analyst-financial-projections", - "description": "Create detailed 3-5 year financial model with revenue, costs, cash", + "description": "Create detailed 3-5 year financial model with revenue, costs, cash\nflow, and scenarios", "category": "business", "tags": [ "startup", @@ -18614,14 +20676,15 @@ "model", "revenue", "costs", - "cash" + "cash", + "flow" ], "path": "skills/startup-business-analyst-financial-projections/SKILL.md" }, { "id": "startup-business-analyst-market-opportunity", "name": "startup-business-analyst-market-opportunity", - "description": "Generate comprehensive market opportunity analysis with TAM/SAM/SOM", + "description": "Generate comprehensive market opportunity analysis with TAM/SAM/SOM\ncalculations", "category": "business", "tags": [ "startup", @@ -18640,14 +20703,15 @@ "analysis", "tam", "sam", - "som" + "som", + "calculations" ], "path": "skills/startup-business-analyst-market-opportunity/SKILL.md" }, { "id": "startup-financial-modeling", "name": "startup-financial-modeling", - "description": "This skill should be used when the user asks to \\\"create financial", + "description": "This skill should be used when the user asks to \\\\\\\"create financial projections\", \"build a financial model\", \"forecast revenue\", \"calculate burn rate\", \"estimate runway\", \"model cash flow\", or...", "category": "business", "tags": [ "startup", @@ -18662,15 +20726,19 @@ "should", "used", "user", - "asks" + "asks", + "projections", + "model", + "forecast", + "revenue" ], "path": "skills/startup-financial-modeling/SKILL.md" }, { "id": "startup-metrics-framework", "name": "startup-metrics-framework", - "description": "This skill should be used when the user asks about \\\"key startup", - "category": "business", + "description": "This skill should be used when the user asks about \\\\\\\"key startup metrics\", \"SaaS metrics\", \"CAC and LTV\", \"unit economics\", \"burn multiple\", \"rule of 40\", \"marketplace metrics\", or requests...", + "category": "testing", "tags": [ "startup", "metrics", @@ -18686,7 +20754,9 @@ "user", "asks", "about", - "key" + "key", + "saas", + "cac" ], "path": "skills/startup-metrics-framework/SKILL.md" }, @@ -18996,7 +21066,7 @@ { "id": "tdd-orchestrator", "name": "tdd-orchestrator", - "description": "Master TDD orchestrator specializing in red-green-refactor", + "description": "Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices.", "category": "testing", "tags": [ "tdd", @@ -19008,7 +21078,13 @@ "specializing", "red", "green", - "refactor" + "refactor", + "discipline", + "multi", + "agent", + "coordination", + "test", + "driven" ], "path": "skills/tdd-orchestrator/SKILL.md" }, @@ -19167,7 +21243,7 @@ { "id": "team-composition-analysis", "name": "team-composition-analysis", - "description": "This skill should be used when the user asks to \\\"plan team", + "description": "This skill should be used when the user asks to \\\\\\\"plan team structure\", \"determine hiring needs\", \"design org chart\", \"calculate compensation\", \"plan equity allocation\", or requests...", "category": "general", "tags": [ "team", @@ -19182,7 +21258,10 @@ "used", "user", "asks", - "plan" + "plan", + "structure", + "determine", + "hiring" ], "path": "skills/team-composition-analysis/SKILL.md" }, @@ -19262,11 +21341,36 @@ ], "path": "skills/telegram-mini-app/SKILL.md" }, + { + "id": "temporal-golang-pro", + "name": "temporal-golang-pro", + "description": "Use when building durable distributed systems with Temporal Go SDK. Covers deterministic workflow rules, mTLS worker configs, and advanced patterns.", + "category": "security", + "tags": [ + "temporal", + "golang" + ], + "triggers": [ + "temporal", + "golang", + "pro", + "building", + "durable", + "distributed", + "go", + "sdk", + "covers", + "deterministic", + "rules", + "mtls" + ], + "path": "skills/temporal-golang-pro/SKILL.md" + }, { "id": "temporal-python-pro", "name": "temporal-python-pro", - "description": "Master Temporal workflow orchestration with Python SDK. Implements", - "category": "development", + "description": "Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment.", + "category": "infrastructure", "tags": [ "temporal", "python" @@ -19277,7 +21381,13 @@ "pro", "orchestration", "sdk", - "implements" + "implements", + "durable", + "saga", + "distributed", + "transactions", + "covers", + "async" ], "path": "skills/temporal-python-pro/SKILL.md" }, @@ -19401,7 +21511,7 @@ { "id": "terraform-specialist", "name": "terraform-specialist", - "description": "Expert Terraform/OpenTofu specialist mastering advanced IaC", + "description": "Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns.", "category": "infrastructure", "tags": [ "terraform" @@ -19410,15 +21520,19 @@ "terraform", "opentofu", "mastering", - "iac" + "iac", + "automation", + "state", + "enterprise", + "infrastructure" ], "path": "skills/terraform-specialist/SKILL.md" }, { "id": "test-automator", "name": "test-automator", - "description": "Master AI-powered test automation with modern frameworks,", - "category": "data-ai", + "description": "Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engineering. Build scalable testing strategies with advanced CI/CD integration.", + "category": "infrastructure", "tags": [ "automator" ], @@ -19428,7 +21542,13 @@ "ai", "powered", "automation", - "frameworks" + "frameworks", + "self", + "healing", + "tests", + "quality", + "engineering", + "scalable" ], "path": "skills/test-automator/SKILL.md" }, @@ -19715,7 +21835,7 @@ { "id": "track-management", "name": "track-management", - "description": "Use this skill when creating, managing, or working with Conductor", + "description": "Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.", "category": "workflow", "tags": [ "track" @@ -19726,7 +21846,13 @@ "creating", "managing", "working", - "conductor" + "conductor", + "tracks", + "logical", + "work", + "units", + "features", + "bugs" ], "path": "skills/track-management/SKILL.md" }, @@ -19807,7 +21933,7 @@ { "id": "tutorial-engineer", "name": "tutorial-engineer", - "description": "Creates step-by-step tutorials and educational content from code.", + "description": "Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples.", "category": "general", "tags": [ "tutorial" @@ -19820,7 +21946,11 @@ "tutorials", "educational", "content", - "code" + "code", + "transforms", + "complex", + "concepts", + "progressive" ], "path": "skills/tutorial-engineer/SKILL.md" }, @@ -19902,20 +22032,31 @@ { "id": "typescript-expert", "name": "typescript-expert", - "description": ">-", + "description": "TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.", "category": "development", "tags": [ "typescript" ], "triggers": [ - "typescript" + "typescript", + "javascript", + "deep", + "knowledge", + "type", + "level", + "programming", + "performance", + "optimization", + "monorepo", + "migration", + "tooling" ], "path": "skills/typescript-expert/SKILL.md" }, { "id": "typescript-pro", "name": "typescript-pro", - "description": "Master TypeScript with advanced types, generics, and strict type", + "description": "Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns.", "category": "development", "tags": [ "typescript" @@ -19926,7 +22067,12 @@ "types", "generics", "strict", - "type" + "type", + "safety", + "complex", + "decorators", + "enterprise", + "grade" ], "path": "skills/typescript-pro/SKILL.md" }, @@ -19954,7 +22100,7 @@ { "id": "ui-ux-designer", "name": "ui-ux-designer", - "description": "Create interface designs, wireframes, and design systems. Masters", + "description": "Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools.", "category": "general", "tags": [ "ui", @@ -19968,7 +22114,11 @@ "interface", "designs", "wireframes", - "masters" + "masters", + "user", + "research", + "accessibility", + "standards" ], "path": "skills/ui-ux-designer/SKILL.md" }, @@ -20001,8 +22151,8 @@ { "id": "ui-visual-validator", "name": "ui-visual-validator", - "description": "Rigorous visual validation expert specializing in UI testing,", - "category": "testing", + "description": "Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification.", + "category": "security", "tags": [ "ui", "visual", @@ -20015,7 +22165,10 @@ "rigorous", "validation", "specializing", - "testing" + "testing", + "compliance", + "accessibility", + "verification" ], "path": "skills/ui-visual-validator/SKILL.md" }, @@ -20046,8 +22199,8 @@ { "id": "unity-developer", "name": "unity-developer", - "description": "Build Unity games with optimized C# scripts, efficient rendering,", - "category": "general", + "description": "Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment.", + "category": "infrastructure", "tags": [ "unity" ], @@ -20058,7 +22211,12 @@ "optimized", "scripts", "efficient", - "rendering" + "rendering", + "proper", + "asset", + "masters", + "lts", + "urp" ], "path": "skills/unity-developer/SKILL.md" }, @@ -20451,6 +22609,63 @@ ], "path": "skills/vexor/SKILL.md" }, + { + "id": "vibe-code-auditor", + "name": "vibe-code-auditor", + "description": "Audit rapidly generated or AI-produced code for structural flaws, fragility, and production risks.", + "category": "data-ai", + "tags": [ + "vibe", + "code", + "auditor" + ], + "triggers": [ + "vibe", + "code", + "auditor", + "audit", + "rapidly", + "generated", + "ai", + "produced", + "structural", + "flaws", + "fragility", + "risks" + ], + "path": "skills/vibe-code-auditor/SKILL.md" + }, + { + "id": "videodb-skills", + "name": "videodb-skills", + "description": "Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.", + "category": "data-ai", + "tags": [ + "[video", + "editing", + "transcription", + "subtitles", + "search", + "streaming", + "ai-generation", + "media]" + ], + "triggers": [ + "[video", + "editing", + "transcription", + "subtitles", + "search", + "streaming", + "ai-generation", + "media]", + "videodb", + "skills", + "upload", + "stream" + ], + "path": "skills/videodb-skills/SKILL.md" + }, { "id": "viral-generator-builder", "name": "viral-generator-builder", @@ -21195,7 +23410,7 @@ { "id": "workflow-patterns", "name": "workflow-patterns", - "description": "Use this skill when implementing tasks according to Conductor's TDD", + "description": "Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.", "category": "architecture", "tags": [], "triggers": [ @@ -21204,7 +23419,13 @@ "tasks", "according", "conductor", - "tdd" + "tdd", + "handling", + "phase", + "checkpoints", + "managing", + "git", + "commits" ], "path": "skills/workflow-patterns/SKILL.md" }, @@ -21296,6 +23517,38 @@ ], "path": "skills/x-article-publisher-skill/SKILL.md" }, + { + "id": "x-twitter-scraper", + "name": "x-twitter-scraper", + "description": "X (Twitter) data platform skill — tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, 19 extraction tools, MCP server.", + "category": "infrastructure", + "tags": [ + "[twitter", + "x-api", + "scraping", + "mcp", + "social-media", + "data-extraction", + "giveaway", + "monitoring", + "webhooks]" + ], + "triggers": [ + "[twitter", + "x-api", + "scraping", + "mcp", + "social-media", + "data-extraction", + "giveaway", + "monitoring", + "webhooks]", + "twitter", + "scraper", + "data" + ], + "path": "skills/x-twitter-scraper/SKILL.md" + }, { "id": "xlsx-official", "name": "xlsx-official", @@ -21377,18 +23630,18 @@ "description": "Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks", "category": "general", "tags": [ - "video", + "[video", "summarization", "transcription", "youtube", - "content-analysis" + "content-analysis]" ], "triggers": [ - "video", + "[video", "summarization", "transcription", "youtube", - "content-analysis", + "content-analysis]", "summarizer", "extract", "transcripts", diff --git a/docs/BUNDLES.md b/docs/BUNDLES.md index 86fb9bd5..2dad90dc 100644 --- a/docs/BUNDLES.md +++ b/docs/BUNDLES.md @@ -5,6 +5,7 @@ ## 🚀 Quick Start 1. **Install the repository:** + ```bash npx antigravity-awesome-skills # or clone manually @@ -421,21 +422,25 @@ Keep a small list of high-frequency skills and reuse it across tasks to reduce c ### Beginner → Intermediate → Advanced **Web Development:** + 1. Start: `Essentials` → `Web Wizard` 2. Grow: `Full-Stack Developer` → `Architecture & Design` 3. Master: `Observability & Monitoring` → `Security Developer` **AI/ML:** + 1. Start: `Essentials` → `Agent Architect` 2. Grow: `LLM Application Developer` → `Data Engineering` 3. Master: Advanced RAG and agent orchestration **Security:** + 1. Start: `Essentials` → `Security Developer` 2. Grow: `Security Engineer` → Advanced pentesting 3. Master: Red team tactics and threat modeling **Open Source Maintenance:** + 1. Start: `Essentials` → `OSS Maintainer` 2. Grow: `Architecture & Design` → `QA & Testing` 3. Master: `Skill Author` + release automation workflows @@ -456,4 +461,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open --- -_Last updated: February 2026 | Total Skills: 713+ | Total Bundles: 26_ +_Last updated: February 2026 | Total Skills: 954+ | Total Bundles: 26_ diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index dc5975a7..f8053a11 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -1,4 +1,4 @@ -# Getting Started with Antigravity Awesome Skills (V4) +# Getting Started with Antigravity Awesome Skills (V6.5.0) **New here? This guide will help you supercharge your AI Agent in 5 minutes.** @@ -17,7 +17,7 @@ AI Agents (like **Claude Code**, **Gemini**, **Cursor**) are smart, but they lac ## ⚡️ Quick Start: The "Starter Packs" -Don't panic about the 700+ skills. You don't need them all at once. +Don't panic about the 954+ skills. You don't need them all at once. We have curated **Starter Packs** to get you running immediately. You **install the full repo once** (npx or clone); Starter Packs are curated lists to help you **pick which skills to use** by role (e.g. Web Wizard, Hacker Pack)—they are not a different way to install. @@ -30,7 +30,7 @@ You **install the full repo once** (npx or clone); Starter Packs are curated lis npx antigravity-awesome-skills ``` -This clones to `~/.agent/skills` by default. Use `--cursor`, `--claude`, `--gemini`, or `--codex` to install for a specific tool, or `--path ` for a custom location. Run `npx antigravity-awesome-skills --help` for details. +This clones to `~/.gemini/antigravity/skills` by default. Use `--cursor`, `--claude`, `--gemini`, `--codex`, or `--kiro` to install for a specific tool, or `--path ` for a custom location. Run `npx antigravity-awesome-skills --help` for details. If you see a 404 error, use: `npx github:sickn33/antigravity-awesome-skills` @@ -95,14 +95,18 @@ Once installed, just talk to your AI naturally. ## 🔌 Supported Tools -| Tool | Status | Path | -| :-------------- | :-------------- | :---------------- | -| **Claude Code** | ✅ Full Support | `.claude/skills/` | -| **Gemini CLI** | ✅ Full Support | `.gemini/skills/` | -| **Codex CLI** | ✅ Full Support | `.codex/skills/` | -| **Antigravity** | ✅ Native | `.agent/skills/` | -| **Cursor** | ✅ Native | `.cursor/skills/` | -| **Copilot** | ⚠️ Text Only | Manual copy-paste | +| Tool | Status | Path | +| :-------------- | :-------------- | :-------------------------------------------------------------------- | +| **Claude Code** | ✅ Full Support | `.claude/skills/` | +| **Gemini CLI** | ✅ Full Support | `.gemini/skills/` | +| **Codex CLI** | ✅ Full Support | `.codex/skills/` | +| **Kiro CLI** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` | +| **Kiro IDE** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` | +| **Antigravity** | ✅ Native | Global: `~/.gemini/antigravity/skills/` · Workspace: `.agent/skills/` | +| **Cursor** | ✅ Native | `.cursor/skills/` | +| **OpenCode** | ✅ Full Support | `.agents/skills/` | +| **AdaL CLI** | ✅ Full Support | `.adal/skills/` | +| **Copilot** | ⚠️ Text Only | Manual copy-paste | --- @@ -120,7 +124,7 @@ _Check the [Skill Catalog](../CATALOG.md) for the full list._ ## ❓ FAQ -**Q: Do I need to install all 700+ skills?** +**Q: Do I need to install all 954+ skills?** A: You clone the whole repo once; your AI only _reads_ the skills you invoke (or that are relevant), so it stays lightweight. **Starter Packs** in [BUNDLES.md](BUNDLES.md) are curated lists to help you discover the right skills for your role—they don't change how you install. **Q: Can I make my own skills?** diff --git a/docs/KIRO_INTEGRATION.md b/docs/KIRO_INTEGRATION.md index f5706181..c6608b3e 100644 --- a/docs/KIRO_INTEGRATION.md +++ b/docs/KIRO_INTEGRATION.md @@ -7,6 +7,7 @@ This guide explains how to use Antigravity Awesome Skills with **Kiro CLI**, AWS ## What is Kiro? Kiro is AWS's agentic AI IDE that combines: + - **Autonomous coding agents** that work independently for extended periods - **Context-aware assistance** with deep understanding of your codebase - **AWS service integration** with native support for CDK, SAM, and Terraform @@ -16,7 +17,8 @@ Kiro is AWS's agentic AI IDE that combines: ## Why Use Skills with Kiro? Kiro's agentic capabilities are enhanced by skills that provide: -- **Domain expertise** across 883+ specialized areas + +- **Domain expertise** across 954+ specialized areas - **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS - **Workflow automation** for common development tasks - **AWS-specific patterns** for serverless, infrastructure, and cloud architecture @@ -68,6 +70,7 @@ Run @security-audit on my CDK stack ### Recommended Skills for Kiro Users #### AWS & Cloud Infrastructure + - `@aws-serverless` - Serverless architecture patterns - `@aws-cdk` - AWS CDK best practices - `@aws-sam` - SAM template patterns @@ -76,24 +79,28 @@ Run @security-audit on my CDK stack - `@kubernetes-expert` - K8s deployment patterns #### Architecture & Design + - `@architecture` - System design and ADRs - `@c4-context` - C4 model diagrams - `@senior-architect` - Scalable architecture patterns - `@microservices-patterns` - Microservices design #### Security + - `@api-security-best-practices` - API security hardening - `@vulnerability-scanner` - Security vulnerability detection - `@owasp-top-10` - OWASP security patterns - `@aws-security-best-practices` - AWS security configuration #### Development + - `@typescript-expert` - TypeScript best practices - `@python-patterns` - Python design patterns - `@react-patterns` - React component patterns - `@test-driven-development` - TDD workflows #### DevOps & Automation + - `@ci-cd-pipeline` - CI/CD automation - `@github-actions` - GitHub Actions workflows - `@monitoring-observability` - Observability patterns @@ -134,12 +141,14 @@ Run @security-audit on my CDK stack ### MCP Integration Kiro's MCP support allows skills to: + - Call external APIs securely - Query databases with context - Integrate with AWS services - Access documentation in real-time Skills that leverage MCP: + - `@rag-engineer` - RAG system implementation - `@langgraph` - Agent workflow orchestration - `@prompt-engineer` - LLM prompt optimization @@ -149,8 +158,8 @@ Skills that leverage MCP: Kiro can work independently for extended periods. Use skills to guide long-running tasks: ``` -Use @systematic-debugging to investigate and fix all TypeScript errors in the codebase, -then apply @test-driven-development to add missing tests, and finally run @documentation +Use @systematic-debugging to investigate and fix all TypeScript errors in the codebase, +then apply @test-driven-development to add missing tests, and finally run @documentation to update all README files. ``` @@ -159,8 +168,8 @@ to update all README files. Kiro maintains deep context. Reference multiple skills in complex workflows: ``` -I'm building a SaaS application. Use @brainstorming for the MVP plan, -@aws-serverless for the backend, @react-patterns for the frontend, +I'm building a SaaS application. Use @brainstorming for the MVP plan, +@aws-serverless for the backend, @react-patterns for the frontend, @stripe-integration for payments, and @security-audit for hardening. ``` @@ -169,6 +178,7 @@ I'm building a SaaS application. Use @brainstorming for the MVP plan, Pre-curated skill collections optimized for common Kiro use cases: ### AWS Developer Bundle + - `@aws-serverless` - `@aws-cdk` - `@aws-sam` @@ -177,6 +187,7 @@ Pre-curated skill collections optimized for common Kiro use cases: - `@api-gateway-patterns` ### Full-Stack AWS Bundle + - `@aws-serverless` - `@react-patterns` - `@typescript-expert` @@ -185,6 +196,7 @@ Pre-curated skill collections optimized for common Kiro use cases: - `@ci-cd-pipeline` ### DevOps & Infrastructure Bundle + - `@terraform-expert` - `@docker-expert` - `@kubernetes-expert` @@ -238,8 +250,8 @@ chmod -R 755 ~/.kiro/skills/ ``` I need to build a REST API for a todo application using AWS Lambda and DynamoDB. -Use @brainstorming to design the architecture, then apply @aws-serverless -to implement the Lambda functions, @dynamodb-patterns for data modeling, +Use @brainstorming to design the architecture, then apply @aws-serverless +to implement the Lambda functions, @dynamodb-patterns for data modeling, and @api-security-best-practices for security hardening. Generate the infrastructure using @aws-cdk and add tests with @test-driven-development. @@ -250,8 +262,8 @@ Generate the infrastructure using @aws-cdk and add tests with @test-driven-devel ``` I want to break down this monolithic application into microservices. -Use @architecture to create an ADR for the migration strategy, -apply @microservices-patterns for service boundaries, +Use @architecture to create an ADR for the migration strategy, +apply @microservices-patterns for service boundaries, @docker-expert for containerization, and @kubernetes-expert for orchestration. Document the migration plan with @documentation. @@ -262,8 +274,8 @@ Document the migration plan with @documentation. ``` Perform a comprehensive security audit of this application. -Use @security-audit to scan for vulnerabilities, @owasp-top-10 to check -for common issues, @api-security-best-practices for API hardening, +Use @security-audit to scan for vulnerabilities, @owasp-top-10 to check +for common issues, @api-security-best-practices for API hardening, and @aws-security-best-practices for cloud configuration. Generate a report with findings and remediation steps. diff --git a/docs/SOURCES.md b/docs/SOURCES.md index 992d33ff..3a0c5027 100644 --- a/docs/SOURCES.md +++ b/docs/SOURCES.md @@ -3,16 +3,16 @@ We believe in giving credit where credit is due. If you recognize your work here and it is not properly attributed, please open an Issue. -| Skill / Category | Original Source | License | Notes | -| :-------------------------- | :----------------------------------------------------------------- | :------------- | :---------------------------- | -| `cloud-penetration-testing` | [HackTricks](https://book.hacktricks.xyz/) | MIT / CC-BY-SA | Adapted for agentic use. | -| `active-directory-attacks` | [HackTricks](https://book.hacktricks.xyz/) | MIT / CC-BY-SA | Adapted for agentic use. | -| `owasp-top-10` | [OWASP](https://owasp.org/) | CC-BY-SA | Methodology adapted. | -| `burp-suite-testing` | [PortSwigger](https://portswigger.net/burp) | N/A | Usage guide only (no binary). | -| `crewai` | [CrewAI](https://github.com/joaomdmoura/crewAI) | MIT | Framework guides. | -| `langgraph` | [LangGraph](https://github.com/langchain-ai/langgraph) | MIT | Framework guides. | -| `react-patterns` | [React Docs](https://react.dev/) | CC-BY | Official patterns. | -| **All Official Skills** | [Anthropic / Google / OpenAI / Microsoft / Supabase / Vercel Labs] | Proprietary | Usage encouraged by vendors. | +| Skill / Category | Original Source | License | Notes | +| :-------------------------- | :------------------------------------------------------------------------- | :------------- | :---------------------------- | +| `cloud-penetration-testing` | [HackTricks](https://book.hacktricks.xyz/) | MIT / CC-BY-SA | Adapted for agentic use. | +| `active-directory-attacks` | [HackTricks](https://book.hacktricks.xyz/) | MIT / CC-BY-SA | Adapted for agentic use. | +| `owasp-top-10` | [OWASP](https://owasp.org/) | CC-BY-SA | Methodology adapted. | +| `burp-suite-testing` | [PortSwigger](https://portswigger.net/burp) | N/A | Usage guide only (no binary). | +| `crewai` | [CrewAI](https://github.com/joaomdmoura/crewAI) | MIT | Framework guides. | +| `langgraph` | [LangGraph](https://github.com/langchain-ai/langgraph) | MIT | Framework guides. | +| `react-patterns` | [React Docs](https://react.dev/) | CC-BY | Official patterns. | +| **All Official Skills** | [Anthropic / Google / OpenAI / Microsoft / Supabase / Apify / Vercel Labs] | Proprietary | Usage encouraged by vendors. | ## Skills from VoltAgent/awesome-agent-skills diff --git a/docs/USAGE.md b/docs/USAGE.md index feb16b14..fb5a9370 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -12,7 +12,7 @@ Great question! Here's what just happened and what to do next: When you ran `npx antigravity-awesome-skills` or cloned the repository, you: -✅ **Downloaded 883+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or `~/.agent/skills/` if you used `--path`) +✅ **Downloaded 954+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or `~/.agent/skills/` if you used `--path`) ✅ **Made them available** to your AI assistant ❌ **Did NOT enable them all automatically** (they're just sitting there, waiting) @@ -30,8 +30,9 @@ Think of it like installing a toolbox. You have all the tools now, but you need Bundles are **recommended lists** of skills grouped by role. They help you decide which skills to start using. -**Analogy:** -- You installed a toolbox with 883+ tools (✅ done) +**Analogy:** + +- You installed a toolbox with 954+ tools (✅ done) - Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools" - You don't install bundles—you **pick skills from them** @@ -44,6 +45,7 @@ Bundles are **recommended lists** of skills grouped by role. They help you decid ### Example: The "Web Wizard" Bundle When you see the [Web Wizard bundle](BUNDLES.md#-the-web-wizard-pack), it lists: + - `frontend-design` - `react-best-practices` - `tailwind-patterns` @@ -66,30 +68,35 @@ This is the part that should have been explained better! Here's how to use skill The exact syntax varies by tool, but it's always simple: #### Claude Code (CLI) + ```bash # In your terminal/chat with Claude Code: >> Use @brainstorming to help me design a todo app ``` #### Cursor (IDE) + ```bash # In the Cursor chat panel: @brainstorming help me design a todo app ``` #### Gemini CLI + ```bash # In your conversation with Gemini: Use the brainstorming skill to help me plan my app ``` #### Codex CLI + ```bash # In your conversation with Codex: Apply @brainstorming to design a new feature ``` #### Antigravity IDE + ```bash # In agent mode: Use @brainstorming to plan this feature @@ -105,10 +112,12 @@ Here are **real-world examples** of good prompts: ### Example 1: Starting a New Project -**Bad Prompt:** +**Bad Prompt:** + > "Help me build a todo app" -**Good Prompt:** +**Good Prompt:** + > "Use @brainstorming to help me design a todo app with user authentication and cloud sync" **Why it's better:** You're explicitly invoking the skill and providing context. @@ -117,10 +126,12 @@ Here are **real-world examples** of good prompts: ### Example 2: Reviewing Code -**Bad Prompt:** +**Bad Prompt:** + > "Check my code" -**Good Prompt:** +**Good Prompt:** + > "Use @lint-and-validate to check `src/components/Button.tsx` for issues" **Why it's better:** Specific skill + specific file = precise results. @@ -129,10 +140,12 @@ Here are **real-world examples** of good prompts: ### Example 3: Security Audit -**Bad Prompt:** +**Bad Prompt:** + > "Make my API secure" -**Good Prompt:** +**Good Prompt:** + > "Use @api-security-best-practices to review my REST endpoints in `routes/api/users.js`" **Why it's better:** The AI knows exactly which skill's standards to apply. @@ -141,7 +154,8 @@ Here are **real-world examples** of good prompts: ### Example 4: Combining Multiple Skills -**Good Prompt:** +**Good Prompt:** + > "Use @brainstorming to design a payment flow, then apply @stripe-integration to implement it" **Why it's good:** You can chain skills together in a single prompt! @@ -159,6 +173,7 @@ Let's actually use a skill right now. Follow these steps: 2. **Open your AI assistant** (Claude Code, Cursor, etc.) 3. **Type this exact prompt:** + ``` Use @brainstorming to help me design a user profile page for my app ``` @@ -177,17 +192,18 @@ Let's actually use a skill right now. Follow these steps: ## 🗂️ Step 5: Picking Your First Skills (Practical Advice) -Don't try to use all 883+ skills! Here's a sensible approach: +Don't try to use all 954+ skills! Here's a sensible approach: ### Start with "The Essentials" (5 skills, everyone needs these) 1. **`@brainstorming`** - Plan before you build 2. **`@lint-and-validate`** - Keep code clean -3. **`@git-pushing`** - Save work safely +3. **`@git-pushing`** - Save work safely 4. **`@systematic-debugging`** - Fix bugs faster 5. **`@concise-planning`** - Organize tasks **How to use them:** + - Before writing new code → `@brainstorming` - After writing code → `@lint-and-validate` - Before committing → `@git-pushing` @@ -198,12 +214,14 @@ Don't try to use all 883+ skills! Here's a sensible approach: Find your role in [BUNDLES.md](BUNDLES.md) and pick 5-10 skills from that bundle. **Example for Web Developer:** + - `@frontend-design` - `@react-best-practices` - `@tailwind-patterns` - `@seo-audit` **Example for Security Engineer:** + - `@api-security-best-practices` - `@vulnerability-scanner` - `@ethical-hacking-methodology` @@ -224,6 +242,7 @@ Let's walk through a realistic scenario: ### Task: "Add a blog to my Next.js website" #### Step 1: Plan (use @brainstorming) + ``` You: Use @brainstorming to design a blog system for my Next.js site @@ -233,6 +252,7 @@ AI: [Produces detailed design spec] ``` #### Step 2: Implement (use @nextjs-best-practices) + ``` You: Use @nextjs-best-practices to scaffold the blog with App Router @@ -240,6 +260,7 @@ AI: [Creates file structure, sets up routes, adds components] ``` #### Step 3: Style (use @tailwind-patterns) + ``` You: Use @tailwind-patterns to make the blog posts look modern @@ -247,6 +268,7 @@ AI: [Applies Tailwind styling with responsive design] ``` #### Step 4: SEO (use @seo-audit) + ``` You: Use @seo-audit to optimize the blog for search engines @@ -254,6 +276,7 @@ AI: [Adds meta tags, sitemaps, structured data] ``` #### Step 5: Test & Deploy + ``` You: Use @test-driven-development to add tests, then @vercel-deployment to deploy @@ -269,6 +292,7 @@ AI: [Creates tests, sets up CI/CD, deploys to Vercel] ### "Which tool should I use? Claude Code, Cursor, Gemini?" **Any of them!** Skills work universally. Pick the tool you already use or prefer: + - **Claude Code** - Best for terminal/CLI workflows - **Cursor** - Best for IDE integration - **Gemini CLI** - Best for Google ecosystem @@ -277,6 +301,7 @@ AI: [Creates tests, sets up CI/CD, deploys to Vercel] ### "Can I see all available skills?" Yes! Three ways: + 1. Browse [CATALOG.md](../CATALOG.md) (searchable list) 2. Run `ls ~/.agent/skills/` (if installed there) 3. Ask your AI: "What skills do you have for [topic]?" @@ -284,6 +309,7 @@ Yes! Three ways: ### "Do I need to restart my IDE after installing?" Usually no, but if your AI doesn't recognize a skill: + 1. Try restarting your IDE/CLI 2. Check the installation path matches your tool 3. Try the explicit path: `npx antigravity-awesome-skills --claude` (or `--cursor`, `--gemini`, etc.) @@ -291,6 +317,7 @@ Usually no, but if your AI doesn't recognize a skill: ### "Can I create my own skills?" Yes! Use the `@skill-creator` skill: + ``` Use @skill-creator to help me build a custom skill for [your task] ``` @@ -307,15 +334,15 @@ Use @skill-creator to help me build a custom skill for [your task] **Save this for quick lookup:** -| Task | Skill to Use | Example Prompt | -|------|-------------|----------------| -| Plan new feature | `@brainstorming` | `Use @brainstorming to design a login system` | -| Review code | `@lint-and-validate` | `Use @lint-and-validate on src/app.js` | -| Debug issue | `@systematic-debugging` | `Use @systematic-debugging to fix login error` | -| Security audit | `@api-security-best-practices` | `Use @api-security-best-practices on my API routes` | -| SEO check | `@seo-audit` | `Use @seo-audit on my landing page` | -| React component | `@react-patterns` | `Use @react-patterns to build a form component` | -| Deploy app | `@vercel-deployment` | `Use @vercel-deployment to ship this to production` | +| Task | Skill to Use | Example Prompt | +| ---------------- | ------------------------------ | --------------------------------------------------- | +| Plan new feature | `@brainstorming` | `Use @brainstorming to design a login system` | +| Review code | `@lint-and-validate` | `Use @lint-and-validate on src/app.js` | +| Debug issue | `@systematic-debugging` | `Use @systematic-debugging to fix login error` | +| Security audit | `@api-security-best-practices` | `Use @api-security-best-practices on my API routes` | +| SEO check | `@seo-audit` | `Use @seo-audit on my landing page` | +| React component | `@react-patterns` | `Use @react-patterns to build a form component` | +| Deploy app | `@vercel-deployment` | `Use @vercel-deployment to ship this to production` | --- @@ -333,19 +360,24 @@ Now that you understand how to use skills: ## 💡 Pro Tips for Maximum Effectiveness ### Tip 1: Start Every Feature with @brainstorming + > Before writing code, use `@brainstorming` to plan. You'll save hours of refactoring. ### Tip 2: Chain Skills in Order + > Don't try to do everything at once. Use skills sequentially: Plan → Build → Test → Deploy ### Tip 3: Be Specific in Prompts + > Bad: "Use @react-patterns" > Good: "Use @react-patterns to build a modal component with animations" ### Tip 4: Reference File Paths + > Help the AI focus: "Use @security-auditor on routes/api/auth.js" ### Tip 5: Combine Skills for Complex Tasks + > "Use @brainstorming to design, then @test-driven-development to implement with tests" --- diff --git a/docs/vietnamese/README.vi.md b/docs/vietnamese/README.vi.md index a50f76e2..6b9e9b2a 100644 --- a/docs/vietnamese/README.vi.md +++ b/docs/vietnamese/README.vi.md @@ -30,7 +30,7 @@ Các trợ lý AI (như Claude Code, Cursor, hoặc Gemini) rất thông minh, nhưng chúng thiếu các **công cụ chuyên biệt**. Chúng không biết "Quy trình Triển khai" của công ty bạn hoặc cú pháp cụ thể cho "AWS CloudFormation". **Skills** là các tệp markdown nhỏ dạy cho chúng cách thực hiện những tác vụ cụ thể này một cách chính xác trong mọi lần thực thi. ... -Repository này cung cấp các kỹ năng thiết yếu để biến trợ lý AI của bạn thành một **đội ngũ chuyên gia số toàn năng**, bao gồm các khả năng chính thức từ **Anthropic**, **OpenAI**, **Google**, **Supabase**, và **Vercel Labs**. +Repository này cung cấp các kỹ năng thiết yếu để biến trợ lý AI của bạn thành một **đội ngũ chuyên gia số toàn năng**, bao gồm các khả năng chính thức từ **Anthropic**, **OpenAI**, **Google**, **Supabase**, **Apify**, và **Vercel Labs**. ... Cho dù bạn đang sử dụng **Gemini CLI**, **Claude Code**, **Codex CLI**, **Cursor**, **GitHub Copilot**, **Antigravity**, hay **OpenCode**, những kỹ năng này được thiết kế để có thể sử dụng ngay lập tức và tăng cường sức mạnh cho trợ lý AI của bạn. @@ -40,17 +40,17 @@ Repository này tập hợp những khả năng tốt nhất từ khắp cộng Repository được tổ chức thành các lĩnh vực chuyên biệt để biến AI của bạn thành một chuyên gia trên toàn bộ vòng đời phát triển phần mềm: -| Danh mục | Trọng tâm | Ví dụ kỹ năng | -| :--- | :--- | :--- | -| Kiến trúc (52) | Thiết kế hệ thống, ADRs, C4 và các mẫu có thể mở rộng | `architecture`, `c4-context`, `senior-architect` | -| Kinh doanh (35) | Tăng trưởng, định giá, CRO, SEO và thâm nhập thị trường | `copywriting`, `pricing-strategy`, `seo-audit` | -| Dữ liệu & AI (81) | Ứng dụng LLM, RAG, agents, khả năng quan sát, phân tích | `rag-engineer`, `prompt-engineer`, `langgraph` | -| Phát triển (72) | Làm chủ ngôn ngữ, mẫu thiết kế framework, chất lượng code | `typescript-expert`, `python-patterns`, `react-patterns` | -| Tổng quát (95) | Lập kế hoạch, tài liệu, vận hành sản phẩm, viết bài, hướng dẫn | `brainstorming`, `doc-coauthoring`, `writing-plans` | -| Hạ tầng (72) | DevOps, cloud, serverless, triển khai, CI/CD | `docker-expert`, `aws-serverless`, `vercel-deployment` | -| Bảo mật (107) | AppSec, pentesting, phân tích lỗ hổng, tuân thủ | `api-security-best-practices`, `sql-injection-testing`, `vulnerability-scanner` | -| Kiểm thử (21) | TDD, thiết kế kiểm thử, sửa lỗi, quy trình QA | `test-driven-development`, `testing-patterns`, `test-fixing` | -| Quy trình (17) | Tự động hóa, điều phối, công việc, agents | `workflow-automation`, `inngest`, `trigger-dev` | +| Danh mục | Trọng tâm | Ví dụ kỹ năng | +| :---------------- | :------------------------------------------------------------- | :------------------------------------------------------------------------------ | +| Kiến trúc (52) | Thiết kế hệ thống, ADRs, C4 và các mẫu có thể mở rộng | `architecture`, `c4-context`, `senior-architect` | +| Kinh doanh (35) | Tăng trưởng, định giá, CRO, SEO và thâm nhập thị trường | `copywriting`, `pricing-strategy`, `seo-audit` | +| Dữ liệu & AI (81) | Ứng dụng LLM, RAG, agents, khả năng quan sát, phân tích | `rag-engineer`, `prompt-engineer`, `langgraph` | +| Phát triển (72) | Làm chủ ngôn ngữ, mẫu thiết kế framework, chất lượng code | `typescript-expert`, `python-patterns`, `react-patterns` | +| Tổng quát (95) | Lập kế hoạch, tài liệu, vận hành sản phẩm, viết bài, hướng dẫn | `brainstorming`, `doc-coauthoring`, `writing-plans` | +| Hạ tầng (72) | DevOps, cloud, serverless, triển khai, CI/CD | `docker-expert`, `aws-serverless`, `vercel-deployment` | +| Bảo mật (107) | AppSec, pentesting, phân tích lỗ hổng, tuân thủ | `api-security-best-practices`, `sql-injection-testing`, `vulnerability-scanner` | +| Kiểm thử (21) | TDD, thiết kế kiểm thử, sửa lỗi, quy trình QA | `test-driven-development`, `testing-patterns`, `test-fixing` | +| Quy trình (17) | Tự động hóa, điều phối, công việc, agents | `workflow-automation`, `inngest`, `trigger-dev` | ## Bộ sưu tập Tuyển chọn @@ -119,6 +119,7 @@ Bộ sưu tập này sẽ không thể hình thành nếu không có công việ - **[vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills)**: Skills chính thức của Vercel Labs - Thực hành tốt nhất cho React, Hướng dẫn thiết kế Web. - **[openai/skills](https://github.com/openai/skills)**: Danh mục skill của OpenAI Codex - Các kỹ năng của Agent, Trình tạo Skill, Lập kế hoạch Súc tích. - **[supabase/agent-skills](https://github.com/supabase/agent-skills)**: Skills chính thức của Supabase - Thực hành tốt nhất cho Postgres. +- **[apify/agent-skills](https://github.com/apify/agent-skills)**: Skills chính thức của Apify - Web scraping, data extraction and automation. ### Những người đóng góp từ Cộng đồng diff --git a/package-lock.json b/package-lock.json index 99bb6334..934e3fc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antigravity-awesome-skills", - "version": "5.9.0", + "version": "6.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "antigravity-awesome-skills", - "version": "5.9.0", + "version": "6.6.0", "license": "MIT", "bin": { "antigravity-awesome-skills": "bin/install.js" diff --git a/package.json b/package.json index 9ae3c440..250c33dd 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,22 @@ { "name": "antigravity-awesome-skills", - "version": "6.2.0", - "description": "927+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "version": "6.7.0", + "description": "900+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { - "validate": "python3 scripts/validate_skills.py", - "validate:strict": "python3 scripts/validate_skills.py --strict", - "index": "python3 scripts/generate_index.py", - "readme": "python3 scripts/update_readme.py", + "validate": "node scripts/run-python.js scripts/validate_skills.py", + "validate:strict": "node scripts/run-python.js scripts/validate_skills.py --strict", + "index": "node scripts/run-python.js scripts/generate_index.py", + "readme": "node scripts/run-python.js scripts/update_readme.py", "chain": "npm run validate && npm run index && npm run readme", "catalog": "node scripts/build-catalog.js", "build": "npm run chain && npm run catalog", - "test": "node scripts/tests/validate_skills_headings.test.js && python3 scripts/tests/test_validate_skills_headings.py && python3 scripts/tests/inspect_microsoft_repo.py && python3 scripts/tests/test_comprehensive_coverage.py", - "sync:microsoft": "python3 scripts/sync_microsoft_skills.py", + "test": "node scripts/tests/run-test-suite.js", + "test:local": "node scripts/tests/run-test-suite.js --local", + "test:network": "node scripts/tests/run-test-suite.js --network", + "sync:microsoft": "node scripts/run-python.js scripts/sync_microsoft_skills.py", "sync:all-official": "npm run sync:microsoft && npm run chain", - "update:skills": "python3 scripts/generate_index.py && copy skills_index.json web-app/public/skills.json", + "update:skills": "node scripts/run-python.js scripts/generate_index.py && node scripts/copy-file.js skills_index.json web-app/public/skills.json", "app:setup": "node scripts/setup_web.js", "app:install": "cd web-app && npm install", "app:dev": "npm run app:setup && cd web-app && npm run dev", @@ -42,4 +44,4 @@ "agentic-skills", "ai-coding" ] -} \ No newline at end of file +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..3aecde93 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pyyaml>=6.0 diff --git a/scripts/auto_categorize_skills.py b/scripts/auto_categorize_skills.py index aefbd528..c8f5cc25 100644 --- a/scripts/auto_categorize_skills.py +++ b/scripts/auto_categorize_skills.py @@ -128,8 +128,10 @@ def categorize_skill(skill_name, description): return None +import yaml + def auto_categorize(skills_dir, dry_run=False): - """Auto-categorize skills and update generate_index.py""" + """Auto-categorize skills and update SKILL.md files""" skills = [] categorized_count = 0 already_categorized = 0 @@ -146,17 +148,19 @@ def auto_categorize(skills_dir, dry_run=False): with open(skill_path, 'r', encoding='utf-8') as f: content = f.read() - # Extract name and description from frontmatter + # Extract frontmatter and body fm_match = re.search(r'^---\s*\n(.*?)\n---', content, re.DOTALL) if not fm_match: continue fm_text = fm_match.group(1) - metadata = {} - for line in fm_text.split('\n'): - if ':' in line and not line.strip().startswith('#'): - key, val = line.split(':', 1) - metadata[key.strip()] = val.strip().strip('"').strip("'") + body = content[fm_match.end():] + + try: + metadata = yaml.safe_load(fm_text) or {} + except yaml.YAMLError as e: + print(f"⚠️ {skill_id}: YAML error - {e}") + continue skill_name = metadata.get('name', skill_id) description = metadata.get('description', '') @@ -186,32 +190,12 @@ def auto_categorize(skills_dir, dry_run=False): }) if not dry_run: - # Update the SKILL.md file - add or replace category - fm_start = content.find('---') - fm_end = content.find('---', fm_start + 3) + metadata['category'] = new_category + new_fm = yaml.dump(metadata, sort_keys=False, allow_unicode=True, width=1000).strip() + new_content = f"---\n{new_fm}\n---" + body - if fm_start >= 0 and fm_end > fm_start: - frontmatter = content[fm_start:fm_end+3] - body = content[fm_end+3:] - - # Check if category exists in frontmatter - if 'category:' in frontmatter: - # Replace existing category - new_frontmatter = re.sub( - r'category:\s*\w+', - f'category: {new_category}', - frontmatter - ) - else: - # Add category before the closing --- - new_frontmatter = frontmatter.replace( - '\n---', - f'\ncategory: {new_category}\n---' - ) - - new_content = new_frontmatter + body - with open(skill_path, 'w', encoding='utf-8') as f: - f.write(new_content) + with open(skill_path, 'w', encoding='utf-8') as f: + f.write(new_content) categorized_count += 1 else: diff --git a/scripts/build-catalog.js b/scripts/build-catalog.js index 4dd05588..426a7202 100644 --- a/scripts/build-catalog.js +++ b/scripts/build-catalog.js @@ -628,7 +628,8 @@ function buildCatalog() { category, tags, triggers, - path: path.relative(ROOT, skill.path), + // Normalize separators for deterministic cross-platform output. + path: path.relative(ROOT, skill.path).split(path.sep).join("/"), }); } diff --git a/scripts/copy-file.js b/scripts/copy-file.js new file mode 100644 index 00000000..f0a5aba1 --- /dev/null +++ b/scripts/copy-file.js @@ -0,0 +1,71 @@ +#!/usr/bin/env node + +'use strict'; + +const fs = require('node:fs'); +const path = require('node:path'); + +const args = process.argv.slice(2); + +if (args.length !== 2) { + console.error('Usage: node scripts/copy-file.js '); + process.exit(1); +} + +const [sourceInput, destinationInput] = args; +const projectRoot = path.resolve(__dirname, '..'); +const sourcePath = path.resolve(projectRoot, sourceInput); +const destinationPath = path.resolve(projectRoot, destinationInput); +const destinationDir = path.dirname(destinationPath); + +function fail(message) { + console.error(message); + process.exit(1); +} + +function isInsideProjectRoot(targetPath) { + const relativePath = path.relative(projectRoot, targetPath); + return relativePath === '' || (!relativePath.startsWith('..') && !path.isAbsolute(relativePath)); +} + +if (!isInsideProjectRoot(sourcePath) || !isInsideProjectRoot(destinationPath)) { + fail('Source and destination must resolve inside the project root.'); +} + +if (sourcePath === destinationPath) { + fail('Source and destination must be different files.'); +} + +if (!fs.existsSync(sourcePath)) { + fail(`Source file not found: ${sourceInput}`); +} + +let sourceStats; +try { + sourceStats = fs.statSync(sourcePath); +} catch (error) { + fail(`Unable to read source file "${sourceInput}": ${error.message}`); +} + +if (!sourceStats.isFile()) { + fail(`Source is not a file: ${sourceInput}`); +} + +let destinationDirStats; +try { + destinationDirStats = fs.statSync(destinationDir); +} catch { + fail(`Destination directory not found: ${path.relative(projectRoot, destinationDir)}`); +} + +if (!destinationDirStats.isDirectory()) { + fail(`Destination parent is not a directory: ${path.relative(projectRoot, destinationDir)}`); +} + +try { + fs.copyFileSync(sourcePath, destinationPath); +} catch (error) { + fail(`Copy failed (${sourceInput} -> ${destinationInput}): ${error.message}`); +} + +console.log(`Copied ${sourceInput} -> ${destinationInput}`); diff --git a/scripts/fix_skills_metadata.py b/scripts/fix_skills_metadata.py index 75828545..2b6da9e4 100644 --- a/scripts/fix_skills_metadata.py +++ b/scripts/fix_skills_metadata.py @@ -1,5 +1,6 @@ import os import re +import yaml def fix_skills(skills_dir): for root, dirs, files in os.walk(skills_dir): @@ -14,33 +15,31 @@ def fix_skills(skills_dir): continue fm_text = fm_match.group(1) + body = content[fm_match.end():] folder_name = os.path.basename(root) - new_fm_lines = [] + + try: + metadata = yaml.safe_load(fm_text) or {} + except yaml.YAMLError as e: + print(f"⚠️ {skill_path}: YAML error - {e}") + continue + changed = False - for line in fm_text.split('\n'): - if line.startswith('name:'): - old_name = line.split(':', 1)[1].strip().strip('"').strip("'") - if old_name != folder_name: - new_fm_lines.append(f"name: {folder_name}") - changed = True - else: - new_fm_lines.append(line) - elif line.startswith('description:'): - desc = line.split(':', 1)[1].strip().strip('"').strip("'") - if len(desc) > 200: - # trim to 197 chars and add "..." - short_desc = desc[:197] + "..." - new_fm_lines.append(f'description: "{short_desc}"') - changed = True - else: - new_fm_lines.append(line) - else: - new_fm_lines.append(line) + # 1. Fix Name + if metadata.get('name') != folder_name: + metadata['name'] = folder_name + changed = True + + # 2. Fix Description length + desc = metadata.get('description', '') + if isinstance(desc, str) and len(desc) > 200: + metadata['description'] = desc[:197] + "..." + changed = True if changed: - new_fm_text = '\n'.join(new_fm_lines) - new_content = content[:fm_match.start(1)] + new_fm_text + content[fm_match.end(1):] + new_fm = yaml.dump(metadata, sort_keys=False, allow_unicode=True, width=1000).strip() + new_content = f"---\n{new_fm}\n---" + body with open(skill_path, 'w', encoding='utf-8') as f: f.write(new_content) print(f"Fixed {skill_path}") diff --git a/scripts/fix_yaml_quotes.py b/scripts/fix_yaml_quotes.py index 437e2799..1bce4d9d 100644 --- a/scripts/fix_yaml_quotes.py +++ b/scripts/fix_yaml_quotes.py @@ -1,9 +1,9 @@ import os import re -import json +import yaml def fix_yaml_quotes(skills_dir): - print(f"Scanning for YAML quoting errors in {skills_dir}...") + print(f"Normalizing YAML frontmatter in {skills_dir}...") fixed_count = 0 for root, dirs, files in os.walk(skills_dir): @@ -21,42 +21,24 @@ def fix_yaml_quotes(skills_dir): continue fm_text = fm_match.group(1) - new_fm_lines = [] - changed = False + body = content[fm_match.end():] - for line in fm_text.split('\n'): - if line.startswith('description:'): - key, val = line.split(':', 1) - val = val.strip() - - # Store original to check if it matches the fixed version - orig_val = val - - # Strip matching outer quotes if they exist - if val.startswith('"') and val.endswith('"') and len(val) >= 2: - val = val[1:-1] - elif val.startswith("'") and val.endswith("'") and len(val) >= 2: - val = val[1:-1] - - # Now safely encode using JSON to handle internal escapes - safe_val = json.dumps(val) - - if safe_val != orig_val: - new_line = f"description: {safe_val}" - new_fm_lines.append(new_line) - changed = True - continue - new_fm_lines.append(line) + try: + # safe_load and then dump will normalize quoting automatically + metadata = yaml.safe_load(fm_text) or {} + new_fm = yaml.dump(metadata, sort_keys=False, allow_unicode=True, width=1000).strip() - if changed: - new_fm_text = '\n'.join(new_fm_lines) - new_content = content[:fm_match.start(1)] + new_fm_text + content[fm_match.end(1):] - with open(file_path, 'w', encoding='utf-8') as f: - f.write(new_content) - print(f"Fixed quotes in {os.path.relpath(file_path, skills_dir)}") - fixed_count += 1 + # Check if it actually changed something significant (beyond just style) + # but normalization is good anyway. We'll just compare the fm_text. + if new_fm.strip() != fm_text.strip(): + new_content = f"---\n{new_fm}\n---" + body + with open(file_path, 'w', encoding='utf-8') as f: + f.write(new_content) + fixed_count += 1 + except yaml.YAMLError as e: + print(f"⚠️ {file_path}: YAML error - {e}") - print(f"Total files fixed: {fixed_count}") + print(f"Total files normalized: {fixed_count}") if __name__ == '__main__': base_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) diff --git a/scripts/generate_index.py b/scripts/generate_index.py index 86fbb710..c18f45df 100644 --- a/scripts/generate_index.py +++ b/scripts/generate_index.py @@ -59,9 +59,11 @@ def generate_index(skills_dir, output_file): parent_dir = os.path.basename(os.path.dirname(root)) # Default values + rel_path = os.path.relpath(root, os.path.dirname(skills_dir)) + # Force forward slashes for cross-platform JSON compatibility skill_info = { "id": dir_name, - "path": os.path.relpath(root, os.path.dirname(skills_dir)), + "path": rel_path.replace(os.sep, '/'), "category": parent_dir if parent_dir != "skills" else None, # Will be overridden by frontmatter if present "name": dir_name.replace("-", " ").title(), "description": "", @@ -117,7 +119,7 @@ def generate_index(skills_dir, output_file): # Sort validation: by name skills.sort(key=lambda x: (x["name"].lower(), x["id"].lower())) - with open(output_file, 'w', encoding='utf-8') as f: + with open(output_file, 'w', encoding='utf-8', newline='\n') as f: json.dump(skills, f, indent=2) print(f"✅ Generated rich index with {len(skills)} skills at: {output_file}") diff --git a/scripts/generate_skills_report.py b/scripts/generate_skills_report.py index bccd03ae..120033b7 100644 --- a/scripts/generate_skills_report.py +++ b/scripts/generate_skills_report.py @@ -18,20 +18,19 @@ def get_project_root(): """Get the project root directory.""" return os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +import yaml + def parse_frontmatter(content): - """Parse frontmatter from SKILL.md content.""" + """Parse frontmatter from SKILL.md content using PyYAML.""" fm_match = re.search(r'^---\s*\n(.*?)\n---', content, re.DOTALL) if not fm_match: return None fm_text = fm_match.group(1) - metadata = {} - for line in fm_text.split('\n'): - if ':' in line and not line.strip().startswith('#'): - key, val = line.split(':', 1) - metadata[key.strip()] = val.strip().strip('"').strip("'") - - return metadata + try: + return yaml.safe_load(fm_text) or {} + except yaml.YAMLError: + return None def generate_skills_report(output_file=None, sort_by='date'): """Generate a report of all skills with their metadata.""" diff --git a/scripts/manage_skill_dates.py b/scripts/manage_skill_dates.py index 4b9cfdcd..cf783491 100644 --- a/scripts/manage_skill_dates.py +++ b/scripts/manage_skill_dates.py @@ -26,45 +26,39 @@ def get_project_root(): """Get the project root directory.""" return os.path.dirname(os.path.dirname(os.path.abspath(__file__))) +import yaml + def parse_frontmatter(content): - """Parse frontmatter from SKILL.md content.""" + """Parse frontmatter from SKILL.md content using PyYAML.""" fm_match = re.search(r'^---\s*\n(.*?)\n---', content, re.DOTALL) if not fm_match: return None, content fm_text = fm_match.group(1) - metadata = {} - for line in fm_text.split('\n'): - if ':' in line and not line.strip().startswith('#'): - key, val = line.split(':', 1) - metadata[key.strip()] = val.strip().strip('"').strip("'") - - return metadata, content + try: + metadata = yaml.safe_load(fm_text) or {} + return metadata, content + except yaml.YAMLError as e: + print(f"⚠️ YAML parsing error: {e}") + return None, content def reconstruct_frontmatter(metadata): - """Reconstruct frontmatter from metadata dict.""" - lines = ["---"] - - # Order: id, name, description, category, risk, source, tags, date_added - priority_keys = ['id', 'name', 'description', 'category', 'risk', 'source', 'tags'] + """Reconstruct frontmatter from metadata dict using PyYAML.""" + # Ensure important keys are at the top if they exist + ordered = {} + priority_keys = ['id', 'name', 'description', 'category', 'risk', 'source', 'tags', 'date_added'] for key in priority_keys: if key in metadata: - val = metadata[key] - if isinstance(val, list): - # Handle list fields like tags - lines.append(f'{key}: {val}') - elif ' ' in str(val) or any(c in str(val) for c in ':#"'): - lines.append(f'{key}: "{val}"') - else: - lines.append(f'{key}: {val}') + ordered[key] = metadata[key] - # Add date_added at the end - if 'date_added' in metadata: - lines.append(f'date_added: "{metadata["date_added"]}"') - - lines.append("---") - return '\n'.join(lines) + # Add any remaining keys + for key, value in metadata.items(): + if key not in ordered: + ordered[key] = value + + fm_text = yaml.dump(ordered, sort_keys=False, allow_unicode=True, width=1000).strip() + return f"---\n{fm_text}\n---" def update_skill_frontmatter(skill_path, metadata): """Update a skill's frontmatter with new metadata.""" diff --git a/scripts/normalize-frontmatter.js b/scripts/normalize-frontmatter.js index 982b803a..8300ab9e 100644 --- a/scripts/normalize-frontmatter.js +++ b/scripts/normalize-frontmatter.js @@ -14,6 +14,9 @@ const ALLOWED_FIELDS = new Set([ 'compatibility', 'metadata', 'allowed-tools', + 'date_added', + 'category', + 'id', ]); function isPlainObject(value) { @@ -122,7 +125,8 @@ function normalizeSkill(skillId) { if (!modified) return false; const ordered = {}; - for (const key of ['name', 'description', 'license', 'compatibility', 'allowed-tools', 'metadata']) { + const order = ['id', 'name', 'description', 'category', 'risk', 'source', 'license', 'compatibility', 'date_added', 'allowed-tools', 'metadata']; + for (const key of order) { if (updated[key] !== undefined) { ordered[key] = updated[key]; } diff --git a/scripts/run-python.js b/scripts/run-python.js new file mode 100644 index 00000000..34ee8f86 --- /dev/null +++ b/scripts/run-python.js @@ -0,0 +1,90 @@ +#!/usr/bin/env node + +'use strict'; + +const { spawn, spawnSync } = require('node:child_process'); + +const args = process.argv.slice(2); + +if (args.length === 0) { + console.error('Usage: node scripts/run-python.js [args...]'); + process.exit(1); +} + +function uniqueCandidates(candidates) { + const seen = new Set(); + const unique = []; + + for (const candidate of candidates) { + const key = candidate.join('\u0000'); + if (!seen.has(key)) { + seen.add(key); + unique.push(candidate); + } + } + + return unique; +} + +function getPythonCandidates() { + // Optional override for CI/local pinning without editing scripts. + const configuredPython = + process.env.ANTIGRAVITY_PYTHON || process.env.npm_config_python; + const candidates = [ + configuredPython ? [configuredPython] : null, + // Keep this ordered list easy to update if project requirements change. + ['python3'], + ['python'], + ['py', '-3'], + ].filter(Boolean); + + return uniqueCandidates(candidates); +} + +function canRun(candidate) { + const [command, ...baseArgs] = candidate; + const probe = spawnSync( + command, + [...baseArgs, '-c', 'import sys; raise SystemExit(0 if sys.version_info[0] == 3 else 1)'], + { + stdio: 'ignore', + shell: false, + }, + ); + + return probe.error == null && probe.status === 0; +} + +const pythonCandidates = getPythonCandidates(); +const selected = pythonCandidates.find(canRun); + +if (!selected) { + console.error( + 'Unable to find a Python 3 interpreter. Tried: python3, python, py -3', + ); + process.exit(1); +} + +const [command, ...baseArgs] = selected; +const child = spawn(command, [...baseArgs, ...args], { + stdio: 'inherit', + shell: false, +}); + +child.on('error', (error) => { + console.error(`Failed to start Python interpreter "${command}": ${error.message}`); + process.exit(1); +}); + +child.on('exit', (code, signal) => { + if (signal) { + try { + process.kill(process.pid, signal); + } catch { + process.exit(1); + } + return; + } + + process.exit(code ?? 1); +}); diff --git a/scripts/setup_web.js b/scripts/setup_web.js index a75980ee..f169b478 100644 --- a/scripts/setup_web.js +++ b/scripts/setup_web.js @@ -28,16 +28,21 @@ const destSkills = path.join(WEB_APP_PUBLIC, 'skills'); console.log(`Copying skills directory...`); -// Recursive copy function +// Recursive copy function (follows symlinks to copy resolved content) function copyFolderSync(from, to) { - if (!fs.existsSync(to)) fs.mkdirSync(to); + if (!fs.existsSync(to)) fs.mkdirSync(to, { recursive: true }); fs.readdirSync(from).forEach(element => { - if (fs.lstatSync(path.join(from, element)).isFile()) { - fs.copyFileSync(path.join(from, element), path.join(to, element)); - } else { - copyFolderSync(path.join(from, element), path.join(to, element)); + const srcPath = path.join(from, element); + const destPath = path.join(to, element); + const stat = fs.statSync(srcPath); // statSync follows symlinks + + if (stat.isFile()) { + fs.copyFileSync(srcPath, destPath); + } else if (stat.isDirectory()) { + copyFolderSync(srcPath, destPath); } + // Skip other types (e.g. sockets, FIFOs) }); } diff --git a/scripts/sync_microsoft_skills.py b/scripts/sync_microsoft_skills.py index 4b665f0a..5c0bfd91 100644 --- a/scripts/sync_microsoft_skills.py +++ b/scripts/sync_microsoft_skills.py @@ -59,8 +59,10 @@ def cleanup_previous_sync(): return removed_count +import yaml + def extract_skill_name(skill_md_path: Path) -> str | None: - """Extract the 'name' field from SKILL.md YAML frontmatter.""" + """Extract the 'name' field from SKILL.md YAML frontmatter using PyYAML.""" try: content = skill_md_path.read_text(encoding="utf-8") except Exception: @@ -70,13 +72,11 @@ def extract_skill_name(skill_md_path: Path) -> str | None: if not fm_match: return None - for line in fm_match.group(1).splitlines(): - match = re.match(r"^name:\s*(.+)$", line) - if match: - value = match.group(1).strip().strip("\"'") - if value: - return value - return None + try: + data = yaml.safe_load(fm_match.group(1)) or {} + return data.get('name') + except Exception: + return None def generate_fallback_name(relative_path: Path) -> str: diff --git a/scripts/tests/inspect_microsoft_repo.py b/scripts/tests/inspect_microsoft_repo.py index ab4f7671..1c1ca39d 100644 --- a/scripts/tests/inspect_microsoft_repo.py +++ b/scripts/tests/inspect_microsoft_repo.py @@ -5,13 +5,61 @@ Shows the repository layout, skill locations, and what flat names would be gener """ import re +import io +import shutil import subprocess +import sys import tempfile +import traceback +import uuid from pathlib import Path MS_REPO = "https://github.com/microsoft/skills.git" +def create_clone_target(prefix: str) -> Path: + """Return a writable, non-existent path for git clone destination.""" + repo_tmp_root = Path(__file__).resolve().parents[2] / ".tmp" / "tests" + candidate_roots = (repo_tmp_root, Path(tempfile.gettempdir())) + last_error: OSError | None = None + + for root in candidate_roots: + try: + root.mkdir(parents=True, exist_ok=True) + probe_file = root / f".{prefix}write-probe-{uuid.uuid4().hex}.tmp" + with probe_file.open("xb"): + pass + probe_file.unlink() + return root / f"{prefix}{uuid.uuid4().hex}" + except OSError as exc: + last_error = exc + + if last_error is not None: + raise last_error + raise OSError("Unable to determine clone destination") + + +def configure_utf8_output() -> None: + """Best-effort UTF-8 stdout/stderr on Windows without dropping diagnostics.""" + for stream_name in ("stdout", "stderr"): + stream = getattr(sys, stream_name) + try: + stream.reconfigure(encoding="utf-8", errors="backslashreplace") + continue + except Exception: + pass + + buffer = getattr(stream, "buffer", None) + if buffer is not None: + setattr( + sys, + stream_name, + io.TextIOWrapper( + buffer, encoding="utf-8", errors="backslashreplace" + ), + ) + + def extract_skill_name(skill_md_path: Path) -> str | None: """Extract the 'name' field from SKILL.md YAML frontmatter.""" try: @@ -37,18 +85,26 @@ def inspect_repo(): print("🔍 Inspecting Microsoft Skills Repository Structure") print("=" * 60) - with tempfile.TemporaryDirectory() as temp_dir: - temp_path = Path(temp_dir) + repo_path: Path | None = None + try: + repo_path = create_clone_target(prefix="ms-skills-") print("\n1️⃣ Cloning repository...") - subprocess.run( - ["git", "clone", "--depth", "1", MS_REPO, str(temp_path)], - check=True, - capture_output=True, - ) + try: + subprocess.run( + ["git", "clone", "--depth", "1", MS_REPO, str(repo_path)], + check=True, + capture_output=True, + text=True, + ) + except subprocess.CalledProcessError as exc: + print("\n❌ git clone failed.", file=sys.stderr) + if exc.stderr: + print(exc.stderr.strip(), file=sys.stderr) + raise # Find all SKILL.md files - all_skill_mds = list(temp_path.rglob("SKILL.md")) + all_skill_mds = list(repo_path.rglob("SKILL.md")) print(f"\n2️⃣ Total SKILL.md files found: {len(all_skill_mds)}") # Show flat name mapping @@ -59,7 +115,7 @@ def inspect_repo(): for skill_md in sorted(all_skill_mds, key=lambda p: str(p)): try: - rel = skill_md.parent.relative_to(temp_path) + rel = skill_md.parent.relative_to(repo_path) except ValueError: rel = skill_md.parent @@ -87,12 +143,18 @@ def inspect_repo(): f"\n4️⃣ ✅ No name collisions — all {len(names_seen)} names are unique!") print("\n✨ Inspection complete!") + finally: + if repo_path is not None: + shutil.rmtree(repo_path, ignore_errors=True) if __name__ == "__main__": + configure_utf8_output() try: inspect_repo() + except subprocess.CalledProcessError as exc: + sys.exit(exc.returncode or 1) except Exception as e: - print(f"\n❌ Error: {e}") - import traceback - traceback.print_exc() + print(f"\n❌ Error: {e}", file=sys.stderr) + traceback.print_exc(file=sys.stderr) + sys.exit(1) diff --git a/scripts/tests/run-test-suite.js b/scripts/tests/run-test-suite.js new file mode 100644 index 00000000..15bfd8b6 --- /dev/null +++ b/scripts/tests/run-test-suite.js @@ -0,0 +1,76 @@ +#!/usr/bin/env node + +const { spawnSync } = require("child_process"); + +const NETWORK_TEST_ENV = "ENABLE_NETWORK_TESTS"; +const ENABLED_VALUES = new Set(["1", "true", "yes", "on"]); +const LOCAL_TEST_COMMANDS = [ + ["scripts/tests/validate_skills_headings.test.js"], + ["scripts/run-python.js", "scripts/tests/test_validate_skills_headings.py"], +]; +const NETWORK_TEST_COMMANDS = [ + ["scripts/run-python.js", "scripts/tests/inspect_microsoft_repo.py"], + ["scripts/run-python.js", "scripts/tests/test_comprehensive_coverage.py"], +]; + +function isNetworkTestsEnabled() { + const value = process.env[NETWORK_TEST_ENV]; + if (!value) { + return false; + } + return ENABLED_VALUES.has(String(value).trim().toLowerCase()); +} + +function runNodeCommand(args) { + const result = spawnSync(process.execPath, args, { stdio: "inherit" }); + + if (result.error) { + throw result.error; + } + + if (result.signal) { + process.kill(process.pid, result.signal); + } + + if (typeof result.status !== "number") { + process.exit(1); + } + + if (result.status !== 0) { + process.exit(result.status); + } +} + +function runCommandSet(commands) { + for (const commandArgs of commands) { + runNodeCommand(commandArgs); + } +} + +function main() { + const mode = process.argv[2]; + + if (mode === "--local") { + runCommandSet(LOCAL_TEST_COMMANDS); + return; + } + + if (mode === "--network") { + runCommandSet(NETWORK_TEST_COMMANDS); + return; + } + + runCommandSet(LOCAL_TEST_COMMANDS); + + if (!isNetworkTestsEnabled()) { + console.log( + `[tests] Skipping network integration tests. Set ${NETWORK_TEST_ENV}=1 to enable.`, + ); + return; + } + + console.log(`[tests] ${NETWORK_TEST_ENV} enabled; running network integration tests.`); + runCommandSet(NETWORK_TEST_COMMANDS); +} + +main(); diff --git a/scripts/tests/test_comprehensive_coverage.py b/scripts/tests/test_comprehensive_coverage.py index d5a4134f..cdfa7f08 100644 --- a/scripts/tests/test_comprehensive_coverage.py +++ b/scripts/tests/test_comprehensive_coverage.py @@ -5,14 +5,62 @@ Ensures all skills are captured and no directory name collisions exist. """ import re +import io +import shutil import subprocess +import sys import tempfile +import traceback +import uuid from pathlib import Path from collections import defaultdict MS_REPO = "https://github.com/microsoft/skills.git" +def create_clone_target(prefix: str) -> Path: + """Return a writable, non-existent path for git clone destination.""" + repo_tmp_root = Path(__file__).resolve().parents[2] / ".tmp" / "tests" + candidate_roots = (repo_tmp_root, Path(tempfile.gettempdir())) + last_error: OSError | None = None + + for root in candidate_roots: + try: + root.mkdir(parents=True, exist_ok=True) + probe_file = root / f".{prefix}write-probe-{uuid.uuid4().hex}.tmp" + with probe_file.open("xb"): + pass + probe_file.unlink() + return root / f"{prefix}{uuid.uuid4().hex}" + except OSError as exc: + last_error = exc + + if last_error is not None: + raise last_error + raise OSError("Unable to determine clone destination") + + +def configure_utf8_output() -> None: + """Best-effort UTF-8 stdout/stderr on Windows without dropping diagnostics.""" + for stream_name in ("stdout", "stderr"): + stream = getattr(sys, stream_name) + try: + stream.reconfigure(encoding="utf-8", errors="backslashreplace") + continue + except Exception: + pass + + buffer = getattr(stream, "buffer", None) + if buffer is not None: + setattr( + sys, + stream_name, + io.TextIOWrapper( + buffer, encoding="utf-8", errors="backslashreplace" + ), + ) + + def extract_skill_name(skill_md_path: Path) -> str | None: """Extract the 'name' field from SKILL.md YAML frontmatter.""" try: @@ -41,27 +89,35 @@ def analyze_skill_locations(): print("🔬 Comprehensive Skill Coverage & Uniqueness Analysis") print("=" * 60) - with tempfile.TemporaryDirectory() as temp_dir: - temp_path = Path(temp_dir) + repo_path: Path | None = None + try: + repo_path = create_clone_target(prefix="ms-skills-") print("\n1️⃣ Cloning repository...") - subprocess.run( - ["git", "clone", "--depth", "1", MS_REPO, str(temp_path)], - check=True, - capture_output=True, - ) + try: + subprocess.run( + ["git", "clone", "--depth", "1", MS_REPO, str(repo_path)], + check=True, + capture_output=True, + text=True, + ) + except subprocess.CalledProcessError as exc: + print("\n❌ git clone failed.", file=sys.stderr) + if exc.stderr: + print(exc.stderr.strip(), file=sys.stderr) + raise # Find ALL SKILL.md files - all_skill_files = list(temp_path.rglob("SKILL.md")) + all_skill_files = list(repo_path.rglob("SKILL.md")) print(f"\n2️⃣ Total SKILL.md files found: {len(all_skill_files)}") # Categorize by location location_types = defaultdict(list) for skill_file in all_skill_files: - path_str = str(skill_file) - if ".github/skills" in path_str: + path_str = skill_file.as_posix() + if ".github/skills/" in path_str: location_types["github_skills"].append(skill_file) - elif ".github/plugins" in path_str: + elif ".github/plugins/" in path_str: location_types["github_plugins"].append(skill_file) elif "/skills/" in path_str: location_types["skills_dir"].append(skill_file) @@ -81,7 +137,7 @@ def analyze_skill_locations(): for skill_file in all_skill_files: try: - rel = skill_file.parent.relative_to(temp_path) + rel = skill_file.parent.relative_to(repo_path) except ValueError: rel = skill_file.parent @@ -163,9 +219,13 @@ def analyze_skill_locations(): "invalid_names": len(invalid_names), "passed": is_pass, } + finally: + if repo_path is not None: + shutil.rmtree(repo_path, ignore_errors=True) if __name__ == "__main__": + configure_utf8_output() try: results = analyze_skill_locations() @@ -176,14 +236,18 @@ if __name__ == "__main__": if results["passed"]: print("\n✅ V4 FLAT STRUCTURE IS VALID") print(" All names are unique and valid directory names!") + sys.exit(0) else: print("\n⚠️ V4 FLAT STRUCTURE NEEDS FIXES") if results["collisions"] > 0: print(f" {results['collisions']} name collisions to resolve") if results["invalid_names"] > 0: print(f" {results['invalid_names']} invalid directory names") + sys.exit(1) + except subprocess.CalledProcessError as exc: + sys.exit(exc.returncode or 1) except Exception as e: - print(f"\n❌ Error: {e}") - import traceback - traceback.print_exc() + print(f"\n❌ Error: {e}", file=sys.stderr) + traceback.print_exc(file=sys.stderr) + sys.exit(1) diff --git a/scripts/update_readme.py b/scripts/update_readme.py index 4c2f6d93..936ecd2a 100644 --- a/scripts/update_readme.py +++ b/scripts/update_readme.py @@ -1,7 +1,31 @@ #!/usr/bin/env python3 +import io import json import os import re +import sys + + +def configure_utf8_output() -> None: + """Best-effort UTF-8 stdout/stderr on Windows without dropping diagnostics.""" + if sys.platform != "win32": + return + + for stream_name in ("stdout", "stderr"): + stream = getattr(sys, stream_name) + try: + stream.reconfigure(encoding="utf-8", errors="backslashreplace") + continue + except Exception: + pass + + buffer = getattr(stream, "buffer", None) + if buffer is not None: + setattr( + sys, + stream_name, + io.TextIOWrapper(buffer, encoding="utf-8", errors="backslashreplace"), + ) def update_readme(): @@ -55,11 +79,12 @@ def update_readme(): content, ) - with open(readme_path, "w", encoding="utf-8") as f: + with open(readme_path, "w", encoding="utf-8", newline="\n") as f: f.write(content) print("✅ README.md updated successfully.") if __name__ == "__main__": + configure_utf8_output() update_readme() diff --git a/scripts/validate_skills.py b/scripts/validate_skills.py index acceb6f9..5f641518 100644 --- a/scripts/validate_skills.py +++ b/scripts/validate_skills.py @@ -2,6 +2,29 @@ import os import re import argparse import sys +import io + + +def configure_utf8_output() -> None: + """Best-effort UTF-8 stdout/stderr on Windows without dropping diagnostics.""" + if sys.platform != "win32": + return + + for stream_name in ("stdout", "stderr"): + stream = getattr(sys, stream_name) + try: + stream.reconfigure(encoding="utf-8", errors="backslashreplace") + continue + except Exception: + pass + + buffer = getattr(stream, "buffer", None) + if buffer is not None: + setattr( + sys, + stream_name, + io.TextIOWrapper(buffer, encoding="utf-8", errors="backslashreplace"), + ) WHEN_TO_USE_PATTERNS = [ re.compile(r"^##\s+When\s+to\s+Use", re.MULTILINE | re.IGNORECASE), @@ -12,24 +35,37 @@ WHEN_TO_USE_PATTERNS = [ def has_when_to_use_section(content): return any(pattern.search(content) for pattern in WHEN_TO_USE_PATTERNS) -def parse_frontmatter(content): +import yaml + +def parse_frontmatter(content, rel_path=None): """ - Simple frontmatter parser using regex to avoid external dependencies. - Returns a dict of key-values. + Parse frontmatter using PyYAML for robustness. + Returns a dict of key-values and a list of error messages. """ fm_match = re.search(r'^---\s*\n(.*?)\n---', content, re.DOTALL) if not fm_match: - return None + return None, ["Missing or malformed YAML frontmatter"] fm_text = fm_match.group(1) - metadata = {} - for line in fm_text.split('\n'): - if ':' in line: - key, val = line.split(':', 1) - metadata[key.strip()] = val.strip().strip('"').strip("'") - return metadata + fm_errors = [] + try: + metadata = yaml.safe_load(fm_text) or {} + + # Identification of the specific regression issue for better reporting + if "description" in metadata: + desc = metadata["description"] + if not desc or (isinstance(desc, str) and not desc.strip()): + fm_errors.append("description field is empty or whitespace only.") + elif desc == "|": + fm_errors.append("description contains only the YAML block indicator '|', likely due to a parsing regression.") + + return metadata, fm_errors + except yaml.YAMLError as e: + return None, [f"YAML Syntax Error: {e}"] def validate_skills(skills_dir, strict_mode=False): + configure_utf8_output() + print(f"🔍 Validating skills in: {skills_dir}") print(f"⚙️ Mode: {'STRICT (CI)' if strict_mode else 'Standard (Dev)'}") @@ -60,10 +96,14 @@ def validate_skills(skills_dir, strict_mode=False): continue # 1. Frontmatter Check - metadata = parse_frontmatter(content) + metadata, fm_errors = parse_frontmatter(content, rel_path) if not metadata: errors.append(f"❌ {rel_path}: Missing or malformed YAML frontmatter") continue # Cannot proceed without metadata + + if fm_errors: + for fe in fm_errors: + errors.append(f"❌ {rel_path}: YAML Structure Error - {fe}") # 2. Metadata Schema Checks if "name" not in metadata: @@ -71,12 +111,15 @@ def validate_skills(skills_dir, strict_mode=False): elif metadata["name"] != os.path.basename(root): errors.append(f"❌ {rel_path}: Name '{metadata['name']}' does not match folder name '{os.path.basename(root)}'") - if "description" not in metadata: + if "description" not in metadata or metadata["description"] is None: errors.append(f"❌ {rel_path}: Missing 'description' in frontmatter") else: # agentskills-ref checks for short descriptions - if len(metadata["description"]) > 200: - errors.append(f"❌ {rel_path}: Description is oversized ({len(metadata['description'])} chars). Must be concise.") + desc = metadata["description"] + if not isinstance(desc, str): + errors.append(f"❌ {rel_path}: 'description' must be a string, got {type(desc).__name__}") + elif len(desc) > 300: # increased limit for multi-line support + errors.append(f"❌ {rel_path}: Description is oversized ({len(desc)} chars). Must be concise.") # Risk Validation (Quality Bar) if "risk" not in metadata: diff --git a/web-app/index.html b/web-app/index.html index 7645cc8c..a04b9def 100644 --- a/web-app/index.html +++ b/web-app/index.html @@ -4,7 +4,14 @@ - web-app + + + + + + + + Antigravity Skills | 950+ AI Agentic Skills Catalog
diff --git a/web-app/package-lock.json b/web-app/package-lock.json index e73341be..348bbe66 100644 --- a/web-app/package-lock.json +++ b/web-app/package-lock.json @@ -12,11 +12,13 @@ "clsx": "^2.1.1", "framer-motion": "^12.34.2", "github-markdown-css": "^5.9.0", + "highlight.js": "^11.11.1", "lucide-react": "^0.574.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.0", + "rehype-highlight": "^7.0.2", "tailwind-merge": "^3.5.0" }, "devDependencies": { @@ -79,7 +81,6 @@ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.29.0", "@babel/generator": "^7.29.0", @@ -1860,7 +1861,6 @@ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", - "peer": true, "dependencies": { "csstype": "^3.2.2" } @@ -1923,7 +1923,6 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2076,7 +2075,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.9.0", "caniuse-lite": "^1.0.30001759", @@ -2437,7 +2435,6 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -2843,6 +2840,19 @@ "node": ">=8" } }, + "node_modules/hast-util-is-element": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", + "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-to-jsx-runtime": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", @@ -2870,6 +2880,22 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-to-text": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz", + "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "hast-util-is-element": "^3.0.0", + "unist-util-find-after": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-whitespace": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", @@ -2900,6 +2926,15 @@ "hermes-estree": "0.25.1" } }, + "node_modules/highlight.js": { + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/html-url-attributes": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", @@ -3443,6 +3478,21 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/lowlight": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz", + "integrity": "sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "devlop": "^1.0.0", + "highlight.js": "~11.11.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -4255,7 +4305,6 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, @@ -4283,7 +4332,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -4335,7 +4383,6 @@ "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -4345,7 +4392,6 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", "license": "MIT", - "peer": true, "dependencies": { "scheduler": "^0.27.0" }, @@ -4428,6 +4474,23 @@ "react-dom": ">=18" } }, + "node_modules/rehype-highlight": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/rehype-highlight/-/rehype-highlight-7.0.2.tgz", + "integrity": "sha512-k158pK7wdC2qL3M5NcZROZ2tR/l7zOzjxXd5VGdcfIyoijjQqpHd3JKtYSBDpDZ38UI2WJWuFAtkMDxmx5kstA==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-to-text": "^4.0.0", + "lowlight": "^3.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/remark-parse": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", @@ -4751,6 +4814,20 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/unist-util-find-after": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz", + "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==", + "license": "MIT", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/unist-util-is": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz", @@ -4894,7 +4971,6 @@ "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", @@ -5037,7 +5113,6 @@ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", "dev": true, "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/web-app/package.json b/web-app/package.json index 2f615958..3c72a957 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -14,11 +14,13 @@ "clsx": "^2.1.1", "framer-motion": "^12.34.2", "github-markdown-css": "^5.9.0", + "highlight.js": "^11.11.1", "lucide-react": "^0.574.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.0", + "rehype-highlight": "^7.0.2", "tailwind-merge": "^3.5.0" }, "devDependencies": { diff --git a/web-app/public/skills/00-andruia-consultant/SKILL.md b/web-app/public/skills/00-andruia-consultant/SKILL.md index e1733576..c02b25e4 100644 --- a/web-app/public/skills/00-andruia-consultant/SKILL.md +++ b/web-app/public/skills/00-andruia-consultant/SKILL.md @@ -5,7 +5,6 @@ description: "Arquitecto de Soluciones Principal y Consultor Tecnológico de And category: andruia risk: safe source: personal -date_added: "2026-02-27" --- ## When to Use diff --git a/web-app/public/skills/10-andruia-skill-smith/SKILL.MD b/web-app/public/skills/10-andruia-skill-smith/SKILL.MD index 572c327e..9f4325d4 100644 --- a/web-app/public/skills/10-andruia-skill-smith/SKILL.MD +++ b/web-app/public/skills/10-andruia-skill-smith/SKILL.MD @@ -3,16 +3,12 @@ id: 10-andruia-skill-smith name: 10-andruia-skill-smith description: "Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante." category: andruia -risk: safe +risk: official source: personal -date_added: "2026-02-25" --- # 🔨 Andru.ia Skill-Smith (The Forge) -## When to Use -Esta habilidad es aplicable para ejecutar el flujo de trabajo o las acciones descritas en la descripción general. - ## 📝 Descripción Soy el Ingeniero de Sistemas de Andru.ia. Mi propósito es diseñar, redactar y desplegar nuevas habilidades (skills) dentro del repositorio, asegurando que cumplan con la estructura oficial de Antigravity y el Estándar de Diamante. @@ -42,4 +38,4 @@ Generar el código para los siguientes archivos: ## ⚠️ Reglas de Oro - **Prefijos Numéricos:** Asignar un número correlativo a la carpeta (ej. 11, 12, 13) para mantener el orden. -- **Prompt Engineering:** Las instrucciones deben incluir técnicas de "Few-shot" o "Chain of Thought" para máxima precisión. +- **Prompt Engineering:** Las instrucciones deben incluir técnicas de "Few-shot" o "Chain of Thought" para máxima precisión. \ No newline at end of file diff --git a/web-app/public/skills/20-andruia-niche-intelligence/SKILL.md b/web-app/public/skills/20-andruia-niche-intelligence/SKILL.md index 637d909c..9791b628 100644 --- a/web-app/public/skills/20-andruia-niche-intelligence/SKILL.md +++ b/web-app/public/skills/20-andruia-niche-intelligence/SKILL.md @@ -5,7 +5,6 @@ description: "Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho category: andruia risk: safe source: personal -date_added: "2026-02-27" --- ## When to Use diff --git a/web-app/public/skills/3d-web-experience/SKILL.md b/web-app/public/skills/3d-web-experience/SKILL.md index f1ca0758..5a2692d4 100644 --- a/web-app/public/skills/3d-web-experience/SKILL.md +++ b/web-app/public/skills/3d-web-experience/SKILL.md @@ -1,9 +1,8 @@ --- name: 3d-web-experience description: "Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # 3D Web Experience diff --git a/web-app/public/skills/ab-test-setup/SKILL.md b/web-app/public/skills/ab-test-setup/SKILL.md index e72382ee..12ead27c 100644 --- a/web-app/public/skills/ab-test-setup/SKILL.md +++ b/web-app/public/skills/ab-test-setup/SKILL.md @@ -3,7 +3,6 @@ name: ab-test-setup description: "Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness." risk: unknown source: community -date_added: "2026-02-27" --- # A/B Test Setup diff --git a/web-app/public/skills/accessibility-compliance-accessibility-audit/SKILL.md b/web-app/public/skills/accessibility-compliance-accessibility-audit/SKILL.md index 32e0d706..172a8f37 100644 --- a/web-app/public/skills/accessibility-compliance-accessibility-audit/SKILL.md +++ b/web-app/public/skills/accessibility-compliance-accessibility-audit/SKILL.md @@ -3,7 +3,6 @@ name: accessibility-compliance-accessibility-audit description: "You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance." risk: unknown source: community -date_added: "2026-02-27" --- # Accessibility Audit and Testing diff --git a/web-app/public/skills/active-directory-attacks/SKILL.md b/web-app/public/skills/active-directory-attacks/SKILL.md index 12330c54..10ffb5fa 100644 --- a/web-app/public/skills/active-directory-attacks/SKILL.md +++ b/web-app/public/skills/active-directory-attacks/SKILL.md @@ -1,9 +1,11 @@ --- name: active-directory-attacks description: "This skill should be used when the user asks to \"attack Active Directory\", \"exploit AD\", \"Kerberoasting\", \"DCSync\", \"pass-the-hash\", \"BloodHound enumeration\", \"Golden Ticket\", ..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Active Directory Attacks diff --git a/web-app/public/skills/activecampaign-automation/SKILL.md b/web-app/public/skills/activecampaign-automation/SKILL.md index a3c6d2cb..f2f447c7 100644 --- a/web-app/public/skills/activecampaign-automation/SKILL.md +++ b/web-app/public/skills/activecampaign-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: activecampaign-automation description: "Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # ActiveCampaign Automation via Rube MCP diff --git a/web-app/public/skills/address-github-comments/SKILL.md b/web-app/public/skills/address-github-comments/SKILL.md index f65e6724..39abb26b 100644 --- a/web-app/public/skills/address-github-comments/SKILL.md +++ b/web-app/public/skills/address-github-comments/SKILL.md @@ -3,7 +3,6 @@ name: address-github-comments description: "Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI." risk: unknown source: community -date_added: "2026-02-27" --- # Address GitHub Comments diff --git a/web-app/public/skills/agent-evaluation/SKILL.md b/web-app/public/skills/agent-evaluation/SKILL.md index 36a97c1f..d0329bb3 100644 --- a/web-app/public/skills/agent-evaluation/SKILL.md +++ b/web-app/public/skills/agent-evaluation/SKILL.md @@ -1,9 +1,8 @@ --- name: agent-evaluation description: "Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring\u2014where even top agents achieve less than 50% on re..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Agent Evaluation diff --git a/web-app/public/skills/agent-framework-azure-ai-py/SKILL.md b/web-app/public/skills/agent-framework-azure-ai-py/SKILL.md index 6407dea3..a4a0ddb0 100644 --- a/web-app/public/skills/agent-framework-azure-ai-py/SKILL.md +++ b/web-app/public/skills/agent-framework-azure-ai-py/SKILL.md @@ -1,9 +1,9 @@ --- name: agent-framework-azure-ai-py description: "Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code int..." +package: agent-framework-azure-ai risk: unknown source: community -date_added: "2026-02-27" --- # Agent Framework Azure Hosted Agents diff --git a/web-app/public/skills/agent-manager-skill/SKILL.md b/web-app/public/skills/agent-manager-skill/SKILL.md index f898fca1..2df4b9cc 100644 --- a/web-app/public/skills/agent-manager-skill/SKILL.md +++ b/web-app/public/skills/agent-manager-skill/SKILL.md @@ -3,7 +3,6 @@ name: agent-manager-skill description: "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling." risk: unknown source: community -date_added: "2026-02-27" --- # Agent Manager Skill diff --git a/web-app/public/skills/agent-memory-mcp/SKILL.md b/web-app/public/skills/agent-memory-mcp/SKILL.md index 224a5095..24964e98 100644 --- a/web-app/public/skills/agent-memory-mcp/SKILL.md +++ b/web-app/public/skills/agent-memory-mcp/SKILL.md @@ -1,9 +1,9 @@ --- name: agent-memory-mcp +author: Amit Rathiesh description: "A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions)." risk: unknown source: community -date_added: "2026-02-27" --- # Agent Memory Skill diff --git a/web-app/public/skills/agent-memory-systems/SKILL.md b/web-app/public/skills/agent-memory-systems/SKILL.md index 0d6e1e2a..c9580e0b 100644 --- a/web-app/public/skills/agent-memory-systems/SKILL.md +++ b/web-app/public/skills/agent-memory-systems/SKILL.md @@ -1,9 +1,8 @@ --- name: agent-memory-systems description: "Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector s..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Agent Memory Systems diff --git a/web-app/public/skills/agent-orchestration-improve-agent/SKILL.md b/web-app/public/skills/agent-orchestration-improve-agent/SKILL.md index b7eb4207..2ed4aacd 100644 --- a/web-app/public/skills/agent-orchestration-improve-agent/SKILL.md +++ b/web-app/public/skills/agent-orchestration-improve-agent/SKILL.md @@ -3,7 +3,6 @@ name: agent-orchestration-improve-agent description: "Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration." risk: unknown source: community -date_added: "2026-02-27" --- # Agent Performance Optimization Workflow diff --git a/web-app/public/skills/agent-orchestration-multi-agent-optimize/SKILL.md b/web-app/public/skills/agent-orchestration-multi-agent-optimize/SKILL.md index bd4e5184..6bb75c78 100644 --- a/web-app/public/skills/agent-orchestration-multi-agent-optimize/SKILL.md +++ b/web-app/public/skills/agent-orchestration-multi-agent-optimize/SKILL.md @@ -3,7 +3,6 @@ name: agent-orchestration-multi-agent-optimize description: "Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability." risk: unknown source: community -date_added: "2026-02-27" --- # Multi-Agent Optimization Toolkit diff --git a/web-app/public/skills/agent-tool-builder/SKILL.md b/web-app/public/skills/agent-tool-builder/SKILL.md index 06f5a08e..473e17ae 100644 --- a/web-app/public/skills/agent-tool-builder/SKILL.md +++ b/web-app/public/skills/agent-tool-builder/SKILL.md @@ -1,9 +1,8 @@ --- name: agent-tool-builder description: "Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Agent Tool Builder diff --git a/web-app/public/skills/agentfolio/SKILL.md b/web-app/public/skills/agentfolio/SKILL.md index 088e63fc..3c6b8702 100644 --- a/web-app/public/skills/agentfolio/SKILL.md +++ b/web-app/public/skills/agentfolio/SKILL.md @@ -1,9 +1,8 @@ --- name: agentfolio description: "Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory." -risk: unknown source: agentfolio.io -date_added: "2026-02-27" +risk: unknown --- # AgentFolio diff --git a/web-app/public/skills/agents-v2-py/SKILL.md b/web-app/public/skills/agents-v2-py/SKILL.md index aec4c021..c7879aad 100644 --- a/web-app/public/skills/agents-v2-py/SKILL.md +++ b/web-app/public/skills/agents-v2-py/SKILL.md @@ -1,9 +1,9 @@ --- name: agents-v2-py description: "Build container-based Foundry Agents with Azure AI Projects SDK (ImageBasedHostedAgentDefinition). Use when creating hosted agents with custom container images in Azure AI Foundry." +package: azure-ai-projects risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Hosted Agents (Python) diff --git a/web-app/public/skills/ai-agent-development/SKILL.md b/web-app/public/skills/ai-agent-development/SKILL.md index 2a084aa8..b0086e2b 100644 --- a/web-app/public/skills/ai-agent-development/SKILL.md +++ b/web-app/public/skills/ai-agent-development/SKILL.md @@ -1,10 +1,11 @@ --- name: ai-agent-development description: "AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: ai-ml +category: granular-workflow-bundle +version: 1.0.0 --- # AI Agent Development Workflow diff --git a/web-app/public/skills/ai-agents-architect/SKILL.md b/web-app/public/skills/ai-agents-architect/SKILL.md index ee7dbfba..c9a637b6 100644 --- a/web-app/public/skills/ai-agents-architect/SKILL.md +++ b/web-app/public/skills/ai-agents-architect/SKILL.md @@ -1,9 +1,8 @@ --- name: ai-agents-architect description: "Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration. Use when: build agent, AI agent, autonomous agent, tool ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # AI Agents Architect diff --git a/web-app/public/skills/ai-engineer/SKILL.md b/web-app/public/skills/ai-engineer/SKILL.md index a75993a7..ce392e7e 100644 --- a/web-app/public/skills/ai-engineer/SKILL.md +++ b/web-app/public/skills/ai-engineer/SKILL.md @@ -1,9 +1,14 @@ --- name: ai-engineer -description: Build production-ready LLM applications, advanced RAG systems, and intelligent agents. Implements vector search, multimodal AI, agent orchestration, and enterprise AI integrations. +description: | + Build production-ready LLM applications, advanced RAG systems, and + intelligent agents. Implements vector search, multimodal AI, agent + orchestration, and enterprise AI integrations. Use PROACTIVELY for LLM + features, chatbots, AI agents, or AI-powered applications. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. diff --git a/web-app/public/skills/ai-ml/SKILL.md b/web-app/public/skills/ai-ml/SKILL.md index 5c6aeb3d..350681e5 100644 --- a/web-app/public/skills/ai-ml/SKILL.md +++ b/web-app/public/skills/ai-ml/SKILL.md @@ -1,10 +1,11 @@ --- name: ai-ml description: "AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: artificial-intelligence +category: workflow-bundle +version: 1.0.0 --- # AI/ML Workflow Bundle diff --git a/web-app/public/skills/ai-product/SKILL.md b/web-app/public/skills/ai-product/SKILL.md index cc1c7d41..5120c9b4 100644 --- a/web-app/public/skills/ai-product/SKILL.md +++ b/web-app/public/skills/ai-product/SKILL.md @@ -1,9 +1,8 @@ --- name: ai-product -description: Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ... -risk: unknown +description: "Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ..." source: vibeship-spawner-skills (Apache 2.0) -date_added: '2026-02-27' +risk: unknown --- # AI Product Development diff --git a/web-app/public/skills/ai-wrapper-product/SKILL.md b/web-app/public/skills/ai-wrapper-product/SKILL.md index 33f5c5cd..fa317f5a 100644 --- a/web-app/public/skills/ai-wrapper-product/SKILL.md +++ b/web-app/public/skills/ai-wrapper-product/SKILL.md @@ -1,9 +1,8 @@ --- name: ai-wrapper-product description: "Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Cov..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # AI Wrapper Product diff --git a/web-app/public/skills/airflow-dag-patterns/SKILL.md b/web-app/public/skills/airflow-dag-patterns/SKILL.md index 4e285a72..4017e79f 100644 --- a/web-app/public/skills/airflow-dag-patterns/SKILL.md +++ b/web-app/public/skills/airflow-dag-patterns/SKILL.md @@ -3,7 +3,6 @@ name: airflow-dag-patterns description: "Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs." risk: unknown source: community -date_added: "2026-02-27" --- # Apache Airflow DAG Patterns diff --git a/web-app/public/skills/airtable-automation/SKILL.md b/web-app/public/skills/airtable-automation/SKILL.md index 91b46786..01b635c4 100644 --- a/web-app/public/skills/airtable-automation/SKILL.md +++ b/web-app/public/skills/airtable-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: airtable-automation description: "Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Airtable Automation via Rube MCP diff --git a/web-app/public/skills/algolia-search/SKILL.md b/web-app/public/skills/algolia-search/SKILL.md index 73647c0d..82504bd4 100644 --- a/web-app/public/skills/algolia-search/SKILL.md +++ b/web-app/public/skills/algolia-search/SKILL.md @@ -1,9 +1,8 @@ --- name: algolia-search description: "Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuning Use when: adding search to, algolia, instantsearch, search api, search functionality." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Algolia Search Integration diff --git a/web-app/public/skills/algorithmic-art/SKILL.md b/web-app/public/skills/algorithmic-art/SKILL.md index 0769241e..e8557c27 100644 --- a/web-app/public/skills/algorithmic-art/SKILL.md +++ b/web-app/public/skills/algorithmic-art/SKILL.md @@ -1,9 +1,9 @@ --- name: algorithmic-art description: "Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields,..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). diff --git a/web-app/public/skills/amplitude-automation/SKILL.md b/web-app/public/skills/amplitude-automation/SKILL.md index d9c1f150..710dc04d 100644 --- a/web-app/public/skills/amplitude-automation/SKILL.md +++ b/web-app/public/skills/amplitude-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: amplitude-automation description: "Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Amplitude Automation via Rube MCP diff --git a/web-app/public/skills/analytics-tracking/SKILL.md b/web-app/public/skills/analytics-tracking/SKILL.md index 86087f5d..72bcbed0 100644 --- a/web-app/public/skills/analytics-tracking/SKILL.md +++ b/web-app/public/skills/analytics-tracking/SKILL.md @@ -1,9 +1,13 @@ --- name: analytics-tracking -description: Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data. +description: > + Design, audit, and improve analytics tracking systems that produce reliable, + decision-ready data. Use when the user wants to set up, fix, or evaluate + analytics tracking (GA4, GTM, product analytics, events, conversions, UTMs). + This skill focuses on measurement strategy, signal quality, and validation— + not just firing events. risk: unknown source: community -date_added: '2026-02-27' --- # Analytics Tracking & Measurement Strategy diff --git a/web-app/public/skills/android-jetpack-compose-expert/SKILL.md b/web-app/public/skills/android-jetpack-compose-expert/SKILL.md index 55817790..93daf87d 100644 --- a/web-app/public/skills/android-jetpack-compose-expert/SKILL.md +++ b/web-app/public/skills/android-jetpack-compose-expert/SKILL.md @@ -1,9 +1,8 @@ --- name: android-jetpack-compose-expert -description: "Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3." +description: Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3. risk: safe source: community -date_added: "2026-02-27" --- # Android Jetpack Compose Expert diff --git a/web-app/public/skills/angular-best-practices/SKILL.md b/web-app/public/skills/angular-best-practices/SKILL.md index 891fdda0..599fcfe5 100644 --- a/web-app/public/skills/angular-best-practices/SKILL.md +++ b/web-app/public/skills/angular-best-practices/SKILL.md @@ -3,7 +3,6 @@ name: angular-best-practices description: "Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency." risk: safe source: self -date_added: "2026-02-27" --- # Angular Best Practices diff --git a/web-app/public/skills/angular-migration/SKILL.md b/web-app/public/skills/angular-migration/SKILL.md index 760df3dc..19a9d714 100644 --- a/web-app/public/skills/angular-migration/SKILL.md +++ b/web-app/public/skills/angular-migration/SKILL.md @@ -3,7 +3,6 @@ name: angular-migration description: "Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or ..." risk: unknown source: community -date_added: "2026-02-27" --- # Angular Migration diff --git a/web-app/public/skills/angular-state-management/SKILL.md b/web-app/public/skills/angular-state-management/SKILL.md index 88624cd2..c1cb2a21 100644 --- a/web-app/public/skills/angular-state-management/SKILL.md +++ b/web-app/public/skills/angular-state-management/SKILL.md @@ -3,7 +3,6 @@ name: angular-state-management description: "Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns." risk: safe source: self -date_added: "2026-02-27" --- # Angular State Management diff --git a/web-app/public/skills/angular-ui-patterns/SKILL.md b/web-app/public/skills/angular-ui-patterns/SKILL.md index e51ce052..9f243afb 100644 --- a/web-app/public/skills/angular-ui-patterns/SKILL.md +++ b/web-app/public/skills/angular-ui-patterns/SKILL.md @@ -3,7 +3,6 @@ name: angular-ui-patterns description: "Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states." risk: safe source: self -date_added: "2026-02-27" --- # Angular UI Patterns diff --git a/web-app/public/skills/anti-reversing-techniques/SKILL.md b/web-app/public/skills/anti-reversing-techniques/SKILL.md index 9ac58193..9ebebfe6 100644 --- a/web-app/public/skills/anti-reversing-techniques/SKILL.md +++ b/web-app/public/skills/anti-reversing-techniques/SKILL.md @@ -3,7 +3,6 @@ name: anti-reversing-techniques description: "Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or u..." risk: unknown source: community -date_added: "2026-02-27" --- > **AUTHORIZED USE ONLY**: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: diff --git a/web-app/public/skills/api-design-principles/SKILL.md b/web-app/public/skills/api-design-principles/SKILL.md index eacdb62b..836094bb 100644 --- a/web-app/public/skills/api-design-principles/SKILL.md +++ b/web-app/public/skills/api-design-principles/SKILL.md @@ -3,7 +3,6 @@ name: api-design-principles description: "Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing..." risk: unknown source: community -date_added: "2026-02-27" --- # API Design Principles diff --git a/web-app/public/skills/api-documentation-generator/SKILL.md b/web-app/public/skills/api-documentation-generator/SKILL.md index 27f0bc05..572f9342 100644 --- a/web-app/public/skills/api-documentation-generator/SKILL.md +++ b/web-app/public/skills/api-documentation-generator/SKILL.md @@ -3,7 +3,6 @@ name: api-documentation-generator description: "Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices" risk: unknown source: community -date_added: "2026-02-27" --- # API Documentation Generator diff --git a/web-app/public/skills/api-documentation/SKILL.md b/web-app/public/skills/api-documentation/SKILL.md index 969c3bb2..e8b77394 100644 --- a/web-app/public/skills/api-documentation/SKILL.md +++ b/web-app/public/skills/api-documentation/SKILL.md @@ -1,10 +1,11 @@ --- name: api-documentation description: "API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: documentation +category: granular-workflow-bundle +version: 1.0.0 --- # API Documentation Workflow diff --git a/web-app/public/skills/api-documenter/SKILL.md b/web-app/public/skills/api-documenter/SKILL.md index 3ab03b22..f3485bae 100644 --- a/web-app/public/skills/api-documenter/SKILL.md +++ b/web-app/public/skills/api-documenter/SKILL.md @@ -1,9 +1,14 @@ --- name: api-documenter -description: Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. +description: | + Master API documentation with OpenAPI 3.1, AI-powered tools, and + modern developer experience practices. Create interactive docs, generate SDKs, + and build comprehensive developer portals. Use PROACTIVELY for API + documentation or developer portal creation. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- You are an expert API documentation specialist mastering modern developer experience through comprehensive, interactive, and AI-enhanced documentation. diff --git a/web-app/public/skills/api-fuzzing-bug-bounty/SKILL.md b/web-app/public/skills/api-fuzzing-bug-bounty/SKILL.md index 60906ad2..4b91f492 100644 --- a/web-app/public/skills/api-fuzzing-bug-bounty/SKILL.md +++ b/web-app/public/skills/api-fuzzing-bug-bounty/SKILL.md @@ -1,9 +1,11 @@ --- name: api-fuzzing-bug-bounty description: "This skill should be used when the user asks to \"test API security\", \"fuzz APIs\", \"find IDOR vulnerabilities\", \"test REST API\", \"test GraphQL\", \"API penetration testing\", \"bug b..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # API Fuzzing for Bug Bounty diff --git a/web-app/public/skills/api-patterns/SKILL.md b/web-app/public/skills/api-patterns/SKILL.md index f21b684c..48a0cfc8 100644 --- a/web-app/public/skills/api-patterns/SKILL.md +++ b/web-app/public/skills/api-patterns/SKILL.md @@ -1,9 +1,9 @@ --- name: api-patterns description: "API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # API Patterns diff --git a/web-app/public/skills/api-security-best-practices/SKILL.md b/web-app/public/skills/api-security-best-practices/SKILL.md index f19ff6fe..6d8f1783 100644 --- a/web-app/public/skills/api-security-best-practices/SKILL.md +++ b/web-app/public/skills/api-security-best-practices/SKILL.md @@ -3,7 +3,6 @@ name: api-security-best-practices description: "Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities" risk: unknown source: community -date_added: "2026-02-27" --- # API Security Best Practices diff --git a/web-app/public/skills/api-security-testing/SKILL.md b/web-app/public/skills/api-security-testing/SKILL.md index a24d95c0..f8999350 100644 --- a/web-app/public/skills/api-security-testing/SKILL.md +++ b/web-app/public/skills/api-security-testing/SKILL.md @@ -1,10 +1,11 @@ --- name: api-security-testing description: "API security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best practices." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: security +category: granular-workflow-bundle +version: 1.0.0 --- # API Security Testing Workflow diff --git a/web-app/public/skills/api-testing-observability-api-mock/SKILL.md b/web-app/public/skills/api-testing-observability-api-mock/SKILL.md index d2724a86..b8c42d36 100644 --- a/web-app/public/skills/api-testing-observability-api-mock/SKILL.md +++ b/web-app/public/skills/api-testing-observability-api-mock/SKILL.md @@ -3,7 +3,6 @@ name: api-testing-observability-api-mock description: "You are an API mocking expert specializing in realistic mock services for development, testing, and demos. Design mocks that simulate real API behavior and enable parallel development." risk: unknown source: community -date_added: "2026-02-27" --- # API Mocking Framework diff --git a/web-app/public/skills/app-builder/SKILL.md b/web-app/public/skills/app-builder/SKILL.md index ea04a6a1..5474dd63 100644 --- a/web-app/public/skills/app-builder/SKILL.md +++ b/web-app/public/skills/app-builder/SKILL.md @@ -1,9 +1,9 @@ --- name: app-builder description: "Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents." +allowed-tools: Read, Write, Edit, Glob, Grep, Bash, Agent risk: unknown source: community -date_added: "2026-02-27" --- # App Builder - Application Building Orchestrator diff --git a/web-app/public/skills/app-builder/templates/SKILL.md b/web-app/public/skills/app-builder/templates/SKILL.md index e7d796f1..b971cd8f 100644 --- a/web-app/public/skills/app-builder/templates/SKILL.md +++ b/web-app/public/skills/app-builder/templates/SKILL.md @@ -1,9 +1,9 @@ --- name: templates description: "Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Project Templates diff --git a/web-app/public/skills/app-store-optimization/SKILL.md b/web-app/public/skills/app-store-optimization/SKILL.md index f41f3214..ff376df8 100644 --- a/web-app/public/skills/app-store-optimization/SKILL.md +++ b/web-app/public/skills/app-store-optimization/SKILL.md @@ -3,7 +3,6 @@ name: app-store-optimization description: "Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store" risk: unknown source: community -date_added: "2026-02-27" --- # App Store Optimization (ASO) Skill diff --git a/web-app/public/skills/appdeploy/SKILL.md b/web-app/public/skills/appdeploy/SKILL.md index 633f1d28..069bb3c6 100644 --- a/web-app/public/skills/appdeploy/SKILL.md +++ b/web-app/public/skills/appdeploy/SKILL.md @@ -1,9 +1,13 @@ --- name: appdeploy -description: "Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl." +description: Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl. +allowed-tools: + - Bash risk: safe -source: "AppDeploy (MIT)" -date_added: "2026-02-27" +source: AppDeploy (MIT) +metadata: + author: appdeploy + version: "1.0.5" --- # AppDeploy Skill diff --git a/web-app/public/skills/application-performance-performance-optimization/SKILL.md b/web-app/public/skills/application-performance-performance-optimization/SKILL.md index d8b2fac6..6d10be75 100644 --- a/web-app/public/skills/application-performance-performance-optimization/SKILL.md +++ b/web-app/public/skills/application-performance-performance-optimization/SKILL.md @@ -3,7 +3,6 @@ name: application-performance-performance-optimization description: "Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across the stack." risk: unknown source: community -date_added: "2026-02-27" --- Optimize application performance end-to-end using specialized performance and optimization agents: diff --git a/web-app/public/skills/architect-review/SKILL.md b/web-app/public/skills/architect-review/SKILL.md index 3bcd1cd6..2067f790 100644 --- a/web-app/public/skills/architect-review/SKILL.md +++ b/web-app/public/skills/architect-review/SKILL.md @@ -1,9 +1,13 @@ --- name: architect-review -description: "Master software architect specializing in modern architecture" +description: Master software architect specializing in modern architecture + patterns, clean architecture, microservices, event-driven systems, and DDD. + Reviews system designs and code changes for architectural integrity, + scalability, and maintainability. Use PROACTIVELY for architectural decisions. +metadata: + model: opus risk: unknown source: community -date_added: "2026-02-27" --- You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. diff --git a/web-app/public/skills/architecture-decision-records/SKILL.md b/web-app/public/skills/architecture-decision-records/SKILL.md index 1249c7b5..84f6a5e0 100644 --- a/web-app/public/skills/architecture-decision-records/SKILL.md +++ b/web-app/public/skills/architecture-decision-records/SKILL.md @@ -3,7 +3,6 @@ name: architecture-decision-records description: "Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architect..." risk: unknown source: community -date_added: "2026-02-27" --- # Architecture Decision Records diff --git a/web-app/public/skills/architecture-patterns/SKILL.md b/web-app/public/skills/architecture-patterns/SKILL.md index 8841965b..20ff5e0a 100644 --- a/web-app/public/skills/architecture-patterns/SKILL.md +++ b/web-app/public/skills/architecture-patterns/SKILL.md @@ -3,7 +3,6 @@ name: architecture-patterns description: "Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing ..." risk: unknown source: community -date_added: "2026-02-27" --- # Architecture Patterns diff --git a/web-app/public/skills/architecture/SKILL.md b/web-app/public/skills/architecture/SKILL.md index 773152e3..dad00c98 100644 --- a/web-app/public/skills/architecture/SKILL.md +++ b/web-app/public/skills/architecture/SKILL.md @@ -1,9 +1,9 @@ --- name: architecture description: "Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Architecture Decision Framework diff --git a/web-app/public/skills/arm-cortex-expert/SKILL.md b/web-app/public/skills/arm-cortex-expert/SKILL.md index 94121ce4..ddc16100 100644 --- a/web-app/public/skills/arm-cortex-expert/SKILL.md +++ b/web-app/public/skills/arm-cortex-expert/SKILL.md @@ -1,9 +1,15 @@ --- name: arm-cortex-expert -description: Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). +description: > + Senior embedded software engineer specializing in firmware and driver + development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). + Decades of experience writing reliable, optimized, and maintainable embedded + code with deep expertise in memory barriers, DMA/cache coherency, + interrupt-driven I/O, and peripheral drivers. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- # @arm-cortex-expert diff --git a/web-app/public/skills/asana-automation/SKILL.md b/web-app/public/skills/asana-automation/SKILL.md index 44d0f6c1..dd0d4038 100644 --- a/web-app/public/skills/asana-automation/SKILL.md +++ b/web-app/public/skills/asana-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: asana-automation description: "Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Asana Automation via Rube MCP diff --git a/web-app/public/skills/async-python-patterns/SKILL.md b/web-app/public/skills/async-python-patterns/SKILL.md index 6361481d..59de49a0 100644 --- a/web-app/public/skills/async-python-patterns/SKILL.md +++ b/web-app/public/skills/async-python-patterns/SKILL.md @@ -3,7 +3,6 @@ name: async-python-patterns description: "Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-..." risk: unknown source: community -date_added: "2026-02-27" --- # Async Python Patterns diff --git a/web-app/public/skills/attack-tree-construction/SKILL.md b/web-app/public/skills/attack-tree-construction/SKILL.md index 22ed1dc5..b937cfff 100644 --- a/web-app/public/skills/attack-tree-construction/SKILL.md +++ b/web-app/public/skills/attack-tree-construction/SKILL.md @@ -3,7 +3,6 @@ name: attack-tree-construction description: "Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders." risk: unknown source: community -date_added: "2026-02-27" --- # Attack Tree Construction diff --git a/web-app/public/skills/audio-transcriber/SKILL.md b/web-app/public/skills/audio-transcriber/SKILL.md index a639def2..adcbf012 100644 --- a/web-app/public/skills/audio-transcriber/SKILL.md +++ b/web-app/public/skills/audio-transcriber/SKILL.md @@ -1,11 +1,15 @@ --- name: audio-transcriber description: "Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration" +version: 1.2.0 +author: Eric Andrade +created: 2025-02-01 +updated: 2026-02-04 +platforms: [github-copilot-cli, claude-code, codex] category: content +tags: [audio, transcription, whisper, meeting-minutes, speech-to-text] risk: safe source: community -tags: "[audio, transcription, whisper, meeting-minutes, speech-to-text]" -date_added: "2026-02-27" --- ## Purpose diff --git a/web-app/public/skills/auth-implementation-patterns/SKILL.md b/web-app/public/skills/auth-implementation-patterns/SKILL.md index bba4d30b..4bfee17d 100644 --- a/web-app/public/skills/auth-implementation-patterns/SKILL.md +++ b/web-app/public/skills/auth-implementation-patterns/SKILL.md @@ -3,7 +3,6 @@ name: auth-implementation-patterns description: "Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A..." risk: unknown source: community -date_added: "2026-02-27" --- # Authentication & Authorization Implementation Patterns diff --git a/web-app/public/skills/automate-whatsapp/SKILL.md b/web-app/public/skills/automate-whatsapp/SKILL.md index 1d040b9a..53de7bac 100644 --- a/web-app/public/skills/automate-whatsapp/SKILL.md +++ b/web-app/public/skills/automate-whatsapp/SKILL.md @@ -1,9 +1,8 @@ --- name: automate-whatsapp description: "Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/integrations for state. Use when automatin..." -risk: safe source: "https://github.com/gokapso/agent-skills/tree/master/skills/automate-whatsapp" -date_added: "2026-02-27" +risk: safe --- # Automate WhatsApp diff --git a/web-app/public/skills/autonomous-agent-patterns/SKILL.md b/web-app/public/skills/autonomous-agent-patterns/SKILL.md index 6e74fa12..e25824aa 100644 --- a/web-app/public/skills/autonomous-agent-patterns/SKILL.md +++ b/web-app/public/skills/autonomous-agent-patterns/SKILL.md @@ -3,7 +3,6 @@ name: autonomous-agent-patterns description: "Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool ..." risk: unknown source: community -date_added: "2026-02-27" --- # 🕹️ Autonomous Agent Patterns diff --git a/web-app/public/skills/autonomous-agents/SKILL.md b/web-app/public/skills/autonomous-agents/SKILL.md index 2e646118..dc02d90c 100644 --- a/web-app/public/skills/autonomous-agents/SKILL.md +++ b/web-app/public/skills/autonomous-agents/SKILL.md @@ -1,9 +1,8 @@ --- name: autonomous-agents description: "Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it'..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Autonomous Agents diff --git a/web-app/public/skills/avalonia-layout-zafiro/SKILL.md b/web-app/public/skills/avalonia-layout-zafiro/SKILL.md index 50da30ec..74b332f7 100644 --- a/web-app/public/skills/avalonia-layout-zafiro/SKILL.md +++ b/web-app/public/skills/avalonia-layout-zafiro/SKILL.md @@ -1,9 +1,9 @@ --- name: avalonia-layout-zafiro description: "Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Avalonia Layout with Zafiro.Avalonia diff --git a/web-app/public/skills/avalonia-viewmodels-zafiro/SKILL.md b/web-app/public/skills/avalonia-viewmodels-zafiro/SKILL.md index bc7e9288..23d3c76d 100644 --- a/web-app/public/skills/avalonia-viewmodels-zafiro/SKILL.md +++ b/web-app/public/skills/avalonia-viewmodels-zafiro/SKILL.md @@ -3,7 +3,6 @@ name: avalonia-viewmodels-zafiro description: "Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI." risk: unknown source: community -date_added: "2026-02-27" --- # Avalonia ViewModels with Zafiro diff --git a/web-app/public/skills/avalonia-zafiro-development/SKILL.md b/web-app/public/skills/avalonia-zafiro-development/SKILL.md index 67b0fa25..39a4c13d 100644 --- a/web-app/public/skills/avalonia-zafiro-development/SKILL.md +++ b/web-app/public/skills/avalonia-zafiro-development/SKILL.md @@ -3,7 +3,6 @@ name: avalonia-zafiro-development description: "Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit." risk: unknown source: community -date_added: "2026-02-27" --- # Avalonia Zafiro Development diff --git a/web-app/public/skills/aws-cost-cleanup/SKILL.md b/web-app/public/skills/aws-cost-cleanup/SKILL.md index 37d3bcc4..b2072195 100644 --- a/web-app/public/skills/aws-cost-cleanup/SKILL.md +++ b/web-app/public/skills/aws-cost-cleanup/SKILL.md @@ -1,9 +1,8 @@ --- name: aws-cost-cleanup -description: "Automated cleanup of unused AWS resources to reduce costs" +description: Automated cleanup of unused AWS resources to reduce costs risk: safe source: community -date_added: "2026-02-27" --- # AWS Cost Cleanup diff --git a/web-app/public/skills/aws-cost-optimizer/SKILL.md b/web-app/public/skills/aws-cost-optimizer/SKILL.md index db683237..688bcae1 100644 --- a/web-app/public/skills/aws-cost-optimizer/SKILL.md +++ b/web-app/public/skills/aws-cost-optimizer/SKILL.md @@ -1,9 +1,8 @@ --- name: aws-cost-optimizer -description: "Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer" +description: Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer risk: safe source: community -date_added: "2026-02-27" --- # AWS Cost Optimizer diff --git a/web-app/public/skills/aws-penetration-testing/SKILL.md b/web-app/public/skills/aws-penetration-testing/SKILL.md index 50e4c3c9..a549d0a5 100644 --- a/web-app/public/skills/aws-penetration-testing/SKILL.md +++ b/web-app/public/skills/aws-penetration-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: aws-penetration-testing description: "This skill should be used when the user asks to \"pentest AWS\", \"test AWS security\", \"enumerate IAM\", \"exploit cloud infrastructure\", \"AWS privilege escalation\", \"S3 bucket testing..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # AWS Penetration Testing diff --git a/web-app/public/skills/aws-serverless/SKILL.md b/web-app/public/skills/aws-serverless/SKILL.md index baf77f8b..8ae988a5 100644 --- a/web-app/public/skills/aws-serverless/SKILL.md +++ b/web-app/public/skills/aws-serverless/SKILL.md @@ -1,9 +1,8 @@ --- name: aws-serverless description: "Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start opt..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # AWS Serverless diff --git a/web-app/public/skills/azd-deployment/SKILL.md b/web-app/public/skills/azd-deployment/SKILL.md index a0c46862..9e008a4d 100644 --- a/web-app/public/skills/azd-deployment/SKILL.md +++ b/web-app/public/skills/azd-deployment/SKILL.md @@ -3,7 +3,6 @@ name: azd-deployment description: "Deploy containerized applications to Azure Container Apps using Azure Developer CLI (azd). Use when setting up azd projects, writing azure.yaml configuration, creating Bicep infrastructure for Cont..." risk: unknown source: community -date_added: "2026-02-27" --- # Azure Developer CLI (azd) Container Apps Deployment diff --git a/web-app/public/skills/azure-ai-agents-persistent-dotnet/SKILL.md b/web-app/public/skills/azure-ai-agents-persistent-dotnet/SKILL.md index 5c4a7392..f8fdb292 100644 --- a/web-app/public/skills/azure-ai-agents-persistent-dotnet/SKILL.md +++ b/web-app/public/skills/azure-ai-agents-persistent-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-ai-agents-persistent-dotnet -description: Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. +description: | + Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: "PersistentAgentsClient", "persistent agents", "agent threads", "agent runs", "streaming agents", "function calling agents .NET". +package: Azure.AI.Agents.Persistent risk: unknown source: community -date_added: '2026-02-27' --- # Azure.AI.Agents.Persistent (.NET) diff --git a/web-app/public/skills/azure-ai-agents-persistent-java/SKILL.md b/web-app/public/skills/azure-ai-agents-persistent-java/SKILL.md index 7207f027..fcd77b71 100644 --- a/web-app/public/skills/azure-ai-agents-persistent-java/SKILL.md +++ b/web-app/public/skills/azure-ai-agents-persistent-java/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-agents-persistent-java -description: Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. +description: | + Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. + Triggers: "PersistentAgentsClient", "persistent agents java", "agent threads java", "agent runs java", "streaming agents java". +package: com.azure:azure-ai-agents-persistent risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Agents Persistent SDK for Java diff --git a/web-app/public/skills/azure-ai-anomalydetector-java/SKILL.md b/web-app/public/skills/azure-ai-anomalydetector-java/SKILL.md index 3ee71f99..0e4e07ce 100644 --- a/web-app/public/skills/azure-ai-anomalydetector-java/SKILL.md +++ b/web-app/public/skills/azure-ai-anomalydetector-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-anomalydetector-java description: "Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring." +package: com.azure:azure-ai-anomalydetector risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Anomaly Detector SDK for Java diff --git a/web-app/public/skills/azure-ai-contentsafety-java/SKILL.md b/web-app/public/skills/azure-ai-contentsafety-java/SKILL.md index a77a8d57..25ad68db 100644 --- a/web-app/public/skills/azure-ai-contentsafety-java/SKILL.md +++ b/web-app/public/skills/azure-ai-contentsafety-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-contentsafety-java description: "Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual conten..." +package: com.azure:azure-ai-contentsafety risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Content Safety SDK for Java diff --git a/web-app/public/skills/azure-ai-contentsafety-py/SKILL.md b/web-app/public/skills/azure-ai-contentsafety-py/SKILL.md index 5dee57fa..104f011e 100644 --- a/web-app/public/skills/azure-ai-contentsafety-py/SKILL.md +++ b/web-app/public/skills/azure-ai-contentsafety-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-contentsafety-py -description: Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. +description: | + Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. + Triggers: "azure-ai-contentsafety", "ContentSafetyClient", "content moderation", "harmful content", "text analysis", "image analysis". +package: azure-ai-contentsafety risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Content Safety SDK for Python diff --git a/web-app/public/skills/azure-ai-contentsafety-ts/SKILL.md b/web-app/public/skills/azure-ai-contentsafety-ts/SKILL.md index 96627287..d7bb60e2 100644 --- a/web-app/public/skills/azure-ai-contentsafety-ts/SKILL.md +++ b/web-app/public/skills/azure-ai-contentsafety-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-contentsafety-ts description: "Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual conten..." +package: "@azure-rest/ai-content-safety" risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Content Safety REST SDK for TypeScript diff --git a/web-app/public/skills/azure-ai-contentunderstanding-py/SKILL.md b/web-app/public/skills/azure-ai-contentunderstanding-py/SKILL.md index 2c4e8c39..ba4614ec 100644 --- a/web-app/public/skills/azure-ai-contentunderstanding-py/SKILL.md +++ b/web-app/public/skills/azure-ai-contentunderstanding-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-contentunderstanding-py -description: Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video. +description: | + Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video. + Triggers: "azure-ai-contentunderstanding", "ContentUnderstandingClient", "multimodal analysis", "document extraction", "video analysis", "audio transcription". +package: azure-ai-contentunderstanding risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Content Understanding SDK for Python diff --git a/web-app/public/skills/azure-ai-document-intelligence-dotnet/SKILL.md b/web-app/public/skills/azure-ai-document-intelligence-dotnet/SKILL.md index a659e70a..29e9c380 100644 --- a/web-app/public/skills/azure-ai-document-intelligence-dotnet/SKILL.md +++ b/web-app/public/skills/azure-ai-document-intelligence-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-ai-document-intelligence-dotnet -description: Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. +description: | + Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET". +package: Azure.AI.DocumentIntelligence risk: unknown source: community -date_added: '2026-02-27' --- # Azure.AI.DocumentIntelligence (.NET) diff --git a/web-app/public/skills/azure-ai-document-intelligence-ts/SKILL.md b/web-app/public/skills/azure-ai-document-intelligence-ts/SKILL.md index eb19ba19..dfcb50b5 100644 --- a/web-app/public/skills/azure-ai-document-intelligence-ts/SKILL.md +++ b/web-app/public/skills/azure-ai-document-intelligence-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-document-intelligence-ts description: "Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building cu..." +package: "@azure-rest/ai-document-intelligence" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Document Intelligence REST SDK for TypeScript diff --git a/web-app/public/skills/azure-ai-formrecognizer-java/SKILL.md b/web-app/public/skills/azure-ai-formrecognizer-java/SKILL.md index 05d1d3cc..ce085d26 100644 --- a/web-app/public/skills/azure-ai-formrecognizer-java/SKILL.md +++ b/web-app/public/skills/azure-ai-formrecognizer-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-formrecognizer-java description: "Build document analysis applications with Azure Document Intelligence (Form Recognizer) SDK for Java. Use when extracting text, tables, key-value pairs from documents, receipts, invoices, or buildi..." +package: com.azure:azure-ai-formrecognizer risk: unknown source: community -date_added: "2026-02-27" --- # Azure Document Intelligence (Form Recognizer) SDK for Java diff --git a/web-app/public/skills/azure-ai-ml-py/SKILL.md b/web-app/public/skills/azure-ai-ml-py/SKILL.md index ff5b0d1a..9e22c8d8 100644 --- a/web-app/public/skills/azure-ai-ml-py/SKILL.md +++ b/web-app/public/skills/azure-ai-ml-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-ml-py -description: Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines. +description: | + Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines. + Triggers: "azure-ai-ml", "MLClient", "workspace", "model registry", "training jobs", "datasets". +package: azure-ai-ml risk: unknown source: community -date_added: '2026-02-27' --- # Azure Machine Learning SDK v2 for Python diff --git a/web-app/public/skills/azure-ai-openai-dotnet/SKILL.md b/web-app/public/skills/azure-ai-openai-dotnet/SKILL.md index 0d12fc5d..2f52ef0b 100644 --- a/web-app/public/skills/azure-ai-openai-dotnet/SKILL.md +++ b/web-app/public/skills/azure-ai-openai-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-ai-openai-dotnet -description: Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. +description: | + Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: "Azure OpenAI", "AzureOpenAIClient", "ChatClient", "chat completions .NET", "GPT-4", "embeddings", "DALL-E", "Whisper", "OpenAI .NET". +package: Azure.AI.OpenAI risk: unknown source: community -date_added: '2026-02-27' --- # Azure.AI.OpenAI (.NET) diff --git a/web-app/public/skills/azure-ai-projects-dotnet/SKILL.md b/web-app/public/skills/azure-ai-projects-dotnet/SKILL.md index a69a9e09..bcc7e4d5 100644 --- a/web-app/public/skills/azure-ai-projects-dotnet/SKILL.md +++ b/web-app/public/skills/azure-ai-projects-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-ai-projects-dotnet -description: Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. +description: | + Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. Use for AI Foundry project management, versioned agents, and orchestration. Triggers: "AI Projects", "AIProjectClient", "Foundry project", "versioned agents", "evaluations", "datasets", "connections", "deployments .NET". +package: Azure.AI.Projects risk: unknown source: community -date_added: '2026-02-27' --- # Azure.AI.Projects (.NET) diff --git a/web-app/public/skills/azure-ai-projects-java/SKILL.md b/web-app/public/skills/azure-ai-projects-java/SKILL.md index 64abbc5f..3ac3ff82 100644 --- a/web-app/public/skills/azure-ai-projects-java/SKILL.md +++ b/web-app/public/skills/azure-ai-projects-java/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-projects-java -description: Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. +description: | + Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. + Triggers: "AIProjectClient java", "azure ai projects java", "Foundry project java", "ConnectionsClient", "DatasetsClient", "IndexesClient". +package: com.azure:azure-ai-projects risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Projects SDK for Java diff --git a/web-app/public/skills/azure-ai-projects-py/SKILL.md b/web-app/public/skills/azure-ai-projects-py/SKILL.md index 79e231a6..ec5d5286 100644 --- a/web-app/public/skills/azure-ai-projects-py/SKILL.md +++ b/web-app/public/skills/azure-ai-projects-py/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-projects-py description: "Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evalua..." +package: azure-ai-projects risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Projects Python SDK (Foundry SDK) diff --git a/web-app/public/skills/azure-ai-projects-ts/SKILL.md b/web-app/public/skills/azure-ai-projects-ts/SKILL.md index 9b964e1e..5c9e32dd 100644 --- a/web-app/public/skills/azure-ai-projects-ts/SKILL.md +++ b/web-app/public/skills/azure-ai-projects-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-projects-ts description: "Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluation..." +package: "@azure/ai-projects" risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Projects SDK for TypeScript diff --git a/web-app/public/skills/azure-ai-textanalytics-py/SKILL.md b/web-app/public/skills/azure-ai-textanalytics-py/SKILL.md index d18fbbab..e9ef631d 100644 --- a/web-app/public/skills/azure-ai-textanalytics-py/SKILL.md +++ b/web-app/public/skills/azure-ai-textanalytics-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-textanalytics-py -description: Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. +description: | + Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. + Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient". +package: azure-ai-textanalytics risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Text Analytics SDK for Python diff --git a/web-app/public/skills/azure-ai-transcription-py/SKILL.md b/web-app/public/skills/azure-ai-transcription-py/SKILL.md index 1a2f2f36..f0ca97c9 100644 --- a/web-app/public/skills/azure-ai-transcription-py/SKILL.md +++ b/web-app/public/skills/azure-ai-transcription-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-transcription-py -description: Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. +description: | + Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. + Triggers: "transcription", "speech to text", "Azure AI Transcription", "TranscriptionClient". +package: azure-ai-transcription risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Transcription SDK for Python diff --git a/web-app/public/skills/azure-ai-translation-document-py/SKILL.md b/web-app/public/skills/azure-ai-translation-document-py/SKILL.md index 5c7bc80a..9183d0fc 100644 --- a/web-app/public/skills/azure-ai-translation-document-py/SKILL.md +++ b/web-app/public/skills/azure-ai-translation-document-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-translation-document-py -description: Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale. +description: | + Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale. + Triggers: "document translation", "batch translation", "translate documents", "DocumentTranslationClient". +package: azure-ai-translation-document risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Document Translation SDK for Python diff --git a/web-app/public/skills/azure-ai-translation-text-py/SKILL.md b/web-app/public/skills/azure-ai-translation-text-py/SKILL.md index 5b2ca054..ca2f411b 100644 --- a/web-app/public/skills/azure-ai-translation-text-py/SKILL.md +++ b/web-app/public/skills/azure-ai-translation-text-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-translation-text-py -description: Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. +description: | + Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. + Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient". +package: azure-ai-translation-text risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Text Translation SDK for Python diff --git a/web-app/public/skills/azure-ai-translation-ts/SKILL.md b/web-app/public/skills/azure-ai-translation-ts/SKILL.md index 3dfdb883..11e41d92 100644 --- a/web-app/public/skills/azure-ai-translation-ts/SKILL.md +++ b/web-app/public/skills/azure-ai-translation-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-translation-ts description: "Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliter..." +package: "@azure-rest/ai-translation-text, @azure-rest/ai-translation-document" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Translation SDKs for TypeScript diff --git a/web-app/public/skills/azure-ai-vision-imageanalysis-java/SKILL.md b/web-app/public/skills/azure-ai-vision-imageanalysis-java/SKILL.md index 493eab67..4efcc5db 100644 --- a/web-app/public/skills/azure-ai-vision-imageanalysis-java/SKILL.md +++ b/web-app/public/skills/azure-ai-vision-imageanalysis-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-vision-imageanalysis-java description: "Build image analysis applications with Azure AI Vision SDK for Java. Use when implementing image captioning, OCR text extraction, object detection, tagging, or smart cropping." +package: com.azure:azure-ai-vision-imageanalysis risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Vision Image Analysis SDK for Java diff --git a/web-app/public/skills/azure-ai-vision-imageanalysis-py/SKILL.md b/web-app/public/skills/azure-ai-vision-imageanalysis-py/SKILL.md index f3249233..bb773c21 100644 --- a/web-app/public/skills/azure-ai-vision-imageanalysis-py/SKILL.md +++ b/web-app/public/skills/azure-ai-vision-imageanalysis-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-vision-imageanalysis-py -description: Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks. +description: | + Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks. + Triggers: "image analysis", "computer vision", "OCR", "object detection", "ImageAnalysisClient", "image caption". +package: azure-ai-vision-imageanalysis risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Vision Image Analysis SDK for Python diff --git a/web-app/public/skills/azure-ai-voicelive-dotnet/SKILL.md b/web-app/public/skills/azure-ai-voicelive-dotnet/SKILL.md index 399e8d1b..9db74f00 100644 --- a/web-app/public/skills/azure-ai-voicelive-dotnet/SKILL.md +++ b/web-app/public/skills/azure-ai-voicelive-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-ai-voicelive-dotnet -description: Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. +description: | + Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant .NET", "bidirectional audio", "speech-to-speech". +package: Azure.AI.VoiceLive risk: unknown source: community -date_added: '2026-02-27' --- # Azure.AI.VoiceLive (.NET) diff --git a/web-app/public/skills/azure-ai-voicelive-java/SKILL.md b/web-app/public/skills/azure-ai-voicelive-java/SKILL.md index 3ea263f5..505a48ee 100644 --- a/web-app/public/skills/azure-ai-voicelive-java/SKILL.md +++ b/web-app/public/skills/azure-ai-voicelive-java/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-ai-voicelive-java -description: Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. +description: | + Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. + Triggers: "VoiceLiveClient java", "voice assistant java", "real-time voice java", "audio streaming java", "voice activity detection java". +package: com.azure:azure-ai-voicelive risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI VoiceLive SDK for Java diff --git a/web-app/public/skills/azure-ai-voicelive-py/SKILL.md b/web-app/public/skills/azure-ai-voicelive-py/SKILL.md index fdd5f99c..304da306 100644 --- a/web-app/public/skills/azure-ai-voicelive-py/SKILL.md +++ b/web-app/public/skills/azure-ai-voicelive-py/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-ai-voicelive-py description: "Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with..." +package: azure-ai-voicelive risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Voice Live SDK diff --git a/web-app/public/skills/azure-ai-voicelive-ts/SKILL.md b/web-app/public/skills/azure-ai-voicelive-ts/SKILL.md index 294d27f5..25ab69c3 100644 --- a/web-app/public/skills/azure-ai-voicelive-ts/SKILL.md +++ b/web-app/public/skills/azure-ai-voicelive-ts/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-ai-voicelive-ts -description: Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. +description: | + Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant TypeScript", "bidirectional audio", "speech-to-speech JavaScript". +package: "@azure/ai-voicelive" risk: unknown source: community -date_added: '2026-02-27' --- # @azure/ai-voicelive (JavaScript/TypeScript) diff --git a/web-app/public/skills/azure-appconfiguration-java/SKILL.md b/web-app/public/skills/azure-appconfiguration-java/SKILL.md index b1964af0..5b0bc039 100644 --- a/web-app/public/skills/azure-appconfiguration-java/SKILL.md +++ b/web-app/public/skills/azure-appconfiguration-java/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-appconfiguration-java -description: Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots. +description: | + Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots. + Triggers: "ConfigurationClient java", "app configuration java", "feature flag java", "configuration setting java", "azure config java". +package: com.azure:azure-data-appconfiguration risk: unknown source: community -date_added: '2026-02-27' --- # Azure App Configuration SDK for Java diff --git a/web-app/public/skills/azure-appconfiguration-py/SKILL.md b/web-app/public/skills/azure-appconfiguration-py/SKILL.md index 13243716..d02fbeef 100644 --- a/web-app/public/skills/azure-appconfiguration-py/SKILL.md +++ b/web-app/public/skills/azure-appconfiguration-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-appconfiguration-py -description: Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. +description: | + Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. + Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings". +package: azure-appconfiguration risk: unknown source: community -date_added: '2026-02-27' --- # Azure App Configuration SDK for Python diff --git a/web-app/public/skills/azure-appconfiguration-ts/SKILL.md b/web-app/public/skills/azure-appconfiguration-ts/SKILL.md index 193956ff..3513b415 100644 --- a/web-app/public/skills/azure-appconfiguration-ts/SKILL.md +++ b/web-app/public/skills/azure-appconfiguration-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-appconfiguration-ts description: "Build applications using Azure App Configuration SDK for JavaScript (@azure/app-configuration). Use when working with configuration settings, feature flags, Key Vault references, dynamic refresh, o..." +package: "@azure/app-configuration" risk: unknown source: community -date_added: "2026-02-27" --- # Azure App Configuration SDK for TypeScript diff --git a/web-app/public/skills/azure-communication-callautomation-java/SKILL.md b/web-app/public/skills/azure-communication-callautomation-java/SKILL.md index a115bc5b..75337aaf 100644 --- a/web-app/public/skills/azure-communication-callautomation-java/SKILL.md +++ b/web-app/public/skills/azure-communication-callautomation-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-communication-callautomation-java description: "Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording, DTMF recognition, text-to-speech, or AI-..." +package: com.azure:azure-communication-callautomation risk: unknown source: community -date_added: "2026-02-27" --- # Azure Communication Call Automation (Java) diff --git a/web-app/public/skills/azure-communication-callingserver-java/SKILL.md b/web-app/public/skills/azure-communication-callingserver-java/SKILL.md index 503e7934..37b3099b 100644 --- a/web-app/public/skills/azure-communication-callingserver-java/SKILL.md +++ b/web-app/public/skills/azure-communication-callingserver-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-communication-callingserver-java description: "Azure Communication Services CallingServer (legacy) Java SDK. Note - This SDK is deprecated. Use azure-communication-callautomation instead for new projects. Only use this skill when maintaining le..." +package: com.azure:azure-communication-callingserver risk: unknown source: community -date_added: "2026-02-27" --- # Azure Communication CallingServer (Java) - DEPRECATED diff --git a/web-app/public/skills/azure-communication-chat-java/SKILL.md b/web-app/public/skills/azure-communication-chat-java/SKILL.md index 8dafce5c..590730d1 100644 --- a/web-app/public/skills/azure-communication-chat-java/SKILL.md +++ b/web-app/public/skills/azure-communication-chat-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-communication-chat-java description: "Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time cha..." +package: com.azure:azure-communication-chat risk: unknown source: community -date_added: "2026-02-27" --- # Azure Communication Chat (Java) diff --git a/web-app/public/skills/azure-communication-common-java/SKILL.md b/web-app/public/skills/azure-communication-common-java/SKILL.md index 6810e51a..93f5a93c 100644 --- a/web-app/public/skills/azure-communication-common-java/SKILL.md +++ b/web-app/public/skills/azure-communication-common-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-communication-common-java description: "Azure Communication Services common utilities for Java. Use when working with CommunicationTokenCredential, user identifiers, token refresh, or shared authentication across ACS services." +package: com.azure:azure-communication-common risk: unknown source: community -date_added: "2026-02-27" --- # Azure Communication Common (Java) diff --git a/web-app/public/skills/azure-communication-sms-java/SKILL.md b/web-app/public/skills/azure-communication-sms-java/SKILL.md index bfe44ba2..86072fa2 100644 --- a/web-app/public/skills/azure-communication-sms-java/SKILL.md +++ b/web-app/public/skills/azure-communication-sms-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-communication-sms-java description: "Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports." +package: com.azure:azure-communication-sms risk: unknown source: community -date_added: "2026-02-27" --- # Azure Communication SMS (Java) diff --git a/web-app/public/skills/azure-compute-batch-java/SKILL.md b/web-app/public/skills/azure-compute-batch-java/SKILL.md index 6319c1bd..8da9c747 100644 --- a/web-app/public/skills/azure-compute-batch-java/SKILL.md +++ b/web-app/public/skills/azure-compute-batch-java/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-compute-batch-java -description: Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes. +description: | + Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes. + Triggers: "BatchClient java", "azure batch java", "batch pool java", "batch job java", "HPC java", "parallel computing java". risk: unknown source: community -date_added: '2026-02-27' --- # Azure Batch SDK for Java diff --git a/web-app/public/skills/azure-containerregistry-py/SKILL.md b/web-app/public/skills/azure-containerregistry-py/SKILL.md index a3dc71e7..aa2f6aee 100644 --- a/web-app/public/skills/azure-containerregistry-py/SKILL.md +++ b/web-app/public/skills/azure-containerregistry-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-containerregistry-py -description: Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. +description: | + Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. + Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR". +package: azure-containerregistry risk: unknown source: community -date_added: '2026-02-27' --- # Azure Container Registry SDK for Python diff --git a/web-app/public/skills/azure-cosmos-db-py/SKILL.md b/web-app/public/skills/azure-cosmos-db-py/SKILL.md index d06846da..76315cfa 100644 --- a/web-app/public/skills/azure-cosmos-db-py/SKILL.md +++ b/web-app/public/skills/azure-cosmos-db-py/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-cosmos-db-py description: "Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service..." +package: azure-cosmos risk: unknown source: community -date_added: "2026-02-27" --- # Cosmos DB Service Implementation diff --git a/web-app/public/skills/azure-cosmos-java/SKILL.md b/web-app/public/skills/azure-cosmos-java/SKILL.md index 39679f00..e8dccae8 100644 --- a/web-app/public/skills/azure-cosmos-java/SKILL.md +++ b/web-app/public/skills/azure-cosmos-java/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-cosmos-java -description: Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. +description: | + Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. + Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java". +package: azure-cosmos risk: unknown source: community -date_added: '2026-02-27' --- # Azure Cosmos DB SDK for Java diff --git a/web-app/public/skills/azure-cosmos-py/SKILL.md b/web-app/public/skills/azure-cosmos-py/SKILL.md index c386530d..90e86b4a 100644 --- a/web-app/public/skills/azure-cosmos-py/SKILL.md +++ b/web-app/public/skills/azure-cosmos-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-cosmos-py -description: Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. +description: | + Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. + Triggers: "cosmos db", "CosmosClient", "container", "document", "NoSQL", "partition key". +package: azure-cosmos risk: unknown source: community -date_added: '2026-02-27' --- # Azure Cosmos DB SDK for Python diff --git a/web-app/public/skills/azure-cosmos-rust/SKILL.md b/web-app/public/skills/azure-cosmos-rust/SKILL.md index 53cd68de..ec7387aa 100644 --- a/web-app/public/skills/azure-cosmos-rust/SKILL.md +++ b/web-app/public/skills/azure-cosmos-rust/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-cosmos-rust -description: Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. +description: | + Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. + Triggers: "cosmos db rust", "CosmosClient rust", "container", "document rust", "NoSQL rust", "partition key". +package: azure_data_cosmos risk: unknown source: community -date_added: '2026-02-27' --- # Azure Cosmos DB SDK for Rust diff --git a/web-app/public/skills/azure-cosmos-ts/SKILL.md b/web-app/public/skills/azure-cosmos-ts/SKILL.md index b9197c51..d09d11a2 100644 --- a/web-app/public/skills/azure-cosmos-ts/SKILL.md +++ b/web-app/public/skills/azure-cosmos-ts/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-cosmos-ts -description: Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. +description: | + Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items". +package: "@azure/cosmos" risk: unknown source: community -date_added: '2026-02-27' --- # @azure/cosmos (TypeScript/JavaScript) diff --git a/web-app/public/skills/azure-data-tables-java/SKILL.md b/web-app/public/skills/azure-data-tables-java/SKILL.md index 5719f071..49461e7e 100644 --- a/web-app/public/skills/azure-data-tables-java/SKILL.md +++ b/web-app/public/skills/azure-data-tables-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-data-tables-java description: "Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at..." +package: com.azure:azure-data-tables risk: unknown source: community -date_added: "2026-02-27" --- # Azure Tables SDK for Java diff --git a/web-app/public/skills/azure-data-tables-py/SKILL.md b/web-app/public/skills/azure-data-tables-py/SKILL.md index d63c1ebb..6fedc112 100644 --- a/web-app/public/skills/azure-data-tables-py/SKILL.md +++ b/web-app/public/skills/azure-data-tables-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-data-tables-py -description: Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations. +description: | + Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations. + Triggers: "table storage", "TableServiceClient", "TableClient", "entities", "PartitionKey", "RowKey". +package: azure-data-tables risk: unknown source: community -date_added: '2026-02-27' --- # Azure Tables SDK for Python diff --git a/web-app/public/skills/azure-eventgrid-dotnet/SKILL.md b/web-app/public/skills/azure-eventgrid-dotnet/SKILL.md index 2d7c6d10..3fca07ca 100644 --- a/web-app/public/skills/azure-eventgrid-dotnet/SKILL.md +++ b/web-app/public/skills/azure-eventgrid-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-eventgrid-dotnet -description: Azure Event Grid SDK for .NET. Client library for publishing and consuming events with Azure Event Grid. Use for event-driven architectures, pub/sub messaging, CloudEvents, and EventGridEvents. +description: | + Azure Event Grid SDK for .NET. Client library for publishing and consuming events with Azure Event Grid. Use for event-driven architectures, pub/sub messaging, CloudEvents, and EventGridEvents. Triggers: "Event Grid", "EventGridPublisherClient", "CloudEvent", "EventGridEvent", "publish events .NET", "event-driven", "pub/sub". +package: Azure.Messaging.EventGrid risk: unknown source: community -date_added: '2026-02-27' --- # Azure.Messaging.EventGrid (.NET) diff --git a/web-app/public/skills/azure-eventgrid-java/SKILL.md b/web-app/public/skills/azure-eventgrid-java/SKILL.md index 31603231..8891c917 100644 --- a/web-app/public/skills/azure-eventgrid-java/SKILL.md +++ b/web-app/public/skills/azure-eventgrid-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-eventgrid-java description: "Build event-driven applications with Azure Event Grid SDK for Java. Use when publishing events, implementing pub/sub patterns, or integrating with Azure services via events." +package: com.azure:azure-messaging-eventgrid risk: unknown source: community -date_added: "2026-02-27" --- # Azure Event Grid SDK for Java diff --git a/web-app/public/skills/azure-eventgrid-py/SKILL.md b/web-app/public/skills/azure-eventgrid-py/SKILL.md index e18530e0..bb801f99 100644 --- a/web-app/public/skills/azure-eventgrid-py/SKILL.md +++ b/web-app/public/skills/azure-eventgrid-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-eventgrid-py -description: Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures. +description: | + Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures. + Triggers: "event grid", "EventGridPublisherClient", "CloudEvent", "EventGridEvent", "publish events". +package: azure-eventgrid risk: unknown source: community -date_added: '2026-02-27' --- # Azure Event Grid SDK for Python diff --git a/web-app/public/skills/azure-eventhub-dotnet/SKILL.md b/web-app/public/skills/azure-eventhub-dotnet/SKILL.md index 152e1f9e..06cf909e 100644 --- a/web-app/public/skills/azure-eventhub-dotnet/SKILL.md +++ b/web-app/public/skills/azure-eventhub-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-eventhub-dotnet -description: Azure Event Hubs SDK for .NET. +description: | + Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming", "EventHubProducerClient", "EventProcessorClient", "send events", "receive events", "checkpointing", "partition". +package: Azure.Messaging.EventHubs risk: unknown source: community -date_added: '2026-02-27' --- # Azure.Messaging.EventHubs (.NET) diff --git a/web-app/public/skills/azure-eventhub-java/SKILL.md b/web-app/public/skills/azure-eventhub-java/SKILL.md index df4a1000..fb4c9d73 100644 --- a/web-app/public/skills/azure-eventhub-java/SKILL.md +++ b/web-app/public/skills/azure-eventhub-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-eventhub-java description: "Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building event-driven architectures." +package: com.azure:azure-messaging-eventhubs risk: unknown source: community -date_added: "2026-02-27" --- # Azure Event Hubs SDK for Java diff --git a/web-app/public/skills/azure-eventhub-py/SKILL.md b/web-app/public/skills/azure-eventhub-py/SKILL.md index 6536bca7..82da2387 100644 --- a/web-app/public/skills/azure-eventhub-py/SKILL.md +++ b/web-app/public/skills/azure-eventhub-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-eventhub-py -description: Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. +description: | + Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. + Triggers: "event hubs", "EventHubProducerClient", "EventHubConsumerClient", "streaming", "partitions". +package: azure-eventhub risk: unknown source: community -date_added: '2026-02-27' --- # Azure Event Hubs SDK for Python diff --git a/web-app/public/skills/azure-eventhub-rust/SKILL.md b/web-app/public/skills/azure-eventhub-rust/SKILL.md index 6b1aad9e..2477807e 100644 --- a/web-app/public/skills/azure-eventhub-rust/SKILL.md +++ b/web-app/public/skills/azure-eventhub-rust/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-eventhub-rust -description: Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion. +description: | + Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion. + Triggers: "event hubs rust", "ProducerClient rust", "ConsumerClient rust", "send event rust", "streaming rust". +package: azure_messaging_eventhubs risk: unknown source: community -date_added: '2026-02-27' --- # Azure Event Hubs SDK for Rust diff --git a/web-app/public/skills/azure-eventhub-ts/SKILL.md b/web-app/public/skills/azure-eventhub-ts/SKILL.md index 72c3ae94..f8327f7e 100644 --- a/web-app/public/skills/azure-eventhub-ts/SKILL.md +++ b/web-app/public/skills/azure-eventhub-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-eventhub-ts description: "Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event..." +package: "@azure/event-hubs" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Event Hubs SDK for TypeScript diff --git a/web-app/public/skills/azure-functions/SKILL.md b/web-app/public/skills/azure-functions/SKILL.md index 088bf8ee..fd281284 100644 --- a/web-app/public/skills/azure-functions/SKILL.md +++ b/web-app/public/skills/azure-functions/SKILL.md @@ -1,9 +1,8 @@ --- name: azure-functions description: "Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Azure Functions diff --git a/web-app/public/skills/azure-identity-dotnet/SKILL.md b/web-app/public/skills/azure-identity-dotnet/SKILL.md index 3ec6a362..c3be00b7 100644 --- a/web-app/public/skills/azure-identity-dotnet/SKILL.md +++ b/web-app/public/skills/azure-identity-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-identity-dotnet -description: Azure Identity SDK for .NET. Authentication library for Azure SDK clients using Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and developer credentials. +description: | + Azure Identity SDK for .NET. Authentication library for Azure SDK clients using Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and developer credentials. Triggers: "Azure Identity", "DefaultAzureCredential", "ManagedIdentityCredential", "ClientSecretCredential", "authentication .NET", "Azure auth", "credential chain". +package: Azure.Identity risk: unknown source: community -date_added: '2026-02-27' --- # Azure.Identity (.NET) diff --git a/web-app/public/skills/azure-identity-java/SKILL.md b/web-app/public/skills/azure-identity-java/SKILL.md index 674e369c..7541f987 100644 --- a/web-app/public/skills/azure-identity-java/SKILL.md +++ b/web-app/public/skills/azure-identity-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-identity-java description: "Azure Identity Java SDK for authentication with Azure services. Use when implementing DefaultAzureCredential, managed identity, service principal, or any Azure authentication pattern in Java applic..." +package: com.azure:azure-identity risk: unknown source: community -date_added: "2026-02-27" --- # Azure Identity (Java) diff --git a/web-app/public/skills/azure-identity-py/SKILL.md b/web-app/public/skills/azure-identity-py/SKILL.md index 9a87217e..c55dad89 100644 --- a/web-app/public/skills/azure-identity-py/SKILL.md +++ b/web-app/public/skills/azure-identity-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-identity-py -description: Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. +description: | + Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. + Triggers: "azure-identity", "DefaultAzureCredential", "authentication", "managed identity", "service principal", "credential". +package: azure-identity risk: unknown source: community -date_added: '2026-02-27' --- # Azure Identity SDK for Python diff --git a/web-app/public/skills/azure-identity-rust/SKILL.md b/web-app/public/skills/azure-identity-rust/SKILL.md index 9e578de5..c2583c0f 100644 --- a/web-app/public/skills/azure-identity-rust/SKILL.md +++ b/web-app/public/skills/azure-identity-rust/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-identity-rust -description: Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authentication. +description: | + Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authentication. + Triggers: "azure-identity", "DeveloperToolsCredential", "authentication rust", "managed identity rust", "credential rust". +package: azure_identity risk: unknown source: community -date_added: '2026-02-27' --- # Azure Identity SDK for Rust diff --git a/web-app/public/skills/azure-identity-ts/SKILL.md b/web-app/public/skills/azure-identity-ts/SKILL.md index 05f7bdad..077bb2c2 100644 --- a/web-app/public/skills/azure-identity-ts/SKILL.md +++ b/web-app/public/skills/azure-identity-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-identity-ts description: "Authenticate to Azure services using Azure Identity SDK for JavaScript (@azure/identity). Use when configuring authentication with DefaultAzureCredential, managed identity, service principals, or i..." +package: "@azure/identity" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Identity SDK for TypeScript diff --git a/web-app/public/skills/azure-keyvault-certificates-rust/SKILL.md b/web-app/public/skills/azure-keyvault-certificates-rust/SKILL.md index db6abab3..b46965d4 100644 --- a/web-app/public/skills/azure-keyvault-certificates-rust/SKILL.md +++ b/web-app/public/skills/azure-keyvault-certificates-rust/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-keyvault-certificates-rust -description: Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates. +description: | + Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates. + Triggers: "keyvault certificates rust", "CertificateClient rust", "create certificate rust", "import certificate rust". +package: azure_security_keyvault_certificates risk: unknown source: community -date_added: '2026-02-27' --- # Azure Key Vault Certificates SDK for Rust diff --git a/web-app/public/skills/azure-keyvault-keys-rust/SKILL.md b/web-app/public/skills/azure-keyvault-keys-rust/SKILL.md index c13ce37b..516fadcb 100644 --- a/web-app/public/skills/azure-keyvault-keys-rust/SKILL.md +++ b/web-app/public/skills/azure-keyvault-keys-rust/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-keyvault-keys-rust -description: 'Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "sign rust".' +description: | + Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. + Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "sign rust". +package: azure_security_keyvault_keys risk: unknown source: community -date_added: '2026-02-27' --- # Azure Key Vault Keys SDK for Rust diff --git a/web-app/public/skills/azure-keyvault-keys-ts/SKILL.md b/web-app/public/skills/azure-keyvault-keys-ts/SKILL.md index 5d0c1664..d75bc555 100644 --- a/web-app/public/skills/azure-keyvault-keys-ts/SKILL.md +++ b/web-app/public/skills/azure-keyvault-keys-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-keyvault-keys-ts description: "Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys." +package: "@azure/keyvault-keys" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Key Vault Keys SDK for TypeScript diff --git a/web-app/public/skills/azure-keyvault-py/SKILL.md b/web-app/public/skills/azure-keyvault-py/SKILL.md index 244b49c8..ac389a32 100644 --- a/web-app/public/skills/azure-keyvault-py/SKILL.md +++ b/web-app/public/skills/azure-keyvault-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-keyvault-py -description: Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. +description: | + Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. + Triggers: "key vault", "SecretClient", "KeyClient", "CertificateClient", "secrets", "encryption keys". +package: azure-keyvault-secrets, azure-keyvault-keys, azure-keyvault-certificates risk: unknown source: community -date_added: '2026-02-27' --- # Azure Key Vault SDK for Python diff --git a/web-app/public/skills/azure-keyvault-secrets-rust/SKILL.md b/web-app/public/skills/azure-keyvault-secrets-rust/SKILL.md index b166aeb9..30422f93 100644 --- a/web-app/public/skills/azure-keyvault-secrets-rust/SKILL.md +++ b/web-app/public/skills/azure-keyvault-secrets-rust/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-keyvault-secrets-rust -description: 'Azure Key Vault Secrets SDK for Rust. Use for storing and retrieving secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClient rust", "get secret rust", "set secret rust".' +description: | + Azure Key Vault Secrets SDK for Rust. Use for storing and retrieving secrets, passwords, and API keys. + Triggers: "keyvault secrets rust", "SecretClient rust", "get secret rust", "set secret rust". +package: azure_security_keyvault_secrets risk: unknown source: community -date_added: '2026-02-27' --- # Azure Key Vault Secrets SDK for Rust diff --git a/web-app/public/skills/azure-keyvault-secrets-ts/SKILL.md b/web-app/public/skills/azure-keyvault-secrets-ts/SKILL.md index dfc8c9a2..64435c90 100644 --- a/web-app/public/skills/azure-keyvault-secrets-ts/SKILL.md +++ b/web-app/public/skills/azure-keyvault-secrets-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-keyvault-secrets-ts description: "Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values." +package: "@azure/keyvault-secrets" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Key Vault Secrets SDK for TypeScript diff --git a/web-app/public/skills/azure-maps-search-dotnet/SKILL.md b/web-app/public/skills/azure-maps-search-dotnet/SKILL.md index 826c55c2..5688d5a1 100644 --- a/web-app/public/skills/azure-maps-search-dotnet/SKILL.md +++ b/web-app/public/skills/azure-maps-search-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-maps-search-dotnet -description: Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data. +description: | + Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data. Triggers: "Azure Maps", "MapsSearchClient", "MapsRoutingClient", "MapsRenderingClient", "geocoding .NET", "route directions", "map tiles", "geolocation". +package: Azure.Maps.Search risk: unknown source: community -date_added: '2026-02-27' --- # Azure Maps (.NET) diff --git a/web-app/public/skills/azure-messaging-webpubsub-java/SKILL.md b/web-app/public/skills/azure-messaging-webpubsub-java/SKILL.md index 04337391..9c602962 100644 --- a/web-app/public/skills/azure-messaging-webpubsub-java/SKILL.md +++ b/web-app/public/skills/azure-messaging-webpubsub-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-messaging-webpubsub-java description: "Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications." +package: com.azure:azure-messaging-webpubsub risk: unknown source: community -date_added: "2026-02-27" --- # Azure Web PubSub SDK for Java diff --git a/web-app/public/skills/azure-messaging-webpubsubservice-py/SKILL.md b/web-app/public/skills/azure-messaging-webpubsubservice-py/SKILL.md index 67857699..b3a686c8 100644 --- a/web-app/public/skills/azure-messaging-webpubsubservice-py/SKILL.md +++ b/web-app/public/skills/azure-messaging-webpubsubservice-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-messaging-webpubsubservice-py -description: Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns. +description: | + Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns. + Triggers: "azure-messaging-webpubsubservice", "WebPubSubServiceClient", "real-time", "WebSocket", "pub/sub". +package: azure-messaging-webpubsubservice risk: unknown source: community -date_added: '2026-02-27' --- # Azure Web PubSub Service SDK for Python diff --git a/web-app/public/skills/azure-mgmt-apicenter-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-apicenter-dotnet/SKILL.md index 869c0c19..cfa82d7b 100644 --- a/web-app/public/skills/azure-mgmt-apicenter-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-apicenter-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-apicenter-dotnet -description: Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. +description: | + Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API inventory", "API governance", "API versioning", "API catalog", "API discovery". +package: Azure.ResourceManager.ApiCenter risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.ApiCenter (.NET) diff --git a/web-app/public/skills/azure-mgmt-apicenter-py/SKILL.md b/web-app/public/skills/azure-mgmt-apicenter-py/SKILL.md index 5bcbe14d..6b0a39dc 100644 --- a/web-app/public/skills/azure-mgmt-apicenter-py/SKILL.md +++ b/web-app/public/skills/azure-mgmt-apicenter-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-mgmt-apicenter-py -description: Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization. +description: | + Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization. + Triggers: "azure-mgmt-apicenter", "ApiCenterMgmtClient", "API Center", "API inventory", "API governance". +package: azure-mgmt-apicenter risk: unknown source: community -date_added: '2026-02-27' --- # Azure API Center Management SDK for Python diff --git a/web-app/public/skills/azure-mgmt-apimanagement-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-apimanagement-dotnet/SKILL.md index 9c01f057..73fe5274 100644 --- a/web-app/public/skills/azure-mgmt-apimanagement-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-apimanagement-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-apimanagement-dotnet -description: Azure Resource Manager SDK for API Management in .NET. +description: | + Azure Resource Manager SDK for API Management in .NET. Use for MANAGEMENT PLANE operations: creating/managing APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends via Azure Resource Manager. Triggers: "API Management", "APIM service", "create APIM", "manage APIs", "ApiManagementServiceResource", "API policies", "APIM products", "APIM subscriptions". +package: Azure.ResourceManager.ApiManagement risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.ApiManagement (.NET) diff --git a/web-app/public/skills/azure-mgmt-apimanagement-py/SKILL.md b/web-app/public/skills/azure-mgmt-apimanagement-py/SKILL.md index 7f2716b8..b0d4dcbc 100644 --- a/web-app/public/skills/azure-mgmt-apimanagement-py/SKILL.md +++ b/web-app/public/skills/azure-mgmt-apimanagement-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-mgmt-apimanagement-py -description: Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies. +description: | + Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies. + Triggers: "azure-mgmt-apimanagement", "ApiManagementClient", "APIM", "API gateway", "API Management". +package: azure-mgmt-apimanagement risk: unknown source: community -date_added: '2026-02-27' --- # Azure API Management SDK for Python diff --git a/web-app/public/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md index 0dd78d10..d9a0482f 100644 --- a/web-app/public/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-applicationinsights-dotnet -description: Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. +description: | + Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application monitoring", "web tests", "availability tests", "workbooks". +package: Azure.ResourceManager.ApplicationInsights risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.ApplicationInsights (.NET) diff --git a/web-app/public/skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md index 62656e97..b8c213df 100644 --- a/web-app/public/skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md @@ -1,9 +1,12 @@ --- name: azure-mgmt-arizeaiobservabilityeval-dotnet -description: Azure Resource Manager SDK for Arize AI Observability and Evaluation (.NET). +description: | + Azure Resource Manager SDK for Arize AI Observability and Evaluation (.NET). Use when managing Arize AI organizations + on Azure via Azure Marketplace, creating/updating/deleting Arize resources, or integrating Arize ML observability + into .NET applications. Triggers: "Arize AI", "ML observability", "ArizeAIObservabilityEval", "Arize organization". +package: Azure.ResourceManager.ArizeAIObservabilityEval risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.ArizeAIObservabilityEval diff --git a/web-app/public/skills/azure-mgmt-botservice-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-botservice-dotnet/SKILL.md index fb33f723..56bbcabd 100644 --- a/web-app/public/skills/azure-mgmt-botservice-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-botservice-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-botservice-dotnet -description: Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. +description: | + Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot". +package: Azure.ResourceManager.BotService risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.BotService (.NET) diff --git a/web-app/public/skills/azure-mgmt-botservice-py/SKILL.md b/web-app/public/skills/azure-mgmt-botservice-py/SKILL.md index a47147ae..b954c17f 100644 --- a/web-app/public/skills/azure-mgmt-botservice-py/SKILL.md +++ b/web-app/public/skills/azure-mgmt-botservice-py/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-botservice-py -description: Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources. +description: | + Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources. + Triggers: "azure-mgmt-botservice", "AzureBotService", "bot management", "conversational AI", "bot channels". risk: unknown source: community -date_added: '2026-02-27' --- # Azure Bot Service Management SDK for Python diff --git a/web-app/public/skills/azure-mgmt-fabric-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-fabric-dotnet/SKILL.md index c7f39ae9..6076541f 100644 --- a/web-app/public/skills/azure-mgmt-fabric-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-fabric-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-fabric-dotnet -description: Azure Resource Manager SDK for Fabric in .NET. +description: | + Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: "Fabric capacity", "create capacity", "suspend capacity", "resume capacity", "Fabric SKU", "provision Fabric", "ARM Fabric", "FabricCapacityResource". +package: Azure.ResourceManager.Fabric risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.Fabric (.NET) diff --git a/web-app/public/skills/azure-mgmt-fabric-py/SKILL.md b/web-app/public/skills/azure-mgmt-fabric-py/SKILL.md index bec47a80..e4c78ea3 100644 --- a/web-app/public/skills/azure-mgmt-fabric-py/SKILL.md +++ b/web-app/public/skills/azure-mgmt-fabric-py/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-fabric-py -description: Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources. +description: | + Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources. + Triggers: "azure-mgmt-fabric", "FabricMgmtClient", "Fabric capacity", "Microsoft Fabric", "Power BI capacity". risk: unknown source: community -date_added: '2026-02-27' --- # Azure Fabric Management SDK for Python diff --git a/web-app/public/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md index b71f2a2d..7a7e6a2b 100644 --- a/web-app/public/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-mgmt-mongodbatlas-dotnet description: "Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure M..." +package: Azure.ResourceManager.MongoDBAtlas risk: unknown source: community -date_added: "2026-02-27" --- # Azure.ResourceManager.MongoDBAtlas SDK diff --git a/web-app/public/skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md b/web-app/public/skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md index 25846ba9..ece97788 100644 --- a/web-app/public/skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md +++ b/web-app/public/skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-mgmt-weightsandbiases-dotnet -description: Azure Weights & Biases SDK for .NET. ML experiment tracking and model management via Azure Marketplace. Use for creating W&B instances, managing SSO, marketplace integration, and ML observability. +description: | + Azure Weights & Biases SDK for .NET. ML experiment tracking and model management via Azure Marketplace. Use for creating W&B instances, managing SSO, marketplace integration, and ML observability. Triggers: "Weights and Biases", "W&B", "WeightsAndBiases", "ML experiment tracking", "model registry", "experiment management", "wandb". +package: Azure.ResourceManager.WeightsAndBiases risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.WeightsAndBiases (.NET) diff --git a/web-app/public/skills/azure-microsoft-playwright-testing-ts/SKILL.md b/web-app/public/skills/azure-microsoft-playwright-testing-ts/SKILL.md index 1c3b084e..32fedf77 100644 --- a/web-app/public/skills/azure-microsoft-playwright-testing-ts/SKILL.md +++ b/web-app/public/skills/azure-microsoft-playwright-testing-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-microsoft-playwright-testing-ts description: "Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted browsers, integrating with CI/CD pipeline..." +package: "@azure/playwright" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Playwright Workspaces SDK for TypeScript diff --git a/web-app/public/skills/azure-monitor-ingestion-java/SKILL.md b/web-app/public/skills/azure-monitor-ingestion-java/SKILL.md index f73eb980..dbba70cc 100644 --- a/web-app/public/skills/azure-monitor-ingestion-java/SKILL.md +++ b/web-app/public/skills/azure-monitor-ingestion-java/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-monitor-ingestion-java -description: Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE). +description: | + Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE). + Triggers: "LogsIngestionClient java", "azure monitor ingestion java", "custom logs java", "DCR java", "data collection rule java". +package: com.azure:azure-monitor-ingestion risk: unknown source: community -date_added: '2026-02-27' --- # Azure Monitor Ingestion SDK for Java diff --git a/web-app/public/skills/azure-monitor-ingestion-py/SKILL.md b/web-app/public/skills/azure-monitor-ingestion-py/SKILL.md index 47e4680a..cff95c04 100644 --- a/web-app/public/skills/azure-monitor-ingestion-py/SKILL.md +++ b/web-app/public/skills/azure-monitor-ingestion-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-monitor-ingestion-py -description: Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API. +description: | + Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API. + Triggers: "azure-monitor-ingestion", "LogsIngestionClient", "custom logs", "DCR", "data collection rule", "Log Analytics". +package: azure-monitor-ingestion risk: unknown source: community -date_added: '2026-02-27' --- # Azure Monitor Ingestion SDK for Python diff --git a/web-app/public/skills/azure-monitor-opentelemetry-exporter-java/SKILL.md b/web-app/public/skills/azure-monitor-opentelemetry-exporter-java/SKILL.md index c370ed63..275c343c 100644 --- a/web-app/public/skills/azure-monitor-opentelemetry-exporter-java/SKILL.md +++ b/web-app/public/skills/azure-monitor-opentelemetry-exporter-java/SKILL.md @@ -1,9 +1,12 @@ --- name: azure-monitor-opentelemetry-exporter-java -description: Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights. +description: | + Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights. + Triggers: "AzureMonitorExporter java", "opentelemetry azure java", "application insights java otel", "azure monitor tracing java". + Note: This package is DEPRECATED. Migrate to azure-monitor-opentelemetry-autoconfigure. +package: com.azure:azure-monitor-opentelemetry-exporter risk: unknown source: community -date_added: '2026-02-27' --- # Azure Monitor OpenTelemetry Exporter for Java diff --git a/web-app/public/skills/azure-monitor-opentelemetry-exporter-py/SKILL.md b/web-app/public/skills/azure-monitor-opentelemetry-exporter-py/SKILL.md index 7a564a69..3218be18 100644 --- a/web-app/public/skills/azure-monitor-opentelemetry-exporter-py/SKILL.md +++ b/web-app/public/skills/azure-monitor-opentelemetry-exporter-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-monitor-opentelemetry-exporter-py -description: Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights. +description: | + Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights. + Triggers: "azure-monitor-opentelemetry-exporter", "AzureMonitorTraceExporter", "AzureMonitorMetricExporter", "AzureMonitorLogExporter". +package: azure-monitor-opentelemetry-exporter risk: unknown source: community -date_added: '2026-02-27' --- # Azure Monitor OpenTelemetry Exporter for Python diff --git a/web-app/public/skills/azure-monitor-opentelemetry-py/SKILL.md b/web-app/public/skills/azure-monitor-opentelemetry-py/SKILL.md index 19349136..b9f55503 100644 --- a/web-app/public/skills/azure-monitor-opentelemetry-py/SKILL.md +++ b/web-app/public/skills/azure-monitor-opentelemetry-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-monitor-opentelemetry-py -description: Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation. +description: | + Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation. + Triggers: "azure-monitor-opentelemetry", "configure_azure_monitor", "Application Insights", "OpenTelemetry distro", "auto-instrumentation". +package: azure-monitor-opentelemetry risk: unknown source: community -date_added: '2026-02-27' --- # Azure Monitor OpenTelemetry Distro for Python diff --git a/web-app/public/skills/azure-monitor-opentelemetry-ts/SKILL.md b/web-app/public/skills/azure-monitor-opentelemetry-ts/SKILL.md index 349d536a..6b0e9859 100644 --- a/web-app/public/skills/azure-monitor-opentelemetry-ts/SKILL.md +++ b/web-app/public/skills/azure-monitor-opentelemetry-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-monitor-opentelemetry-ts description: "Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Appli..." +package: "@azure/monitor-opentelemetry" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Monitor OpenTelemetry SDK for TypeScript diff --git a/web-app/public/skills/azure-monitor-query-java/SKILL.md b/web-app/public/skills/azure-monitor-query-java/SKILL.md index a78569a4..02db8627 100644 --- a/web-app/public/skills/azure-monitor-query-java/SKILL.md +++ b/web-app/public/skills/azure-monitor-query-java/SKILL.md @@ -1,9 +1,12 @@ --- name: azure-monitor-query-java -description: Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources. +description: | + Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources. + Triggers: "LogsQueryClient java", "MetricsQueryClient java", "kusto query java", "log analytics java", "azure monitor query java". + Note: This package is deprecated. Migrate to azure-monitor-query-logs and azure-monitor-query-metrics. +package: com.azure:azure-monitor-query risk: unknown source: community -date_added: '2026-02-27' --- # Azure Monitor Query SDK for Java diff --git a/web-app/public/skills/azure-monitor-query-py/SKILL.md b/web-app/public/skills/azure-monitor-query-py/SKILL.md index a86ba3d2..36fa0a65 100644 --- a/web-app/public/skills/azure-monitor-query-py/SKILL.md +++ b/web-app/public/skills/azure-monitor-query-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-monitor-query-py -description: Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. +description: | + Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. + Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics". +package: azure-monitor-query risk: unknown source: community -date_added: '2026-02-27' --- # Azure Monitor Query SDK for Python diff --git a/web-app/public/skills/azure-postgres-ts/SKILL.md b/web-app/public/skills/azure-postgres-ts/SKILL.md index f2eaabf9..76f2adff 100644 --- a/web-app/public/skills/azure-postgres-ts/SKILL.md +++ b/web-app/public/skills/azure-postgres-ts/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-postgres-ts -description: Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. +description: | + Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use for PostgreSQL queries, connection pooling, transactions, and Microsoft Entra ID (passwordless) authentication. Triggers: "PostgreSQL", "postgres", "pg client", "node-postgres", "Azure PostgreSQL connection", "PostgreSQL TypeScript", "pg Pool", "passwordless postgres". +package: pg risk: unknown source: community -date_added: '2026-02-27' --- # Azure PostgreSQL for TypeScript (node-postgres) diff --git a/web-app/public/skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md b/web-app/public/skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md index 095de040..d525cc85 100644 --- a/web-app/public/skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md +++ b/web-app/public/skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-resource-manager-cosmosdb-dotnet -description: Azure Resource Manager SDK for Cosmos DB in .NET. +description: | + Azure Resource Manager SDK for Cosmos DB in .NET. Use for MANAGEMENT PLANE operations: creating/managing Cosmos DB accounts, databases, containers, throughput settings, and RBAC via Azure Resource Manager. NOT for data plane operations (CRUD on documents) - use Microsoft.Azure.Cosmos for that. Triggers: "Cosmos DB account", "create Cosmos account", "manage Cosmos resources", "ARM Cosmos", "CosmosDBAccountResource", "provision Cosmos DB". +package: Azure.ResourceManager.CosmosDB risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.CosmosDB (.NET) diff --git a/web-app/public/skills/azure-resource-manager-durabletask-dotnet/SKILL.md b/web-app/public/skills/azure-resource-manager-durabletask-dotnet/SKILL.md index e26f042d..0aaff756 100644 --- a/web-app/public/skills/azure-resource-manager-durabletask-dotnet/SKILL.md +++ b/web-app/public/skills/azure-resource-manager-durabletask-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-resource-manager-durabletask-dotnet -description: Azure Resource Manager SDK for Durable Task Scheduler in .NET. +description: | + Azure Resource Manager SDK for Durable Task Scheduler in .NET. Use for MANAGEMENT PLANE operations: creating/managing Durable Task Schedulers, Task Hubs, and retention policies via Azure Resource Manager. Triggers: "Durable Task Scheduler", "create scheduler", "task hub", "DurableTaskSchedulerResource", "provision Durable Task", "orchestration scheduler". +package: Azure.ResourceManager.DurableTask risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.DurableTask (.NET) diff --git a/web-app/public/skills/azure-resource-manager-mysql-dotnet/SKILL.md b/web-app/public/skills/azure-resource-manager-mysql-dotnet/SKILL.md index ff1cbd25..20ae4466 100644 --- a/web-app/public/skills/azure-resource-manager-mysql-dotnet/SKILL.md +++ b/web-app/public/skills/azure-resource-manager-mysql-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-resource-manager-mysql-dotnet -description: Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. +description: | + Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database management", "MySQL firewall", "MySQL backup". +package: Azure.ResourceManager.MySql risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.MySql (.NET) diff --git a/web-app/public/skills/azure-resource-manager-playwright-dotnet/SKILL.md b/web-app/public/skills/azure-resource-manager-playwright-dotnet/SKILL.md index 1bf92b18..afb448fc 100644 --- a/web-app/public/skills/azure-resource-manager-playwright-dotnet/SKILL.md +++ b/web-app/public/skills/azure-resource-manager-playwright-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-resource-manager-playwright-dotnet -description: Azure Resource Manager SDK for Microsoft Playwright Testing in .NET. +description: | + Azure Resource Manager SDK for Microsoft Playwright Testing in .NET. Use for MANAGEMENT PLANE operations: creating/managing Playwright Testing workspaces, checking name availability, and managing workspace quotas via Azure Resource Manager. NOT for running Playwright tests - use Azure.Developer.MicrosoftPlaywrightTesting.NUnit for that. Triggers: "Playwright workspace", "create Playwright Testing workspace", "manage Playwright resources", "ARM Playwright", "PlaywrightWorkspaceResource", "provision Playwright Testing". +package: Azure.ResourceManager.Playwright risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.Playwright (.NET) diff --git a/web-app/public/skills/azure-resource-manager-postgresql-dotnet/SKILL.md b/web-app/public/skills/azure-resource-manager-postgresql-dotnet/SKILL.md index 68b07ce1..f8319426 100644 --- a/web-app/public/skills/azure-resource-manager-postgresql-dotnet/SKILL.md +++ b/web-app/public/skills/azure-resource-manager-postgresql-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-resource-manager-postgresql-dotnet -description: Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. +description: | + Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "PostgreSQL", "PostgreSqlFlexibleServer", "PostgreSQL Flexible Server", "Azure Database for PostgreSQL", "PostgreSQL database management", "PostgreSQL firewall", "PostgreSQL backup", "Postgres". +package: Azure.ResourceManager.PostgreSql risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.PostgreSql (.NET) diff --git a/web-app/public/skills/azure-resource-manager-redis-dotnet/SKILL.md b/web-app/public/skills/azure-resource-manager-redis-dotnet/SKILL.md index 81580f97..7fa278b1 100644 --- a/web-app/public/skills/azure-resource-manager-redis-dotnet/SKILL.md +++ b/web-app/public/skills/azure-resource-manager-redis-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-resource-manager-redis-dotnet -description: Azure Resource Manager SDK for Redis in .NET. +description: | + Azure Resource Manager SDK for Redis in .NET. Use for MANAGEMENT PLANE operations: creating/managing Azure Cache for Redis instances, firewall rules, access keys, patch schedules, linked servers (geo-replication), and private endpoints via Azure Resource Manager. NOT for data plane operations (get/set keys, pub/sub) - use StackExchange.Redis for that. Triggers: "Redis cache", "create Redis", "manage Redis", "ARM Redis", "RedisResource", "provision Redis", "Azure Cache for Redis". +package: Azure.ResourceManager.Redis risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.Redis (.NET) diff --git a/web-app/public/skills/azure-resource-manager-sql-dotnet/SKILL.md b/web-app/public/skills/azure-resource-manager-sql-dotnet/SKILL.md index 40251b30..3da3fa13 100644 --- a/web-app/public/skills/azure-resource-manager-sql-dotnet/SKILL.md +++ b/web-app/public/skills/azure-resource-manager-sql-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-resource-manager-sql-dotnet -description: Azure Resource Manager SDK for Azure SQL in .NET. +description: | + Azure Resource Manager SDK for Azure SQL in .NET. Use for MANAGEMENT PLANE operations: creating/managing SQL servers, databases, elastic pools, firewall rules, and failover groups via Azure Resource Manager. NOT for data plane operations (executing queries) - use Microsoft.Data.SqlClient for that. Triggers: "SQL server", "create SQL database", "manage SQL resources", "ARM SQL", "SqlServerResource", "provision Azure SQL", "elastic pool", "firewall rule". +package: Azure.ResourceManager.Sql risk: unknown source: community -date_added: '2026-02-27' --- # Azure.ResourceManager.Sql (.NET) diff --git a/web-app/public/skills/azure-search-documents-dotnet/SKILL.md b/web-app/public/skills/azure-search-documents-dotnet/SKILL.md index 5126ac96..d3d61d12 100644 --- a/web-app/public/skills/azure-search-documents-dotnet/SKILL.md +++ b/web-app/public/skills/azure-search-documents-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-search-documents-dotnet -description: Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. +description: | + Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET", "SearchClient", "SearchIndexClient", "vector search C#", "semantic search .NET", "hybrid search", "Azure.Search.Documents". +package: Azure.Search.Documents risk: unknown source: community -date_added: '2026-02-27' --- # Azure.Search.Documents (.NET) diff --git a/web-app/public/skills/azure-search-documents-py/SKILL.md b/web-app/public/skills/azure-search-documents-py/SKILL.md index 7bee4219..a759bdef 100644 --- a/web-app/public/skills/azure-search-documents-py/SKILL.md +++ b/web-app/public/skills/azure-search-documents-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-search-documents-py -description: Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. +description: | + Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. + Triggers: "azure-search-documents", "SearchClient", "SearchIndexClient", "vector search", "hybrid search", "semantic search". +package: azure-search-documents risk: unknown source: community -date_added: '2026-02-27' --- # Azure AI Search SDK for Python diff --git a/web-app/public/skills/azure-search-documents-ts/SKILL.md b/web-app/public/skills/azure-search-documents-ts/SKILL.md index 2806eeb3..e196e097 100644 --- a/web-app/public/skills/azure-search-documents-ts/SKILL.md +++ b/web-app/public/skills/azure-search-documents-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-search-documents-ts description: "Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building ag..." +package: "@azure/search-documents" risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Search SDK for TypeScript diff --git a/web-app/public/skills/azure-security-keyvault-keys-dotnet/SKILL.md b/web-app/public/skills/azure-security-keyvault-keys-dotnet/SKILL.md index e9985bf5..68d1266c 100644 --- a/web-app/public/skills/azure-security-keyvault-keys-dotnet/SKILL.md +++ b/web-app/public/skills/azure-security-keyvault-keys-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-security-keyvault-keys-dotnet -description: Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification. +description: | + Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification. Triggers: "Key Vault keys", "KeyClient", "CryptographyClient", "RSA key", "EC key", "encrypt decrypt .NET", "key rotation", "HSM". +package: Azure.Security.KeyVault.Keys risk: unknown source: community -date_added: '2026-02-27' --- # Azure.Security.KeyVault.Keys (.NET) diff --git a/web-app/public/skills/azure-security-keyvault-keys-java/SKILL.md b/web-app/public/skills/azure-security-keyvault-keys-java/SKILL.md index 0b464bfd..3c0770ac 100644 --- a/web-app/public/skills/azure-security-keyvault-keys-java/SKILL.md +++ b/web-app/public/skills/azure-security-keyvault-keys-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-security-keyvault-keys-java description: "Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify operations, or working with HSM-backed keys." +package: com.azure:azure-security-keyvault-keys risk: unknown source: community -date_added: "2026-02-27" --- # Azure Key Vault Keys (Java) diff --git a/web-app/public/skills/azure-security-keyvault-secrets-java/SKILL.md b/web-app/public/skills/azure-security-keyvault-secrets-java/SKILL.md index dea86286..c35d43fc 100644 --- a/web-app/public/skills/azure-security-keyvault-secrets-java/SKILL.md +++ b/web-app/public/skills/azure-security-keyvault-secrets-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-security-keyvault-secrets-java description: "Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other sensitive configuration data." +package: com.azure:azure-security-keyvault-secrets risk: unknown source: community -date_added: "2026-02-27" --- # Azure Key Vault Secrets (Java) diff --git a/web-app/public/skills/azure-servicebus-dotnet/SKILL.md b/web-app/public/skills/azure-servicebus-dotnet/SKILL.md index d473ee77..f35c51bb 100644 --- a/web-app/public/skills/azure-servicebus-dotnet/SKILL.md +++ b/web-app/public/skills/azure-servicebus-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-servicebus-dotnet -description: Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. +description: | + Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor", "message queue", "pub/sub .NET", "dead letter queue". +package: Azure.Messaging.ServiceBus risk: unknown source: community -date_added: '2026-02-27' --- # Azure.Messaging.ServiceBus (.NET) diff --git a/web-app/public/skills/azure-servicebus-py/SKILL.md b/web-app/public/skills/azure-servicebus-py/SKILL.md index 7b48f0fe..48e59609 100644 --- a/web-app/public/skills/azure-servicebus-py/SKILL.md +++ b/web-app/public/skills/azure-servicebus-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-servicebus-py -description: Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. +description: | + Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. + Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker". +package: azure-servicebus risk: unknown source: community -date_added: '2026-02-27' --- # Azure Service Bus SDK for Python diff --git a/web-app/public/skills/azure-servicebus-ts/SKILL.md b/web-app/public/skills/azure-servicebus-ts/SKILL.md index 4146a4c0..f1f93522 100644 --- a/web-app/public/skills/azure-servicebus-ts/SKILL.md +++ b/web-app/public/skills/azure-servicebus-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-servicebus-ts description: "Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterpri..." +package: "@azure/service-bus" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Service Bus SDK for TypeScript diff --git a/web-app/public/skills/azure-speech-to-text-rest-py/SKILL.md b/web-app/public/skills/azure-speech-to-text-rest-py/SKILL.md index 03e47e7b..e1f7de6d 100644 --- a/web-app/public/skills/azure-speech-to-text-rest-py/SKILL.md +++ b/web-app/public/skills/azure-speech-to-text-rest-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-speech-to-text-rest-py -description: Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. +description: | + Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. + Triggers: "speech to text REST", "short audio transcription", "speech recognition REST API", "STT REST", "recognize speech REST". + DO NOT USE FOR: Long audio (>60 seconds), real-time streaming, batch transcription, custom speech models, speech translation. Use Speech SDK or Batch Transcription API instead. risk: unknown source: community -date_added: '2026-02-27' --- # Azure Speech to Text REST API for Short Audio diff --git a/web-app/public/skills/azure-storage-blob-java/SKILL.md b/web-app/public/skills/azure-storage-blob-java/SKILL.md index f92f7a08..588b8cf1 100644 --- a/web-app/public/skills/azure-storage-blob-java/SKILL.md +++ b/web-app/public/skills/azure-storage-blob-java/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-storage-blob-java description: "Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming da..." +package: com.azure:azure-storage-blob risk: unknown source: community -date_added: "2026-02-27" --- # Azure Storage Blob SDK for Java diff --git a/web-app/public/skills/azure-storage-blob-py/SKILL.md b/web-app/public/skills/azure-storage-blob-py/SKILL.md index d429601e..f97d7347 100644 --- a/web-app/public/skills/azure-storage-blob-py/SKILL.md +++ b/web-app/public/skills/azure-storage-blob-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-storage-blob-py -description: Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. +description: | + Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. + Triggers: "blob storage", "BlobServiceClient", "ContainerClient", "BlobClient", "upload blob", "download blob". +package: azure-storage-blob risk: unknown source: community -date_added: '2026-02-27' --- # Azure Blob Storage SDK for Python diff --git a/web-app/public/skills/azure-storage-blob-rust/SKILL.md b/web-app/public/skills/azure-storage-blob-rust/SKILL.md index 0b13f44c..26d565e6 100644 --- a/web-app/public/skills/azure-storage-blob-rust/SKILL.md +++ b/web-app/public/skills/azure-storage-blob-rust/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-storage-blob-rust -description: Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers. +description: | + Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers. + Triggers: "blob storage rust", "BlobClient rust", "upload blob rust", "download blob rust", "container rust". +package: azure_storage_blob risk: unknown source: community -date_added: '2026-02-27' --- # Azure Blob Storage SDK for Rust diff --git a/web-app/public/skills/azure-storage-blob-ts/SKILL.md b/web-app/public/skills/azure-storage-blob-ts/SKILL.md index e82de180..c5450d8c 100644 --- a/web-app/public/skills/azure-storage-blob-ts/SKILL.md +++ b/web-app/public/skills/azure-storage-blob-ts/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-storage-blob-ts -description: Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. +description: | + Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerClient", "upload blob", "download blob", "SAS token", "block blob". +package: "@azure/storage-blob" risk: unknown source: community -date_added: '2026-02-27' --- # @azure/storage-blob (TypeScript/JavaScript) diff --git a/web-app/public/skills/azure-storage-file-datalake-py/SKILL.md b/web-app/public/skills/azure-storage-file-datalake-py/SKILL.md index a8b70056..585c9cbe 100644 --- a/web-app/public/skills/azure-storage-file-datalake-py/SKILL.md +++ b/web-app/public/skills/azure-storage-file-datalake-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-storage-file-datalake-py -description: Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations. +description: | + Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations. + Triggers: "data lake", "DataLakeServiceClient", "FileSystemClient", "ADLS Gen2", "hierarchical namespace". +package: azure-storage-file-datalake risk: unknown source: community -date_added: '2026-02-27' --- # Azure Data Lake Storage Gen2 SDK for Python diff --git a/web-app/public/skills/azure-storage-file-share-py/SKILL.md b/web-app/public/skills/azure-storage-file-share-py/SKILL.md index 924f92d4..676952c1 100644 --- a/web-app/public/skills/azure-storage-file-share-py/SKILL.md +++ b/web-app/public/skills/azure-storage-file-share-py/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-storage-file-share-py -description: Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud. +description: | + Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud. + Triggers: "azure-storage-file-share", "ShareServiceClient", "ShareClient", "file share", "SMB". risk: unknown source: community -date_added: '2026-02-27' --- # Azure Storage File Share SDK for Python diff --git a/web-app/public/skills/azure-storage-file-share-ts/SKILL.md b/web-app/public/skills/azure-storage-file-share-ts/SKILL.md index 8bb022c7..c6c0f24a 100644 --- a/web-app/public/skills/azure-storage-file-share-ts/SKILL.md +++ b/web-app/public/skills/azure-storage-file-share-ts/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-storage-file-share-ts -description: Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. +description: | + Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. Use for creating shares, managing directories, uploading/downloading files, and handling file metadata. Supports Azure Files SMB protocol scenarios. Triggers: "file share", "@azure/storage-file-share", "ShareServiceClient", "ShareClient", "SMB", "Azure Files". +package: "@azure/storage-file-share" risk: unknown source: community -date_added: '2026-02-27' --- # @azure/storage-file-share (TypeScript/JavaScript) diff --git a/web-app/public/skills/azure-storage-queue-py/SKILL.md b/web-app/public/skills/azure-storage-queue-py/SKILL.md index 98797d61..39b4a270 100644 --- a/web-app/public/skills/azure-storage-queue-py/SKILL.md +++ b/web-app/public/skills/azure-storage-queue-py/SKILL.md @@ -1,9 +1,11 @@ --- name: azure-storage-queue-py -description: Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. +description: | + Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. + Triggers: "queue storage", "QueueServiceClient", "QueueClient", "message queue", "dequeue". +package: azure-storage-queue risk: unknown source: community -date_added: '2026-02-27' --- # Azure Queue Storage SDK for Python diff --git a/web-app/public/skills/azure-storage-queue-ts/SKILL.md b/web-app/public/skills/azure-storage-queue-ts/SKILL.md index 8f2cc5be..244a5051 100644 --- a/web-app/public/skills/azure-storage-queue-ts/SKILL.md +++ b/web-app/public/skills/azure-storage-queue-ts/SKILL.md @@ -1,9 +1,10 @@ --- name: azure-storage-queue-ts -description: Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. +description: | + Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueClient", "send message", "receive message", "dequeue", "visibility timeout". +package: "@azure/storage-queue" risk: unknown source: community -date_added: '2026-02-27' --- # @azure/storage-queue (TypeScript/JavaScript) diff --git a/web-app/public/skills/azure-web-pubsub-ts/SKILL.md b/web-app/public/skills/azure-web-pubsub-ts/SKILL.md index 838087b7..5216c25f 100644 --- a/web-app/public/skills/azure-web-pubsub-ts/SKILL.md +++ b/web-app/public/skills/azure-web-pubsub-ts/SKILL.md @@ -1,9 +1,9 @@ --- name: azure-web-pubsub-ts description: "Build real-time messaging applications using Azure Web PubSub SDKs for JavaScript (@azure/web-pubsub, @azure/web-pubsub-client). Use when implementing WebSocket-based real-time features, pub/sub me..." +package: "@azure/web-pubsub, @azure/web-pubsub-client" risk: unknown source: community -date_added: "2026-02-27" --- # Azure Web PubSub SDKs for TypeScript diff --git a/web-app/public/skills/backend-architect/SKILL.md b/web-app/public/skills/backend-architect/SKILL.md index cc333711..c5eba207 100644 --- a/web-app/public/skills/backend-architect/SKILL.md +++ b/web-app/public/skills/backend-architect/SKILL.md @@ -1,9 +1,16 @@ --- name: backend-architect -description: Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. +description: | + Expert backend architect specializing in scalable API design, + microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC + APIs, event-driven architectures, service mesh patterns, and modern backend + frameworks. Handles service boundary definition, inter-service communication, + resilience patterns, and observability. Use PROACTIVELY when creating new + backend services or APIs. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. diff --git a/web-app/public/skills/backend-dev-guidelines/SKILL.md b/web-app/public/skills/backend-dev-guidelines/SKILL.md index 65d64557..ed63c07a 100644 --- a/web-app/public/skills/backend-dev-guidelines/SKILL.md +++ b/web-app/public/skills/backend-dev-guidelines/SKILL.md @@ -3,7 +3,6 @@ name: backend-dev-guidelines description: "Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod valid..." risk: unknown source: community -date_added: "2026-02-27" --- # Backend Development Guidelines diff --git a/web-app/public/skills/backend-development-feature-development/SKILL.md b/web-app/public/skills/backend-development-feature-development/SKILL.md index 4b283a68..1dae66b3 100644 --- a/web-app/public/skills/backend-development-feature-development/SKILL.md +++ b/web-app/public/skills/backend-development-feature-development/SKILL.md @@ -3,7 +3,6 @@ name: backend-development-feature-development description: "Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and services." risk: unknown source: community -date_added: "2026-02-27" --- Orchestrate end-to-end feature development from requirements to production deployment: diff --git a/web-app/public/skills/backend-security-coder/SKILL.md b/web-app/public/skills/backend-security-coder/SKILL.md index a104ed06..d97c9883 100644 --- a/web-app/public/skills/backend-security-coder/SKILL.md +++ b/web-app/public/skills/backend-security-coder/SKILL.md @@ -1,9 +1,13 @@ --- name: backend-security-coder -description: Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews. +description: | + Expert in secure backend coding practices specializing in input + validation, authentication, and API security. Use PROACTIVELY for backend + security implementations or security code reviews. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/backtesting-frameworks/SKILL.md b/web-app/public/skills/backtesting-frameworks/SKILL.md index ede9d8c8..5d6ae2c8 100644 --- a/web-app/public/skills/backtesting-frameworks/SKILL.md +++ b/web-app/public/skills/backtesting-frameworks/SKILL.md @@ -3,7 +3,6 @@ name: backtesting-frameworks description: "Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strateg..." risk: unknown source: community -date_added: "2026-02-27" --- # Backtesting Frameworks diff --git a/web-app/public/skills/bamboohr-automation/SKILL.md b/web-app/public/skills/bamboohr-automation/SKILL.md index 8246144e..6e47b471 100644 --- a/web-app/public/skills/bamboohr-automation/SKILL.md +++ b/web-app/public/skills/bamboohr-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: bamboohr-automation description: "Automate BambooHR tasks via Rube MCP (Composio): employees, time-off, benefits, dependents, employee updates. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # BambooHR Automation via Rube MCP diff --git a/web-app/public/skills/basecamp-automation/SKILL.md b/web-app/public/skills/basecamp-automation/SKILL.md index 85779fb3..957631c9 100644 --- a/web-app/public/skills/basecamp-automation/SKILL.md +++ b/web-app/public/skills/basecamp-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: basecamp-automation description: "Automate Basecamp project management, to-dos, messages, people, and to-do list organization via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Basecamp Automation via Rube MCP diff --git a/web-app/public/skills/bash-defensive-patterns/SKILL.md b/web-app/public/skills/bash-defensive-patterns/SKILL.md index c6e8a9bc..270dca57 100644 --- a/web-app/public/skills/bash-defensive-patterns/SKILL.md +++ b/web-app/public/skills/bash-defensive-patterns/SKILL.md @@ -3,7 +3,6 @@ name: bash-defensive-patterns description: "Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety." risk: unknown source: community -date_added: "2026-02-27" --- # Bash Defensive Patterns diff --git a/web-app/public/skills/bash-linux/SKILL.md b/web-app/public/skills/bash-linux/SKILL.md index b2af921b..cc3d59bb 100644 --- a/web-app/public/skills/bash-linux/SKILL.md +++ b/web-app/public/skills/bash-linux/SKILL.md @@ -1,9 +1,9 @@ --- name: bash-linux description: "Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems." +allowed-tools: Read, Write, Edit, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Bash Linux Patterns diff --git a/web-app/public/skills/bash-pro/SKILL.md b/web-app/public/skills/bash-pro/SKILL.md index eaefa0ad..6dd19742 100644 --- a/web-app/public/skills/bash-pro/SKILL.md +++ b/web-app/public/skills/bash-pro/SKILL.md @@ -1,15 +1,13 @@ --- name: bash-pro -description: 'Master of defensive Bash scripting for production automation, CI/CD - +description: | + Master of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities. Expert in safe, portable, and testable shell - scripts. - - ' +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/bash-scripting/SKILL.md b/web-app/public/skills/bash-scripting/SKILL.md index 315d664b..f939781b 100644 --- a/web-app/public/skills/bash-scripting/SKILL.md +++ b/web-app/public/skills/bash-scripting/SKILL.md @@ -1,10 +1,11 @@ --- name: bash-scripting description: "Bash scripting workflow for creating production-ready shell scripts with defensive patterns, error handling, and testing." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: system-administration +category: granular-workflow-bundle +version: 1.0.0 --- # Bash Scripting Workflow diff --git a/web-app/public/skills/bats-testing-patterns/SKILL.md b/web-app/public/skills/bats-testing-patterns/SKILL.md index bc1d6177..b181541f 100644 --- a/web-app/public/skills/bats-testing-patterns/SKILL.md +++ b/web-app/public/skills/bats-testing-patterns/SKILL.md @@ -3,7 +3,6 @@ name: bats-testing-patterns description: "Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities." risk: unknown source: community -date_added: "2026-02-27" --- # Bats Testing Patterns diff --git a/web-app/public/skills/bazel-build-optimization/SKILL.md b/web-app/public/skills/bazel-build-optimization/SKILL.md index 4961baa5..a5590b85 100644 --- a/web-app/public/skills/bazel-build-optimization/SKILL.md +++ b/web-app/public/skills/bazel-build-optimization/SKILL.md @@ -3,7 +3,6 @@ name: bazel-build-optimization description: "Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases." risk: unknown source: community -date_added: "2026-02-27" --- # Bazel Build Optimization diff --git a/web-app/public/skills/behavioral-modes/SKILL.md b/web-app/public/skills/behavioral-modes/SKILL.md index 7fb87018..fbcdec04 100644 --- a/web-app/public/skills/behavioral-modes/SKILL.md +++ b/web-app/public/skills/behavioral-modes/SKILL.md @@ -1,9 +1,9 @@ --- name: behavioral-modes description: "AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Behavioral Modes - Adaptive AI Operating Modes diff --git a/web-app/public/skills/bevy-ecs-expert/SKILL.md b/web-app/public/skills/bevy-ecs-expert/SKILL.md index 857144b7..ebac97be 100644 --- a/web-app/public/skills/bevy-ecs-expert/SKILL.md +++ b/web-app/public/skills/bevy-ecs-expert/SKILL.md @@ -1,9 +1,8 @@ --- name: bevy-ecs-expert -description: "Master Bevy's Entity Component System (ECS) in Rust, covering Systems, Queries, Resources, and parallel scheduling." +description: Master Bevy's Entity Component System (ECS) in Rust, covering Systems, Queries, Resources, and parallel scheduling. risk: safe source: community -date_added: "2026-02-27" --- # Bevy ECS Expert diff --git a/web-app/public/skills/billing-automation/SKILL.md b/web-app/public/skills/billing-automation/SKILL.md index 55f18225..0688a129 100644 --- a/web-app/public/skills/billing-automation/SKILL.md +++ b/web-app/public/skills/billing-automation/SKILL.md @@ -3,7 +3,6 @@ name: billing-automation description: "Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recu..." risk: unknown source: community -date_added: "2026-02-27" --- # Billing Automation diff --git a/web-app/public/skills/binary-analysis-patterns/SKILL.md b/web-app/public/skills/binary-analysis-patterns/SKILL.md index 59442cfe..31b21dfd 100644 --- a/web-app/public/skills/binary-analysis-patterns/SKILL.md +++ b/web-app/public/skills/binary-analysis-patterns/SKILL.md @@ -3,7 +3,6 @@ name: binary-analysis-patterns description: "Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing..." risk: unknown source: community -date_added: "2026-02-27" --- # Binary Analysis Patterns diff --git a/web-app/public/skills/bitbucket-automation/SKILL.md b/web-app/public/skills/bitbucket-automation/SKILL.md index c12d12ce..26a9962f 100644 --- a/web-app/public/skills/bitbucket-automation/SKILL.md +++ b/web-app/public/skills/bitbucket-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: bitbucket-automation description: "Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Bitbucket Automation via Rube MCP diff --git a/web-app/public/skills/blockchain-developer/SKILL.md b/web-app/public/skills/blockchain-developer/SKILL.md index 7370a622..c23f36d7 100644 --- a/web-app/public/skills/blockchain-developer/SKILL.md +++ b/web-app/public/skills/blockchain-developer/SKILL.md @@ -1,9 +1,14 @@ --- name: blockchain-developer -description: Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations. +description: | + Build production-ready Web3 applications, smart contracts, and + decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and + enterprise blockchain integrations. Use PROACTIVELY for smart contracts, Web3 + apps, DeFi protocols, or blockchain infrastructure. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/blockrun/SKILL.md b/web-app/public/skills/blockrun/SKILL.md index c551dc2d..6bb2c5e6 100644 --- a/web-app/public/skills/blockrun/SKILL.md +++ b/web-app/public/skills/blockrun/SKILL.md @@ -1,9 +1,9 @@ --- name: blockrun description: "Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models (\\\"blockrun\\\", \\\"use grok\\\", \\\"use gpt\\\", \\\"da..." +allowed-tools: Read, Bash(python:*), Bash(python3:*), Bash(pip:*), Bash(source:*) risk: unknown source: community -date_added: "2026-02-27" --- # BlockRun diff --git a/web-app/public/skills/box-automation/SKILL.md b/web-app/public/skills/box-automation/SKILL.md index d2c2e9e4..9bdd221e 100644 --- a/web-app/public/skills/box-automation/SKILL.md +++ b/web-app/public/skills/box-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: box-automation description: "Automate Box cloud storage operations including file upload/download, search, folder management, sharing, collaborations, and metadata queries via Rube MCP (Composio). Always search tools first for..." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Box Automation via Rube MCP diff --git a/web-app/public/skills/brainstorming/SKILL.md b/web-app/public/skills/brainstorming/SKILL.md index bd966dbd..ea2d0bfb 100644 --- a/web-app/public/skills/brainstorming/SKILL.md +++ b/web-app/public/skills/brainstorming/SKILL.md @@ -3,7 +3,6 @@ name: brainstorming description: "Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration." risk: unknown source: community -date_added: "2026-02-27" --- # Brainstorming Ideas Into Designs diff --git a/web-app/public/skills/brand-guidelines-anthropic/SKILL.md b/web-app/public/skills/brand-guidelines-anthropic/SKILL.md index 9a166ffa..ea65410f 100644 --- a/web-app/public/skills/brand-guidelines-anthropic/SKILL.md +++ b/web-app/public/skills/brand-guidelines-anthropic/SKILL.md @@ -1,9 +1,9 @@ --- name: brand-guidelines-anthropic description: "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatt..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- # Anthropic Brand Styling diff --git a/web-app/public/skills/brand-guidelines-community/SKILL.md b/web-app/public/skills/brand-guidelines-community/SKILL.md index dfea6bf4..f64cc7d9 100644 --- a/web-app/public/skills/brand-guidelines-community/SKILL.md +++ b/web-app/public/skills/brand-guidelines-community/SKILL.md @@ -1,9 +1,9 @@ --- name: brand-guidelines-community description: "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatt..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- # Anthropic Brand Styling diff --git a/web-app/public/skills/brevo-automation/SKILL.md b/web-app/public/skills/brevo-automation/SKILL.md index bf3b8a5c..d7edf501 100644 --- a/web-app/public/skills/brevo-automation/SKILL.md +++ b/web-app/public/skills/brevo-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: brevo-automation description: "Automate Brevo (Sendinblue) tasks via Rube MCP (Composio): manage email campaigns, create/edit templates, track senders, and monitor campaign performance. Always search tools first for current sche..." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Brevo Automation via Rube MCP diff --git a/web-app/public/skills/broken-authentication/SKILL.md b/web-app/public/skills/broken-authentication/SKILL.md index dc301323..2630446e 100644 --- a/web-app/public/skills/broken-authentication/SKILL.md +++ b/web-app/public/skills/broken-authentication/SKILL.md @@ -1,9 +1,11 @@ --- name: broken-authentication description: "This skill should be used when the user asks to \"test for broken authentication vulnerabilities\", \"assess session management security\", \"perform credential stuffing tests\", \"evaluate ..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Broken Authentication Testing diff --git a/web-app/public/skills/browser-automation/SKILL.md b/web-app/public/skills/browser-automation/SKILL.md index 9ff1072f..e97db722 100644 --- a/web-app/public/skills/browser-automation/SKILL.md +++ b/web-app/public/skills/browser-automation/SKILL.md @@ -1,9 +1,8 @@ --- name: browser-automation description: "Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, an..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Browser Automation diff --git a/web-app/public/skills/browser-extension-builder/SKILL.md b/web-app/public/skills/browser-extension-builder/SKILL.md index 5b8597b4..91376793 100644 --- a/web-app/public/skills/browser-extension-builder/SKILL.md +++ b/web-app/public/skills/browser-extension-builder/SKILL.md @@ -1,9 +1,8 @@ --- name: browser-extension-builder description: "Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Browser Extension Builder diff --git a/web-app/public/skills/bullmq-specialist/SKILL.md b/web-app/public/skills/bullmq-specialist/SKILL.md index 05bda6a2..ccc72772 100644 --- a/web-app/public/skills/bullmq-specialist/SKILL.md +++ b/web-app/public/skills/bullmq-specialist/SKILL.md @@ -1,9 +1,8 @@ --- name: bullmq-specialist description: "BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # BullMQ Specialist diff --git a/web-app/public/skills/bun-development/SKILL.md b/web-app/public/skills/bun-development/SKILL.md index 284159ee..8b975d7e 100644 --- a/web-app/public/skills/bun-development/SKILL.md +++ b/web-app/public/skills/bun-development/SKILL.md @@ -3,7 +3,6 @@ name: bun-development description: "Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, o..." risk: unknown source: community -date_added: "2026-02-27" --- # ⚡ Bun Development diff --git a/web-app/public/skills/burp-suite-testing/SKILL.md b/web-app/public/skills/burp-suite-testing/SKILL.md index 0a6b1dbe..d019fcf9 100644 --- a/web-app/public/skills/burp-suite-testing/SKILL.md +++ b/web-app/public/skills/burp-suite-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: burp-suite-testing description: "This skill should be used when the user asks to \"intercept HTTP traffic\", \"modify web requests\", \"use Burp Suite for testing\", \"perform web vulnerability scanning\", \"test with Burp ..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Burp Suite Web Application Testing diff --git a/web-app/public/skills/business-analyst/SKILL.md b/web-app/public/skills/business-analyst/SKILL.md index 0caf5c9c..1a4462b4 100644 --- a/web-app/public/skills/business-analyst/SKILL.md +++ b/web-app/public/skills/business-analyst/SKILL.md @@ -1,9 +1,14 @@ --- name: business-analyst -description: Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations. +description: | + Master modern business analysis with AI-powered analytics, + real-time dashboards, and data-driven insights. Build comprehensive KPI + frameworks, predictive models, and strategic recommendations. Use PROACTIVELY + for business intelligence or strategic analysis. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/busybox-on-windows/SKILL.md b/web-app/public/skills/busybox-on-windows/SKILL.md index 695e55e9..66e1c791 100644 --- a/web-app/public/skills/busybox-on-windows/SKILL.md +++ b/web-app/public/skills/busybox-on-windows/SKILL.md @@ -1,9 +1,9 @@ --- name: busybox-on-windows description: "How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows." +license: MIT risk: unknown source: community -date_added: "2026-02-27" --- BusyBox is a single binary that implements many common Unix tools. diff --git a/web-app/public/skills/c-pro/SKILL.md b/web-app/public/skills/c-pro/SKILL.md index e2e4ff11..eaeaa980 100644 --- a/web-app/public/skills/c-pro/SKILL.md +++ b/web-app/public/skills/c-pro/SKILL.md @@ -1,9 +1,13 @@ --- name: c-pro -description: "Write efficient C code with proper memory management, pointer" +description: Write efficient C code with proper memory management, pointer + arithmetic, and system calls. Handles embedded systems, kernel modules, and + performance-critical code. Use PROACTIVELY for C optimization, memory issues, + or system programming. +metadata: + model: opus risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/c4-architecture-c4-architecture/SKILL.md b/web-app/public/skills/c4-architecture-c4-architecture/SKILL.md index d3cb9595..b1bd200a 100644 --- a/web-app/public/skills/c4-architecture-c4-architecture/SKILL.md +++ b/web-app/public/skills/c4-architecture-c4-architecture/SKILL.md @@ -3,7 +3,6 @@ name: c4-architecture-c4-architecture description: "Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach." risk: unknown source: community -date_added: "2026-02-27" --- # C4 Architecture Documentation Workflow diff --git a/web-app/public/skills/c4-code/SKILL.md b/web-app/public/skills/c4-code/SKILL.md index 0d486efd..59972a01 100644 --- a/web-app/public/skills/c4-code/SKILL.md +++ b/web-app/public/skills/c4-code/SKILL.md @@ -1,9 +1,15 @@ --- name: c4-code -description: Expert C4 Code-level documentation specialist. Analyzes code directories to create comprehensive C4 code-level documentation including function signatures, arguments, dependencies, and code structure. +description: | + Expert C4 Code-level documentation specialist. Analyzes code + directories to create comprehensive C4 code-level documentation including + function signatures, arguments, dependencies, and code structure. Use when + documenting code at the lowest C4 level for individual directories and code + modules. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- # C4 Code Level: [Directory Name] diff --git a/web-app/public/skills/c4-component/SKILL.md b/web-app/public/skills/c4-component/SKILL.md index 8cd0aef8..deca5509 100644 --- a/web-app/public/skills/c4-component/SKILL.md +++ b/web-app/public/skills/c4-component/SKILL.md @@ -1,9 +1,15 @@ --- name: c4-component -description: Expert C4 Component-level documentation specialist. Synthesizes C4 Code-level documentation into Component-level architecture, defining component boundaries, interfaces, and relationships. +description: | + Expert C4 Component-level documentation specialist. Synthesizes C4 + Code-level documentation into Component-level architecture, defining component + boundaries, interfaces, and relationships. Creates component diagrams and + documentation. Use when synthesizing code-level documentation into logical + components. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- # C4 Component Level: [Component Name] diff --git a/web-app/public/skills/c4-container/SKILL.md b/web-app/public/skills/c4-container/SKILL.md index b8d22c44..297a4e2b 100644 --- a/web-app/public/skills/c4-container/SKILL.md +++ b/web-app/public/skills/c4-container/SKILL.md @@ -1,9 +1,15 @@ --- name: c4-container -description: Expert C4 Container-level documentation specialist. +description: | + Expert C4 Container-level documentation specialist. Synthesizes + Component-level documentation into Container-level architecture, mapping + components to deployment units, documenting container interfaces as APIs, and + creating container diagrams. Use when synthesizing components into deployment + containers and documenting system deployment architecture. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- # C4 Container Level: System Deployment diff --git a/web-app/public/skills/c4-context/SKILL.md b/web-app/public/skills/c4-context/SKILL.md index 7b2e753e..4d1a5a52 100644 --- a/web-app/public/skills/c4-context/SKILL.md +++ b/web-app/public/skills/c4-context/SKILL.md @@ -1,9 +1,16 @@ --- name: c4-context -description: Expert C4 Context-level documentation specialist. Creates high-level system context diagrams, documents personas, user journeys, system features, and external dependencies. +description: | + Expert C4 Context-level documentation specialist. Creates + high-level system context diagrams, documents personas, user journeys, system + features, and external dependencies. Synthesizes container and component + documentation with system documentation to create comprehensive context-level + architecture. Use when creating the highest-level C4 system context + documentation. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- # C4 Context Level: System Context diff --git a/web-app/public/skills/cal-com-automation/SKILL.md b/web-app/public/skills/cal-com-automation/SKILL.md index 26c21037..848b21e6 100644 --- a/web-app/public/skills/cal-com-automation/SKILL.md +++ b/web-app/public/skills/cal-com-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: cal-com-automation description: "Automate Cal.com tasks via Rube MCP (Composio): manage bookings, check availability, configure webhooks, and handle teams. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Cal.com Automation via Rube MCP diff --git a/web-app/public/skills/calendly-automation/SKILL.md b/web-app/public/skills/calendly-automation/SKILL.md index eb788f08..7cbf555e 100644 --- a/web-app/public/skills/calendly-automation/SKILL.md +++ b/web-app/public/skills/calendly-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: calendly-automation description: "Automate Calendly scheduling, event management, invitee tracking, availability checks, and organization administration via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Calendly Automation via Rube MCP diff --git a/web-app/public/skills/canva-automation/SKILL.md b/web-app/public/skills/canva-automation/SKILL.md index f4221687..f19be302 100644 --- a/web-app/public/skills/canva-automation/SKILL.md +++ b/web-app/public/skills/canva-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: canva-automation description: "Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Canva Automation via Rube MCP diff --git a/web-app/public/skills/canvas-design/SKILL.md b/web-app/public/skills/canvas-design/SKILL.md index 0cd897dd..836e9e5f 100644 --- a/web-app/public/skills/canvas-design/SKILL.md +++ b/web-app/public/skills/canvas-design/SKILL.md @@ -1,9 +1,9 @@ --- name: canvas-design description: "Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create ..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. diff --git a/web-app/public/skills/carrier-relationship-management/SKILL.md b/web-app/public/skills/carrier-relationship-management/SKILL.md index 37baed65..cff92397 100644 --- a/web-app/public/skills/carrier-relationship-management/SKILL.md +++ b/web-app/public/skills/carrier-relationship-management/SKILL.md @@ -1,9 +1,21 @@ --- name: carrier-relationship-management -description: Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. +description: > + Codified expertise for managing carrier portfolios, negotiating freight rates, + tracking carrier performance, allocating freight, and maintaining strategic + carrier relationships. Informed by transportation managers with 15+ years + experience. Includes scorecarding frameworks, RFP processes, market intelligence, + and compliance vetting. Use when managing carriers, negotiating rates, evaluating + carrier performance, or building freight strategies. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "🤝" --- ## When to Use diff --git a/web-app/public/skills/cc-skill-backend-patterns/SKILL.md b/web-app/public/skills/cc-skill-backend-patterns/SKILL.md index eaa64465..bdebf29b 100644 --- a/web-app/public/skills/cc-skill-backend-patterns/SKILL.md +++ b/web-app/public/skills/cc-skill-backend-patterns/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-backend-patterns description: "Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes." +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # Backend Development Patterns diff --git a/web-app/public/skills/cc-skill-clickhouse-io/SKILL.md b/web-app/public/skills/cc-skill-clickhouse-io/SKILL.md index 6db65e17..8f362e47 100644 --- a/web-app/public/skills/cc-skill-clickhouse-io/SKILL.md +++ b/web-app/public/skills/cc-skill-clickhouse-io/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-clickhouse-io description: "ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads." +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # ClickHouse Analytics Patterns diff --git a/web-app/public/skills/cc-skill-coding-standards/SKILL.md b/web-app/public/skills/cc-skill-coding-standards/SKILL.md index 3dc87bcd..39f61925 100644 --- a/web-app/public/skills/cc-skill-coding-standards/SKILL.md +++ b/web-app/public/skills/cc-skill-coding-standards/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-coding-standards description: "Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development." +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # Coding Standards & Best Practices diff --git a/web-app/public/skills/cc-skill-continuous-learning/SKILL.md b/web-app/public/skills/cc-skill-continuous-learning/SKILL.md index 1b2b7181..63c21459 100644 --- a/web-app/public/skills/cc-skill-continuous-learning/SKILL.md +++ b/web-app/public/skills/cc-skill-continuous-learning/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-continuous-learning description: "Development skill from everything-claude-code" +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # cc-skill-continuous-learning diff --git a/web-app/public/skills/cc-skill-frontend-patterns/SKILL.md b/web-app/public/skills/cc-skill-frontend-patterns/SKILL.md index 58d5e6e3..4226ec28 100644 --- a/web-app/public/skills/cc-skill-frontend-patterns/SKILL.md +++ b/web-app/public/skills/cc-skill-frontend-patterns/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-frontend-patterns description: "Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices." +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # Frontend Development Patterns diff --git a/web-app/public/skills/cc-skill-project-guidelines-example/SKILL.md b/web-app/public/skills/cc-skill-project-guidelines-example/SKILL.md index ac5652c9..d87166ff 100644 --- a/web-app/public/skills/cc-skill-project-guidelines-example/SKILL.md +++ b/web-app/public/skills/cc-skill-project-guidelines-example/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-project-guidelines-example description: "Project Guidelines Skill (Example)" +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # Project Guidelines Skill (Example) diff --git a/web-app/public/skills/cc-skill-security-review/SKILL.md b/web-app/public/skills/cc-skill-security-review/SKILL.md index e006d044..5b734954 100644 --- a/web-app/public/skills/cc-skill-security-review/SKILL.md +++ b/web-app/public/skills/cc-skill-security-review/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-security-review description: "Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist a..." +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # Security Review Skill diff --git a/web-app/public/skills/cc-skill-strategic-compact/SKILL.md b/web-app/public/skills/cc-skill-strategic-compact/SKILL.md index 19a29f11..8372b80b 100644 --- a/web-app/public/skills/cc-skill-strategic-compact/SKILL.md +++ b/web-app/public/skills/cc-skill-strategic-compact/SKILL.md @@ -1,9 +1,10 @@ --- name: cc-skill-strategic-compact description: "Development skill from everything-claude-code" +author: affaan-m +version: "1.0" risk: unknown source: community -date_added: "2026-02-27" --- # cc-skill-strategic-compact diff --git a/web-app/public/skills/cdk-patterns/SKILL.md b/web-app/public/skills/cdk-patterns/SKILL.md index 7fd78023..d3d0c820 100644 --- a/web-app/public/skills/cdk-patterns/SKILL.md +++ b/web-app/public/skills/cdk-patterns/SKILL.md @@ -1,9 +1,10 @@ --- name: cdk-patterns description: "Common AWS CDK patterns and constructs for building cloud infrastructure with TypeScript, Python, or Java. Use when designing reusable CDK stacks and L3 constructs." +metadata: + model: sonnet risk: unknown source: community -date_added: "2026-02-27" --- You are an expert in AWS Cloud Development Kit (CDK) specializing in reusable patterns, L2/L3 constructs, and production-grade infrastructure stacks. diff --git a/web-app/public/skills/changelog-automation/SKILL.md b/web-app/public/skills/changelog-automation/SKILL.md index 852a157e..31e6fc7a 100644 --- a/web-app/public/skills/changelog-automation/SKILL.md +++ b/web-app/public/skills/changelog-automation/SKILL.md @@ -3,7 +3,6 @@ name: changelog-automation description: "Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions." risk: unknown source: community -date_added: "2026-02-27" --- # Changelog Automation diff --git a/web-app/public/skills/chrome-extension-developer/SKILL.md b/web-app/public/skills/chrome-extension-developer/SKILL.md index 647abce5..be29daa1 100644 --- a/web-app/public/skills/chrome-extension-developer/SKILL.md +++ b/web-app/public/skills/chrome-extension-developer/SKILL.md @@ -1,9 +1,10 @@ --- name: chrome-extension-developer description: "Expert in building Chrome Extensions using Manifest V3. Covers background scripts, service workers, content scripts, and cross-context communication." +metadata: + model: sonnet risk: safe source: community -date_added: "2026-02-27" --- You are a senior Chrome Extension Developer specializing in modern extension architecture, focusing on Manifest V3, cross-script communication, and production-ready security practices. diff --git a/web-app/public/skills/cicd-automation-workflow-automate/SKILL.md b/web-app/public/skills/cicd-automation-workflow-automate/SKILL.md index b8d36f3c..47e3679b 100644 --- a/web-app/public/skills/cicd-automation-workflow-automate/SKILL.md +++ b/web-app/public/skills/cicd-automation-workflow-automate/SKILL.md @@ -3,7 +3,6 @@ name: cicd-automation-workflow-automate description: "You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design automation that reduces manual work, i..." risk: unknown source: community -date_added: "2026-02-27" --- # Workflow Automation diff --git a/web-app/public/skills/circleci-automation/SKILL.md b/web-app/public/skills/circleci-automation/SKILL.md index 60db9b5f..076d4ccb 100644 --- a/web-app/public/skills/circleci-automation/SKILL.md +++ b/web-app/public/skills/circleci-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: circleci-automation description: "Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor workflows/jobs, retrieve artifacts and test metadata. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # CircleCI Automation via Rube MCP diff --git a/web-app/public/skills/claude-code-guide/SKILL.md b/web-app/public/skills/claude-code-guide/SKILL.md index a83703df..4d5b41eb 100644 --- a/web-app/public/skills/claude-code-guide/SKILL.md +++ b/web-app/public/skills/claude-code-guide/SKILL.md @@ -3,7 +3,6 @@ name: claude-code-guide description: "Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies \\\"Thinking\\\" keywords, debugging techniques, and best practices for interacting wit..." risk: unknown source: community -date_added: "2026-02-27" --- # Claude Code Guide diff --git a/web-app/public/skills/claude-d3js-skill/SKILL.md b/web-app/public/skills/claude-d3js-skill/SKILL.md index 592a2662..bb93229a 100644 --- a/web-app/public/skills/claude-d3js-skill/SKILL.md +++ b/web-app/public/skills/claude-d3js-skill/SKILL.md @@ -3,7 +3,6 @@ name: claude-d3js-skill description: "Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visua..." risk: unknown source: community -date_added: "2026-02-27" --- # D3.js Visualisation diff --git a/web-app/public/skills/clean-code/SKILL.md b/web-app/public/skills/clean-code/SKILL.md index 76328acd..dd5367ca 100644 --- a/web-app/public/skills/clean-code/SKILL.md +++ b/web-app/public/skills/clean-code/SKILL.md @@ -1,9 +1,9 @@ --- name: clean-code description: "Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and maintainability. Covers naming, functio..." +user-invocable: true risk: safe source: "ClawForge (https://github.com/jackjin1997/ClawForge)" -date_added: "2026-02-27" --- # Clean Code Skill diff --git a/web-app/public/skills/clerk-auth/SKILL.md b/web-app/public/skills/clerk-auth/SKILL.md index d3a8f84f..57f16a2f 100644 --- a/web-app/public/skills/clerk-auth/SKILL.md +++ b/web-app/public/skills/clerk-auth/SKILL.md @@ -1,9 +1,8 @@ --- name: clerk-auth description: "Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Clerk Authentication diff --git a/web-app/public/skills/clickup-automation/SKILL.md b/web-app/public/skills/clickup-automation/SKILL.md index e5ea0fca..d3ca7bf1 100644 --- a/web-app/public/skills/clickup-automation/SKILL.md +++ b/web-app/public/skills/clickup-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: clickup-automation description: "Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # ClickUp Automation via Rube MCP diff --git a/web-app/public/skills/close-automation/SKILL.md b/web-app/public/skills/close-automation/SKILL.md index dd240081..e0089566 100644 --- a/web-app/public/skills/close-automation/SKILL.md +++ b/web-app/public/skills/close-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: close-automation description: "Automate Close CRM tasks via Rube MCP (Composio): create leads, manage calls/SMS, handle tasks, and track notes. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Close CRM Automation via Rube MCP diff --git a/web-app/public/skills/cloud-architect/SKILL.md b/web-app/public/skills/cloud-architect/SKILL.md index 98df8d29..1cd470fc 100644 --- a/web-app/public/skills/cloud-architect/SKILL.md +++ b/web-app/public/skills/cloud-architect/SKILL.md @@ -1,9 +1,16 @@ --- name: cloud-architect -description: Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. +description: | + Expert cloud architect specializing in AWS/Azure/GCP multi-cloud + infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost + optimization, and modern architectural patterns. Masters serverless, + microservices, security, compliance, and disaster recovery. Use PROACTIVELY + for cloud architecture, cost optimization, migration planning, or multi-cloud + strategies. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/cloud-devops/SKILL.md b/web-app/public/skills/cloud-devops/SKILL.md index 0f32a110..7897dfd8 100644 --- a/web-app/public/skills/cloud-devops/SKILL.md +++ b/web-app/public/skills/cloud-devops/SKILL.md @@ -1,10 +1,11 @@ --- name: cloud-devops description: "Cloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: cloud-devops +category: workflow-bundle +version: 1.0.0 --- # Cloud/DevOps Workflow Bundle diff --git a/web-app/public/skills/cloud-penetration-testing/SKILL.md b/web-app/public/skills/cloud-penetration-testing/SKILL.md index 8f278113..dfa1e408 100644 --- a/web-app/public/skills/cloud-penetration-testing/SKILL.md +++ b/web-app/public/skills/cloud-penetration-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: cloud-penetration-testing description: "This skill should be used when the user asks to \"perform cloud penetration testing\", \"assess Azure or AWS or GCP security\", \"enumerate cloud resources\", \"exploit cloud misconfiguratio..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Cloud Penetration Testing diff --git a/web-app/public/skills/cloudflare-workers-expert/SKILL.md b/web-app/public/skills/cloudflare-workers-expert/SKILL.md index 653428be..5e680783 100644 --- a/web-app/public/skills/cloudflare-workers-expert/SKILL.md +++ b/web-app/public/skills/cloudflare-workers-expert/SKILL.md @@ -1,9 +1,10 @@ --- name: cloudflare-workers-expert description: "Expert in Cloudflare Workers and the Edge Computing ecosystem. Covers Wrangler, KV, D1, Durable Objects, and R2 storage." +metadata: + model: sonnet risk: safe source: community -date_added: "2026-02-27" --- You are a senior Cloudflare Workers Engineer specializing in edge computing architectures, performance optimization at the edge, and the full Cloudflare developer ecosystem (Wrangler, KV, D1, Queues, etc.). diff --git a/web-app/public/skills/cloudformation-best-practices/SKILL.md b/web-app/public/skills/cloudformation-best-practices/SKILL.md index 4bbd8f19..ad7a3b56 100644 --- a/web-app/public/skills/cloudformation-best-practices/SKILL.md +++ b/web-app/public/skills/cloudformation-best-practices/SKILL.md @@ -1,9 +1,10 @@ --- name: cloudformation-best-practices description: "CloudFormation template optimization, nested stacks, drift detection, and production-ready patterns. Use when writing or reviewing CF templates." +metadata: + model: sonnet risk: unknown source: community -date_added: "2026-02-27" --- You are an expert in AWS CloudFormation specializing in template optimization, stack architecture, and production-grade infrastructure deployment. diff --git a/web-app/public/skills/coda-automation/SKILL.md b/web-app/public/skills/coda-automation/SKILL.md index 1acbf8c8..1cdaef6a 100644 --- a/web-app/public/skills/coda-automation/SKILL.md +++ b/web-app/public/skills/coda-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: coda-automation description: "Automate Coda tasks via Rube MCP (Composio): manage docs, pages, tables, rows, formulas, permissions, and publishing. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Coda Automation via Rube MCP diff --git a/web-app/public/skills/code-documentation-code-explain/SKILL.md b/web-app/public/skills/code-documentation-code-explain/SKILL.md index c29afa94..da6695ef 100644 --- a/web-app/public/skills/code-documentation-code-explain/SKILL.md +++ b/web-app/public/skills/code-documentation-code-explain/SKILL.md @@ -3,7 +3,6 @@ name: code-documentation-code-explain description: "You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable expl..." risk: unknown source: community -date_added: "2026-02-27" --- # Code Explanation and Analysis diff --git a/web-app/public/skills/code-documentation-doc-generate/SKILL.md b/web-app/public/skills/code-documentation-doc-generate/SKILL.md index ca5c4915..8cfdc185 100644 --- a/web-app/public/skills/code-documentation-doc-generate/SKILL.md +++ b/web-app/public/skills/code-documentation-doc-generate/SKILL.md @@ -3,7 +3,6 @@ name: code-documentation-doc-generate description: "You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI..." risk: unknown source: community -date_added: "2026-02-27" --- # Automated Documentation Generation diff --git a/web-app/public/skills/code-refactoring-context-restore/SKILL.md b/web-app/public/skills/code-refactoring-context-restore/SKILL.md index 5f620c05..dd80e2c8 100644 --- a/web-app/public/skills/code-refactoring-context-restore/SKILL.md +++ b/web-app/public/skills/code-refactoring-context-restore/SKILL.md @@ -3,7 +3,6 @@ name: code-refactoring-context-restore description: "Use when working with code refactoring context restore" risk: unknown source: community -date_added: "2026-02-27" --- # Context Restoration: Advanced Semantic Memory Rehydration diff --git a/web-app/public/skills/code-refactoring-refactor-clean/SKILL.md b/web-app/public/skills/code-refactoring-refactor-clean/SKILL.md index 511fabcf..2233d22d 100644 --- a/web-app/public/skills/code-refactoring-refactor-clean/SKILL.md +++ b/web-app/public/skills/code-refactoring-refactor-clean/SKILL.md @@ -3,7 +3,6 @@ name: code-refactoring-refactor-clean description: "You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its..." risk: unknown source: community -date_added: "2026-02-27" --- # Refactor and Clean Code diff --git a/web-app/public/skills/code-refactoring-tech-debt/SKILL.md b/web-app/public/skills/code-refactoring-tech-debt/SKILL.md index 2d6bbdf2..11970db8 100644 --- a/web-app/public/skills/code-refactoring-tech-debt/SKILL.md +++ b/web-app/public/skills/code-refactoring-tech-debt/SKILL.md @@ -3,7 +3,6 @@ name: code-refactoring-tech-debt description: "You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti" risk: unknown source: community -date_added: "2026-02-27" --- # Technical Debt Analysis and Remediation diff --git a/web-app/public/skills/code-review-ai-ai-review/SKILL.md b/web-app/public/skills/code-review-ai-ai-review/SKILL.md index 6f92e910..502aebbb 100644 --- a/web-app/public/skills/code-review-ai-ai-review/SKILL.md +++ b/web-app/public/skills/code-review-ai-ai-review/SKILL.md @@ -3,7 +3,6 @@ name: code-review-ai-ai-review description: "You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C" risk: unknown source: community -date_added: "2026-02-27" --- # AI-Powered Code Review Specialist diff --git a/web-app/public/skills/code-review-checklist/SKILL.md b/web-app/public/skills/code-review-checklist/SKILL.md index 58fece5c..527eb2e4 100644 --- a/web-app/public/skills/code-review-checklist/SKILL.md +++ b/web-app/public/skills/code-review-checklist/SKILL.md @@ -3,7 +3,6 @@ name: code-review-checklist description: "Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability" risk: unknown source: community -date_added: "2026-02-27" --- # Code Review Checklist diff --git a/web-app/public/skills/code-review-excellence/SKILL.md b/web-app/public/skills/code-review-excellence/SKILL.md index ff6d7b41..d3ad8825 100644 --- a/web-app/public/skills/code-review-excellence/SKILL.md +++ b/web-app/public/skills/code-review-excellence/SKILL.md @@ -3,7 +3,6 @@ name: code-review-excellence description: "Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing..." risk: unknown source: community -date_added: "2026-02-27" --- # Code Review Excellence diff --git a/web-app/public/skills/code-reviewer/SKILL.md b/web-app/public/skills/code-reviewer/SKILL.md index 268d8c43..335740f8 100644 --- a/web-app/public/skills/code-reviewer/SKILL.md +++ b/web-app/public/skills/code-reviewer/SKILL.md @@ -1,9 +1,14 @@ --- name: code-reviewer -description: "Elite code review expert specializing in modern AI-powered code" +description: Elite code review expert specializing in modern AI-powered code + analysis, security vulnerabilities, performance optimization, and production + reliability. Masters static analysis tools, security scanning, and + configuration review with 2024/2025 best practices. Use PROACTIVELY for code + quality assurance. +metadata: + model: opus risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/codebase-cleanup-deps-audit/SKILL.md b/web-app/public/skills/codebase-cleanup-deps-audit/SKILL.md index 129711a6..e03c44bc 100644 --- a/web-app/public/skills/codebase-cleanup-deps-audit/SKILL.md +++ b/web-app/public/skills/codebase-cleanup-deps-audit/SKILL.md @@ -3,7 +3,6 @@ name: codebase-cleanup-deps-audit description: "You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues,..." risk: unknown source: community -date_added: "2026-02-27" --- # Dependency Audit and Security Analysis diff --git a/web-app/public/skills/codebase-cleanup-refactor-clean/SKILL.md b/web-app/public/skills/codebase-cleanup-refactor-clean/SKILL.md index 969f3ef2..89974ad3 100644 --- a/web-app/public/skills/codebase-cleanup-refactor-clean/SKILL.md +++ b/web-app/public/skills/codebase-cleanup-refactor-clean/SKILL.md @@ -3,7 +3,6 @@ name: codebase-cleanup-refactor-clean description: "You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its..." risk: unknown source: community -date_added: "2026-02-27" --- # Refactor and Clean Code diff --git a/web-app/public/skills/codebase-cleanup-tech-debt/SKILL.md b/web-app/public/skills/codebase-cleanup-tech-debt/SKILL.md index 71fa93d8..85b1d553 100644 --- a/web-app/public/skills/codebase-cleanup-tech-debt/SKILL.md +++ b/web-app/public/skills/codebase-cleanup-tech-debt/SKILL.md @@ -3,7 +3,6 @@ name: codebase-cleanup-tech-debt description: "You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti" risk: unknown source: community -date_added: "2026-02-27" --- # Technical Debt Analysis and Remediation diff --git a/web-app/public/skills/codex-review/SKILL.md b/web-app/public/skills/codex-review/SKILL.md index 01e9b21c..c2aff284 100644 --- a/web-app/public/skills/codex-review/SKILL.md +++ b/web-app/public/skills/codex-review/SKILL.md @@ -3,7 +3,6 @@ name: codex-review description: "Professional code review with auto CHANGELOG generation, integrated with Codex AI" risk: unknown source: community -date_added: "2026-02-27" --- # codex-review diff --git a/web-app/public/skills/commit/SKILL.md b/web-app/public/skills/commit/SKILL.md index d0b5d1fd..d483b603 100644 --- a/web-app/public/skills/commit/SKILL.md +++ b/web-app/public/skills/commit/SKILL.md @@ -1,9 +1,8 @@ --- name: commit description: "Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue re..." -risk: safe source: "https://github.com/getsentry/skills/tree/main/plugins/sentry-skills/skills/commit" -date_added: "2026-02-27" +risk: safe --- # Sentry Commit Messages diff --git a/web-app/public/skills/competitive-landscape/SKILL.md b/web-app/public/skills/competitive-landscape/SKILL.md index 0969250b..dc2c64de 100644 --- a/web-app/public/skills/competitive-landscape/SKILL.md +++ b/web-app/public/skills/competitive-landscape/SKILL.md @@ -1,9 +1,14 @@ --- name: competitive-landscape -description: This skill should be used when the user asks to \\\"analyze competitors", "assess competitive landscape", "identify differentiation", "evaluate market positioning", "apply Porter's Five Forces",... +description: | + This skill should be used when the user asks to \\\"analyze + competitors", "assess competitive landscape", "identify differentiation", + "evaluate market positioning", "apply Porter's Five Forces", or requests + competitive strategy analysis. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Competitive Landscape Analysis diff --git a/web-app/public/skills/competitor-alternatives/SKILL.md b/web-app/public/skills/competitor-alternatives/SKILL.md index e7544197..373df22a 100644 --- a/web-app/public/skills/competitor-alternatives/SKILL.md +++ b/web-app/public/skills/competitor-alternatives/SKILL.md @@ -3,7 +3,6 @@ name: competitor-alternatives description: "When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'compa..." risk: unknown source: community -date_added: "2026-02-27" --- # Competitor & Alternative Pages @@ -199,9 +198,9 @@ Each format needs an index page that lists all pages of that type. These hub pag Looking to switch? See how [Your Product] compares to the tools you're evaluating: -- **[Notion Alternative](#)** — Better for teams who need [X] -- **[Airtable Alternative](#)** — Better for teams who need [Y] -- **[Monday Alternative](#)** — Better for teams who need [Z] +- **[Notion Alternative](/alternatives/notion)** — Better for teams who need [X] +- **[Airtable Alternative](/alternatives/airtable)** — Better for teams who need [Y] +- **[Monday Alternative](/alternatives/monday)** — Better for teams who need [Z] ``` --- @@ -227,9 +226,9 @@ Looking to switch? See how [Your Product] compares to the tools you're evaluatin Comparing your options? Our guides cover the top alternatives: -- **[Best Notion Alternatives](#)** — 7 tools compared -- **[Best Airtable Alternatives](#)** — 6 tools compared -- **[Best Monday Alternatives](#)** — 5 tools compared +- **[Best Notion Alternatives](/alternatives/notion-alternatives)** — 7 tools compared +- **[Best Airtable Alternatives](/alternatives/airtable-alternatives)** — 6 tools compared +- **[Best Monday Alternatives](/alternatives/monday-alternatives)** — 5 tools compared ``` --- @@ -253,17 +252,17 @@ Comparing your options? Our guides cover the top alternatives: ### [Your Product] vs. the Competition -- **[[Your Product] vs Notion](#)** — Best for [differentiator] -- **[[Your Product] vs Airtable](#)** — Best for [differentiator] -- **[[Your Product] vs Monday](#)** — Best for [differentiator] +- **[[Your Product] vs Notion](/vs/notion)** — Best for [differentiator] +- **[[Your Product] vs Airtable](/vs/airtable)** — Best for [differentiator] +- **[[Your Product] vs Monday](/vs/monday)** — Best for [differentiator] ### Other Comparisons Evaluating tools we compete with? We've done the research: -- **[Notion vs Airtable](#)** -- **[Notion vs Monday](#)** -- **[Airtable vs Monday](#)** +- **[Notion vs Airtable](/compare/notion-vs-airtable)** +- **[Notion vs Monday](/compare/notion-vs-monday)** +- **[Airtable vs Monday](/compare/airtable-vs-monday)** ``` --- diff --git a/web-app/public/skills/comprehensive-review-full-review/SKILL.md b/web-app/public/skills/comprehensive-review-full-review/SKILL.md index ec48fb1f..f0c4d80e 100644 --- a/web-app/public/skills/comprehensive-review-full-review/SKILL.md +++ b/web-app/public/skills/comprehensive-review-full-review/SKILL.md @@ -3,7 +3,6 @@ name: comprehensive-review-full-review description: "Use when working with comprehensive review full review" risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/comprehensive-review-pr-enhance/SKILL.md b/web-app/public/skills/comprehensive-review-pr-enhance/SKILL.md index f0b65af0..260a7e4e 100644 --- a/web-app/public/skills/comprehensive-review-pr-enhance/SKILL.md +++ b/web-app/public/skills/comprehensive-review-pr-enhance/SKILL.md @@ -3,7 +3,6 @@ name: comprehensive-review-pr-enhance description: "You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and e..." risk: unknown source: community -date_added: "2026-02-27" --- # Pull Request Enhancement diff --git a/web-app/public/skills/computer-use-agents/SKILL.md b/web-app/public/skills/computer-use-agents/SKILL.md index 4e46309b..11804157 100644 --- a/web-app/public/skills/computer-use-agents/SKILL.md +++ b/web-app/public/skills/computer-use-agents/SKILL.md @@ -1,9 +1,8 @@ --- name: computer-use-agents description: "Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-so..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Computer Use Agents diff --git a/web-app/public/skills/computer-vision-expert/SKILL.md b/web-app/public/skills/computer-vision-expert/SKILL.md index 6d69f63f..7cb5bc81 100644 --- a/web-app/public/skills/computer-vision-expert/SKILL.md +++ b/web-app/public/skills/computer-vision-expert/SKILL.md @@ -3,7 +3,6 @@ name: computer-vision-expert description: "SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis." risk: unknown source: community -date_added: "2026-02-27" --- # Computer Vision Expert (SOTA 2026) diff --git a/web-app/public/skills/concise-planning/SKILL.md b/web-app/public/skills/concise-planning/SKILL.md index e822f00b..aa057bdb 100644 --- a/web-app/public/skills/concise-planning/SKILL.md +++ b/web-app/public/skills/concise-planning/SKILL.md @@ -3,7 +3,6 @@ name: concise-planning description: "Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist." risk: unknown source: community -date_added: "2026-02-27" --- # Concise Planning diff --git a/web-app/public/skills/conductor-implement/SKILL.md b/web-app/public/skills/conductor-implement/SKILL.md index b5d4adb6..b03b98b7 100644 --- a/web-app/public/skills/conductor-implement/SKILL.md +++ b/web-app/public/skills/conductor-implement/SKILL.md @@ -1,9 +1,10 @@ --- name: conductor-implement description: "Execute tasks from a track's implementation plan following TDD workflow" +metadata: + argument-hint: "[track-id] [--task X.Y] [--phase N]" risk: unknown source: community -date_added: "2026-02-27" --- # Implement Track diff --git a/web-app/public/skills/conductor-manage/SKILL.md b/web-app/public/skills/conductor-manage/SKILL.md index d85f3242..18dcf7f1 100644 --- a/web-app/public/skills/conductor-manage/SKILL.md +++ b/web-app/public/skills/conductor-manage/SKILL.md @@ -1,9 +1,10 @@ --- name: conductor-manage description: "Manage track lifecycle: archive, restore, delete, rename, and cleanup" +metadata: + argument-hint: "[--archive | --restore | --delete | --rename | --list | --cleanup]" risk: unknown source: community -date_added: "2026-02-27" --- # Track Manager diff --git a/web-app/public/skills/conductor-new-track/SKILL.md b/web-app/public/skills/conductor-new-track/SKILL.md index f8a438e7..32364038 100644 --- a/web-app/public/skills/conductor-new-track/SKILL.md +++ b/web-app/public/skills/conductor-new-track/SKILL.md @@ -1,9 +1,10 @@ --- name: conductor-new-track description: "Create a new track with specification and phased implementation plan" +metadata: + argument-hint: risk: unknown source: community -date_added: "2026-02-27" --- # New Track diff --git a/web-app/public/skills/conductor-revert/SKILL.md b/web-app/public/skills/conductor-revert/SKILL.md index 0be6334f..ba88b549 100644 --- a/web-app/public/skills/conductor-revert/SKILL.md +++ b/web-app/public/skills/conductor-revert/SKILL.md @@ -1,9 +1,10 @@ --- name: conductor-revert description: "Git-aware undo by logical work unit (track, phase, or task)" +metadata: + argument-hint: "[track-id | track-id:phase | track-id:task]" risk: unknown source: community -date_added: "2026-02-27" --- # Revert Track diff --git a/web-app/public/skills/conductor-setup/SKILL.md b/web-app/public/skills/conductor-setup/SKILL.md index c97e80ea..290c94ae 100644 --- a/web-app/public/skills/conductor-setup/SKILL.md +++ b/web-app/public/skills/conductor-setup/SKILL.md @@ -1,13 +1,12 @@ --- name: conductor-setup -description: 'Initialize project with Conductor artifacts (product definition, - +description: | + Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides) - - ' +metadata: + argument-hint: "[--resume]" risk: unknown source: community -date_added: '2026-02-27' --- # Conductor Setup diff --git a/web-app/public/skills/conductor-status/SKILL.md b/web-app/public/skills/conductor-status/SKILL.md index dc6aaa70..bd9aaaa2 100644 --- a/web-app/public/skills/conductor-status/SKILL.md +++ b/web-app/public/skills/conductor-status/SKILL.md @@ -1,9 +1,10 @@ --- name: conductor-status description: "Display project status, active tracks, and next actions" +metadata: + argument-hint: "[track-id] [--detailed]" risk: unknown source: community -date_added: "2026-02-27" --- # Conductor Status diff --git a/web-app/public/skills/conductor-validator/SKILL.md b/web-app/public/skills/conductor-validator/SKILL.md index 89510221..c32c31c4 100644 --- a/web-app/public/skills/conductor-validator/SKILL.md +++ b/web-app/public/skills/conductor-validator/SKILL.md @@ -1,15 +1,15 @@ --- name: conductor-validator -description: 'Validates Conductor project artifacts for completeness, - +description: | + Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or - before implementation to verify project context. - - ' +allowed-tools: Read Glob Grep Bash +metadata: + model: opus + color: cyan risk: unknown source: community -date_added: '2026-02-27' --- # Check if conductor directory exists diff --git a/web-app/public/skills/confluence-automation/SKILL.md b/web-app/public/skills/confluence-automation/SKILL.md index bbbd2158..60c1d37e 100644 --- a/web-app/public/skills/confluence-automation/SKILL.md +++ b/web-app/public/skills/confluence-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: confluence-automation description: "Automate Confluence page creation, content search, space management, labels, and hierarchy navigation via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Confluence Automation via Rube MCP diff --git a/web-app/public/skills/content-creator/SKILL.md b/web-app/public/skills/content-creator/SKILL.md index 53287ecf..36b41962 100644 --- a/web-app/public/skills/content-creator/SKILL.md +++ b/web-app/public/skills/content-creator/SKILL.md @@ -1,10 +1,17 @@ --- name: content-creator description: "Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creati..." -category: marketing +license: MIT +metadata: + version: 1.0.0 + author: Alireza Rezvani + category: marketing + domain: content-marketing + updated: 2025-10-20 + python-tools: brand_voice_analyzer.py, seo_optimizer.py + tech-stack: SEO, social-media-platforms risk: unknown source: community -date_added: "2026-02-27" --- # Content Creator diff --git a/web-app/public/skills/content-marketer/SKILL.md b/web-app/public/skills/content-marketer/SKILL.md index cb0efd27..c19364b0 100644 --- a/web-app/public/skills/content-marketer/SKILL.md +++ b/web-app/public/skills/content-marketer/SKILL.md @@ -1,9 +1,15 @@ --- name: content-marketer -description: Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing. +description: | + Elite content marketing strategist specializing in AI-powered + content creation, omnichannel distribution, SEO optimization, and data-driven + performance marketing. Masters modern content tools, social media automation, + and conversion optimization with 2024/2025 best practices. Use PROACTIVELY for + comprehensive content marketing. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/context-compression/SKILL.md b/web-app/public/skills/context-compression/SKILL.md index 1abdeadc..d2fa3270 100644 --- a/web-app/public/skills/context-compression/SKILL.md +++ b/web-app/public/skills/context-compression/SKILL.md @@ -1,9 +1,8 @@ --- name: context-compression description: "Design and evaluate compression strategies for long-running sessions" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/context-compression" -date_added: "2026-02-27" +risk: safe --- # Context Compression Strategies diff --git a/web-app/public/skills/context-degradation/SKILL.md b/web-app/public/skills/context-degradation/SKILL.md index 8964bb35..40acf9f6 100644 --- a/web-app/public/skills/context-degradation/SKILL.md +++ b/web-app/public/skills/context-degradation/SKILL.md @@ -1,9 +1,8 @@ --- name: context-degradation description: "Recognize patterns of context failure: lost-in-middle, poisoning, distraction, and clash" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/context-degradation" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/context-driven-development/SKILL.md b/web-app/public/skills/context-driven-development/SKILL.md index 8dcedecb..83eb9bc4 100644 --- a/web-app/public/skills/context-driven-development/SKILL.md +++ b/web-app/public/skills/context-driven-development/SKILL.md @@ -1,9 +1,13 @@ --- name: context-driven-development -description: Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and... +description: | + Use this skill when working with Conductor's context-driven + development methodology, managing project context artifacts, or understanding + the relationship between product.md, tech-stack.md, and workflow.md files. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Context-Driven Development diff --git a/web-app/public/skills/context-fundamentals/SKILL.md b/web-app/public/skills/context-fundamentals/SKILL.md index 89417699..3078c0cd 100644 --- a/web-app/public/skills/context-fundamentals/SKILL.md +++ b/web-app/public/skills/context-fundamentals/SKILL.md @@ -1,9 +1,8 @@ --- name: context-fundamentals description: "Understand what context is, why it matters, and the anatomy of context in agent systems" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/context-fundamentals" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/context-management-context-restore/SKILL.md b/web-app/public/skills/context-management-context-restore/SKILL.md index e32d6079..e8ffb2d3 100644 --- a/web-app/public/skills/context-management-context-restore/SKILL.md +++ b/web-app/public/skills/context-management-context-restore/SKILL.md @@ -3,7 +3,6 @@ name: context-management-context-restore description: "Use when working with context management context restore" risk: unknown source: community -date_added: "2026-02-27" --- # Context Restoration: Advanced Semantic Memory Rehydration diff --git a/web-app/public/skills/context-management-context-save/SKILL.md b/web-app/public/skills/context-management-context-save/SKILL.md index efcb66d1..984e2702 100644 --- a/web-app/public/skills/context-management-context-save/SKILL.md +++ b/web-app/public/skills/context-management-context-save/SKILL.md @@ -3,7 +3,6 @@ name: context-management-context-save description: "Use when working with context management context save" risk: unknown source: community -date_added: "2026-02-27" --- # Context Save Tool: Intelligent Context Management Specialist diff --git a/web-app/public/skills/context-manager/SKILL.md b/web-app/public/skills/context-manager/SKILL.md index e44ec512..5d06bf19 100644 --- a/web-app/public/skills/context-manager/SKILL.md +++ b/web-app/public/skills/context-manager/SKILL.md @@ -1,9 +1,15 @@ --- name: context-manager -description: Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. +description: | + Elite AI context engineering specialist mastering dynamic context + management, vector databases, knowledge graphs, and intelligent memory + systems. Orchestrates context across multi-agent workflows, enterprise AI + systems, and long-running projects with 2024/2025 best practices. Use + PROACTIVELY for complex AI orchestration. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/context-optimization/SKILL.md b/web-app/public/skills/context-optimization/SKILL.md index babb82b7..fbc7ddca 100644 --- a/web-app/public/skills/context-optimization/SKILL.md +++ b/web-app/public/skills/context-optimization/SKILL.md @@ -1,9 +1,8 @@ --- name: context-optimization description: "Apply compaction, masking, and caching strategies" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/context-optimization" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/context-window-management/SKILL.md b/web-app/public/skills/context-window-management/SKILL.md index 09c6ee35..719aa32f 100644 --- a/web-app/public/skills/context-window-management/SKILL.md +++ b/web-app/public/skills/context-window-management/SKILL.md @@ -1,9 +1,8 @@ --- name: context-window-management description: "Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Context Window Management diff --git a/web-app/public/skills/context7-auto-research/SKILL.md b/web-app/public/skills/context7-auto-research/SKILL.md index 11f8c1aa..a4f5063d 100644 --- a/web-app/public/skills/context7-auto-research/SKILL.md +++ b/web-app/public/skills/context7-auto-research/SKILL.md @@ -3,7 +3,6 @@ name: context7-auto-research description: "Automatically fetch latest library/framework documentation for Claude Code via Context7 API" risk: unknown source: community -date_added: "2026-02-27" --- # context7-auto-research diff --git a/web-app/public/skills/conversation-memory/SKILL.md b/web-app/public/skills/conversation-memory/SKILL.md index 3a57f20b..e964cdc0 100644 --- a/web-app/public/skills/conversation-memory/SKILL.md +++ b/web-app/public/skills/conversation-memory/SKILL.md @@ -1,9 +1,8 @@ --- name: conversation-memory description: "Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Conversation Memory diff --git a/web-app/public/skills/convertkit-automation/SKILL.md b/web-app/public/skills/convertkit-automation/SKILL.md index cba76c93..48f7a8ab 100644 --- a/web-app/public/skills/convertkit-automation/SKILL.md +++ b/web-app/public/skills/convertkit-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: convertkit-automation description: "Automate ConvertKit (Kit) tasks via Rube MCP (Composio): manage subscribers, tags, broadcasts, and broadcast stats. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # ConvertKit (Kit) Automation via Rube MCP diff --git a/web-app/public/skills/copilot-sdk/SKILL.md b/web-app/public/skills/copilot-sdk/SKILL.md index 0b954b53..72978679 100644 --- a/web-app/public/skills/copilot-sdk/SKILL.md +++ b/web-app/public/skills/copilot-sdk/SKILL.md @@ -3,7 +3,6 @@ name: copilot-sdk description: "Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session managemen..." risk: unknown source: community -date_added: "2026-02-27" --- # GitHub Copilot SDK diff --git a/web-app/public/skills/copy-editing/SKILL.md b/web-app/public/skills/copy-editing/SKILL.md index c7b03f01..14dc1474 100644 --- a/web-app/public/skills/copy-editing/SKILL.md +++ b/web-app/public/skills/copy-editing/SKILL.md @@ -3,7 +3,6 @@ name: copy-editing description: "When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this ..." risk: unknown source: community -date_added: "2026-02-27" --- # Copy Editing diff --git a/web-app/public/skills/copywriting/SKILL.md b/web-app/public/skills/copywriting/SKILL.md index 3de2064a..8c7ad3c2 100644 --- a/web-app/public/skills/copywriting/SKILL.md +++ b/web-app/public/skills/copywriting/SKILL.md @@ -1,9 +1,12 @@ --- name: copywriting -description: Write rigorous, conversion-focused marketing copy for landing pages and emails. Enforces brief confirmation and strict no-fabrication rules. +description: > + Use this skill when writing, rewriting, or improving marketing copy + for any page (homepage, landing page, pricing, feature, product, or about page). + This skill produces clear, compelling, and testable copy while enforcing + alignment, honesty, and conversion best practices. risk: unknown source: community -date_added: "2026-02-27" --- # Copywriting @@ -14,7 +17,6 @@ Produce **clear, credible, and action-oriented marketing copy** that aligns with user intent and business goals. This skill exists to prevent: - - writing before understanding the audience - vague or hype-driven messaging - misaligned CTAs @@ -44,13 +46,11 @@ Before writing any copy, gather or confirm the following. If information is missing, ask for it **before proceeding**. ### 1️⃣ Page Purpose - - Page type (homepage, landing page, pricing, feature, about) - ONE primary action (CTA) - Secondary action (if any) ### 2️⃣ Audience - - Target customer or role - Primary problem they are trying to solve - What they have already tried @@ -58,14 +58,12 @@ If information is missing, ask for it **before proceeding**. - Language they use to describe the problem ### 3️⃣ Product / Offer - - What is being offered - Key differentiator vs alternatives - Primary outcome or transformation - Available proof (numbers, testimonials, case studies) ### 4️⃣ Context - - Traffic source (ads, organic, email, referrals) - Awareness level (unaware, problem-aware, solution-aware, product-aware) - What visitors already know or expect @@ -77,9 +75,7 @@ If information is missing, ask for it **before proceeding**. Before writing any copy, you MUST present a **Copy Brief Summary** and pause. ### Copy Brief Summary - Summarize in 4–6 bullets: - - Page goal - Target audience - Core value proposition @@ -87,7 +83,6 @@ Summarize in 4–6 bullets: - Traffic / awareness context ### Assumptions - List any assumptions explicitly (e.g. awareness level, urgency, sophistication). Then ask: @@ -110,7 +105,6 @@ Then ask: - **One idea per section** Always connect: - > Feature → Benefit → Outcome --- @@ -118,7 +112,6 @@ Always connect: ## Writing Style Rules ### Style Guidelines - - Simple over complex - Active over passive - Confident over hedged @@ -126,7 +119,6 @@ Always connect: - Avoid buzzwords unless customers use them ### Claim Discipline - - No fabricated data or testimonials - No implied guarantees unless explicitly stated - No exaggerated speed or certainty @@ -139,18 +131,15 @@ Always connect: ### Above the Fold **Headline** - - Single most important message - Specific value proposition - Outcome-focused **Subheadline** - - Adds clarity or context - 1–2 sentences max **Primary CTA** - - Action-oriented - Describes what the user gets @@ -174,9 +163,7 @@ Avoid stacking features without narrative flow. When writing copy, provide: ### Page Copy - Organized by section with clear labels: - - Headline - Subheadline - CTAs @@ -184,18 +171,14 @@ Organized by section with clear labels: - Body copy ### Alternatives - Provide 2–3 options for: - - Headlines - Primary CTAs Each option must include a brief rationale. ### Annotations - For key sections, explain: - - Why this copy was chosen - Which principle it applies - What alternatives were considered @@ -205,7 +188,6 @@ For key sections, explain: ## Testability Guidance Write copy with testing in mind: - - Clear, isolated value propositions - Headlines and CTAs that can be A/B tested - Avoid combining multiple messages into one element @@ -217,7 +199,6 @@ If the copy is intended for experimentation, recommend next-step testing. ## Completion Criteria (Hard Stop) This skill is complete ONLY when: - - Copy brief has been confirmed - Page copy is delivered in structured form - Headline and CTA alternatives are provided @@ -246,5 +227,4 @@ If the copy feels clever but unclear, rewrite it until it feels obvious. ## When to Use - This skill is applicable to execute the workflow or actions described in the overview. diff --git a/web-app/public/skills/core-components/SKILL.md b/web-app/public/skills/core-components/SKILL.md index 44064ed2..2da32590 100644 --- a/web-app/public/skills/core-components/SKILL.md +++ b/web-app/public/skills/core-components/SKILL.md @@ -3,7 +3,6 @@ name: core-components description: "Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library." risk: unknown source: community -date_added: "2026-02-27" --- # Core Components diff --git a/web-app/public/skills/cost-optimization/SKILL.md b/web-app/public/skills/cost-optimization/SKILL.md index 396eed0e..b773ebdd 100644 --- a/web-app/public/skills/cost-optimization/SKILL.md +++ b/web-app/public/skills/cost-optimization/SKILL.md @@ -3,7 +3,6 @@ name: cost-optimization description: "Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing c..." risk: unknown source: community -date_added: "2026-02-27" --- # Cloud Cost Optimization diff --git a/web-app/public/skills/cpp-pro/SKILL.md b/web-app/public/skills/cpp-pro/SKILL.md index ae44cdc7..4c53f18a 100644 --- a/web-app/public/skills/cpp-pro/SKILL.md +++ b/web-app/public/skills/cpp-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: cpp-pro -description: Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization. +description: | + Write idiomatic C++ code with modern features, RAII, smart + pointers, and STL algorithms. Handles templates, move semantics, and + performance optimization. Use PROACTIVELY for C++ refactoring, memory safety, + or complex C++ patterns. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/cqrs-implementation/SKILL.md b/web-app/public/skills/cqrs-implementation/SKILL.md index 528fd67c..f429c9aa 100644 --- a/web-app/public/skills/cqrs-implementation/SKILL.md +++ b/web-app/public/skills/cqrs-implementation/SKILL.md @@ -3,7 +3,6 @@ name: cqrs-implementation description: "Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems." risk: unknown source: community -date_added: "2026-02-27" --- # CQRS Implementation diff --git a/web-app/public/skills/crewai/SKILL.md b/web-app/public/skills/crewai/SKILL.md index 47add585..d4f82405 100644 --- a/web-app/public/skills/crewai/SKILL.md +++ b/web-app/public/skills/crewai/SKILL.md @@ -1,9 +1,8 @@ --- name: crewai description: "Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (s..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # CrewAI diff --git a/web-app/public/skills/csharp-pro/SKILL.md b/web-app/public/skills/csharp-pro/SKILL.md index b9c18c70..36b0e549 100644 --- a/web-app/public/skills/csharp-pro/SKILL.md +++ b/web-app/public/skills/csharp-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: csharp-pro -description: Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing. +description: | + Write modern C# code with advanced features like records, pattern + matching, and async/await. Optimizes .NET applications, implements enterprise + patterns, and ensures comprehensive testing. Use PROACTIVELY for C# + refactoring, performance optimization, or complex .NET solutions. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/customer-support/SKILL.md b/web-app/public/skills/customer-support/SKILL.md index b4ae5ef4..129ad9a1 100644 --- a/web-app/public/skills/customer-support/SKILL.md +++ b/web-app/public/skills/customer-support/SKILL.md @@ -1,9 +1,15 @@ --- name: customer-support -description: Elite AI-powered customer support specialist mastering conversational AI, automated ticketing, sentiment analysis, and omnichannel support experiences. +description: | + Elite AI-powered customer support specialist mastering + conversational AI, automated ticketing, sentiment analysis, and omnichannel + support experiences. Integrates modern support tools, chatbot platforms, and + CX optimization with 2024/2025 best practices. Use PROACTIVELY for + comprehensive customer experience management. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/customs-trade-compliance/SKILL.md b/web-app/public/skills/customs-trade-compliance/SKILL.md index 6f975284..cd8fd08b 100644 --- a/web-app/public/skills/customs-trade-compliance/SKILL.md +++ b/web-app/public/skills/customs-trade-compliance/SKILL.md @@ -1,9 +1,22 @@ --- name: customs-trade-compliance -description: Codified expertise for customs documentation, tariff classification, duty optimisation, restricted party screening, and regulatory compliance across multiple jurisdictions. +description: > + Codified expertise for customs documentation, tariff classification, duty + optimisation, restricted party screening, and regulatory compliance across + multiple jurisdictions. Informed by trade compliance specialists with 15+ + years experience. Includes HS classification logic, Incoterms application, + FTA utilisation, and penalty mitigation. Use when handling customs clearance, + tariff classification, trade compliance, import/export documentation, or + duty optimisation. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "🌐" --- ## When to Use diff --git a/web-app/public/skills/daily-news-report/SKILL.md b/web-app/public/skills/daily-news-report/SKILL.md index 6874ea95..68412df9 100644 --- a/web-app/public/skills/daily-news-report/SKILL.md +++ b/web-app/public/skills/daily-news-report/SKILL.md @@ -1,9 +1,12 @@ --- name: daily-news-report description: "Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports." +argument-hint: [optional: date] +disable-model-invocation: false +user-invocable: true +allowed-tools: Task, WebFetch, Read, Write, Bash(mkdir*), Bash(date*), Bash(ls*), mcp__chrome-devtools__* risk: unknown source: community -date_added: "2026-02-27" --- # Daily News Report v3.0 diff --git a/web-app/public/skills/data-engineer/SKILL.md b/web-app/public/skills/data-engineer/SKILL.md index 1d5fc174..e70febdd 100644 --- a/web-app/public/skills/data-engineer/SKILL.md +++ b/web-app/public/skills/data-engineer/SKILL.md @@ -1,9 +1,14 @@ --- name: data-engineer -description: Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. +description: | + Build scalable data pipelines, modern data warehouses, and + real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and + cloud-native data platforms. Use PROACTIVELY for data pipeline design, + analytics infrastructure, or modern data stack implementation. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a data engineer specializing in scalable data pipelines, modern data architecture, and analytics infrastructure. diff --git a/web-app/public/skills/data-engineering-data-driven-feature/SKILL.md b/web-app/public/skills/data-engineering-data-driven-feature/SKILL.md index 47d3d828..0d697f5c 100644 --- a/web-app/public/skills/data-engineering-data-driven-feature/SKILL.md +++ b/web-app/public/skills/data-engineering-data-driven-feature/SKILL.md @@ -3,7 +3,6 @@ name: data-engineering-data-driven-feature description: "Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation." risk: unknown source: community -date_added: "2026-02-27" --- # Data-Driven Feature Development diff --git a/web-app/public/skills/data-engineering-data-pipeline/SKILL.md b/web-app/public/skills/data-engineering-data-pipeline/SKILL.md index b4282db7..1f699d27 100644 --- a/web-app/public/skills/data-engineering-data-pipeline/SKILL.md +++ b/web-app/public/skills/data-engineering-data-pipeline/SKILL.md @@ -3,7 +3,6 @@ name: data-engineering-data-pipeline description: "You are a data pipeline architecture expert specializing in scalable, reliable, and cost-effective data pipelines for batch and streaming data processing." risk: unknown source: community -date_added: "2026-02-27" --- # Data Pipeline Architecture diff --git a/web-app/public/skills/data-quality-frameworks/SKILL.md b/web-app/public/skills/data-quality-frameworks/SKILL.md index b60306b6..26a9c051 100644 --- a/web-app/public/skills/data-quality-frameworks/SKILL.md +++ b/web-app/public/skills/data-quality-frameworks/SKILL.md @@ -3,7 +3,6 @@ name: data-quality-frameworks description: "Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts." risk: unknown source: community -date_added: "2026-02-27" --- # Data Quality Frameworks diff --git a/web-app/public/skills/data-scientist/SKILL.md b/web-app/public/skills/data-scientist/SKILL.md index 81a706a9..1557281d 100644 --- a/web-app/public/skills/data-scientist/SKILL.md +++ b/web-app/public/skills/data-scientist/SKILL.md @@ -1,9 +1,14 @@ --- name: data-scientist -description: Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence. +description: | + Expert data scientist for advanced analytics, machine learning, and + statistical modeling. Handles complex data analysis, predictive modeling, and + business intelligence. Use PROACTIVELY for data analysis tasks, ML modeling, + statistical analysis, and data-driven insights. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/data-storytelling/SKILL.md b/web-app/public/skills/data-storytelling/SKILL.md index ba6a5131..d7b5f251 100644 --- a/web-app/public/skills/data-storytelling/SKILL.md +++ b/web-app/public/skills/data-storytelling/SKILL.md @@ -3,7 +3,6 @@ name: data-storytelling description: "Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive present..." risk: unknown source: community -date_added: "2026-02-27" --- # Data Storytelling diff --git a/web-app/public/skills/data-structure-protocol/SKILL.md b/web-app/public/skills/data-structure-protocol/SKILL.md index f4998acb..e2505b60 100644 --- a/web-app/public/skills/data-structure-protocol/SKILL.md +++ b/web-app/public/skills/data-structure-protocol/SKILL.md @@ -3,7 +3,6 @@ name: data-structure-protocol description: "Give agents persistent structural memory of a codebase — navigate dependencies, track public APIs, and understand why connections exist without re-reading the whole repo." risk: safe source: "https://github.com/k-kolomeitsev/data-structure-protocol" -date_added: "2026-02-27" --- # Data Structure Protocol (DSP) diff --git a/web-app/public/skills/database-admin/SKILL.md b/web-app/public/skills/database-admin/SKILL.md index 07060302..32b0891e 100644 --- a/web-app/public/skills/database-admin/SKILL.md +++ b/web-app/public/skills/database-admin/SKILL.md @@ -1,9 +1,16 @@ --- name: database-admin -description: Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. +description: | + Expert database administrator specializing in modern cloud + databases, automation, and reliability engineering. Masters AWS/Azure/GCP + database services, Infrastructure as Code, high availability, disaster + recovery, performance optimization, and compliance. Handles multi-cloud + strategies, container databases, and cost optimization. Use PROACTIVELY for + database architecture, operations, or reliability engineering. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/database-architect/SKILL.md b/web-app/public/skills/database-architect/SKILL.md index 3a468ef6..16ed3352 100644 --- a/web-app/public/skills/database-architect/SKILL.md +++ b/web-app/public/skills/database-architect/SKILL.md @@ -1,9 +1,17 @@ --- name: database-architect -description: Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. +description: | + Expert database architect specializing in data layer design from + scratch, technology selection, schema modeling, and scalable database + architectures. Masters SQL/NoSQL/TimeSeries database selection, normalization + strategies, migration planning, and performance-first design. Handles both + greenfield architectures and re-architecture of existing systems. Use + PROACTIVELY for database architecture, technology selection, or data modeling + decisions. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. diff --git a/web-app/public/skills/database-cloud-optimization-cost-optimize/SKILL.md b/web-app/public/skills/database-cloud-optimization-cost-optimize/SKILL.md index 0e835702..9aa69bd8 100644 --- a/web-app/public/skills/database-cloud-optimization-cost-optimize/SKILL.md +++ b/web-app/public/skills/database-cloud-optimization-cost-optimize/SKILL.md @@ -3,7 +3,6 @@ name: database-cloud-optimization-cost-optimize description: "You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and ..." risk: unknown source: community -date_added: "2026-02-27" --- # Cloud Cost Optimization diff --git a/web-app/public/skills/database-design/SKILL.md b/web-app/public/skills/database-design/SKILL.md index 5b061c7e..74452d05 100644 --- a/web-app/public/skills/database-design/SKILL.md +++ b/web-app/public/skills/database-design/SKILL.md @@ -1,9 +1,9 @@ --- name: database-design description: "Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Database Design diff --git a/web-app/public/skills/database-migration/SKILL.md b/web-app/public/skills/database-migration/SKILL.md index 88f20e49..bab6891a 100644 --- a/web-app/public/skills/database-migration/SKILL.md +++ b/web-app/public/skills/database-migration/SKILL.md @@ -3,7 +3,6 @@ name: database-migration description: "Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data tr..." risk: unknown source: community -date_added: "2026-02-27" --- # Database Migration diff --git a/web-app/public/skills/database-migrations-migration-observability/SKILL.md b/web-app/public/skills/database-migrations-migration-observability/SKILL.md index 0a289e1c..5b69fdc7 100644 --- a/web-app/public/skills/database-migrations-migration-observability/SKILL.md +++ b/web-app/public/skills/database-migrations-migration-observability/SKILL.md @@ -1,10 +1,12 @@ --- name: database-migrations-migration-observability description: "Migration monitoring, CDC, and observability infrastructure" +allowed-tools: Read Write Edit Bash WebFetch +metadata: + version: 1.0.0 + tags: database, cdc, debezium, kafka, prometheus, grafana, monitoring risk: unknown source: community -tags: "database, cdc, debezium, kafka, prometheus, grafana, monitoring" -date_added: "2026-02-27" --- # Migration Observability and Real-time Monitoring diff --git a/web-app/public/skills/database-migrations-sql-migrations/SKILL.md b/web-app/public/skills/database-migrations-sql-migrations/SKILL.md index d7ac16f6..85f5ded9 100644 --- a/web-app/public/skills/database-migrations-sql-migrations/SKILL.md +++ b/web-app/public/skills/database-migrations-sql-migrations/SKILL.md @@ -1,9 +1,8 @@ --- name: database-migrations-sql-migrations -description: "SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, and SQL Server. Focus on data integrity and rollback plans." +description: SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, and SQL Server. Focus on data integrity and rollback plans. risk: unknown source: community -date_added: "2026-02-27" --- # SQL Database Migration Strategy and Implementation diff --git a/web-app/public/skills/database-optimizer/SKILL.md b/web-app/public/skills/database-optimizer/SKILL.md index c1b14933..1bbba8bb 100644 --- a/web-app/public/skills/database-optimizer/SKILL.md +++ b/web-app/public/skills/database-optimizer/SKILL.md @@ -1,9 +1,16 @@ --- name: database-optimizer -description: Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. +description: | + Expert database optimizer specializing in modern performance + tuning, query optimization, and scalable architectures. Masters advanced + indexing, N+1 resolution, multi-tier caching, partitioning strategies, and + cloud database optimization. Handles complex query analysis, migration + strategies, and performance monitoring. Use PROACTIVELY for database + optimization, performance issues, or scalability challenges. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/database/SKILL.md b/web-app/public/skills/database/SKILL.md index abe846ca..e4aa784a 100644 --- a/web-app/public/skills/database/SKILL.md +++ b/web-app/public/skills/database/SKILL.md @@ -1,10 +1,11 @@ --- name: database description: "Database development and operations workflow covering SQL, NoSQL, database design, migrations, optimization, and data engineering." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: data +category: workflow-bundle +version: 1.0.0 --- # Database Workflow Bundle diff --git a/web-app/public/skills/datadog-automation/SKILL.md b/web-app/public/skills/datadog-automation/SKILL.md index fa7f5bbe..3de97616 100644 --- a/web-app/public/skills/datadog-automation/SKILL.md +++ b/web-app/public/skills/datadog-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: datadog-automation description: "Automate Datadog tasks via Rube MCP (Composio): query metrics, search logs, manage monitors/dashboards, create events and downtimes. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Datadog Automation via Rube MCP diff --git a/web-app/public/skills/dbos-golang/SKILL.md b/web-app/public/skills/dbos-golang/SKILL.md index 7b5c8344..63aade6f 100644 --- a/web-app/public/skills/dbos-golang/SKILL.md +++ b/web-app/public/skills/dbos-golang/SKILL.md @@ -2,8 +2,14 @@ name: dbos-golang description: "DBOS Go SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Go code with DBOS, creating workflows and steps, using queues, using the DBOS Clie..." risk: safe -source: "https://docs.dbos.dev/" -date_added: "2026-02-27" +source: https://docs.dbos.dev/ +license: MIT +metadata: + author: dbos + version: "1.0.0" + organization: DBOS + date: February 2026 + abstract: Comprehensive guide for building fault-tolerant Go applications with DBOS. Covers workflows, steps, queues, communication patterns, and best practices for durable execution. --- # DBOS Go Best Practices diff --git a/web-app/public/skills/dbos-python/SKILL.md b/web-app/public/skills/dbos-python/SKILL.md index 5f3847da..f516acf5 100644 --- a/web-app/public/skills/dbos-python/SKILL.md +++ b/web-app/public/skills/dbos-python/SKILL.md @@ -2,8 +2,14 @@ name: dbos-python description: "DBOS Python SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Python code with DBOS, creating workflows and steps, using queues, using DBOSC..." risk: safe -source: "https://docs.dbos.dev/" -date_added: "2026-02-27" +source: https://docs.dbos.dev/ +license: MIT +metadata: + author: dbos + version: "1.0.0" + organization: DBOS + date: January 2026 + abstract: Comprehensive guide for building fault-tolerant Python applications with DBOS. Covers workflows, steps, queues, communication patterns, and best practices for durable execution. --- # DBOS Python Best Practices diff --git a/web-app/public/skills/dbos-typescript/SKILL.md b/web-app/public/skills/dbos-typescript/SKILL.md index ea6e8de0..5504f648 100644 --- a/web-app/public/skills/dbos-typescript/SKILL.md +++ b/web-app/public/skills/dbos-typescript/SKILL.md @@ -2,8 +2,14 @@ name: dbos-typescript description: "DBOS TypeScript SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing TypeScript code with DBOS, creating workflows and steps, using queues, usi..." risk: safe -source: "https://docs.dbos.dev/" -date_added: "2026-02-27" +source: https://docs.dbos.dev/ +license: MIT +metadata: + author: dbos + version: "1.0.0" + organization: DBOS + date: January 2026 + abstract: Comprehensive guide for building fault-tolerant TypeScript applications with DBOS. Covers workflows, steps, queues, communication patterns, and best practices for durable execution. --- # DBOS TypeScript Best Practices diff --git a/web-app/public/skills/dbt-transformation-patterns/SKILL.md b/web-app/public/skills/dbt-transformation-patterns/SKILL.md index ce4d6fc6..63831f68 100644 --- a/web-app/public/skills/dbt-transformation-patterns/SKILL.md +++ b/web-app/public/skills/dbt-transformation-patterns/SKILL.md @@ -3,7 +3,6 @@ name: dbt-transformation-patterns description: "Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or ..." risk: unknown source: community -date_added: "2026-02-27" --- # dbt Transformation Patterns diff --git a/web-app/public/skills/ddd-context-mapping/SKILL.md b/web-app/public/skills/ddd-context-mapping/SKILL.md index 6886ba6f..ff71c0f3 100644 --- a/web-app/public/skills/ddd-context-mapping/SKILL.md +++ b/web-app/public/skills/ddd-context-mapping/SKILL.md @@ -3,8 +3,7 @@ name: ddd-context-mapping description: "Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns." risk: safe source: self -tags: "[ddd, context-map, anti-corruption-layer, integration]" -date_added: "2026-02-27" +tags: [ddd, context-map, anti-corruption-layer, integration] --- # DDD Context Mapping diff --git a/web-app/public/skills/ddd-strategic-design/SKILL.md b/web-app/public/skills/ddd-strategic-design/SKILL.md index c4666d6c..e34c549b 100644 --- a/web-app/public/skills/ddd-strategic-design/SKILL.md +++ b/web-app/public/skills/ddd-strategic-design/SKILL.md @@ -3,8 +3,7 @@ name: ddd-strategic-design description: "Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains." risk: safe source: self -tags: "[ddd, strategic-design, bounded-context, ubiquitous-language]" -date_added: "2026-02-27" +tags: [ddd, strategic-design, bounded-context, ubiquitous-language] --- # DDD Strategic Design diff --git a/web-app/public/skills/ddd-tactical-patterns/SKILL.md b/web-app/public/skills/ddd-tactical-patterns/SKILL.md index e4a3a690..9cc459ee 100644 --- a/web-app/public/skills/ddd-tactical-patterns/SKILL.md +++ b/web-app/public/skills/ddd-tactical-patterns/SKILL.md @@ -3,8 +3,7 @@ name: ddd-tactical-patterns description: "Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants." risk: safe source: self -tags: "[ddd, tactical, aggregates, value-objects, domain-events]" -date_added: "2026-02-27" +tags: [ddd, tactical, aggregates, value-objects, domain-events] --- # DDD Tactical Patterns diff --git a/web-app/public/skills/debugger/SKILL.md b/web-app/public/skills/debugger/SKILL.md index edf6a762..1eb2dfc2 100644 --- a/web-app/public/skills/debugger/SKILL.md +++ b/web-app/public/skills/debugger/SKILL.md @@ -1,13 +1,12 @@ --- name: debugger -description: 'Debugging specialist for errors, test failures, and unexpected - +description: | + Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues. - - ' +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/debugging-strategies/SKILL.md b/web-app/public/skills/debugging-strategies/SKILL.md index 2ade0b98..f97d3d54 100644 --- a/web-app/public/skills/debugging-strategies/SKILL.md +++ b/web-app/public/skills/debugging-strategies/SKILL.md @@ -3,7 +3,6 @@ name: debugging-strategies description: "Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance iss..." risk: unknown source: community -date_added: "2026-02-27" --- # Debugging Strategies diff --git a/web-app/public/skills/debugging-toolkit-smart-debug/SKILL.md b/web-app/public/skills/debugging-toolkit-smart-debug/SKILL.md index 99df14d3..bcd2a2cd 100644 --- a/web-app/public/skills/debugging-toolkit-smart-debug/SKILL.md +++ b/web-app/public/skills/debugging-toolkit-smart-debug/SKILL.md @@ -3,7 +3,6 @@ name: debugging-toolkit-smart-debug description: "Use when working with debugging toolkit smart debug" risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/deep-research/SKILL.md b/web-app/public/skills/deep-research/SKILL.md index da5f63b8..cf6adc7e 100644 --- a/web-app/public/skills/deep-research/SKILL.md +++ b/web-app/public/skills/deep-research/SKILL.md @@ -1,9 +1,8 @@ --- name: deep-research description: "Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 ..." -risk: safe source: "https://github.com/sanjay3290/ai-skills/tree/main/skills/deep-research" -date_added: "2026-02-27" +risk: safe --- # Gemini Deep Research Skill diff --git a/web-app/public/skills/defi-protocol-templates/SKILL.md b/web-app/public/skills/defi-protocol-templates/SKILL.md index e4f7aac0..81229277 100644 --- a/web-app/public/skills/defi-protocol-templates/SKILL.md +++ b/web-app/public/skills/defi-protocol-templates/SKILL.md @@ -3,7 +3,6 @@ name: defi-protocol-templates description: "Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols." risk: unknown source: community -date_added: "2026-02-27" --- # DeFi Protocol Templates diff --git a/web-app/public/skills/dependency-management-deps-audit/SKILL.md b/web-app/public/skills/dependency-management-deps-audit/SKILL.md index ee691540..f8071de7 100644 --- a/web-app/public/skills/dependency-management-deps-audit/SKILL.md +++ b/web-app/public/skills/dependency-management-deps-audit/SKILL.md @@ -3,7 +3,6 @@ name: dependency-management-deps-audit description: "You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues,..." risk: unknown source: community -date_added: "2026-02-27" --- # Dependency Audit and Security Analysis diff --git a/web-app/public/skills/dependency-upgrade/SKILL.md b/web-app/public/skills/dependency-upgrade/SKILL.md index bb423d61..f0285705 100644 --- a/web-app/public/skills/dependency-upgrade/SKILL.md +++ b/web-app/public/skills/dependency-upgrade/SKILL.md @@ -3,7 +3,6 @@ name: dependency-upgrade description: "Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing brea..." risk: unknown source: community -date_added: "2026-02-27" --- # Dependency Upgrade diff --git a/web-app/public/skills/deployment-engineer/SKILL.md b/web-app/public/skills/deployment-engineer/SKILL.md index 7596f642..af21bd2c 100644 --- a/web-app/public/skills/deployment-engineer/SKILL.md +++ b/web-app/public/skills/deployment-engineer/SKILL.md @@ -1,9 +1,16 @@ --- name: deployment-engineer -description: Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. +description: | + Expert deployment engineer specializing in modern CI/CD pipelines, + GitOps workflows, and advanced deployment automation. Masters GitHub Actions, + ArgoCD/Flux, progressive delivery, container security, and platform + engineering. Handles zero-downtime deployments, security scanning, and + developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps + implementation, or deployment automation. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- You are a deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. diff --git a/web-app/public/skills/deployment-pipeline-design/SKILL.md b/web-app/public/skills/deployment-pipeline-design/SKILL.md index ebe7eff1..edffe482 100644 --- a/web-app/public/skills/deployment-pipeline-design/SKILL.md +++ b/web-app/public/skills/deployment-pipeline-design/SKILL.md @@ -3,7 +3,6 @@ name: deployment-pipeline-design description: "Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing Gi..." risk: unknown source: community -date_added: "2026-02-27" --- # Deployment Pipeline Design diff --git a/web-app/public/skills/deployment-procedures/SKILL.md b/web-app/public/skills/deployment-procedures/SKILL.md index 62447861..3b8dbebd 100644 --- a/web-app/public/skills/deployment-procedures/SKILL.md +++ b/web-app/public/skills/deployment-procedures/SKILL.md @@ -1,9 +1,9 @@ --- name: deployment-procedures description: "Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts." +allowed-tools: Read, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Deployment Procedures diff --git a/web-app/public/skills/deployment-validation-config-validate/SKILL.md b/web-app/public/skills/deployment-validation-config-validate/SKILL.md index cb5f1538..31ba4718 100644 --- a/web-app/public/skills/deployment-validation-config-validate/SKILL.md +++ b/web-app/public/skills/deployment-validation-config-validate/SKILL.md @@ -3,7 +3,6 @@ name: deployment-validation-config-validate description: "You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configurat" risk: unknown source: community -date_added: "2026-02-27" --- # Configuration Validation diff --git a/web-app/public/skills/design-orchestration/SKILL.md b/web-app/public/skills/design-orchestration/SKILL.md index df877fd4..f41b654a 100644 --- a/web-app/public/skills/design-orchestration/SKILL.md +++ b/web-app/public/skills/design-orchestration/SKILL.md @@ -1,9 +1,12 @@ --- name: design-orchestration -description: Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. +description: + Orchestrates design workflows by routing work through + brainstorming, multi-agent review, and execution readiness + in the correct order. Prevents premature implementation, + skipped validation, and unreviewed high-risk designs. risk: unknown source: community -date_added: '2026-02-27' --- # Design Orchestration (Meta-Skill) diff --git a/web-app/public/skills/development/SKILL.md b/web-app/public/skills/development/SKILL.md index dac8c105..0ff988da 100644 --- a/web-app/public/skills/development/SKILL.md +++ b/web-app/public/skills/development/SKILL.md @@ -1,10 +1,11 @@ --- name: development description: "Comprehensive web, mobile, and backend development workflow bundling frontend, backend, full-stack, and mobile development skills for end-to-end application delivery." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: software-development +category: workflow-bundle +version: 1.0.0 --- # Development Workflow Bundle diff --git a/web-app/public/skills/devops-troubleshooter/SKILL.md b/web-app/public/skills/devops-troubleshooter/SKILL.md index ac43f249..c2140fe4 100644 --- a/web-app/public/skills/devops-troubleshooter/SKILL.md +++ b/web-app/public/skills/devops-troubleshooter/SKILL.md @@ -1,9 +1,16 @@ --- name: devops-troubleshooter -description: Expert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability. +description: | + Expert DevOps troubleshooter specializing in rapid incident + response, advanced debugging, and modern observability. Masters log analysis, + distributed tracing, Kubernetes debugging, performance optimization, and root + cause analysis. Handles production outages, system reliability, and preventive + monitoring. Use PROACTIVELY for debugging, incident response, or system + troubleshooting. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/discord-automation/SKILL.md b/web-app/public/skills/discord-automation/SKILL.md index 2ab33736..c2b1d909 100644 --- a/web-app/public/skills/discord-automation/SKILL.md +++ b/web-app/public/skills/discord-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: discord-automation description: "Automate Discord tasks via Rube MCP (Composio): messages, channels, roles, webhooks, reactions. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Discord Automation via Rube MCP diff --git a/web-app/public/skills/discord-bot-architect/SKILL.md b/web-app/public/skills/discord-bot-architect/SKILL.md index 48e98cf1..ae9cc70b 100644 --- a/web-app/public/skills/discord-bot-architect/SKILL.md +++ b/web-app/public/skills/discord-bot-architect/SKILL.md @@ -1,9 +1,8 @@ --- name: discord-bot-architect description: "Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive components, rate limiting, and sharding." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Discord Bot Architect diff --git a/web-app/public/skills/dispatching-parallel-agents/SKILL.md b/web-app/public/skills/dispatching-parallel-agents/SKILL.md index c3a7ae90..9fb6d3ec 100644 --- a/web-app/public/skills/dispatching-parallel-agents/SKILL.md +++ b/web-app/public/skills/dispatching-parallel-agents/SKILL.md @@ -3,7 +3,6 @@ name: dispatching-parallel-agents description: "Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies" risk: unknown source: community -date_added: "2026-02-27" --- # Dispatching Parallel Agents diff --git a/web-app/public/skills/distributed-debugging-debug-trace/SKILL.md b/web-app/public/skills/distributed-debugging-debug-trace/SKILL.md index 7a996ee1..dc8875c8 100644 --- a/web-app/public/skills/distributed-debugging-debug-trace/SKILL.md +++ b/web-app/public/skills/distributed-debugging-debug-trace/SKILL.md @@ -3,7 +3,6 @@ name: distributed-debugging-debug-trace description: "You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, an..." risk: unknown source: community -date_added: "2026-02-27" --- # Debug and Trace Configuration diff --git a/web-app/public/skills/distributed-tracing/SKILL.md b/web-app/public/skills/distributed-tracing/SKILL.md index 431a7245..3c2c6e95 100644 --- a/web-app/public/skills/distributed-tracing/SKILL.md +++ b/web-app/public/skills/distributed-tracing/SKILL.md @@ -3,7 +3,6 @@ name: distributed-tracing description: "Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implem..." risk: unknown source: community -date_added: "2026-02-27" --- # Distributed Tracing diff --git a/web-app/public/skills/django-pro/SKILL.md b/web-app/public/skills/django-pro/SKILL.md index 32331961..95265460 100644 --- a/web-app/public/skills/django-pro/SKILL.md +++ b/web-app/public/skills/django-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: django-pro -description: Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. +description: | + Master Django 5.x with async views, DRF, Celery, and Django + Channels. Build scalable web applications with proper architecture, testing, + and deployment. Use PROACTIVELY for Django development, ORM optimization, or + complex Django patterns. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/doc-coauthoring/SKILL.md b/web-app/public/skills/doc-coauthoring/SKILL.md index 5d308148..0239ed57 100644 --- a/web-app/public/skills/doc-coauthoring/SKILL.md +++ b/web-app/public/skills/doc-coauthoring/SKILL.md @@ -3,7 +3,6 @@ name: doc-coauthoring description: "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This ..." risk: unknown source: community -date_added: "2026-02-27" --- # Doc Co-Authoring Workflow diff --git a/web-app/public/skills/docker-expert/SKILL.md b/web-app/public/skills/docker-expert/SKILL.md index 3d4974c4..48082f75 100644 --- a/web-app/public/skills/docker-expert/SKILL.md +++ b/web-app/public/skills/docker-expert/SKILL.md @@ -2,9 +2,10 @@ name: docker-expert description: "Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY f..." category: devops +color: blue +displayName: Docker Expert risk: unknown source: community -date_added: "2026-02-27" --- # Docker Expert diff --git a/web-app/public/skills/docs-architect/SKILL.md b/web-app/public/skills/docs-architect/SKILL.md index d1880ea6..7c4930da 100644 --- a/web-app/public/skills/docs-architect/SKILL.md +++ b/web-app/public/skills/docs-architect/SKILL.md @@ -1,9 +1,14 @@ --- name: docs-architect -description: Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. +description: | + Creates comprehensive technical documentation from existing + codebases. Analyzes architecture, design patterns, and implementation details + to produce long-form technical manuals and ebooks. Use PROACTIVELY for system + documentation, architecture guides, or technical deep-dives. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/documentation-generation-doc-generate/SKILL.md b/web-app/public/skills/documentation-generation-doc-generate/SKILL.md index 1b79c72f..385bb57f 100644 --- a/web-app/public/skills/documentation-generation-doc-generate/SKILL.md +++ b/web-app/public/skills/documentation-generation-doc-generate/SKILL.md @@ -3,7 +3,6 @@ name: documentation-generation-doc-generate description: "You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI..." risk: unknown source: community -date_added: "2026-02-27" --- # Automated Documentation Generation diff --git a/web-app/public/skills/documentation-templates/SKILL.md b/web-app/public/skills/documentation-templates/SKILL.md index 7548e918..0955b6e8 100644 --- a/web-app/public/skills/documentation-templates/SKILL.md +++ b/web-app/public/skills/documentation-templates/SKILL.md @@ -1,9 +1,9 @@ --- name: documentation-templates description: "Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Documentation Templates diff --git a/web-app/public/skills/documentation/SKILL.md b/web-app/public/skills/documentation/SKILL.md index b24ecc57..02111220 100644 --- a/web-app/public/skills/documentation/SKILL.md +++ b/web-app/public/skills/documentation/SKILL.md @@ -1,10 +1,11 @@ --- name: documentation description: "Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: documentation +category: workflow-bundle +version: 1.0.0 --- # Documentation Workflow Bundle diff --git a/web-app/public/skills/docusign-automation/SKILL.md b/web-app/public/skills/docusign-automation/SKILL.md index db197666..f013ad10 100644 --- a/web-app/public/skills/docusign-automation/SKILL.md +++ b/web-app/public/skills/docusign-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: docusign-automation description: "Automate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signatures, document management. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # DocuSign Automation via Rube MCP diff --git a/web-app/public/skills/docx-official/SKILL.md b/web-app/public/skills/docx-official/SKILL.md index 5f23eb9a..60d32c37 100644 --- a/web-app/public/skills/docx-official/SKILL.md +++ b/web-app/public/skills/docx-official/SKILL.md @@ -1,9 +1,9 @@ --- name: docx-official description: "Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional document..." +license: Proprietary. LICENSE.txt has complete terms risk: unknown source: community -date_added: "2026-02-27" --- # DOCX creation, editing, and analysis diff --git a/web-app/public/skills/domain-driven-design/SKILL.md b/web-app/public/skills/domain-driven-design/SKILL.md index a78cce62..5273cd07 100644 --- a/web-app/public/skills/domain-driven-design/SKILL.md +++ b/web-app/public/skills/domain-driven-design/SKILL.md @@ -3,8 +3,7 @@ name: domain-driven-design description: "Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns." risk: safe source: self -tags: "[ddd, domain, bounded-context, architecture]" -date_added: "2026-02-27" +tags: [ddd, domain, bounded-context, architecture] --- # Domain-Driven Design diff --git a/web-app/public/skills/dotnet-architect/SKILL.md b/web-app/public/skills/dotnet-architect/SKILL.md index 2f4ae2f6..d5970b28 100644 --- a/web-app/public/skills/dotnet-architect/SKILL.md +++ b/web-app/public/skills/dotnet-architect/SKILL.md @@ -1,9 +1,15 @@ --- name: dotnet-architect -description: Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise application patterns. +description: | + Expert .NET backend architect specializing in C#, ASP.NET Core, + Entity Framework, Dapper, and enterprise application patterns. Masters + async/await, dependency injection, caching strategies, and performance + optimization. Use PROACTIVELY for .NET API development, code review, or + architecture decisions. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/dotnet-backend-patterns/SKILL.md b/web-app/public/skills/dotnet-backend-patterns/SKILL.md index 4a01b1fc..f4041e9e 100644 --- a/web-app/public/skills/dotnet-backend-patterns/SKILL.md +++ b/web-app/public/skills/dotnet-backend-patterns/SKILL.md @@ -3,7 +3,6 @@ name: dotnet-backend-patterns description: "Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuratio..." risk: unknown source: community -date_added: "2026-02-27" --- # .NET Backend Development Patterns diff --git a/web-app/public/skills/dotnet-backend/SKILL.md b/web-app/public/skills/dotnet-backend/SKILL.md index fb31a1e9..190b8702 100644 --- a/web-app/public/skills/dotnet-backend/SKILL.md +++ b/web-app/public/skills/dotnet-backend/SKILL.md @@ -3,7 +3,8 @@ name: dotnet-backend description: "Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and production API patterns." risk: safe source: self -date_added: "2026-02-27" +allowed-tools: Read, Write, Edit, Bash +model: opus --- # .NET Backend Agent - ASP.NET Core & Enterprise API Expert diff --git a/web-app/public/skills/dropbox-automation/SKILL.md b/web-app/public/skills/dropbox-automation/SKILL.md index 590a5fd0..0ea52f9c 100644 --- a/web-app/public/skills/dropbox-automation/SKILL.md +++ b/web-app/public/skills/dropbox-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: dropbox-automation description: "Automate Dropbox file management, sharing, search, uploads, downloads, and folder operations via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Dropbox Automation via Rube MCP diff --git a/web-app/public/skills/dx-optimizer/SKILL.md b/web-app/public/skills/dx-optimizer/SKILL.md index 8ba4100d..d85bbaa0 100644 --- a/web-app/public/skills/dx-optimizer/SKILL.md +++ b/web-app/public/skills/dx-optimizer/SKILL.md @@ -1,9 +1,13 @@ --- name: dx-optimizer -description: Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed. +description: | + Developer Experience specialist. Improves tooling, setup, and + workflows. Use PROACTIVELY when setting up new projects, after team feedback, + or when development friction is noticed. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/e2e-testing-patterns/SKILL.md b/web-app/public/skills/e2e-testing-patterns/SKILL.md index 14f47c43..a7c7e0f6 100644 --- a/web-app/public/skills/e2e-testing-patterns/SKILL.md +++ b/web-app/public/skills/e2e-testing-patterns/SKILL.md @@ -3,7 +3,6 @@ name: e2e-testing-patterns description: "Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky..." risk: unknown source: community -date_added: "2026-02-27" --- # E2E Testing Patterns diff --git a/web-app/public/skills/e2e-testing/SKILL.md b/web-app/public/skills/e2e-testing/SKILL.md index 6d14565b..78d7215c 100644 --- a/web-app/public/skills/e2e-testing/SKILL.md +++ b/web-app/public/skills/e2e-testing/SKILL.md @@ -1,10 +1,11 @@ --- name: e2e-testing description: "End-to-end testing workflow with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: testing-qa +category: granular-workflow-bundle +version: 1.0.0 --- # E2E Testing Workflow diff --git a/web-app/public/skills/elixir-pro/SKILL.md b/web-app/public/skills/elixir-pro/SKILL.md index 128518e6..eb7dbdf0 100644 --- a/web-app/public/skills/elixir-pro/SKILL.md +++ b/web-app/public/skills/elixir-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: elixir-pro -description: Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems. +description: | + Write idiomatic Elixir code with OTP patterns, supervision trees, + and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed + systems. Use PROACTIVELY for Elixir refactoring, OTP design, or complex BEAM + optimizations. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/email-sequence/SKILL.md b/web-app/public/skills/email-sequence/SKILL.md index cd579ce9..4b34558e 100644 --- a/web-app/public/skills/email-sequence/SKILL.md +++ b/web-app/public/skills/email-sequence/SKILL.md @@ -3,7 +3,6 @@ name: email-sequence description: "When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions \"email sequence,\" \"drip campa..." risk: unknown source: community -date_added: "2026-02-27" --- # Email Sequence Design diff --git a/web-app/public/skills/email-systems/SKILL.md b/web-app/public/skills/email-systems/SKILL.md index 0e3d56d6..c03e933e 100644 --- a/web-app/public/skills/email-systems/SKILL.md +++ b/web-app/public/skills/email-systems/SKILL.md @@ -1,9 +1,8 @@ --- name: email-systems -description: Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill cov... -risk: unknown +description: "Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill cov..." source: vibeship-spawner-skills (Apache 2.0) -date_added: '2026-02-27' +risk: unknown --- # Email Systems diff --git a/web-app/public/skills/embedding-strategies/SKILL.md b/web-app/public/skills/embedding-strategies/SKILL.md index efe1fdd8..fbc99301 100644 --- a/web-app/public/skills/embedding-strategies/SKILL.md +++ b/web-app/public/skills/embedding-strategies/SKILL.md @@ -3,7 +3,6 @@ name: embedding-strategies description: "Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific dom..." risk: unknown source: community -date_added: "2026-02-27" --- # Embedding Strategies diff --git a/web-app/public/skills/employment-contract-templates/SKILL.md b/web-app/public/skills/employment-contract-templates/SKILL.md index 3f85291f..289ef10a 100644 --- a/web-app/public/skills/employment-contract-templates/SKILL.md +++ b/web-app/public/skills/employment-contract-templates/SKILL.md @@ -3,7 +3,6 @@ name: employment-contract-templates description: "Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment docume..." risk: unknown source: community -date_added: "2026-02-27" --- # Employment Contract Templates diff --git a/web-app/public/skills/energy-procurement/SKILL.md b/web-app/public/skills/energy-procurement/SKILL.md index dc952607..ba209b5f 100644 --- a/web-app/public/skills/energy-procurement/SKILL.md +++ b/web-app/public/skills/energy-procurement/SKILL.md @@ -1,9 +1,22 @@ --- name: energy-procurement -description: Codified expertise for electricity and gas procurement, tariff optimisation, demand charge management, renewable PPA evaluation, and multi-facility energy cost management. +description: > + Codified expertise for electricity and gas procurement, tariff optimisation, + demand charge management, renewable PPA evaluation, and multi-facility energy + cost management. Informed by energy procurement managers with 15+ years + experience at large commercial and industrial consumers. Includes market + structure analysis, hedging strategies, load profiling, and sustainability + reporting frameworks. Use when procuring energy, optimising tariffs, managing + demand charges, evaluating PPAs, or developing energy strategies. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "⚡" --- ## When to Use diff --git a/web-app/public/skills/environment-setup-guide/SKILL.md b/web-app/public/skills/environment-setup-guide/SKILL.md index a7c36e27..f82c24a2 100644 --- a/web-app/public/skills/environment-setup-guide/SKILL.md +++ b/web-app/public/skills/environment-setup-guide/SKILL.md @@ -3,7 +3,6 @@ name: environment-setup-guide description: "Guide developers through setting up development environments with proper tools, dependencies, and configurations" risk: unknown source: community -date_added: "2026-02-27" --- # Environment Setup Guide diff --git a/web-app/public/skills/error-debugging-error-analysis/SKILL.md b/web-app/public/skills/error-debugging-error-analysis/SKILL.md index 5b8876f2..0de638f8 100644 --- a/web-app/public/skills/error-debugging-error-analysis/SKILL.md +++ b/web-app/public/skills/error-debugging-error-analysis/SKILL.md @@ -3,7 +3,6 @@ name: error-debugging-error-analysis description: "You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions." risk: unknown source: community -date_added: "2026-02-27" --- # Error Analysis and Resolution diff --git a/web-app/public/skills/error-debugging-error-trace/SKILL.md b/web-app/public/skills/error-debugging-error-trace/SKILL.md index 07b09aac..1705099a 100644 --- a/web-app/public/skills/error-debugging-error-trace/SKILL.md +++ b/web-app/public/skills/error-debugging-error-trace/SKILL.md @@ -3,7 +3,6 @@ name: error-debugging-error-trace description: "You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured loggi..." risk: unknown source: community -date_added: "2026-02-27" --- # Error Tracking and Monitoring diff --git a/web-app/public/skills/error-debugging-multi-agent-review/SKILL.md b/web-app/public/skills/error-debugging-multi-agent-review/SKILL.md index 6bf96c04..a5e929c3 100644 --- a/web-app/public/skills/error-debugging-multi-agent-review/SKILL.md +++ b/web-app/public/skills/error-debugging-multi-agent-review/SKILL.md @@ -3,7 +3,6 @@ name: error-debugging-multi-agent-review description: "Use when working with error debugging multi agent review" risk: unknown source: community -date_added: "2026-02-27" --- # Multi-Agent Code Review Orchestration Tool diff --git a/web-app/public/skills/error-detective/SKILL.md b/web-app/public/skills/error-detective/SKILL.md index e4bbb1cf..cd8c8fd0 100644 --- a/web-app/public/skills/error-detective/SKILL.md +++ b/web-app/public/skills/error-detective/SKILL.md @@ -1,9 +1,14 @@ --- name: error-detective -description: Search logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes. +description: | + Search logs and codebases for error patterns, stack traces, and + anomalies. Correlates errors across systems and identifies root causes. Use + PROACTIVELY when debugging issues, analyzing logs, or investigating production + errors. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/error-diagnostics-error-analysis/SKILL.md b/web-app/public/skills/error-diagnostics-error-analysis/SKILL.md index 5ecb8f7f..d0c11d42 100644 --- a/web-app/public/skills/error-diagnostics-error-analysis/SKILL.md +++ b/web-app/public/skills/error-diagnostics-error-analysis/SKILL.md @@ -3,7 +3,6 @@ name: error-diagnostics-error-analysis description: "You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions." risk: unknown source: community -date_added: "2026-02-27" --- # Error Analysis and Resolution diff --git a/web-app/public/skills/error-diagnostics-error-trace/SKILL.md b/web-app/public/skills/error-diagnostics-error-trace/SKILL.md index eecaf2ed..cea9061f 100644 --- a/web-app/public/skills/error-diagnostics-error-trace/SKILL.md +++ b/web-app/public/skills/error-diagnostics-error-trace/SKILL.md @@ -3,7 +3,6 @@ name: error-diagnostics-error-trace description: "You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging," risk: unknown source: community -date_added: "2026-02-27" --- # Error Tracking and Monitoring diff --git a/web-app/public/skills/error-diagnostics-smart-debug/SKILL.md b/web-app/public/skills/error-diagnostics-smart-debug/SKILL.md index 751fa2de..755073c9 100644 --- a/web-app/public/skills/error-diagnostics-smart-debug/SKILL.md +++ b/web-app/public/skills/error-diagnostics-smart-debug/SKILL.md @@ -3,7 +3,6 @@ name: error-diagnostics-smart-debug description: "Use when working with error diagnostics smart debug" risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/error-handling-patterns/SKILL.md b/web-app/public/skills/error-handling-patterns/SKILL.md index 2c581d08..20ade749 100644 --- a/web-app/public/skills/error-handling-patterns/SKILL.md +++ b/web-app/public/skills/error-handling-patterns/SKILL.md @@ -3,7 +3,6 @@ name: error-handling-patterns description: "Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling..." risk: unknown source: community -date_added: "2026-02-27" --- # Error Handling Patterns diff --git a/web-app/public/skills/ethical-hacking-methodology/SKILL.md b/web-app/public/skills/ethical-hacking-methodology/SKILL.md index e820697d..589cdcf4 100644 --- a/web-app/public/skills/ethical-hacking-methodology/SKILL.md +++ b/web-app/public/skills/ethical-hacking-methodology/SKILL.md @@ -1,9 +1,11 @@ --- name: ethical-hacking-methodology description: "This skill should be used when the user asks to \"learn ethical hacking\", \"understand penetration testing lifecycle\", \"perform reconnaissance\", \"conduct security scanning\", \"exploit ..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Ethical Hacking Methodology diff --git a/web-app/public/skills/evaluation/SKILL.md b/web-app/public/skills/evaluation/SKILL.md index 3c8e9b22..f1c16391 100644 --- a/web-app/public/skills/evaluation/SKILL.md +++ b/web-app/public/skills/evaluation/SKILL.md @@ -1,9 +1,8 @@ --- name: evaluation description: "Build evaluation frameworks for agent systems" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/evaluation" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/event-sourcing-architect/SKILL.md b/web-app/public/skills/event-sourcing-architect/SKILL.md index e6d60e10..c7bd217f 100644 --- a/web-app/public/skills/event-sourcing-architect/SKILL.md +++ b/web-app/public/skills/event-sourcing-architect/SKILL.md @@ -3,7 +3,6 @@ name: event-sourcing-architect description: "Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for e..." risk: unknown source: community -date_added: "2026-02-27" --- # Event Sourcing Architect diff --git a/web-app/public/skills/event-store-design/SKILL.md b/web-app/public/skills/event-store-design/SKILL.md index bf409ca8..0ebd1338 100644 --- a/web-app/public/skills/event-store-design/SKILL.md +++ b/web-app/public/skills/event-store-design/SKILL.md @@ -3,7 +3,6 @@ name: event-store-design description: "Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns." risk: unknown source: community -date_added: "2026-02-27" --- # Event Store Design diff --git a/web-app/public/skills/exa-search/SKILL.md b/web-app/public/skills/exa-search/SKILL.md index 166b981f..f8289cc2 100644 --- a/web-app/public/skills/exa-search/SKILL.md +++ b/web-app/public/skills/exa-search/SKILL.md @@ -3,7 +3,6 @@ name: exa-search description: "Semantic search, similar content discovery, and structured research using Exa API" risk: unknown source: community -date_added: "2026-02-27" --- # exa-search diff --git a/web-app/public/skills/executing-plans/SKILL.md b/web-app/public/skills/executing-plans/SKILL.md index c742c2db..b0aa4711 100644 --- a/web-app/public/skills/executing-plans/SKILL.md +++ b/web-app/public/skills/executing-plans/SKILL.md @@ -3,7 +3,6 @@ name: executing-plans description: "Use when you have a written implementation plan to execute in a separate session with review checkpoints" risk: unknown source: community -date_added: "2026-02-27" --- # Executing Plans diff --git a/web-app/public/skills/fastapi-pro/SKILL.md b/web-app/public/skills/fastapi-pro/SKILL.md index d0d2fc5f..b84a2913 100644 --- a/web-app/public/skills/fastapi-pro/SKILL.md +++ b/web-app/public/skills/fastapi-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: fastapi-pro -description: Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. +description: | + Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and + Pydantic V2. Master microservices, WebSockets, and modern Python async + patterns. Use PROACTIVELY for FastAPI development, async optimization, or API + architecture. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/fastapi-router-py/SKILL.md b/web-app/public/skills/fastapi-router-py/SKILL.md index be66c460..e453e790 100644 --- a/web-app/public/skills/fastapi-router-py/SKILL.md +++ b/web-app/public/skills/fastapi-router-py/SKILL.md @@ -3,7 +3,6 @@ name: fastapi-router-py description: "Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or add..." risk: unknown source: community -date_added: "2026-02-27" --- # FastAPI Router diff --git a/web-app/public/skills/fastapi-templates/SKILL.md b/web-app/public/skills/fastapi-templates/SKILL.md index 245f45af..4f4b61df 100644 --- a/web-app/public/skills/fastapi-templates/SKILL.md +++ b/web-app/public/skills/fastapi-templates/SKILL.md @@ -3,7 +3,6 @@ name: fastapi-templates description: "Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects." risk: unknown source: community -date_added: "2026-02-27" --- # FastAPI Project Templates diff --git a/web-app/public/skills/figma-automation/SKILL.md b/web-app/public/skills/figma-automation/SKILL.md index f26f5b0a..eb9aced7 100644 --- a/web-app/public/skills/figma-automation/SKILL.md +++ b/web-app/public/skills/figma-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: figma-automation description: "Automate Figma tasks via Rube MCP (Composio): files, components, design tokens, comments, exports. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Figma Automation via Rube MCP diff --git a/web-app/public/skills/file-organizer/SKILL.md b/web-app/public/skills/file-organizer/SKILL.md index df508b5c..3bf224ef 100644 --- a/web-app/public/skills/file-organizer/SKILL.md +++ b/web-app/public/skills/file-organizer/SKILL.md @@ -3,7 +3,6 @@ name: file-organizer description: "Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures. Use when user wants to clean up directories, organize downlo..." risk: unknown source: community -date_added: "2026-02-27" --- # File Organizer diff --git a/web-app/public/skills/file-path-traversal/SKILL.md b/web-app/public/skills/file-path-traversal/SKILL.md index 9ba2c8d5..9ea79eb6 100644 --- a/web-app/public/skills/file-path-traversal/SKILL.md +++ b/web-app/public/skills/file-path-traversal/SKILL.md @@ -1,9 +1,11 @@ --- name: file-path-traversal description: "This skill should be used when the user asks to \"test for directory traversal\", \"exploit path traversal vulnerabilities\", \"read arbitrary files through web applications\", \"find LFI vu..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # File Path Traversal Testing diff --git a/web-app/public/skills/file-uploads/SKILL.md b/web-app/public/skills/file-uploads/SKILL.md index b2d37334..6447296a 100644 --- a/web-app/public/skills/file-uploads/SKILL.md +++ b/web-app/public/skills/file-uploads/SKILL.md @@ -1,9 +1,8 @@ --- name: file-uploads description: "Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: f..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # File Uploads & Storage diff --git a/web-app/public/skills/finishing-a-development-branch/SKILL.md b/web-app/public/skills/finishing-a-development-branch/SKILL.md index df14a9c5..3d7abd8a 100644 --- a/web-app/public/skills/finishing-a-development-branch/SKILL.md +++ b/web-app/public/skills/finishing-a-development-branch/SKILL.md @@ -3,7 +3,6 @@ name: finishing-a-development-branch description: "Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup" risk: unknown source: community -date_added: "2026-02-27" --- # Finishing a Development Branch diff --git a/web-app/public/skills/firebase/SKILL.md b/web-app/public/skills/firebase/SKILL.md index 9d4d8fac..122c5acf 100644 --- a/web-app/public/skills/firebase/SKILL.md +++ b/web-app/public/skills/firebase/SKILL.md @@ -1,9 +1,8 @@ --- name: firebase description: "Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they'r..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Firebase diff --git a/web-app/public/skills/firecrawl-scraper/SKILL.md b/web-app/public/skills/firecrawl-scraper/SKILL.md index f548d2b9..5646238a 100644 --- a/web-app/public/skills/firecrawl-scraper/SKILL.md +++ b/web-app/public/skills/firecrawl-scraper/SKILL.md @@ -3,7 +3,6 @@ name: firecrawl-scraper description: "Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API" risk: unknown source: community -date_added: "2026-02-27" --- # firecrawl-scraper diff --git a/web-app/public/skills/firmware-analyst/SKILL.md b/web-app/public/skills/firmware-analyst/SKILL.md index cd683d71..a0fcf517 100644 --- a/web-app/public/skills/firmware-analyst/SKILL.md +++ b/web-app/public/skills/firmware-analyst/SKILL.md @@ -1,9 +1,15 @@ --- name: firmware-analyst -description: Expert firmware analyst specializing in embedded systems, IoT security, and hardware reverse engineering. +description: | + Expert firmware analyst specializing in embedded systems, IoT + security, and hardware reverse engineering. Masters firmware extraction, + analysis, and vulnerability research for routers, IoT devices, automotive + systems, and industrial controllers. Use PROACTIVELY for firmware security + audits, IoT penetration testing, or embedded systems research. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- # Download from vendor diff --git a/web-app/public/skills/flutter-expert/SKILL.md b/web-app/public/skills/flutter-expert/SKILL.md index 9708cb3f..f5d6d848 100644 --- a/web-app/public/skills/flutter-expert/SKILL.md +++ b/web-app/public/skills/flutter-expert/SKILL.md @@ -1,9 +1,15 @@ --- name: flutter-expert -description: Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. +description: | + Master Flutter development with Dart 3, advanced widgets, and + multi-platform deployment. Handles state management, animations, testing, and + performance optimization for mobile, web, desktop, and embedded platforms. Use + PROACTIVELY for Flutter architecture, UI implementation, or cross-platform + features. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/form-cro/SKILL.md b/web-app/public/skills/form-cro/SKILL.md index 630f11a8..42691609 100644 --- a/web-app/public/skills/form-cro/SKILL.md +++ b/web-app/public/skills/form-cro/SKILL.md @@ -1,9 +1,12 @@ --- name: form-cro -description: Optimize any form that is NOT signup or account registration — including lead capture, contact, demo request, application, survey, quote, and checkout forms. +description: > + Optimize any form that is NOT signup or account registration — including lead + capture, contact, demo request, application, survey, quote, and checkout forms. + Use when the goal is to increase form completion rate, reduce friction, or + improve lead quality without breaking compliance or downstream workflows. risk: unknown source: community -date_added: '2026-02-27' --- # Form Conversion Rate Optimization (Form CRO) diff --git a/web-app/public/skills/fp-ts-errors/SKILL.md b/web-app/public/skills/fp-ts-errors/SKILL.md index b6e14fe1..88bfce78 100644 --- a/web-app/public/skills/fp-ts-errors/SKILL.md +++ b/web-app/public/skills/fp-ts-errors/SKILL.md @@ -2,8 +2,7 @@ name: fp-ts-errors description: "Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts." risk: safe -source: "https://github.com/whatiskadudoing/fp-ts-skills" -date_added: "2026-02-27" +source: https://github.com/whatiskadudoing/fp-ts-skills --- # Practical Error Handling with fp-ts diff --git a/web-app/public/skills/fp-ts-pragmatic/SKILL.md b/web-app/public/skills/fp-ts-pragmatic/SKILL.md index 3d9db3bf..6d476568 100644 --- a/web-app/public/skills/fp-ts-pragmatic/SKILL.md +++ b/web-app/public/skills/fp-ts-pragmatic/SKILL.md @@ -2,8 +2,7 @@ name: fp-ts-pragmatic description: "A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library." risk: safe -source: "https://github.com/whatiskadudoing/fp-ts-skills" -date_added: "2026-02-27" +source: https://github.com/whatiskadudoing/fp-ts-skills --- # Pragmatic Functional Programming diff --git a/web-app/public/skills/fp-ts-react/SKILL.md b/web-app/public/skills/fp-ts-react/SKILL.md index 463a8194..0b04902d 100644 --- a/web-app/public/skills/fp-ts-react/SKILL.md +++ b/web-app/public/skills/fp-ts-react/SKILL.md @@ -2,8 +2,7 @@ name: fp-ts-react description: "Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15." risk: safe -source: "https://github.com/whatiskadudoing/fp-ts-skills" -date_added: "2026-02-27" +source: https://github.com/whatiskadudoing/fp-ts-skills --- # Functional Programming in React diff --git a/web-app/public/skills/framework-migration-code-migrate/SKILL.md b/web-app/public/skills/framework-migration-code-migrate/SKILL.md index ea800955..657e102e 100644 --- a/web-app/public/skills/framework-migration-code-migrate/SKILL.md +++ b/web-app/public/skills/framework-migration-code-migrate/SKILL.md @@ -3,7 +3,6 @@ name: framework-migration-code-migrate description: "You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and" risk: unknown source: community -date_added: "2026-02-27" --- # Code Migration Assistant diff --git a/web-app/public/skills/framework-migration-deps-upgrade/SKILL.md b/web-app/public/skills/framework-migration-deps-upgrade/SKILL.md index 8827ad87..f15c0dd5 100644 --- a/web-app/public/skills/framework-migration-deps-upgrade/SKILL.md +++ b/web-app/public/skills/framework-migration-deps-upgrade/SKILL.md @@ -3,7 +3,6 @@ name: framework-migration-deps-upgrade description: "You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa" risk: unknown source: community -date_added: "2026-02-27" --- # Dependency Upgrade Strategy diff --git a/web-app/public/skills/framework-migration-legacy-modernize/SKILL.md b/web-app/public/skills/framework-migration-legacy-modernize/SKILL.md index 7648711d..0a618813 100644 --- a/web-app/public/skills/framework-migration-legacy-modernize/SKILL.md +++ b/web-app/public/skills/framework-migration-legacy-modernize/SKILL.md @@ -3,7 +3,6 @@ name: framework-migration-legacy-modernize description: "Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through ex" risk: unknown source: community -date_added: "2026-02-27" --- # Legacy Code Modernization Workflow diff --git a/web-app/public/skills/free-tool-strategy/SKILL.md b/web-app/public/skills/free-tool-strategy/SKILL.md index bf5dfefd..3e4bb498 100644 --- a/web-app/public/skills/free-tool-strategy/SKILL.md +++ b/web-app/public/skills/free-tool-strategy/SKILL.md @@ -3,7 +3,6 @@ name: free-tool-strategy description: "When the user wants to plan, evaluate, or build a free tool for marketing purposes \u2014 lead generation, SEO value, or brand awareness. Also use when the user mentions \"engineering as mar..." risk: unknown source: community -date_added: "2026-02-27" --- # Free Tool Strategy (Engineering as Marketing) diff --git a/web-app/public/skills/freshdesk-automation/SKILL.md b/web-app/public/skills/freshdesk-automation/SKILL.md index 2981d608..c6d4dfb0 100644 --- a/web-app/public/skills/freshdesk-automation/SKILL.md +++ b/web-app/public/skills/freshdesk-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: freshdesk-automation description: "Automate Freshdesk helpdesk operations including tickets, contacts, companies, notes, and replies via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Freshdesk Automation via Rube MCP diff --git a/web-app/public/skills/freshservice-automation/SKILL.md b/web-app/public/skills/freshservice-automation/SKILL.md index 5a151404..f8707b74 100644 --- a/web-app/public/skills/freshservice-automation/SKILL.md +++ b/web-app/public/skills/freshservice-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: freshservice-automation description: "Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, bulk operations, service requests, and outbound emails. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Freshservice Automation via Rube MCP diff --git a/web-app/public/skills/frontend-design/SKILL.md b/web-app/public/skills/frontend-design/SKILL.md index cf358a76..629b99f9 100644 --- a/web-app/public/skills/frontend-design/SKILL.md +++ b/web-app/public/skills/frontend-design/SKILL.md @@ -1,9 +1,9 @@ --- name: frontend-design description: "Create distinctive, production-grade frontend interfaces with intentional aesthetics, high craft, and non-generic visual identity. Use when building or styling web UIs, components, pages, dashboard..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- # Frontend Design (Distinctive, Production-Grade) diff --git a/web-app/public/skills/frontend-dev-guidelines/SKILL.md b/web-app/public/skills/frontend-dev-guidelines/SKILL.md index 37e4ca90..82008787 100644 --- a/web-app/public/skills/frontend-dev-guidelines/SKILL.md +++ b/web-app/public/skills/frontend-dev-guidelines/SKILL.md @@ -3,7 +3,6 @@ name: frontend-dev-guidelines description: "Opinionated frontend development standards for modern React + TypeScript applications. Covers Suspense-first data fetching, lazy loading, feature-based architecture, MUI v7 styling, TanStack Router..." risk: unknown source: community -date_added: "2026-02-27" --- diff --git a/web-app/public/skills/frontend-developer/SKILL.md b/web-app/public/skills/frontend-developer/SKILL.md index 2494e145..0f065ebb 100644 --- a/web-app/public/skills/frontend-developer/SKILL.md +++ b/web-app/public/skills/frontend-developer/SKILL.md @@ -1,9 +1,14 @@ --- name: frontend-developer -description: Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. +description: | + Build React components, implement responsive layouts, and handle + client-side state management. Masters React 19, Next.js 15, and modern + frontend architecture. Optimizes performance and ensures accessibility. Use + PROACTIVELY when creating UI components or fixing frontend issues. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- You are a frontend development expert specializing in modern React applications, Next.js, and cutting-edge frontend architecture. diff --git a/web-app/public/skills/frontend-mobile-development-component-scaffold/SKILL.md b/web-app/public/skills/frontend-mobile-development-component-scaffold/SKILL.md index f6e62900..b1632cb4 100644 --- a/web-app/public/skills/frontend-mobile-development-component-scaffold/SKILL.md +++ b/web-app/public/skills/frontend-mobile-development-component-scaffold/SKILL.md @@ -3,7 +3,6 @@ name: frontend-mobile-development-component-scaffold description: "You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s" risk: unknown source: community -date_added: "2026-02-27" --- # React/React Native Component Scaffolding diff --git a/web-app/public/skills/frontend-mobile-security-xss-scan/SKILL.md b/web-app/public/skills/frontend-mobile-security-xss-scan/SKILL.md index 7affc979..b53efe02 100644 --- a/web-app/public/skills/frontend-mobile-security-xss-scan/SKILL.md +++ b/web-app/public/skills/frontend-mobile-security-xss-scan/SKILL.md @@ -3,7 +3,6 @@ name: frontend-mobile-security-xss-scan description: "You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection poi" risk: unknown source: community -date_added: "2026-02-27" --- # XSS Vulnerability Scanner for Frontend Code diff --git a/web-app/public/skills/frontend-security-coder/SKILL.md b/web-app/public/skills/frontend-security-coder/SKILL.md index 97e38cd3..1edc8ade 100644 --- a/web-app/public/skills/frontend-security-coder/SKILL.md +++ b/web-app/public/skills/frontend-security-coder/SKILL.md @@ -1,9 +1,14 @@ --- name: frontend-security-coder -description: Expert in secure frontend coding practices specializing in XSS prevention, output sanitization, and client-side security patterns. +description: | + Expert in secure frontend coding practices specializing in XSS + prevention, output sanitization, and client-side security patterns. Use + PROACTIVELY for frontend security implementations or client-side security code + reviews. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/frontend-slides/SKILL.md b/web-app/public/skills/frontend-slides/SKILL.md index a5b82a94..a2fedfdc 100644 --- a/web-app/public/skills/frontend-slides/SKILL.md +++ b/web-app/public/skills/frontend-slides/SKILL.md @@ -1,9 +1,8 @@ --- name: frontend-slides description: "Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a..." +source: https://github.com/zarazhangrui/frontend-slides risk: safe -source: "https://github.com/zarazhangrui/frontend-slides" -date_added: "2026-02-27" --- # Frontend Slides Skill diff --git a/web-app/public/skills/frontend-ui-dark-ts/SKILL.md b/web-app/public/skills/frontend-ui-dark-ts/SKILL.md index 2c4658ea..b0d65a85 100644 --- a/web-app/public/skills/frontend-ui-dark-ts/SKILL.md +++ b/web-app/public/skills/frontend-ui-dark-ts/SKILL.md @@ -3,7 +3,6 @@ name: frontend-ui-dark-ts description: "Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces..." risk: unknown source: community -date_added: "2026-02-27" --- # Frontend UI Dark Theme (TypeScript) diff --git a/web-app/public/skills/full-stack-orchestration-full-stack-feature/SKILL.md b/web-app/public/skills/full-stack-orchestration-full-stack-feature/SKILL.md index f9b0b4d6..825274df 100644 --- a/web-app/public/skills/full-stack-orchestration-full-stack-feature/SKILL.md +++ b/web-app/public/skills/full-stack-orchestration-full-stack-feature/SKILL.md @@ -3,7 +3,6 @@ name: full-stack-orchestration-full-stack-feature description: "Use when working with full stack orchestration full stack feature" risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/game-development/2d-games/SKILL.md b/web-app/public/skills/game-development/2d-games/SKILL.md index 5ff8b6b2..9bafd2a1 100644 --- a/web-app/public/skills/game-development/2d-games/SKILL.md +++ b/web-app/public/skills/game-development/2d-games/SKILL.md @@ -1,9 +1,9 @@ --- name: 2d-games description: "2D game development principles. Sprites, tilemaps, physics, camera." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # 2D Game Development diff --git a/web-app/public/skills/game-development/3d-games/SKILL.md b/web-app/public/skills/game-development/3d-games/SKILL.md index 7734480a..0f189699 100644 --- a/web-app/public/skills/game-development/3d-games/SKILL.md +++ b/web-app/public/skills/game-development/3d-games/SKILL.md @@ -1,9 +1,9 @@ --- name: 3d-games description: "3D game development principles. Rendering, shaders, physics, cameras." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # 3D Game Development diff --git a/web-app/public/skills/game-development/SKILL.md b/web-app/public/skills/game-development/SKILL.md index 61d1e93b..68fbcda0 100644 --- a/web-app/public/skills/game-development/SKILL.md +++ b/web-app/public/skills/game-development/SKILL.md @@ -1,9 +1,9 @@ --- name: game-development description: "Game development orchestrator. Routes to platform-specific skills based on project needs." +allowed-tools: Read, Write, Edit, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Game Development diff --git a/web-app/public/skills/game-development/game-art/SKILL.md b/web-app/public/skills/game-development/game-art/SKILL.md index ce692a03..a6d40e5a 100644 --- a/web-app/public/skills/game-development/game-art/SKILL.md +++ b/web-app/public/skills/game-development/game-art/SKILL.md @@ -1,9 +1,9 @@ --- name: game-art description: "Game art principles. Visual style selection, asset pipeline, animation workflow." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Game Art Principles diff --git a/web-app/public/skills/game-development/game-audio/SKILL.md b/web-app/public/skills/game-development/game-audio/SKILL.md index 6b4cf651..dd7e758e 100644 --- a/web-app/public/skills/game-development/game-audio/SKILL.md +++ b/web-app/public/skills/game-development/game-audio/SKILL.md @@ -1,9 +1,9 @@ --- name: game-audio description: "Game audio principles. Sound design, music integration, adaptive audio systems." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Game Audio Principles diff --git a/web-app/public/skills/game-development/game-design/SKILL.md b/web-app/public/skills/game-development/game-design/SKILL.md index e7ef3461..3dd147f8 100644 --- a/web-app/public/skills/game-development/game-design/SKILL.md +++ b/web-app/public/skills/game-development/game-design/SKILL.md @@ -1,9 +1,9 @@ --- name: game-design description: "Game design principles. GDD structure, balancing, player psychology, progression." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Game Design Principles diff --git a/web-app/public/skills/game-development/mobile-games/SKILL.md b/web-app/public/skills/game-development/mobile-games/SKILL.md index e503e123..d4453cb8 100644 --- a/web-app/public/skills/game-development/mobile-games/SKILL.md +++ b/web-app/public/skills/game-development/mobile-games/SKILL.md @@ -1,9 +1,9 @@ --- name: mobile-games description: "Mobile game development principles. Touch input, battery, performance, app stores." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Mobile Game Development diff --git a/web-app/public/skills/game-development/multiplayer/SKILL.md b/web-app/public/skills/game-development/multiplayer/SKILL.md index 45c9b8af..015f8d30 100644 --- a/web-app/public/skills/game-development/multiplayer/SKILL.md +++ b/web-app/public/skills/game-development/multiplayer/SKILL.md @@ -1,9 +1,9 @@ --- name: multiplayer description: "Multiplayer game development principles. Architecture, networking, synchronization." +allowed-tools: Read, Write, Edit, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Multiplayer Game Development diff --git a/web-app/public/skills/game-development/pc-games/SKILL.md b/web-app/public/skills/game-development/pc-games/SKILL.md index 379ec0ce..283f6cdd 100644 --- a/web-app/public/skills/game-development/pc-games/SKILL.md +++ b/web-app/public/skills/game-development/pc-games/SKILL.md @@ -1,9 +1,9 @@ --- name: pc-games description: "PC and console game development principles. Engine selection, platform features, optimization strategies." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # PC/Console Game Development diff --git a/web-app/public/skills/game-development/vr-ar/SKILL.md b/web-app/public/skills/game-development/vr-ar/SKILL.md index 6a8bad35..2adb9a83 100644 --- a/web-app/public/skills/game-development/vr-ar/SKILL.md +++ b/web-app/public/skills/game-development/vr-ar/SKILL.md @@ -1,9 +1,9 @@ --- name: vr-ar description: "VR/AR development principles. Comfort, interaction, performance requirements." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # VR/AR Development diff --git a/web-app/public/skills/game-development/web-games/SKILL.md b/web-app/public/skills/game-development/web-games/SKILL.md index 6a5090f2..cbe3c822 100644 --- a/web-app/public/skills/game-development/web-games/SKILL.md +++ b/web-app/public/skills/game-development/web-games/SKILL.md @@ -1,9 +1,9 @@ --- name: web-games description: "Web browser game development principles. Framework selection, WebGPU, optimization, PWA." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Web Browser Game Development diff --git a/web-app/public/skills/gcp-cloud-run/SKILL.md b/web-app/public/skills/gcp-cloud-run/SKILL.md index b2065436..bd344b3c 100644 --- a/web-app/public/skills/gcp-cloud-run/SKILL.md +++ b/web-app/public/skills/gcp-cloud-run/SKILL.md @@ -1,9 +1,8 @@ --- name: gcp-cloud-run description: "Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-dri..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # GCP Cloud Run diff --git a/web-app/public/skills/gdpr-data-handling/SKILL.md b/web-app/public/skills/gdpr-data-handling/SKILL.md index 1dca7f20..c8a3cd8c 100644 --- a/web-app/public/skills/gdpr-data-handling/SKILL.md +++ b/web-app/public/skills/gdpr-data-handling/SKILL.md @@ -3,7 +3,6 @@ name: gdpr-data-handling description: "Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, o..." risk: unknown source: community -date_added: "2026-02-27" --- # GDPR Data Handling diff --git a/web-app/public/skills/gemini-api-dev/SKILL.md b/web-app/public/skills/gemini-api-dev/SKILL.md index 0dd0e8d9..7855ab48 100644 --- a/web-app/public/skills/gemini-api-dev/SKILL.md +++ b/web-app/public/skills/gemini-api-dev/SKILL.md @@ -3,7 +3,6 @@ name: gemini-api-dev description: "Use this skill when building applications with Gemini models, Gemini API, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or n..." risk: unknown source: community -date_added: "2026-02-27" --- # Gemini API Development Skill diff --git a/web-app/public/skills/geo-fundamentals/SKILL.md b/web-app/public/skills/geo-fundamentals/SKILL.md index d2af3da7..e9022151 100644 --- a/web-app/public/skills/geo-fundamentals/SKILL.md +++ b/web-app/public/skills/geo-fundamentals/SKILL.md @@ -1,9 +1,9 @@ --- name: geo-fundamentals description: "Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity)." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # GEO Fundamentals diff --git a/web-app/public/skills/git-advanced-workflows/SKILL.md b/web-app/public/skills/git-advanced-workflows/SKILL.md index 137ba006..2b5eb3bb 100644 --- a/web-app/public/skills/git-advanced-workflows/SKILL.md +++ b/web-app/public/skills/git-advanced-workflows/SKILL.md @@ -3,7 +3,6 @@ name: git-advanced-workflows description: "Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, co..." risk: unknown source: community -date_added: "2026-02-27" --- # Git Advanced Workflows diff --git a/web-app/public/skills/git-pr-workflows-git-workflow/SKILL.md b/web-app/public/skills/git-pr-workflows-git-workflow/SKILL.md index 64495646..f459e424 100644 --- a/web-app/public/skills/git-pr-workflows-git-workflow/SKILL.md +++ b/web-app/public/skills/git-pr-workflows-git-workflow/SKILL.md @@ -3,7 +3,6 @@ name: git-pr-workflows-git-workflow description: "Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g" risk: unknown source: community -date_added: "2026-02-27" --- # Complete Git Workflow with Multi-Agent Orchestration diff --git a/web-app/public/skills/git-pr-workflows-onboard/SKILL.md b/web-app/public/skills/git-pr-workflows-onboard/SKILL.md index b6e8dc18..619fb081 100644 --- a/web-app/public/skills/git-pr-workflows-onboard/SKILL.md +++ b/web-app/public/skills/git-pr-workflows-onboard/SKILL.md @@ -3,7 +3,6 @@ name: git-pr-workflows-onboard description: "You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You" risk: unknown source: community -date_added: "2026-02-27" --- # Onboard diff --git a/web-app/public/skills/git-pr-workflows-pr-enhance/SKILL.md b/web-app/public/skills/git-pr-workflows-pr-enhance/SKILL.md index 49c57f0b..e26b0f91 100644 --- a/web-app/public/skills/git-pr-workflows-pr-enhance/SKILL.md +++ b/web-app/public/skills/git-pr-workflows-pr-enhance/SKILL.md @@ -3,7 +3,6 @@ name: git-pr-workflows-pr-enhance description: "You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensu" risk: unknown source: community -date_added: "2026-02-27" --- # Pull Request Enhancement diff --git a/web-app/public/skills/git-pushing/SKILL.md b/web-app/public/skills/git-pushing/SKILL.md index f72b0f8d..448ea0a7 100644 --- a/web-app/public/skills/git-pushing/SKILL.md +++ b/web-app/public/skills/git-pushing/SKILL.md @@ -3,7 +3,6 @@ name: git-pushing description: "Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activate..." risk: unknown source: community -date_added: "2026-02-27" --- # Git Push Workflow diff --git a/web-app/public/skills/github-actions-templates/SKILL.md b/web-app/public/skills/github-actions-templates/SKILL.md index c10ac59a..1005c9b6 100644 --- a/web-app/public/skills/github-actions-templates/SKILL.md +++ b/web-app/public/skills/github-actions-templates/SKILL.md @@ -3,7 +3,6 @@ name: github-actions-templates description: "Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or cre..." risk: unknown source: community -date_added: "2026-02-27" --- # GitHub Actions Templates diff --git a/web-app/public/skills/github-automation/SKILL.md b/web-app/public/skills/github-automation/SKILL.md index 0d1d820c..30aa4d67 100644 --- a/web-app/public/skills/github-automation/SKILL.md +++ b/web-app/public/skills/github-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: github-automation description: "Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # GitHub Automation via Rube MCP diff --git a/web-app/public/skills/github-issue-creator/SKILL.md b/web-app/public/skills/github-issue-creator/SKILL.md index ac90a421..c9a699d3 100644 --- a/web-app/public/skills/github-issue-creator/SKILL.md +++ b/web-app/public/skills/github-issue-creator/SKILL.md @@ -3,7 +3,6 @@ name: github-issue-creator description: "Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wan..." risk: unknown source: community -date_added: "2026-02-27" --- # GitHub Issue Creator diff --git a/web-app/public/skills/github-workflow-automation/SKILL.md b/web-app/public/skills/github-workflow-automation/SKILL.md index 2bc64077..ac5f3ed7 100644 --- a/web-app/public/skills/github-workflow-automation/SKILL.md +++ b/web-app/public/skills/github-workflow-automation/SKILL.md @@ -3,7 +3,6 @@ name: github-workflow-automation description: "Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creati..." risk: unknown source: community -date_added: "2026-02-27" --- # 🔧 GitHub Workflow Automation diff --git a/web-app/public/skills/gitlab-automation/SKILL.md b/web-app/public/skills/gitlab-automation/SKILL.md index c434a7a6..a3f5e709 100644 --- a/web-app/public/skills/gitlab-automation/SKILL.md +++ b/web-app/public/skills/gitlab-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: gitlab-automation description: "Automate GitLab project management, issues, merge requests, pipelines, branches, and user operations via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # GitLab Automation via Rube MCP diff --git a/web-app/public/skills/gitlab-ci-patterns/SKILL.md b/web-app/public/skills/gitlab-ci-patterns/SKILL.md index 7bc4a225..3a696d86 100644 --- a/web-app/public/skills/gitlab-ci-patterns/SKILL.md +++ b/web-app/public/skills/gitlab-ci-patterns/SKILL.md @@ -3,7 +3,6 @@ name: gitlab-ci-patterns description: "Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up..." risk: unknown source: community -date_added: "2026-02-27" --- # GitLab CI Patterns diff --git a/web-app/public/skills/gitops-workflow/SKILL.md b/web-app/public/skills/gitops-workflow/SKILL.md index 9032b59a..ab77584d 100644 --- a/web-app/public/skills/gitops-workflow/SKILL.md +++ b/web-app/public/skills/gitops-workflow/SKILL.md @@ -3,7 +3,6 @@ name: gitops-workflow description: "Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deplo..." risk: unknown source: community -date_added: "2026-02-27" --- # GitOps Workflow diff --git a/web-app/public/skills/gmail-automation/SKILL.md b/web-app/public/skills/gmail-automation/SKILL.md index b239d3e7..251c5019 100644 --- a/web-app/public/skills/gmail-automation/SKILL.md +++ b/web-app/public/skills/gmail-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: gmail-automation description: "Automate Gmail tasks via Rube MCP (Composio): send/reply, search, labels, drafts, attachments. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Gmail Automation via Rube MCP diff --git a/web-app/public/skills/go-concurrency-patterns/SKILL.md b/web-app/public/skills/go-concurrency-patterns/SKILL.md index f66bf879..451d10b9 100644 --- a/web-app/public/skills/go-concurrency-patterns/SKILL.md +++ b/web-app/public/skills/go-concurrency-patterns/SKILL.md @@ -3,7 +3,6 @@ name: go-concurrency-patterns description: "Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions." risk: unknown source: community -date_added: "2026-02-27" --- # Go Concurrency Patterns diff --git a/web-app/public/skills/go-playwright/SKILL.md b/web-app/public/skills/go-playwright/SKILL.md index dd64b2d1..cfca3069 100644 --- a/web-app/public/skills/go-playwright/SKILL.md +++ b/web-app/public/skills/go-playwright/SKILL.md @@ -2,8 +2,7 @@ name: go-playwright description: "Expert capability for robust, stealthy, and efficient browser automation using Playwright Go." risk: safe -source: "https://github.com/playwright-community/playwright-go" -date_added: "2026-02-27" +source: https://github.com/playwright-community/playwright-go --- # Playwright Go Automation Expert diff --git a/web-app/public/skills/godot-4-migration/SKILL.md b/web-app/public/skills/godot-4-migration/SKILL.md index 06005082..5296f63b 100644 --- a/web-app/public/skills/godot-4-migration/SKILL.md +++ b/web-app/public/skills/godot-4-migration/SKILL.md @@ -1,9 +1,8 @@ --- name: godot-4-migration -description: "Specialized guide for migrating Godot 3.x projects to Godot 4 (GDScript 2.0), covering syntax changes, Tweens, and exports." +description: Specialized guide for migrating Godot 3.x projects to Godot 4 (GDScript 2.0), covering syntax changes, Tweens, and exports. risk: safe source: community -date_added: "2026-02-27" --- # Godot 4 Migration Guide diff --git a/web-app/public/skills/godot-gdscript-patterns/SKILL.md b/web-app/public/skills/godot-gdscript-patterns/SKILL.md index ae797eb0..2bd3c637 100644 --- a/web-app/public/skills/godot-gdscript-patterns/SKILL.md +++ b/web-app/public/skills/godot-gdscript-patterns/SKILL.md @@ -3,7 +3,6 @@ name: godot-gdscript-patterns description: "Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or learning GDScript best practices." risk: unknown source: community -date_added: "2026-02-27" --- # Godot GDScript Patterns diff --git a/web-app/public/skills/golang-pro/SKILL.md b/web-app/public/skills/golang-pro/SKILL.md index 8616405d..5393bc58 100644 --- a/web-app/public/skills/golang-pro/SKILL.md +++ b/web-app/public/skills/golang-pro/SKILL.md @@ -1,9 +1,15 @@ --- name: golang-pro -description: Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. +description: | + Master Go 1.21+ with modern patterns, advanced concurrency, + performance optimization, and production-ready microservices. Expert in the + latest Go ecosystem including generics, workspaces, and cutting-edge + frameworks. Use PROACTIVELY for Go development, architecture design, or + performance optimization. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a Go expert specializing in modern Go 1.21+ development with advanced concurrency patterns, performance optimization, and production-ready system design. diff --git a/web-app/public/skills/google-analytics-automation/SKILL.md b/web-app/public/skills/google-analytics-automation/SKILL.md index 40936764..92c6646f 100644 --- a/web-app/public/skills/google-analytics-automation/SKILL.md +++ b/web-app/public/skills/google-analytics-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: google-analytics-automation description: "Automate Google Analytics tasks via Rube MCP (Composio): run reports, list accounts/properties, funnels, pivots, key events. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Google Analytics Automation via Rube MCP diff --git a/web-app/public/skills/google-calendar-automation/SKILL.md b/web-app/public/skills/google-calendar-automation/SKILL.md index 00908f7c..d18a0f9c 100644 --- a/web-app/public/skills/google-calendar-automation/SKILL.md +++ b/web-app/public/skills/google-calendar-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: google-calendar-automation description: "Automate Google Calendar events, scheduling, availability checks, and attendee management via Rube MCP (Composio). Create events, find free slots, manage attendees, and list calendars programmatica..." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Google Calendar Automation via Rube MCP diff --git a/web-app/public/skills/google-drive-automation/SKILL.md b/web-app/public/skills/google-drive-automation/SKILL.md index 027e77f4..89fe3d59 100644 --- a/web-app/public/skills/google-drive-automation/SKILL.md +++ b/web-app/public/skills/google-drive-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: google-drive-automation description: "Automate Google Drive file operations (upload, download, search, share, organize) via Rube MCP (Composio). Upload/download files, manage folders, share with permissions, and search across drives pr..." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Google Drive Automation via Rube MCP diff --git a/web-app/public/skills/googlesheets-automation/SKILL.md b/web-app/public/skills/googlesheets-automation/SKILL.md index dba2cfda..ac7ac6ed 100644 --- a/web-app/public/skills/googlesheets-automation/SKILL.md +++ b/web-app/public/skills/googlesheets-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: googlesheets-automation description: "Automate Google Sheets operations (read, write, format, filter, manage spreadsheets) via Rube MCP (Composio). Read/write data, manage tabs, apply formatting, and search rows programmatically." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Google Sheets Automation via Rube MCP diff --git a/web-app/public/skills/grafana-dashboards/SKILL.md b/web-app/public/skills/grafana-dashboards/SKILL.md index 61baa475..4f869a54 100644 --- a/web-app/public/skills/grafana-dashboards/SKILL.md +++ b/web-app/public/skills/grafana-dashboards/SKILL.md @@ -3,7 +3,6 @@ name: grafana-dashboards description: "Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational ..." risk: unknown source: community -date_added: "2026-02-27" --- # Grafana Dashboards diff --git a/web-app/public/skills/graphql-architect/SKILL.md b/web-app/public/skills/graphql-architect/SKILL.md index a5f61ac2..211e873e 100644 --- a/web-app/public/skills/graphql-architect/SKILL.md +++ b/web-app/public/skills/graphql-architect/SKILL.md @@ -1,9 +1,14 @@ --- name: graphql-architect -description: Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems. +description: | + Master modern GraphQL with federation, performance optimization, + and enterprise security. Build scalable schemas, implement advanced caching, + and design real-time systems. Use PROACTIVELY for GraphQL architecture or + performance optimization. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/graphql/SKILL.md b/web-app/public/skills/graphql/SKILL.md index 31b7b468..bdd6c753 100644 --- a/web-app/public/skills/graphql/SKILL.md +++ b/web-app/public/skills/graphql/SKILL.md @@ -1,9 +1,8 @@ --- name: graphql description: "GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper co..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # GraphQL diff --git a/web-app/public/skills/grpc-golang/SKILL.md b/web-app/public/skills/grpc-golang/SKILL.md index 68d41360..66d17712 100644 --- a/web-app/public/skills/grpc-golang/SKILL.md +++ b/web-app/public/skills/grpc-golang/SKILL.md @@ -3,7 +3,6 @@ name: grpc-golang description: "Build production-ready gRPC services in Go with mTLS, streaming, and observability. Use when designing Protobuf contracts with Buf or implementing secure service-to-service transport." risk: safe source: self -date_added: "2026-02-27" --- # gRPC Golang (gRPC-Go) diff --git a/web-app/public/skills/haskell-pro/SKILL.md b/web-app/public/skills/haskell-pro/SKILL.md index c2fc5e89..f29160b1 100644 --- a/web-app/public/skills/haskell-pro/SKILL.md +++ b/web-app/public/skills/haskell-pro/SKILL.md @@ -1,9 +1,12 @@ --- name: haskell-pro -description: "Expert Haskell engineer specializing in advanced type systems, pure" +description: Expert Haskell engineer specializing in advanced type systems, pure + functional design, and high-reliability software. Use PROACTIVELY for + type-level programming, concurrency, and architecture guidance. +metadata: + model: sonnet risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/helm-chart-scaffolding/SKILL.md b/web-app/public/skills/helm-chart-scaffolding/SKILL.md index 7905d3ee..376b7db0 100644 --- a/web-app/public/skills/helm-chart-scaffolding/SKILL.md +++ b/web-app/public/skills/helm-chart-scaffolding/SKILL.md @@ -3,7 +3,6 @@ name: helm-chart-scaffolding description: "Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or impl..." risk: unknown source: community -date_added: "2026-02-27" --- # Helm Chart Scaffolding diff --git a/web-app/public/skills/helpdesk-automation/SKILL.md b/web-app/public/skills/helpdesk-automation/SKILL.md index 6e7cbd4e..239820c4 100644 --- a/web-app/public/skills/helpdesk-automation/SKILL.md +++ b/web-app/public/skills/helpdesk-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: helpdesk-automation description: "Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # HelpDesk Automation via Rube MCP diff --git a/web-app/public/skills/hig-components-content/SKILL.md b/web-app/public/skills/hig-components-content/SKILL.md index 3be2dc41..e5083edf 100644 --- a/web-app/public/skills/hig-components-content/SKILL.md +++ b/web-app/public/skills/hig-components-content/SKILL.md @@ -1,9 +1,19 @@ --- name: hig-components-content -description: Apple Human Interface Guidelines for content display components. +version: 1.0.0 +description: > + Apple Human Interface Guidelines for content display components. Use this skill when the user asks about + "charts component", "collection view", "image view", "web view", "color well", "image well", + "activity view", "lockup", "data visualization", "content display", displaying images, rendering + web content, color pickers, or presenting collections of items in Apple apps. + Also use when the user says "how should I display charts", "what's the best way to show images", + "should I use a web view", "how do I build a grid of items", "what component shows media", + or "how do I present a share sheet". + Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data + visualization patterns, hig-components-layout for structural containers, hig-platforms for + platform-specific component behavior. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Content Components diff --git a/web-app/public/skills/hig-components-controls/SKILL.md b/web-app/public/skills/hig-components-controls/SKILL.md index de0d57e4..ae7fdb11 100644 --- a/web-app/public/skills/hig-components-controls/SKILL.md +++ b/web-app/public/skills/hig-components-controls/SKILL.md @@ -1,9 +1,19 @@ --- name: hig-components-controls -description: Apple HIG guidance for selection and input controls including pickers, toggles, sliders, steppers, segmented controls, combo boxes, text fields, text views, labels, token fields, virtual... +version: 1.0.0 +description: >- + Apple HIG guidance for selection and input controls including pickers, toggles, + sliders, steppers, segmented controls, combo boxes, text fields, text views, + labels, token fields, virtual keyboards, rating indicators, and gauges. Use + this skill when the user says "picker or segmented control," "how should my + form look," "what keyboard type should I use," "toggle vs checkbox," or asks + about picker design, toggle, switch, slider, stepper, text field, text input, + segmented control, combo box, label, token field, virtual keyboard, rating + indicator, gauge, form design, input validation, or control state management. + Cross-references: hig-components-menus, hig-components-dialogs, + hig-components-search. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Selection and Input Controls diff --git a/web-app/public/skills/hig-components-dialogs/SKILL.md b/web-app/public/skills/hig-components-dialogs/SKILL.md index 564ae0d6..ce2ea3ea 100644 --- a/web-app/public/skills/hig-components-dialogs/SKILL.md +++ b/web-app/public/skills/hig-components-dialogs/SKILL.md @@ -1,9 +1,18 @@ --- name: hig-components-dialogs -description: Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views. +version: 1.0.0 +description: >- + Apple HIG guidance for presentation components including alerts, action sheets, + popovers, sheets, and digit entry views. Use this skill when the user says + "should I use an alert or a sheet," "how do I show a confirmation dialog," + "when should I use a popover," "my modals are annoying users," or asks about + alert design, action sheet, popover, sheet, modal, dialog, digit entry, + confirmation dialog, warning dialog, modal presentation, non-modal content, + destructive action confirmation, or overlay UI patterns. Cross-references: + hig-components-menus, hig-components-controls, hig-components-search, + hig-patterns. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Presentation Components diff --git a/web-app/public/skills/hig-components-layout/SKILL.md b/web-app/public/skills/hig-components-layout/SKILL.md index a1f32ca7..f4c44de8 100644 --- a/web-app/public/skills/hig-components-layout/SKILL.md +++ b/web-app/public/skills/hig-components-layout/SKILL.md @@ -1,9 +1,18 @@ --- name: hig-components-layout -description: Apple Human Interface Guidelines for layout and navigation components. +version: 1.0.0 +description: > + Apple Human Interface Guidelines for layout and navigation components. Use this skill when the user + asks about "sidebar", "split view", "tab bar", "tab view", "scroll view", "window design", "panel", + "list view", "table view", "column view", "outline view", "navigation structure", "app layout", + "boxes", "ornaments", or organizing content hierarchically in Apple apps. + Also use when the user says "how should I organize my app", "what navigation pattern should I use", + "my layout breaks on iPad", "how do I build a sidebar", "should I use tabs or a sidebar", + or "my app doesn't adapt to different screen sizes". + Cross-references: hig-foundations for layout/spacing principles, hig-platforms for platform-specific + navigation, hig-patterns for multitasking and full-screen, hig-components-content for content display. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Layout and Navigation Components diff --git a/web-app/public/skills/hig-components-menus/SKILL.md b/web-app/public/skills/hig-components-menus/SKILL.md index 3e03477e..6a3b2892 100644 --- a/web-app/public/skills/hig-components-menus/SKILL.md +++ b/web-app/public/skills/hig-components-menus/SKILL.md @@ -1,9 +1,18 @@ --- name: hig-components-menus -description: Apple HIG guidance for menu and button components including menus, context menus, dock menus, edit menus, the menu bar, toolbars, action buttons, pop-up buttons, pull-down buttons, disclosure... +version: 1.0.0 +description: >- + Apple HIG guidance for menu and button components including menus, context menus, + dock menus, edit menus, the menu bar, toolbars, action buttons, pop-up buttons, + pull-down buttons, disclosure controls, and standard buttons. Use this skill + when the user says "how should my buttons look," "what goes in the menu bar," + "should I use a context menu or action sheet," "how do I design a toolbar," or + asks about button design, menu design, context menu, toolbar, menu bar, action + button, pop-up button, pull-down button, disclosure control, dock menu, edit + menu, or any menu/button component layout and behavior. Cross-references: + hig-components-search, hig-components-controls, hig-components-dialogs. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Menus and Buttons diff --git a/web-app/public/skills/hig-components-search/SKILL.md b/web-app/public/skills/hig-components-search/SKILL.md index 6927481d..71f35232 100644 --- a/web-app/public/skills/hig-components-search/SKILL.md +++ b/web-app/public/skills/hig-components-search/SKILL.md @@ -1,9 +1,17 @@ --- name: hig-components-search -description: Apple HIG guidance for navigation-related components including search fields, page controls, and path controls. +version: 1.0.0 +description: >- + Apple HIG guidance for navigation-related components including search fields, + page controls, and path controls. Use this skill when the user says "how should + search work in my app," "I need a breadcrumb," "how do I paginate content," or + asks about search field, search bar, page control, path control, breadcrumb, + navigation component, search UX, search suggestions, search scopes, paginated + content navigation, or file path hierarchy display. Cross-references: + hig-components-menus, hig-components-controls, hig-components-dialogs, + hig-patterns. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Navigation Components diff --git a/web-app/public/skills/hig-components-status/SKILL.md b/web-app/public/skills/hig-components-status/SKILL.md index 2ad17aac..20586287 100644 --- a/web-app/public/skills/hig-components-status/SKILL.md +++ b/web-app/public/skills/hig-components-status/SKILL.md @@ -1,9 +1,18 @@ --- name: hig-components-status -description: Apple HIG guidance for status and progress UI components including progress indicators, status bars, and activity rings. +version: 1.0.0 +description: > + Apple HIG guidance for status and progress UI components including progress indicators, + status bars, and activity rings. Use this skill when asked about: "progress indicator", + "progress bar", "loading spinner", "status bar", "activity ring", "progress display", + determinate vs indeterminate progress, loading states, or fitness tracking rings. + Also use when the user says "how do I show loading state," "should I use a spinner + or progress bar," "what goes in the status bar," or asks about activity indicators. + Cross-references: hig-components-system for widgets and complications, + hig-inputs for gesture-driven progress controls, hig-technologies for HealthKit + and activity ring data integration. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Status Components diff --git a/web-app/public/skills/hig-components-system/SKILL.md b/web-app/public/skills/hig-components-system/SKILL.md index e504853d..cf87dc15 100644 --- a/web-app/public/skills/hig-components-system/SKILL.md +++ b/web-app/public/skills/hig-components-system/SKILL.md @@ -1,9 +1,19 @@ --- name: hig-components-system -description: 'Apple HIG guidance for system experience components: widgets, live activities, notifications, complications, home screen quick actions, top shelf, watch faces, app clips, and app shortcuts.' +version: 1.0.0 +description: > + Apple HIG guidance for system experience components: widgets, live activities, + notifications, complications, home screen quick actions, top shelf, watch faces, + app clips, and app shortcuts. Use when asked about: "widget design", "live activity", + "notification design", "complication", "home screen quick action", + "top shelf", "watch face", "app clip", "app shortcut", "system experience". + Also use when the user says "how do I design a widget," "what should my notification + look like," "how do Live Activities work," "should I make an App Clip," or asks about + surfaces outside the main app. + Cross-references: hig-components-status for progress in widgets, hig-inputs for + interaction patterns, hig-technologies for Siri and system integration. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: System Experiences diff --git a/web-app/public/skills/hig-foundations/SKILL.md b/web-app/public/skills/hig-foundations/SKILL.md index 4c6ed762..821c237b 100644 --- a/web-app/public/skills/hig-foundations/SKILL.md +++ b/web-app/public/skills/hig-foundations/SKILL.md @@ -1,9 +1,18 @@ --- name: hig-foundations -description: Apple Human Interface Guidelines design foundations. +version: 1.0.0 +description: > + Apple Human Interface Guidelines design foundations. Use this skill when the user asks about + "HIG color", "Apple typography", "SF Symbols", "dark mode guidelines", "accessible design", + "Apple design foundations", "app icon", "layout guidelines", "materials", "motion", "privacy", + "right to left", "RTL", "inclusive design", branding, images, spatial layout, or writing style. + Also use when the user says "my colors look wrong in dark mode", "what font should I use", + "is my app accessible enough", "how do I support Dynamic Type", "what contrast ratio do I need", + "how do I pick system colors", or "my icons don't match the system style". + Cross-references: hig-platforms for platform-specific guidance, hig-patterns for interaction + patterns, hig-components-layout for structural components, hig-components-content for display. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Design Foundations diff --git a/web-app/public/skills/hig-inputs/SKILL.md b/web-app/public/skills/hig-inputs/SKILL.md index 17ffc569..dc00c8a6 100644 --- a/web-app/public/skills/hig-inputs/SKILL.md +++ b/web-app/public/skills/hig-inputs/SKILL.md @@ -1,9 +1,20 @@ --- name: hig-inputs -description: 'Apple HIG guidance for input methods and interaction patterns: gestures, Apple Pencil, keyboards, game controllers, pointers, Digital Crown, eye tracking, focus system, remotes, spatial...' +version: 1.0.0 +description: > + Apple HIG guidance for input methods and interaction patterns: gestures, Apple Pencil, + keyboards, game controllers, pointers, Digital Crown, eye tracking, focus system, + remotes, spatial interactions, gyroscope, accelerometer, and nearby interactions. + Use when asked about: "gesture design", "Apple Pencil", "keyboard shortcuts", + "game controller", "pointer support", "mouse support", "trackpad", "Digital Crown", + "eye tracking", "visionOS input", "focus system", "remote control", "gyroscope", + "spatial interaction". Also use when the user says "what gestures should I support," + "how do I add keyboard shortcuts," "how does input work on Apple TV," "should I + support Apple Pencil," or asks about input device handling. + Cross-references: hig-components-status, hig-components-system, + hig-technologies for VoiceOver and Siri. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Inputs diff --git a/web-app/public/skills/hig-patterns/SKILL.md b/web-app/public/skills/hig-patterns/SKILL.md index 1f00eb63..33deb5c4 100644 --- a/web-app/public/skills/hig-patterns/SKILL.md +++ b/web-app/public/skills/hig-patterns/SKILL.md @@ -1,9 +1,19 @@ --- name: hig-patterns -description: Apple Human Interface Guidelines interaction and UX patterns. +version: 1.0.0 +description: > + Apple Human Interface Guidelines interaction and UX patterns. Use this skill when the user asks about + "onboarding flow", "user onboarding", "app launch", "loading state", "drag and drop", "search pattern", + "settings design", "notifications", "modality", "multitasking", "feedback pattern", "haptics", + "undo redo", "file management", data entry, sharing, collaboration, full screen, audio, video, + haptic feedback, ratings, printing, help, or account management in Apple apps. + Also use when the user says "how should onboarding work", "my app takes too long to load", + "should I use a modal here", "how do I handle errors", "when should I ask for permissions", + "how to show progress", or "what's the right way to confirm a delete". + Cross-references: hig-foundations for underlying principles, hig-platforms for platform specifics, + hig-components-layout for navigation, hig-components-content for data display. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Interaction Patterns diff --git a/web-app/public/skills/hig-platforms/SKILL.md b/web-app/public/skills/hig-platforms/SKILL.md index f2b72218..df3a5fce 100644 --- a/web-app/public/skills/hig-platforms/SKILL.md +++ b/web-app/public/skills/hig-platforms/SKILL.md @@ -1,9 +1,17 @@ --- name: hig-platforms -description: Apple Human Interface Guidelines for platform-specific design. +version: 1.0.0 +description: > + Apple Human Interface Guidelines for platform-specific design. Use this skill when the user asks about + "designing for iOS", "iPad app design", "macOS design", "tvOS", "visionOS", "watchOS", "Apple platform", + "which platform", platform differences, platform-specific conventions, or multi-platform app design. + Also use when the user says "should I design differently for iPad vs iPhone", "how does my app work + on visionOS", "what's different about macOS apps", "porting my app to another platform", + "universal app design", or "what input methods does this platform use". + Cross-references: hig-foundations for shared design foundations, hig-patterns for interaction patterns, + hig-components-layout for navigation structures, hig-components-content for content display. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Platform Design diff --git a/web-app/public/skills/hig-project-context/SKILL.md b/web-app/public/skills/hig-project-context/SKILL.md index ca8e9e85..95037430 100644 --- a/web-app/public/skills/hig-project-context/SKILL.md +++ b/web-app/public/skills/hig-project-context/SKILL.md @@ -1,9 +1,16 @@ --- name: hig-project-context -description: Create or update a shared Apple design context document that other HIG skills use to tailor guidance. +version: 1.0.0 +description: >- + Create or update a shared Apple design context document that other HIG skills + use to tailor guidance. Use when the user says "set up my project context," + "what platforms am I targeting," "configure HIG settings," or when starting a + new Apple platform project. Also activates when other HIG skills need project + context but none exists yet. This skill creates .claude/apple-design-context.md + so that hig-foundations, hig-platforms, hig-components-*, hig-inputs, and + hig-technologies can provide targeted advice without repetitive questions. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Project Context diff --git a/web-app/public/skills/hig-technologies/SKILL.md b/web-app/public/skills/hig-technologies/SKILL.md index 75834e5e..556cc949 100644 --- a/web-app/public/skills/hig-technologies/SKILL.md +++ b/web-app/public/skills/hig-technologies/SKILL.md @@ -1,9 +1,20 @@ --- name: hig-technologies -description: 'Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, SharePlay, CarPlay, Game Center,...' +version: 1.0.0 +description: > + Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, + HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, + SharePlay, CarPlay, Game Center, in-app purchase, NFC, Wallet, VoiceOver, Maps, + Mac Catalyst, and more. Use when asked about: "Siri integration", "Apple Pay", + "HealthKit", "HomeKit", "ARKit", "augmented reality", "machine learning", + "generative AI", "iCloud sync", "Sign in with Apple", "SharePlay", "CarPlay", + "in-app purchase", "NFC", "VoiceOver", "Maps", "Mac Catalyst". Also use when + the user says "how do I integrate Siri," "what are the Apple Pay guidelines," + "how should my AR experience work," "how do I use Sign in with Apple," or asks + about any Apple framework or service integration. + Cross-references: hig-inputs for input methods, hig-components-system for widgets. risk: unknown source: community -date_added: '2026-02-27' --- # Apple HIG: Technologies diff --git a/web-app/public/skills/hosted-agents-v2-py/SKILL.md b/web-app/public/skills/hosted-agents-v2-py/SKILL.md index 58ff1e56..5b9c2855 100644 --- a/web-app/public/skills/hosted-agents-v2-py/SKILL.md +++ b/web-app/public/skills/hosted-agents-v2-py/SKILL.md @@ -1,9 +1,9 @@ --- name: hosted-agents-v2-py description: "Build hosted agents using Azure AI Projects SDK with ImageBasedHostedAgentDefinition. Use when creating container-based agents in Azure AI Foundry." +package: azure-ai-projects risk: unknown source: community -date_added: "2026-02-27" --- # Azure AI Hosted Agents (Python) diff --git a/web-app/public/skills/hr-pro/SKILL.md b/web-app/public/skills/hr-pro/SKILL.md index bfd8a2fa..c3d81cd4 100644 --- a/web-app/public/skills/hr-pro/SKILL.md +++ b/web-app/public/skills/hr-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: hr-pro -description: Professional, ethical HR partner for hiring, onboarding/offboarding, PTO and leave, performance, compliant policies, and employee relations. +description: | + Professional, ethical HR partner for hiring, + onboarding/offboarding, PTO and leave, performance, compliant policies, and + employee relations. Ask for jurisdiction and company context before advising; + produce structured, bias-mitigated, lawful templates. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/html-injection-testing/SKILL.md b/web-app/public/skills/html-injection-testing/SKILL.md index 889731f4..9e78a4e5 100644 --- a/web-app/public/skills/html-injection-testing/SKILL.md +++ b/web-app/public/skills/html-injection-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: html-injection-testing description: "This skill should be used when the user asks to \"test for HTML injection\", \"inject HTML into web pages\", \"perform HTML injection attacks\", \"deface web applications\", or \"test conten..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # HTML Injection Testing diff --git a/web-app/public/skills/hubspot-automation/SKILL.md b/web-app/public/skills/hubspot-automation/SKILL.md index e70e9d90..3886ea53 100644 --- a/web-app/public/skills/hubspot-automation/SKILL.md +++ b/web-app/public/skills/hubspot-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: hubspot-automation description: "Automate HubSpot CRM operations (contacts, companies, deals, tickets, properties) via Rube MCP using Composio integration." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # HubSpot CRM Automation via Rube MCP diff --git a/web-app/public/skills/hubspot-integration/SKILL.md b/web-app/public/skills/hubspot-integration/SKILL.md index 699ac945..00a6ceec 100644 --- a/web-app/public/skills/hubspot-integration/SKILL.md +++ b/web-app/public/skills/hubspot-integration/SKILL.md @@ -1,9 +1,8 @@ --- name: hubspot-integration description: "Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubs..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # HubSpot Integration diff --git a/web-app/public/skills/hugging-face-cli/SKILL.md b/web-app/public/skills/hugging-face-cli/SKILL.md index 7f8d35b2..a14e8a85 100644 --- a/web-app/public/skills/hugging-face-cli/SKILL.md +++ b/web-app/public/skills/hugging-face-cli/SKILL.md @@ -1,9 +1,8 @@ --- name: hugging-face-cli description: "Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create repos, manage local cache, or run comput..." -risk: safe source: "https://github.com/huggingface/skills/tree/main/skills/hugging-face-cli" -date_added: "2026-02-27" +risk: safe --- # Hugging Face CLI diff --git a/web-app/public/skills/hugging-face-jobs/SKILL.md b/web-app/public/skills/hugging-face-jobs/SKILL.md index 95bbd469..6efabe58 100644 --- a/web-app/public/skills/hugging-face-jobs/SKILL.md +++ b/web-app/public/skills/hugging-face-jobs/SKILL.md @@ -1,9 +1,9 @@ --- name: hugging-face-jobs description: "This skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, cost estimation, authentication with tok..." -risk: safe +license: "Complete terms in LICENSE.txt" source: "https://github.com/huggingface/skills/tree/main/skills/hugging-face-jobs" -date_added: "2026-02-27" +risk: safe --- # Running Workloads on Hugging Face Jobs diff --git a/web-app/public/skills/hybrid-cloud-architect/SKILL.md b/web-app/public/skills/hybrid-cloud-architect/SKILL.md index d8291906..bf3b6bbe 100644 --- a/web-app/public/skills/hybrid-cloud-architect/SKILL.md +++ b/web-app/public/skills/hybrid-cloud-architect/SKILL.md @@ -1,9 +1,16 @@ --- name: hybrid-cloud-architect -description: Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware). +description: | + Expert hybrid cloud architect specializing in complex multi-cloud + solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware). Masters + hybrid connectivity, workload placement optimization, edge computing, and + cross-cloud automation. Handles compliance, cost optimization, disaster + recovery, and migration strategies. Use PROACTIVELY for hybrid architecture, + multi-cloud strategy, or complex infrastructure integration. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/hybrid-cloud-networking/SKILL.md b/web-app/public/skills/hybrid-cloud-networking/SKILL.md index 52cc72aa..960d1793 100644 --- a/web-app/public/skills/hybrid-cloud-networking/SKILL.md +++ b/web-app/public/skills/hybrid-cloud-networking/SKILL.md @@ -3,7 +3,6 @@ name: hybrid-cloud-networking description: "Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting ..." risk: unknown source: community -date_added: "2026-02-27" --- # Hybrid Cloud Networking diff --git a/web-app/public/skills/hybrid-search-implementation/SKILL.md b/web-app/public/skills/hybrid-search-implementation/SKILL.md index 582864de..28287662 100644 --- a/web-app/public/skills/hybrid-search-implementation/SKILL.md +++ b/web-app/public/skills/hybrid-search-implementation/SKILL.md @@ -3,7 +3,6 @@ name: hybrid-search-implementation description: "Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall." risk: unknown source: community -date_added: "2026-02-27" --- # Hybrid Search Implementation diff --git a/web-app/public/skills/i18n-localization/SKILL.md b/web-app/public/skills/i18n-localization/SKILL.md index 0bc99e48..5f76f5ff 100644 --- a/web-app/public/skills/i18n-localization/SKILL.md +++ b/web-app/public/skills/i18n-localization/SKILL.md @@ -1,9 +1,9 @@ --- name: i18n-localization description: "Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # i18n & Localization diff --git a/web-app/public/skills/idor-testing/SKILL.md b/web-app/public/skills/idor-testing/SKILL.md index 24dcfcf2..9715aed8 100644 --- a/web-app/public/skills/idor-testing/SKILL.md +++ b/web-app/public/skills/idor-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: idor-testing description: "This skill should be used when the user asks to \"test for insecure direct object references,\" \"find IDOR vulnerabilities,\" \"exploit broken access control,\" \"enumerate user IDs or obje..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # IDOR Vulnerability Testing diff --git a/web-app/public/skills/incident-responder/SKILL.md b/web-app/public/skills/incident-responder/SKILL.md index dd407f57..0ec76b66 100644 --- a/web-app/public/skills/incident-responder/SKILL.md +++ b/web-app/public/skills/incident-responder/SKILL.md @@ -1,9 +1,16 @@ --- name: incident-responder -description: Expert SRE incident responder specializing in rapid problem resolution, modern observability, and comprehensive incident management. +description: | + Expert SRE incident responder specializing in rapid problem + resolution, modern observability, and comprehensive incident management. + Masters incident command, blameless post-mortems, error budget management, and + system reliability patterns. Handles critical outages, communication + strategies, and continuous improvement. Use IMMEDIATELY for production + incidents or SRE practices. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/incident-response-incident-response/SKILL.md b/web-app/public/skills/incident-response-incident-response/SKILL.md index 27382227..5c0f8564 100644 --- a/web-app/public/skills/incident-response-incident-response/SKILL.md +++ b/web-app/public/skills/incident-response-incident-response/SKILL.md @@ -3,7 +3,6 @@ name: incident-response-incident-response description: "Use when working with incident response incident response" risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/incident-response-smart-fix/SKILL.md b/web-app/public/skills/incident-response-smart-fix/SKILL.md index e387c8a6..b22844ea 100644 --- a/web-app/public/skills/incident-response-smart-fix/SKILL.md +++ b/web-app/public/skills/incident-response-smart-fix/SKILL.md @@ -3,7 +3,6 @@ name: incident-response-smart-fix description: "[Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and res" risk: unknown source: community -date_added: "2026-02-27" --- # Intelligent Issue Resolution with Multi-Agent Orchestration diff --git a/web-app/public/skills/incident-runbook-templates/SKILL.md b/web-app/public/skills/incident-runbook-templates/SKILL.md index 0cc17868..b3fdd635 100644 --- a/web-app/public/skills/incident-runbook-templates/SKILL.md +++ b/web-app/public/skills/incident-runbook-templates/SKILL.md @@ -3,7 +3,6 @@ name: incident-runbook-templates description: "Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, responding to incidents, or establishing incident resp..." risk: unknown source: community -date_added: "2026-02-27" --- # Incident Runbook Templates diff --git a/web-app/public/skills/infinite-gratitude/SKILL.md b/web-app/public/skills/infinite-gratitude/SKILL.md index 11c242fe..af00e979 100644 --- a/web-app/public/skills/infinite-gratitude/SKILL.md +++ b/web-app/public/skills/infinite-gratitude/SKILL.md @@ -2,8 +2,7 @@ name: infinite-gratitude description: "Multi-agent research skill for parallel research execution (10 agents, battle-tested with real case studies)." risk: safe -source: "https://github.com/sstklen/infinite-gratitude" -date_added: "2026-02-27" +source: https://github.com/sstklen/infinite-gratitude --- # Infinite Gratitude diff --git a/web-app/public/skills/inngest/SKILL.md b/web-app/public/skills/inngest/SKILL.md index df912901..10496387 100644 --- a/web-app/public/skills/inngest/SKILL.md +++ b/web-app/public/skills/inngest/SKILL.md @@ -1,9 +1,8 @@ --- name: inngest description: "Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, serverless background job, event-driven wor..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Inngest Integration diff --git a/web-app/public/skills/instagram-automation/SKILL.md b/web-app/public/skills/instagram-automation/SKILL.md index bfe20d8a..eb5d233c 100644 --- a/web-app/public/skills/instagram-automation/SKILL.md +++ b/web-app/public/skills/instagram-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: instagram-automation description: "Automate Instagram tasks via Rube MCP (Composio): create posts, carousels, manage media, get insights, and publishing limits. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Instagram Automation via Rube MCP diff --git a/web-app/public/skills/interactive-portfolio/SKILL.md b/web-app/public/skills/interactive-portfolio/SKILL.md index fe03e977..5289d98f 100644 --- a/web-app/public/skills/interactive-portfolio/SKILL.md +++ b/web-app/public/skills/interactive-portfolio/SKILL.md @@ -1,9 +1,8 @@ --- name: interactive-portfolio description: "Expert in building portfolios that actually land jobs and clients - not just showing work, but creating memorable experiences. Covers developer portfolios, designer portfolios, creative portfolios,..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Interactive Portfolio diff --git a/web-app/public/skills/intercom-automation/SKILL.md b/web-app/public/skills/intercom-automation/SKILL.md index b25d97c5..656fbee1 100644 --- a/web-app/public/skills/intercom-automation/SKILL.md +++ b/web-app/public/skills/intercom-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: intercom-automation description: "Automate Intercom tasks via Rube MCP (Composio): conversations, contacts, companies, segments, admins. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Intercom Automation via Rube MCP diff --git a/web-app/public/skills/internal-comms-anthropic/SKILL.md b/web-app/public/skills/internal-comms-anthropic/SKILL.md index a09d4614..bc40f61d 100644 --- a/web-app/public/skills/internal-comms-anthropic/SKILL.md +++ b/web-app/public/skills/internal-comms-anthropic/SKILL.md @@ -1,9 +1,9 @@ --- name: internal-comms-anthropic description: "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal ..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- ## When to use this skill diff --git a/web-app/public/skills/internal-comms-community/SKILL.md b/web-app/public/skills/internal-comms-community/SKILL.md index c76211c3..939ad74f 100644 --- a/web-app/public/skills/internal-comms-community/SKILL.md +++ b/web-app/public/skills/internal-comms-community/SKILL.md @@ -1,9 +1,9 @@ --- name: internal-comms-community description: "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal ..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- ## When to use this skill diff --git a/web-app/public/skills/inventory-demand-planning/SKILL.md b/web-app/public/skills/inventory-demand-planning/SKILL.md index 7396ab51..933d7e1d 100644 --- a/web-app/public/skills/inventory-demand-planning/SKILL.md +++ b/web-app/public/skills/inventory-demand-planning/SKILL.md @@ -1,9 +1,22 @@ --- name: inventory-demand-planning -description: Codified expertise for demand forecasting, safety stock optimisation, replenishment planning, and promotional lift estimation at multi-location retailers. +description: > + Codified expertise for demand forecasting, safety stock optimisation, + replenishment planning, and promotional lift estimation at multi-location + retailers. Informed by demand planners with 15+ years experience managing + hundreds of SKUs. Includes forecasting method selection, ABC/XYZ analysis, + seasonal transition management, and vendor negotiation frameworks. + Use when forecasting demand, setting safety stock, planning replenishment, + managing promotions, or optimising inventory levels. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "📊" --- ## When to Use diff --git a/web-app/public/skills/ios-developer/SKILL.md b/web-app/public/skills/ios-developer/SKILL.md index 54d4b2d0..95edf2fc 100644 --- a/web-app/public/skills/ios-developer/SKILL.md +++ b/web-app/public/skills/ios-developer/SKILL.md @@ -1,9 +1,14 @@ --- name: ios-developer -description: Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, SwiftUI, UIKit integration, Core Data, networking, and App Store optimization. +description: | + Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, + SwiftUI, UIKit integration, Core Data, networking, and App Store optimization. + Use PROACTIVELY for iOS-specific features, App Store optimization, or native + iOS development. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/istio-traffic-management/SKILL.md b/web-app/public/skills/istio-traffic-management/SKILL.md index 2aa3a892..deac85b7 100644 --- a/web-app/public/skills/istio-traffic-management/SKILL.md +++ b/web-app/public/skills/istio-traffic-management/SKILL.md @@ -3,7 +3,6 @@ name: istio-traffic-management description: "Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilie..." risk: unknown source: community -date_added: "2026-02-27" --- # Istio Traffic Management diff --git a/web-app/public/skills/java-pro/SKILL.md b/web-app/public/skills/java-pro/SKILL.md index b8146afa..a070be0e 100644 --- a/web-app/public/skills/java-pro/SKILL.md +++ b/web-app/public/skills/java-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: java-pro -description: Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Project Loom, and cloud-native patterns. +description: | + Master Java 21+ with modern features like virtual threads, pattern + matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including + GraalVM, Project Loom, and cloud-native patterns. Use PROACTIVELY for Java + development, microservices architecture, or performance optimization. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/javascript-mastery/SKILL.md b/web-app/public/skills/javascript-mastery/SKILL.md index a2390471..e27daf57 100644 --- a/web-app/public/skills/javascript-mastery/SKILL.md +++ b/web-app/public/skills/javascript-mastery/SKILL.md @@ -3,7 +3,6 @@ name: javascript-mastery description: "Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced patterns like async/await and functional p..." risk: unknown source: community -date_added: "2026-02-27" --- # 🧠 JavaScript Mastery diff --git a/web-app/public/skills/javascript-pro/SKILL.md b/web-app/public/skills/javascript-pro/SKILL.md index 35d67164..a3c53a04 100644 --- a/web-app/public/skills/javascript-pro/SKILL.md +++ b/web-app/public/skills/javascript-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: javascript-pro -description: Master modern JavaScript with ES6+, async patterns, and Node.js APIs. Handles promises, event loops, and browser/Node compatibility. +description: | + Master modern JavaScript with ES6+, async patterns, and Node.js + APIs. Handles promises, event loops, and browser/Node compatibility. Use + PROACTIVELY for JavaScript optimization, async debugging, or complex JS + patterns. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- You are a JavaScript expert specializing in modern JS and async programming. diff --git a/web-app/public/skills/javascript-testing-patterns/SKILL.md b/web-app/public/skills/javascript-testing-patterns/SKILL.md index 61c117e3..a5ee7ecd 100644 --- a/web-app/public/skills/javascript-testing-patterns/SKILL.md +++ b/web-app/public/skills/javascript-testing-patterns/SKILL.md @@ -3,7 +3,6 @@ name: javascript-testing-patterns description: "Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use..." risk: unknown source: community -date_added: "2026-02-27" --- # JavaScript Testing Patterns diff --git a/web-app/public/skills/javascript-typescript-typescript-scaffold/SKILL.md b/web-app/public/skills/javascript-typescript-typescript-scaffold/SKILL.md index e10947da..2eee1ab8 100644 --- a/web-app/public/skills/javascript-typescript-typescript-scaffold/SKILL.md +++ b/web-app/public/skills/javascript-typescript-typescript-scaffold/SKILL.md @@ -3,7 +3,6 @@ name: javascript-typescript-typescript-scaffold description: "You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project structures with modern tooling (pnpm, Vite, N" risk: unknown source: community -date_added: "2026-02-27" --- # TypeScript Project Scaffolding diff --git a/web-app/public/skills/jira-automation/SKILL.md b/web-app/public/skills/jira-automation/SKILL.md index b8cce785..7fde6c20 100644 --- a/web-app/public/skills/jira-automation/SKILL.md +++ b/web-app/public/skills/jira-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: jira-automation description: "Automate Jira tasks via Rube MCP (Composio): issues, projects, sprints, boards, comments, users. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Jira Automation via Rube MCP diff --git a/web-app/public/skills/julia-pro/SKILL.md b/web-app/public/skills/julia-pro/SKILL.md index 2a1f4cbf..c38ccb0e 100644 --- a/web-app/public/skills/julia-pro/SKILL.md +++ b/web-app/public/skills/julia-pro/SKILL.md @@ -1,9 +1,15 @@ --- name: julia-pro -description: Master Julia 1.10+ with modern features, performance optimization, multiple dispatch, and production-ready practices. +description: | + Master Julia 1.10+ with modern features, performance optimization, + multiple dispatch, and production-ready practices. Expert in the Julia + ecosystem including package management, scientific computing, and + high-performance numerical code. Use PROACTIVELY for Julia development, + optimization, or advanced Julia patterns. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/k8s-manifest-generator/SKILL.md b/web-app/public/skills/k8s-manifest-generator/SKILL.md index dbdce24f..80e5ff1b 100644 --- a/web-app/public/skills/k8s-manifest-generator/SKILL.md +++ b/web-app/public/skills/k8s-manifest-generator/SKILL.md @@ -3,7 +3,6 @@ name: k8s-manifest-generator description: "Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creat..." risk: unknown source: community -date_added: "2026-02-27" --- # Kubernetes Manifest Generator diff --git a/web-app/public/skills/k8s-security-policies/SKILL.md b/web-app/public/skills/k8s-security-policies/SKILL.md index 23ace56b..799b79f6 100644 --- a/web-app/public/skills/k8s-security-policies/SKILL.md +++ b/web-app/public/skills/k8s-security-policies/SKILL.md @@ -3,7 +3,6 @@ name: k8s-security-policies description: "Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or ..." risk: unknown source: community -date_added: "2026-02-27" --- # Kubernetes Security Policies diff --git a/web-app/public/skills/kaizen/SKILL.md b/web-app/public/skills/kaizen/SKILL.md index 7b4ecbe2..bf117419 100644 --- a/web-app/public/skills/kaizen/SKILL.md +++ b/web-app/public/skills/kaizen/SKILL.md @@ -3,7 +3,6 @@ name: kaizen description: "Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements." risk: unknown source: community -date_added: "2026-02-27" --- # Kaizen: Continuous Improvement diff --git a/web-app/public/skills/klaviyo-automation/SKILL.md b/web-app/public/skills/klaviyo-automation/SKILL.md index 90190308..861576b1 100644 --- a/web-app/public/skills/klaviyo-automation/SKILL.md +++ b/web-app/public/skills/klaviyo-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: klaviyo-automation description: "Automate Klaviyo tasks via Rube MCP (Composio): manage email/SMS campaigns, inspect campaign messages, track tags, and monitor send jobs. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Klaviyo Automation via Rube MCP diff --git a/web-app/public/skills/kotlin-coroutines-expert/SKILL.md b/web-app/public/skills/kotlin-coroutines-expert/SKILL.md index 3cc1d32b..0960b392 100644 --- a/web-app/public/skills/kotlin-coroutines-expert/SKILL.md +++ b/web-app/public/skills/kotlin-coroutines-expert/SKILL.md @@ -1,9 +1,8 @@ --- name: kotlin-coroutines-expert -description: "Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing." +description: Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing. risk: safe source: community -date_added: "2026-02-27" --- # Kotlin Coroutines Expert diff --git a/web-app/public/skills/kpi-dashboard-design/SKILL.md b/web-app/public/skills/kpi-dashboard-design/SKILL.md index 8b13f4b5..b1b49215 100644 --- a/web-app/public/skills/kpi-dashboard-design/SKILL.md +++ b/web-app/public/skills/kpi-dashboard-design/SKILL.md @@ -3,7 +3,6 @@ name: kpi-dashboard-design description: "Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data ..." risk: unknown source: community -date_added: "2026-02-27" --- # KPI Dashboard Design diff --git a/web-app/public/skills/kubernetes-architect/SKILL.md b/web-app/public/skills/kubernetes-architect/SKILL.md index 22c1eb01..3c9d06e2 100644 --- a/web-app/public/skills/kubernetes-architect/SKILL.md +++ b/web-app/public/skills/kubernetes-architect/SKILL.md @@ -1,9 +1,17 @@ --- name: kubernetes-architect -description: Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. +description: | + Expert Kubernetes architect specializing in cloud-native + infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise + container orchestration. Masters EKS/AKS/GKE, service mesh (Istio/Linkerd), + progressive delivery, multi-tenancy, and platform engineering. Handles + security, observability, cost optimization, and developer experience. Use + PROACTIVELY for K8s architecture, GitOps implementation, or cloud-native + platform design. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. diff --git a/web-app/public/skills/kubernetes-deployment/SKILL.md b/web-app/public/skills/kubernetes-deployment/SKILL.md index 26b266d5..47a46eaf 100644 --- a/web-app/public/skills/kubernetes-deployment/SKILL.md +++ b/web-app/public/skills/kubernetes-deployment/SKILL.md @@ -1,10 +1,11 @@ --- name: kubernetes-deployment description: "Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: cloud-devops +category: granular-workflow-bundle +version: 1.0.0 --- # Kubernetes Deployment Workflow diff --git a/web-app/public/skills/langchain-architecture/SKILL.md b/web-app/public/skills/langchain-architecture/SKILL.md index ab3ff920..52aaa7f2 100644 --- a/web-app/public/skills/langchain-architecture/SKILL.md +++ b/web-app/public/skills/langchain-architecture/SKILL.md @@ -3,7 +3,6 @@ name: langchain-architecture description: "Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM w..." risk: unknown source: community -date_added: "2026-02-27" --- # LangChain Architecture diff --git a/web-app/public/skills/langfuse/SKILL.md b/web-app/public/skills/langfuse/SKILL.md index cb4284ce..2174ed8e 100644 --- a/web-app/public/skills/langfuse/SKILL.md +++ b/web-app/public/skills/langfuse/SKILL.md @@ -1,9 +1,8 @@ --- name: langfuse description: "Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, LlamaIndex, and OpenAI. Essential for debug..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Langfuse diff --git a/web-app/public/skills/langgraph/SKILL.md b/web-app/public/skills/langgraph/SKILL.md index 5dd3b126..0e9a571d 100644 --- a/web-app/public/skills/langgraph/SKILL.md +++ b/web-app/public/skills/langgraph/SKILL.md @@ -1,9 +1,8 @@ --- name: langgraph description: "Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpoin..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # LangGraph diff --git a/web-app/public/skills/laravel-expert/SKILL.md b/web-app/public/skills/laravel-expert/SKILL.md index 1d86e2e9..26b1e6c2 100644 --- a/web-app/public/skills/laravel-expert/SKILL.md +++ b/web-app/public/skills/laravel-expert/SKILL.md @@ -3,7 +3,6 @@ name: laravel-expert description: "Senior Laravel Engineer role for production-grade, maintainable, and idiomatic Laravel solutions. Focuses on clean architecture, security, performance, and modern standards (Laravel 10/11+)." risk: safe source: community -date_added: "2026-02-27" --- # Laravel Expert diff --git a/web-app/public/skills/laravel-security-audit/SKILL.md b/web-app/public/skills/laravel-security-audit/SKILL.md index 130957bc..68f430c2 100644 --- a/web-app/public/skills/laravel-security-audit/SKILL.md +++ b/web-app/public/skills/laravel-security-audit/SKILL.md @@ -3,7 +3,6 @@ name: laravel-security-audit description: "Security auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Laravel security best practices." risk: safe source: community -date_added: "2026-02-27" --- # Laravel Security Audit diff --git a/web-app/public/skills/last30days/SKILL.md b/web-app/public/skills/last30days/SKILL.md index 44a52460..bbf731c6 100644 --- a/web-app/public/skills/last30days/SKILL.md +++ b/web-app/public/skills/last30days/SKILL.md @@ -1,9 +1,13 @@ --- name: last30days description: "Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool." +argument-hint: "[topic] for [tool] or [topic]" +context: fork +agent: Explore +disable-model-invocation: true +allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch risk: unknown source: community -date_added: "2026-02-27" --- # last30days: Research Any Topic from the Last 30 Days diff --git a/web-app/public/skills/launch-strategy/SKILL.md b/web-app/public/skills/launch-strategy/SKILL.md index 10f512ec..cc80517c 100644 --- a/web-app/public/skills/launch-strategy/SKILL.md +++ b/web-app/public/skills/launch-strategy/SKILL.md @@ -3,7 +3,6 @@ name: launch-strategy description: "When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,'..." risk: unknown source: community -date_added: "2026-02-27" --- # Launch Strategy diff --git a/web-app/public/skills/legacy-modernizer/SKILL.md b/web-app/public/skills/legacy-modernizer/SKILL.md index 182fcc81..516ba7f8 100644 --- a/web-app/public/skills/legacy-modernizer/SKILL.md +++ b/web-app/public/skills/legacy-modernizer/SKILL.md @@ -1,9 +1,14 @@ --- name: legacy-modernizer -description: Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility. +description: | + Refactor legacy codebases, migrate outdated frameworks, and + implement gradual modernization. Handles technical debt, dependency updates, + and backward compatibility. Use PROACTIVELY for legacy system updates, + framework migrations, or technical debt reduction. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/legal-advisor/SKILL.md b/web-app/public/skills/legal-advisor/SKILL.md index 751fefcf..91ba5e08 100644 --- a/web-app/public/skills/legal-advisor/SKILL.md +++ b/web-app/public/skills/legal-advisor/SKILL.md @@ -1,9 +1,14 @@ --- name: legal-advisor -description: Draft privacy policies, terms of service, disclaimers, and legal notices. Creates GDPR-compliant texts, cookie policies, and data processing agreements. +description: | + Draft privacy policies, terms of service, disclaimers, and legal + notices. Creates GDPR-compliant texts, cookie policies, and data processing + agreements. Use PROACTIVELY for legal documentation, compliance texts, or + regulatory requirements. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/libreoffice/base/SKILL.md b/web-app/public/skills/libreoffice/base/SKILL.md index eaf79166..cd2cead9 100644 --- a/web-app/public/skills/libreoffice/base/SKILL.md +++ b/web-app/public/skills/libreoffice/base/SKILL.md @@ -1,10 +1,11 @@ --- name: base description: "Database management, forms, reports, and data operations with LibreOffice Base." -category: database-processing -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: office-productivity +category: database-processing +version: 1.0.0 --- # LibreOffice Base diff --git a/web-app/public/skills/libreoffice/calc/SKILL.md b/web-app/public/skills/libreoffice/calc/SKILL.md index 7bc2061f..10e24ea9 100644 --- a/web-app/public/skills/libreoffice/calc/SKILL.md +++ b/web-app/public/skills/libreoffice/calc/SKILL.md @@ -1,10 +1,11 @@ --- name: calc description: "Spreadsheet creation, format conversion (ODS/XLSX/CSV), formulas, data automation with LibreOffice Calc." -category: spreadsheet-processing -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: office-productivity +category: spreadsheet-processing +version: 1.0.0 --- # LibreOffice Calc diff --git a/web-app/public/skills/libreoffice/draw/SKILL.md b/web-app/public/skills/libreoffice/draw/SKILL.md index f04e47ed..747e8245 100644 --- a/web-app/public/skills/libreoffice/draw/SKILL.md +++ b/web-app/public/skills/libreoffice/draw/SKILL.md @@ -1,10 +1,11 @@ --- name: draw description: "Vector graphics and diagram creation, format conversion (ODG/SVG/PDF) with LibreOffice Draw." -category: graphics-processing -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: office-productivity +category: graphics-processing +version: 1.0.0 --- # LibreOffice Draw diff --git a/web-app/public/skills/libreoffice/impress/SKILL.md b/web-app/public/skills/libreoffice/impress/SKILL.md index c3a6237f..d4c8d958 100644 --- a/web-app/public/skills/libreoffice/impress/SKILL.md +++ b/web-app/public/skills/libreoffice/impress/SKILL.md @@ -1,10 +1,11 @@ --- name: impress description: "Presentation creation, format conversion (ODP/PPTX/PDF), slide automation with LibreOffice Impress." -category: presentation-processing -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: office-productivity +category: presentation-processing +version: 1.0.0 --- # LibreOffice Impress diff --git a/web-app/public/skills/libreoffice/writer/SKILL.md b/web-app/public/skills/libreoffice/writer/SKILL.md index ada1a459..4ae435ef 100644 --- a/web-app/public/skills/libreoffice/writer/SKILL.md +++ b/web-app/public/skills/libreoffice/writer/SKILL.md @@ -1,10 +1,11 @@ --- name: writer description: "Document creation, format conversion (ODT/DOCX/PDF), mail merge, and automation with LibreOffice Writer." -category: document-processing -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: office-productivity +category: document-processing +version: 1.0.0 --- # LibreOffice Writer diff --git a/web-app/public/skills/linear-automation/SKILL.md b/web-app/public/skills/linear-automation/SKILL.md index 55716327..d3c4de91 100644 --- a/web-app/public/skills/linear-automation/SKILL.md +++ b/web-app/public/skills/linear-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: linear-automation description: "Automate Linear tasks via Rube MCP (Composio): issues, projects, cycles, teams, labels. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Linear Automation via Rube MCP diff --git a/web-app/public/skills/linear-claude-skill/SKILL.md b/web-app/public/skills/linear-claude-skill/SKILL.md index 926f5990..cd0efe8e 100644 --- a/web-app/public/skills/linear-claude-skill/SKILL.md +++ b/web-app/public/skills/linear-claude-skill/SKILL.md @@ -1,9 +1,10 @@ --- name: linear-claude-skill description: "Manage Linear issues, projects, and teams" -risk: safe +allowed-tools: +- WebFetch(domain: linear.app) source: "https://github.com/wrsmith108/linear-claude-skill" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/linkedin-automation/SKILL.md b/web-app/public/skills/linkedin-automation/SKILL.md index 65a38ce9..ea6ddb1b 100644 --- a/web-app/public/skills/linkedin-automation/SKILL.md +++ b/web-app/public/skills/linkedin-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: linkedin-automation description: "Automate LinkedIn tasks via Rube MCP (Composio): create posts, manage profile, company info, comments, and image uploads. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # LinkedIn Automation via Rube MCP diff --git a/web-app/public/skills/linkedin-cli/SKILL.md b/web-app/public/skills/linkedin-cli/SKILL.md index cd48897f..8401c8f0 100644 --- a/web-app/public/skills/linkedin-cli/SKILL.md +++ b/web-app/public/skills/linkedin-cli/SKILL.md @@ -1,9 +1,8 @@ --- name: linkedin-cli description: "Use when automating LinkedIn via CLI: fetch profiles, search people/companies, send messages, manage connections, create posts, and Sales Navigator." -risk: safe source: community -date_added: "2026-02-27" +risk: safe --- ## When to Use diff --git a/web-app/public/skills/linkerd-patterns/SKILL.md b/web-app/public/skills/linkerd-patterns/SKILL.md index 5e825d15..caa71d0a 100644 --- a/web-app/public/skills/linkerd-patterns/SKILL.md +++ b/web-app/public/skills/linkerd-patterns/SKILL.md @@ -3,7 +3,6 @@ name: linkerd-patterns description: "Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking ..." risk: unknown source: community -date_added: "2026-02-27" --- # Linkerd Patterns diff --git a/web-app/public/skills/lint-and-validate/SKILL.md b/web-app/public/skills/lint-and-validate/SKILL.md index 55ea1df8..0f1d342a 100644 --- a/web-app/public/skills/lint-and-validate/SKILL.md +++ b/web-app/public/skills/lint-and-validate/SKILL.md @@ -1,9 +1,9 @@ --- name: lint-and-validate description: "Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, v..." +allowed-tools: Read, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Lint and Validate Skill diff --git a/web-app/public/skills/linux-privilege-escalation/SKILL.md b/web-app/public/skills/linux-privilege-escalation/SKILL.md index caac0754..d7219400 100644 --- a/web-app/public/skills/linux-privilege-escalation/SKILL.md +++ b/web-app/public/skills/linux-privilege-escalation/SKILL.md @@ -1,9 +1,11 @@ --- name: linux-privilege-escalation description: "This skill should be used when the user asks to \"escalate privileges on Linux\", \"find privesc vectors on Linux systems\", \"exploit sudo misconfigurations\", \"abuse SUID binaries\", \"ex..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Linux Privilege Escalation diff --git a/web-app/public/skills/linux-shell-scripting/SKILL.md b/web-app/public/skills/linux-shell-scripting/SKILL.md index 7960dddf..ca8a9b85 100644 --- a/web-app/public/skills/linux-shell-scripting/SKILL.md +++ b/web-app/public/skills/linux-shell-scripting/SKILL.md @@ -1,9 +1,11 @@ --- name: linux-shell-scripting description: "This skill should be used when the user asks to \"create bash scripts\", \"automate Linux tasks\", \"monitor system resources\", \"backup files\", \"manage users\", or \"write production she..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Linux Production Shell Scripts diff --git a/web-app/public/skills/linux-troubleshooting/SKILL.md b/web-app/public/skills/linux-troubleshooting/SKILL.md index 24426b8d..464c57f9 100644 --- a/web-app/public/skills/linux-troubleshooting/SKILL.md +++ b/web-app/public/skills/linux-troubleshooting/SKILL.md @@ -1,10 +1,11 @@ --- name: linux-troubleshooting description: "Linux system troubleshooting workflow for diagnosing and resolving system issues, performance problems, and service failures." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: system-administration +category: granular-workflow-bundle +version: 1.0.0 --- # Linux Troubleshooting Workflow diff --git a/web-app/public/skills/llm-app-patterns/SKILL.md b/web-app/public/skills/llm-app-patterns/SKILL.md index e10774a2..692b2813 100644 --- a/web-app/public/skills/llm-app-patterns/SKILL.md +++ b/web-app/public/skills/llm-app-patterns/SKILL.md @@ -3,7 +3,6 @@ name: llm-app-patterns description: "Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, buildin..." risk: unknown source: community -date_added: "2026-02-27" --- # 🤖 LLM Application Patterns diff --git a/web-app/public/skills/llm-application-dev-ai-assistant/SKILL.md b/web-app/public/skills/llm-application-dev-ai-assistant/SKILL.md index 370c8750..6b41bb90 100644 --- a/web-app/public/skills/llm-application-dev-ai-assistant/SKILL.md +++ b/web-app/public/skills/llm-application-dev-ai-assistant/SKILL.md @@ -3,7 +3,6 @@ name: llm-application-dev-ai-assistant description: "You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natur" risk: unknown source: community -date_added: "2026-02-27" --- # AI Assistant Development diff --git a/web-app/public/skills/llm-application-dev-langchain-agent/SKILL.md b/web-app/public/skills/llm-application-dev-langchain-agent/SKILL.md index 73a721a5..d9ea2ac7 100644 --- a/web-app/public/skills/llm-application-dev-langchain-agent/SKILL.md +++ b/web-app/public/skills/llm-application-dev-langchain-agent/SKILL.md @@ -3,7 +3,6 @@ name: llm-application-dev-langchain-agent description: "You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph." risk: unknown source: community -date_added: "2026-02-27" --- # LangChain/LangGraph Agent Development Expert diff --git a/web-app/public/skills/llm-application-dev-prompt-optimize/SKILL.md b/web-app/public/skills/llm-application-dev-prompt-optimize/SKILL.md index fa4cf8a0..6552f1b7 100644 --- a/web-app/public/skills/llm-application-dev-prompt-optimize/SKILL.md +++ b/web-app/public/skills/llm-application-dev-prompt-optimize/SKILL.md @@ -3,7 +3,6 @@ name: llm-application-dev-prompt-optimize description: "You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimizati" risk: unknown source: community -date_added: "2026-02-27" --- # Prompt Optimization diff --git a/web-app/public/skills/llm-evaluation/SKILL.md b/web-app/public/skills/llm-evaluation/SKILL.md index cf129514..db95d5c7 100644 --- a/web-app/public/skills/llm-evaluation/SKILL.md +++ b/web-app/public/skills/llm-evaluation/SKILL.md @@ -3,7 +3,6 @@ name: llm-evaluation description: "Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or ..." risk: unknown source: community -date_added: "2026-02-27" --- # LLM Evaluation diff --git a/web-app/public/skills/logistics-exception-management/SKILL.md b/web-app/public/skills/logistics-exception-management/SKILL.md index b6d0b86c..c24f262e 100644 --- a/web-app/public/skills/logistics-exception-management/SKILL.md +++ b/web-app/public/skills/logistics-exception-management/SKILL.md @@ -1,9 +1,21 @@ --- name: logistics-exception-management -description: Codified expertise for handling freight exceptions, shipment delays, damages, losses, and carrier disputes. Informed by logistics professionals with 15+ years operational experience. +description: > + Codified expertise for handling freight exceptions, shipment delays, + damages, losses, and carrier disputes. Informed by logistics professionals + with 15+ years operational experience. Includes escalation protocols, + carrier-specific behaviours, claims procedures, and judgment frameworks. + Use when handling shipping exceptions, freight claims, delivery issues, + or carrier disputes. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "📦" --- ## When to Use diff --git a/web-app/public/skills/loki-mode/SKILL.md b/web-app/public/skills/loki-mode/SKILL.md index b02bf9e3..875830fc 100644 --- a/web-app/public/skills/loki-mode/SKILL.md +++ b/web-app/public/skills/loki-mode/SKILL.md @@ -3,7 +3,6 @@ name: loki-mode description: "Multi-agent autonomous startup system for Claude Code. Triggers on \"Loki Mode\". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations,..." risk: unknown source: community -date_added: "2026-02-27" --- # Loki Mode - Multi-Agent Autonomous Startup System diff --git a/web-app/public/skills/m365-agents-dotnet/SKILL.md b/web-app/public/skills/m365-agents-dotnet/SKILL.md index 7a29593f..01b1885f 100644 --- a/web-app/public/skills/m365-agents-dotnet/SKILL.md +++ b/web-app/public/skills/m365-agents-dotnet/SKILL.md @@ -1,9 +1,10 @@ --- name: m365-agents-dotnet -description: Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-based auth. +description: | + Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "Microsoft.Agents", "AddAgentApplicationOptions", "AgentApplication", "AddAgentAspNetAuthentication", "Copilot Studio client", "IAgentHttpAdapter". +package: Microsoft.Agents.Hosting.AspNetCore, Microsoft.Agents.Authentication.Msal, Microsoft.Agents.CopilotStudio.Client risk: unknown source: community -date_added: '2026-02-27' --- # Microsoft 365 Agents SDK (.NET) diff --git a/web-app/public/skills/m365-agents-py/SKILL.md b/web-app/public/skills/m365-agents-py/SKILL.md index cd01d928..3ec3bbdf 100644 --- a/web-app/public/skills/m365-agents-py/SKILL.md +++ b/web-app/public/skills/m365-agents-py/SKILL.md @@ -1,9 +1,10 @@ --- name: m365-agents-py -description: Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth. +description: | + Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "microsoft_agents", "AgentApplication", "start_agent_process", "TurnContext", "Copilot Studio client", "CloudAdapter". +package: microsoft-agents-hosting-core, microsoft-agents-hosting-aiohttp, microsoft-agents-activity, microsoft-agents-authentication-msal, microsoft-agents-copilotstudio-client risk: unknown source: community -date_added: '2026-02-27' --- # Microsoft 365 Agents SDK (Python) diff --git a/web-app/public/skills/m365-agents-ts/SKILL.md b/web-app/public/skills/m365-agents-ts/SKILL.md index ad448969..b6ec66fe 100644 --- a/web-app/public/skills/m365-agents-ts/SKILL.md +++ b/web-app/public/skills/m365-agents-ts/SKILL.md @@ -1,9 +1,10 @@ --- name: m365-agents-ts -description: Microsoft 365 Agents SDK for TypeScript/Node.js. +description: | + Microsoft 365 Agents SDK for TypeScript/Node.js. Build multichannel agents for Teams/M365/Copilot Studio with AgentApplication routing, Express hosting, streaming responses, and Copilot Studio client integration. Triggers: "Microsoft 365 Agents SDK", "@microsoft/agents-hosting", "AgentApplication", "startServer", "streamingResponse", "Copilot Studio client", "@microsoft/agents-copilotstudio-client". +package: "@microsoft/agents-hosting, @microsoft/agents-hosting-express, @microsoft/agents-activity, @microsoft/agents-copilotstudio-client" risk: unknown source: community -date_added: '2026-02-27' --- # Microsoft 365 Agents SDK (TypeScript) diff --git a/web-app/public/skills/machine-learning-ops-ml-pipeline/SKILL.md b/web-app/public/skills/machine-learning-ops-ml-pipeline/SKILL.md index 59f07204..f84d5823 100644 --- a/web-app/public/skills/machine-learning-ops-ml-pipeline/SKILL.md +++ b/web-app/public/skills/machine-learning-ops-ml-pipeline/SKILL.md @@ -3,7 +3,6 @@ name: machine-learning-ops-ml-pipeline description: "Design and implement a complete ML pipeline for: $ARGUMENTS" risk: unknown source: community -date_added: "2026-02-27" --- # Machine Learning Pipeline - Multi-Agent MLOps Orchestration diff --git a/web-app/public/skills/mailchimp-automation/SKILL.md b/web-app/public/skills/mailchimp-automation/SKILL.md index 574b46ae..eba17c07 100644 --- a/web-app/public/skills/mailchimp-automation/SKILL.md +++ b/web-app/public/skills/mailchimp-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: mailchimp-automation description: "Automate Mailchimp email marketing including campaigns, audiences, subscribers, segments, and analytics via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Mailchimp Automation via Rube MCP diff --git a/web-app/public/skills/make-automation/SKILL.md b/web-app/public/skills/make-automation/SKILL.md index f64d96b3..64c4e5f5 100644 --- a/web-app/public/skills/make-automation/SKILL.md +++ b/web-app/public/skills/make-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: make-automation description: "Automate Make (Integromat) tasks via Rube MCP (Composio): operations, enums, language and timezone lookups. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Make Automation via Rube MCP diff --git a/web-app/public/skills/malware-analyst/SKILL.md b/web-app/public/skills/malware-analyst/SKILL.md index f7874fa2..4b447911 100644 --- a/web-app/public/skills/malware-analyst/SKILL.md +++ b/web-app/public/skills/malware-analyst/SKILL.md @@ -1,9 +1,15 @@ --- name: malware-analyst -description: Expert malware analyst specializing in defensive malware research, threat intelligence, and incident response. Masters sandbox analysis, behavioral analysis, and malware family identification. +description: | + Expert malware analyst specializing in defensive malware research, + threat intelligence, and incident response. Masters sandbox analysis, + behavioral analysis, and malware family identification. Handles static/dynamic + analysis, unpacking, and IOC extraction. Use PROACTIVELY for malware triage, + threat hunting, incident response, or security research. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- # File identification diff --git a/web-app/public/skills/manifest/SKILL.md b/web-app/public/skills/manifest/SKILL.md index 0386504f..7f6e01be 100644 --- a/web-app/public/skills/manifest/SKILL.md +++ b/web-app/public/skills/manifest/SKILL.md @@ -3,7 +3,6 @@ name: manifest description: "Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin." risk: unknown source: community -date_added: "2026-02-27" --- # Manifest Setup diff --git a/web-app/public/skills/market-sizing-analysis/SKILL.md b/web-app/public/skills/market-sizing-analysis/SKILL.md index 584a06ee..3ddc7dd0 100644 --- a/web-app/public/skills/market-sizing-analysis/SKILL.md +++ b/web-app/public/skills/market-sizing-analysis/SKILL.md @@ -1,9 +1,14 @@ --- name: market-sizing-analysis -description: This skill should be used when the user asks to \\\"calculate TAM\\\", "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "what's the total addressable market", or... +description: | + This skill should be used when the user asks to \\\"calculate TAM\\\", + "determine SAM", "estimate SOM", "size the market", "calculate market + opportunity", "what's the total addressable market", or requests market sizing + analysis for a startup or business opportunity. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Market Sizing Analysis diff --git a/web-app/public/skills/marketing-ideas/SKILL.md b/web-app/public/skills/marketing-ideas/SKILL.md index f2d4bd04..3704b986 100644 --- a/web-app/public/skills/marketing-ideas/SKILL.md +++ b/web-app/public/skills/marketing-ideas/SKILL.md @@ -3,7 +3,6 @@ name: marketing-ideas description: "Provide proven marketing strategies and growth ideas for SaaS and software products, prioritized using a marketing feasibility scoring system." risk: unknown source: community -date_added: "2026-02-27" --- # Marketing Ideas for SaaS (with Feasibility Scoring) diff --git a/web-app/public/skills/marketing-psychology/SKILL.md b/web-app/public/skills/marketing-psychology/SKILL.md index e6eb588c..6b9d8a59 100644 --- a/web-app/public/skills/marketing-psychology/SKILL.md +++ b/web-app/public/skills/marketing-psychology/SKILL.md @@ -3,7 +3,6 @@ name: marketing-psychology description: "Apply behavioral science and mental models to marketing decisions, prioritized using a psychological leverage and feasibility scoring system." risk: unknown source: community -date_added: "2026-02-27" --- # Marketing Psychology & Mental Models diff --git a/web-app/public/skills/mcp-builder-ms/SKILL.md b/web-app/public/skills/mcp-builder-ms/SKILL.md index 2af203ce..5db729f0 100644 --- a/web-app/public/skills/mcp-builder-ms/SKILL.md +++ b/web-app/public/skills/mcp-builder-ms/SKILL.md @@ -3,7 +3,6 @@ name: mcp-builder-ms description: "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate exte..." risk: unknown source: community -date_added: "2026-02-27" --- # MCP Server Development Guide diff --git a/web-app/public/skills/mcp-builder/SKILL.md b/web-app/public/skills/mcp-builder/SKILL.md index 0f44572c..8b71a2ee 100644 --- a/web-app/public/skills/mcp-builder/SKILL.md +++ b/web-app/public/skills/mcp-builder/SKILL.md @@ -1,9 +1,9 @@ --- name: mcp-builder description: "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate exte..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- # MCP Server Development Guide diff --git a/web-app/public/skills/memory-forensics/SKILL.md b/web-app/public/skills/memory-forensics/SKILL.md index def39aec..93b1e443 100644 --- a/web-app/public/skills/memory-forensics/SKILL.md +++ b/web-app/public/skills/memory-forensics/SKILL.md @@ -3,7 +3,6 @@ name: memory-forensics description: "Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analyzing memory dumps, investigating inciden..." risk: unknown source: community -date_added: "2026-02-27" --- # Memory Forensics diff --git a/web-app/public/skills/memory-safety-patterns/SKILL.md b/web-app/public/skills/memory-safety-patterns/SKILL.md index 87984368..c3db8333 100644 --- a/web-app/public/skills/memory-safety-patterns/SKILL.md +++ b/web-app/public/skills/memory-safety-patterns/SKILL.md @@ -3,7 +3,6 @@ name: memory-safety-patterns description: "Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory..." risk: unknown source: community -date_added: "2026-02-27" --- # Memory Safety Patterns diff --git a/web-app/public/skills/memory-systems/SKILL.md b/web-app/public/skills/memory-systems/SKILL.md index 6af7b579..a0369590 100644 --- a/web-app/public/skills/memory-systems/SKILL.md +++ b/web-app/public/skills/memory-systems/SKILL.md @@ -1,9 +1,8 @@ --- name: memory-systems description: "Design short-term, long-term, and graph-based memory architectures" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/memory-systems" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/mermaid-expert/SKILL.md b/web-app/public/skills/mermaid-expert/SKILL.md index c2dcee28..6e328913 100644 --- a/web-app/public/skills/mermaid-expert/SKILL.md +++ b/web-app/public/skills/mermaid-expert/SKILL.md @@ -1,9 +1,13 @@ --- name: mermaid-expert -description: Create Mermaid diagrams for flowcharts, sequences, ERDs, and architectures. Masters syntax for all diagram types and styling. +description: | + Create Mermaid diagrams for flowcharts, sequences, ERDs, and + architectures. Masters syntax for all diagram types and styling. Use + PROACTIVELY for visual documentation, system diagrams, or process flows. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/metasploit-framework/SKILL.md b/web-app/public/skills/metasploit-framework/SKILL.md index 844a2e76..2b4f6c6f 100644 --- a/web-app/public/skills/metasploit-framework/SKILL.md +++ b/web-app/public/skills/metasploit-framework/SKILL.md @@ -1,9 +1,11 @@ --- name: metasploit-framework description: "This skill should be used when the user asks to \"use Metasploit for penetration testing\", \"exploit vulnerabilities with msfconsole\", \"create payloads with msfvenom\", \"perform post-exp..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Metasploit Framework diff --git a/web-app/public/skills/micro-saas-launcher/SKILL.md b/web-app/public/skills/micro-saas-launcher/SKILL.md index 57457143..f7f64e9d 100644 --- a/web-app/public/skills/micro-saas-launcher/SKILL.md +++ b/web-app/public/skills/micro-saas-launcher/SKILL.md @@ -1,9 +1,8 @@ --- name: micro-saas-launcher description: "Expert in launching small, focused SaaS products fast - the indie hacker approach to building profitable software. Covers idea validation, MVP development, pricing, launch strategies, and growing t..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Micro-SaaS Launcher diff --git a/web-app/public/skills/microservices-patterns/SKILL.md b/web-app/public/skills/microservices-patterns/SKILL.md index 6c3bf1c2..3d36059a 100644 --- a/web-app/public/skills/microservices-patterns/SKILL.md +++ b/web-app/public/skills/microservices-patterns/SKILL.md @@ -3,7 +3,6 @@ name: microservices-patterns description: "Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing micros..." risk: unknown source: community -date_added: "2026-02-27" --- # Microservices Patterns diff --git a/web-app/public/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md b/web-app/public/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md index 4306cad5..d49dcee2 100644 --- a/web-app/public/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +++ b/web-app/public/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md @@ -1,9 +1,9 @@ --- name: microsoft-azure-webjobs-extensions-authentication-events-dotnet -description: Microsoft Entra Authentication Events SDK for .NET. Azure Functions triggers for custom authentication extensions. +description: | + Microsoft Entra Authentication Events SDK for .NET. Azure Functions triggers for custom authentication extensions. Use for token enrichment, custom claims, attribute collection, and OTP customization in Entra ID. Triggers: "Authentication Events", "WebJobsAuthenticationEventsTrigger", "OnTokenIssuanceStart", "OnAttributeCollectionStart", "custom claims", "token enrichment", "Entra custom extension", "authentication extension". risk: unknown source: community -date_added: '2026-02-27' --- # Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents (.NET) diff --git a/web-app/public/skills/microsoft-teams-automation/SKILL.md b/web-app/public/skills/microsoft-teams-automation/SKILL.md index 39c3aff5..82f8d158 100644 --- a/web-app/public/skills/microsoft-teams-automation/SKILL.md +++ b/web-app/public/skills/microsoft-teams-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: microsoft-teams-automation description: "Automate Microsoft Teams tasks via Rube MCP (Composio): send messages, manage channels, create meetings, handle chats, and search messages. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Microsoft Teams Automation via Rube MCP diff --git a/web-app/public/skills/minecraft-bukkit-pro/SKILL.md b/web-app/public/skills/minecraft-bukkit-pro/SKILL.md index 66b677c8..f89b7668 100644 --- a/web-app/public/skills/minecraft-bukkit-pro/SKILL.md +++ b/web-app/public/skills/minecraft-bukkit-pro/SKILL.md @@ -1,9 +1,15 @@ --- name: minecraft-bukkit-pro -description: Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs. +description: | + Master Minecraft server plugin development with Bukkit, Spigot, and + Paper APIs. Specializes in event-driven architecture, command systems, world + manipulation, player management, and performance optimization. Use PROACTIVELY + for plugin architecture, gameplay mechanics, server-side features, or + cross-version compatibility. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/miro-automation/SKILL.md b/web-app/public/skills/miro-automation/SKILL.md index c55b1932..515c0144 100644 --- a/web-app/public/skills/miro-automation/SKILL.md +++ b/web-app/public/skills/miro-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: miro-automation description: "Automate Miro tasks via Rube MCP (Composio): boards, items, sticky notes, frames, sharing, connectors. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Miro Automation via Rube MCP diff --git a/web-app/public/skills/mixpanel-automation/SKILL.md b/web-app/public/skills/mixpanel-automation/SKILL.md index d8ff5a6b..4d06aa3b 100644 --- a/web-app/public/skills/mixpanel-automation/SKILL.md +++ b/web-app/public/skills/mixpanel-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: mixpanel-automation description: "Automate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, cohorts, user profiles, JQL queries. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Mixpanel Automation via Rube MCP diff --git a/web-app/public/skills/ml-engineer/SKILL.md b/web-app/public/skills/ml-engineer/SKILL.md index ac7d6385..4a816dc6 100644 --- a/web-app/public/skills/ml-engineer/SKILL.md +++ b/web-app/public/skills/ml-engineer/SKILL.md @@ -1,9 +1,14 @@ --- name: ml-engineer -description: Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring. +description: | + Build production ML systems with PyTorch 2.x, TensorFlow, and + modern ML frameworks. Implements model serving, feature engineering, A/B + testing, and monitoring. Use PROACTIVELY for ML model deployment, inference + optimization, or production ML infrastructure. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/ml-pipeline-workflow/SKILL.md b/web-app/public/skills/ml-pipeline-workflow/SKILL.md index 16786220..d368e13a 100644 --- a/web-app/public/skills/ml-pipeline-workflow/SKILL.md +++ b/web-app/public/skills/ml-pipeline-workflow/SKILL.md @@ -3,7 +3,6 @@ name: ml-pipeline-workflow description: "Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating mod..." risk: unknown source: community -date_added: "2026-02-27" --- # ML Pipeline Workflow diff --git a/web-app/public/skills/mlops-engineer/SKILL.md b/web-app/public/skills/mlops-engineer/SKILL.md index aabf303c..511743e8 100644 --- a/web-app/public/skills/mlops-engineer/SKILL.md +++ b/web-app/public/skills/mlops-engineer/SKILL.md @@ -1,9 +1,14 @@ --- name: mlops-engineer -description: Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. +description: | + Build comprehensive ML pipelines, experiment tracking, and model + registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated + training, deployment, and monitoring across cloud platforms. Use PROACTIVELY + for ML infrastructure, experiment management, or pipeline automation. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/mobile-design/SKILL.md b/web-app/public/skills/mobile-design/SKILL.md index 9f39db7e..4fc79fbb 100644 --- a/web-app/public/skills/mobile-design/SKILL.md +++ b/web-app/public/skills/mobile-design/SKILL.md @@ -1,9 +1,9 @@ --- name: mobile-design description: "Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches pr..." +allowed-tools: Read, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Mobile Design System diff --git a/web-app/public/skills/mobile-developer/SKILL.md b/web-app/public/skills/mobile-developer/SKILL.md index 551d463b..7c9de867 100644 --- a/web-app/public/skills/mobile-developer/SKILL.md +++ b/web-app/public/skills/mobile-developer/SKILL.md @@ -1,9 +1,14 @@ --- name: mobile-developer -description: Develop React Native, Flutter, or native mobile apps with modern architecture patterns. Masters cross-platform development, native integrations, offline sync, and app store optimization. +description: | + Develop React Native, Flutter, or native mobile apps with modern + architecture patterns. Masters cross-platform development, native + integrations, offline sync, and app store optimization. Use PROACTIVELY for + mobile features, cross-platform code, or app optimization. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/mobile-security-coder/SKILL.md b/web-app/public/skills/mobile-security-coder/SKILL.md index 39f58c36..d6756980 100644 --- a/web-app/public/skills/mobile-security-coder/SKILL.md +++ b/web-app/public/skills/mobile-security-coder/SKILL.md @@ -1,9 +1,14 @@ --- name: mobile-security-coder -description: Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns. +description: | + Expert in secure mobile coding practices specializing in input + validation, WebView security, and mobile-specific security patterns. Use + PROACTIVELY for mobile security implementations or mobile security code + reviews. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/modern-javascript-patterns/SKILL.md b/web-app/public/skills/modern-javascript-patterns/SKILL.md index ec2ea0f6..07501d58 100644 --- a/web-app/public/skills/modern-javascript-patterns/SKILL.md +++ b/web-app/public/skills/modern-javascript-patterns/SKILL.md @@ -3,7 +3,6 @@ name: modern-javascript-patterns description: "Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, effici..." risk: unknown source: community -date_added: "2026-02-27" --- # Modern JavaScript Patterns diff --git a/web-app/public/skills/monday-automation/SKILL.md b/web-app/public/skills/monday-automation/SKILL.md index 008b93d1..97706437 100644 --- a/web-app/public/skills/monday-automation/SKILL.md +++ b/web-app/public/skills/monday-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: monday-automation description: "Automate Monday.com work management including boards, items, columns, groups, subitems, and updates via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Monday.com Automation via Rube MCP diff --git a/web-app/public/skills/monorepo-architect/SKILL.md b/web-app/public/skills/monorepo-architect/SKILL.md index e42fdc20..49f7141e 100644 --- a/web-app/public/skills/monorepo-architect/SKILL.md +++ b/web-app/public/skills/monorepo-architect/SKILL.md @@ -3,7 +3,6 @@ name: monorepo-architect description: "Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup," risk: unknown source: community -date_added: "2026-02-27" --- # Monorepo Architect diff --git a/web-app/public/skills/monorepo-management/SKILL.md b/web-app/public/skills/monorepo-management/SKILL.md index f4d96cbb..91215e33 100644 --- a/web-app/public/skills/monorepo-management/SKILL.md +++ b/web-app/public/skills/monorepo-management/SKILL.md @@ -3,7 +3,6 @@ name: monorepo-management description: "Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monor..." risk: unknown source: community -date_added: "2026-02-27" --- # Monorepo Management diff --git a/web-app/public/skills/moodle-external-api-development/SKILL.md b/web-app/public/skills/moodle-external-api-development/SKILL.md index 3d0e43e4..ac6359e4 100644 --- a/web-app/public/skills/moodle-external-api-development/SKILL.md +++ b/web-app/public/skills/moodle-external-api-development/SKILL.md @@ -3,7 +3,6 @@ name: moodle-external-api-development description: "Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom plugin functionality. Covers parameter va..." risk: unknown source: community -date_added: "2026-02-27" --- # Moodle External API Development diff --git a/web-app/public/skills/mtls-configuration/SKILL.md b/web-app/public/skills/mtls-configuration/SKILL.md index 8eb97d25..72cef8b1 100644 --- a/web-app/public/skills/mtls-configuration/SKILL.md +++ b/web-app/public/skills/mtls-configuration/SKILL.md @@ -3,7 +3,6 @@ name: mtls-configuration description: "Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication." risk: unknown source: community -date_added: "2026-02-27" --- # mTLS Configuration diff --git a/web-app/public/skills/multi-agent-brainstorming/SKILL.md b/web-app/public/skills/multi-agent-brainstorming/SKILL.md index dbdbebd0..bb4b173b 100644 --- a/web-app/public/skills/multi-agent-brainstorming/SKILL.md +++ b/web-app/public/skills/multi-agent-brainstorming/SKILL.md @@ -1,9 +1,13 @@ --- name: multi-agent-brainstorming -description: "Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation." +description: + Use this skill when a design or idea requires higher confidence, + risk reduction, or formal review. This skill orchestrates a + structured, sequential multi-agent design review where each agent + has a strict, non-overlapping role. It prevents blind spots, + false confidence, and premature convergence. risk: unknown source: community -date_added: "2026-02-27" --- # Multi-Agent Brainstorming (Structured Design Review) diff --git a/web-app/public/skills/multi-agent-patterns/SKILL.md b/web-app/public/skills/multi-agent-patterns/SKILL.md index b3dc5f61..fab3cdb0 100644 --- a/web-app/public/skills/multi-agent-patterns/SKILL.md +++ b/web-app/public/skills/multi-agent-patterns/SKILL.md @@ -1,9 +1,8 @@ --- name: multi-agent-patterns description: "Master orchestrator, peer-to-peer, and hierarchical multi-agent architectures" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/multi-agent-patterns" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/multi-cloud-architecture/SKILL.md b/web-app/public/skills/multi-cloud-architecture/SKILL.md index 837c5c09..0543f6d3 100644 --- a/web-app/public/skills/multi-cloud-architecture/SKILL.md +++ b/web-app/public/skills/multi-cloud-architecture/SKILL.md @@ -3,7 +3,6 @@ name: multi-cloud-architecture description: "Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveragin..." risk: unknown source: community -date_added: "2026-02-27" --- # Multi-Cloud Architecture diff --git a/web-app/public/skills/multi-platform-apps-multi-platform/SKILL.md b/web-app/public/skills/multi-platform-apps-multi-platform/SKILL.md index 2d06bee6..aff23e68 100644 --- a/web-app/public/skills/multi-platform-apps-multi-platform/SKILL.md +++ b/web-app/public/skills/multi-platform-apps-multi-platform/SKILL.md @@ -3,7 +3,6 @@ name: multi-platform-apps-multi-platform description: "Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies." risk: unknown source: community -date_added: "2026-02-27" --- # Multi-Platform Feature Development Workflow diff --git a/web-app/public/skills/n8n-code-python/SKILL.md b/web-app/public/skills/n8n-code-python/SKILL.md index ef4d5e2d..14c15e8c 100644 --- a/web-app/public/skills/n8n-code-python/SKILL.md +++ b/web-app/public/skills/n8n-code-python/SKILL.md @@ -1,9 +1,8 @@ --- name: n8n-code-python description: "Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes." -risk: safe source: "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-code-python" -date_added: "2026-02-27" +risk: safe --- # Python Code Node (Beta) diff --git a/web-app/public/skills/n8n-mcp-tools-expert/SKILL.md b/web-app/public/skills/n8n-mcp-tools-expert/SKILL.md index d806c319..fdd7bc20 100644 --- a/web-app/public/skills/n8n-mcp-tools-expert/SKILL.md +++ b/web-app/public/skills/n8n-mcp-tools-expert/SKILL.md @@ -1,9 +1,8 @@ --- name: n8n-mcp-tools-expert description: "Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or using any n8n-mcp tool. Provides tool sele..." -risk: safe source: "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-mcp-tools-expert" -date_added: "2026-02-27" +risk: safe --- # n8n MCP Tools Expert diff --git a/web-app/public/skills/n8n-node-configuration/SKILL.md b/web-app/public/skills/n8n-node-configuration/SKILL.md index 97e59ec9..1b605cba 100644 --- a/web-app/public/skills/n8n-node-configuration/SKILL.md +++ b/web-app/public/skills/n8n-node-configuration/SKILL.md @@ -1,9 +1,8 @@ --- name: n8n-node-configuration description: "Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning commo..." -risk: safe source: "https://github.com/czlonkowski/n8n-skills/tree/main/skills/n8n-node-configuration" -date_added: "2026-02-27" +risk: safe --- # n8n Node Configuration diff --git a/web-app/public/skills/neon-postgres/SKILL.md b/web-app/public/skills/neon-postgres/SKILL.md index 2ef3e006..732c72e0 100644 --- a/web-app/public/skills/neon-postgres/SKILL.md +++ b/web-app/public/skills/neon-postgres/SKILL.md @@ -1,9 +1,8 @@ --- name: neon-postgres description: "Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration Use when: neon database, serverless postgres, database branching, neon postgres, postgres..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Neon Postgres diff --git a/web-app/public/skills/nerdzao-elite-gemini-high/SKILL.md b/web-app/public/skills/nerdzao-elite-gemini-high/SKILL.md index d059847d..e05013b6 100644 --- a/web-app/public/skills/nerdzao-elite-gemini-high/SKILL.md +++ b/web-app/public/skills/nerdzao-elite-gemini-high/SKILL.md @@ -1,9 +1,8 @@ --- name: nerdzao-elite-gemini-high description: "Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens." -risk: safe -source: community -date_added: "2026-02-27" +risk: "safe" +source: "community" --- # @nerdzao-elite-gemini-high diff --git a/web-app/public/skills/nerdzao-elite/SKILL.md b/web-app/public/skills/nerdzao-elite/SKILL.md index a246bf3e..b3b02d28 100644 --- a/web-app/public/skills/nerdzao-elite/SKILL.md +++ b/web-app/public/skills/nerdzao-elite/SKILL.md @@ -3,7 +3,6 @@ name: nerdzao-elite description: "Senior Elite Software Engineer (15+) and Senior Product Designer. Full workflow with planning, architecture, TDD, clean code, and pixel-perfect UX validation." risk: safe source: community -date_added: "2026-02-27" --- # @nerdzao-elite diff --git a/web-app/public/skills/nestjs-expert/SKILL.md b/web-app/public/skills/nestjs-expert/SKILL.md index 7a15cba8..ee09d1c2 100644 --- a/web-app/public/skills/nestjs-expert/SKILL.md +++ b/web-app/public/skills/nestjs-expert/SKILL.md @@ -2,9 +2,10 @@ name: nestjs-expert description: "Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js auth..." category: framework +displayName: Nest.js Framework Expert +color: red risk: unknown source: community -date_added: "2026-02-27" --- # Nest.js Expert diff --git a/web-app/public/skills/network-101/SKILL.md b/web-app/public/skills/network-101/SKILL.md index 63d52f61..5af21a39 100644 --- a/web-app/public/skills/network-101/SKILL.md +++ b/web-app/public/skills/network-101/SKILL.md @@ -1,9 +1,11 @@ --- name: network-101 description: "This skill should be used when the user asks to \"set up a web server\", \"configure HTTP or HTTPS\", \"perform SNMP enumeration\", \"configure SMB shares\", \"test network services\", or ne..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Network 101 diff --git a/web-app/public/skills/network-engineer/SKILL.md b/web-app/public/skills/network-engineer/SKILL.md index 6ee44886..26cf7f66 100644 --- a/web-app/public/skills/network-engineer/SKILL.md +++ b/web-app/public/skills/network-engineer/SKILL.md @@ -1,9 +1,16 @@ --- name: network-engineer -description: Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization. +description: | + Expert network engineer specializing in modern cloud networking, + security architectures, and performance optimization. Masters multi-cloud + connectivity, service mesh, zero-trust networking, SSL/TLS, global load + balancing, and advanced troubleshooting. Handles CDN optimization, network + automation, and compliance. Use PROACTIVELY for network design, connectivity + issues, or performance optimization. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/nextjs-app-router-patterns/SKILL.md b/web-app/public/skills/nextjs-app-router-patterns/SKILL.md index dc700acf..a8d4887b 100644 --- a/web-app/public/skills/nextjs-app-router-patterns/SKILL.md +++ b/web-app/public/skills/nextjs-app-router-patterns/SKILL.md @@ -3,7 +3,6 @@ name: nextjs-app-router-patterns description: "Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Serve..." risk: unknown source: community -date_added: "2026-02-27" --- # Next.js App Router Patterns diff --git a/web-app/public/skills/nextjs-best-practices/SKILL.md b/web-app/public/skills/nextjs-best-practices/SKILL.md index 059d5b2c..f3e1ee19 100644 --- a/web-app/public/skills/nextjs-best-practices/SKILL.md +++ b/web-app/public/skills/nextjs-best-practices/SKILL.md @@ -1,9 +1,9 @@ --- name: nextjs-best-practices description: "Next.js App Router principles. Server Components, data fetching, routing patterns." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Next.js Best Practices diff --git a/web-app/public/skills/nextjs-supabase-auth/SKILL.md b/web-app/public/skills/nextjs-supabase-auth/SKILL.md index 513b826c..da3db9a4 100644 --- a/web-app/public/skills/nextjs-supabase-auth/SKILL.md +++ b/web-app/public/skills/nextjs-supabase-auth/SKILL.md @@ -1,9 +1,8 @@ --- name: nextjs-supabase-auth description: "Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Next.js + Supabase Auth diff --git a/web-app/public/skills/nft-standards/SKILL.md b/web-app/public/skills/nft-standards/SKILL.md index 4dffb6eb..0dab323b 100644 --- a/web-app/public/skills/nft-standards/SKILL.md +++ b/web-app/public/skills/nft-standards/SKILL.md @@ -3,7 +3,6 @@ name: nft-standards description: "Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementi..." risk: unknown source: community -date_added: "2026-02-27" --- # NFT Standards diff --git a/web-app/public/skills/nodejs-backend-patterns/SKILL.md b/web-app/public/skills/nodejs-backend-patterns/SKILL.md index 11aec8f7..a016a653 100644 --- a/web-app/public/skills/nodejs-backend-patterns/SKILL.md +++ b/web-app/public/skills/nodejs-backend-patterns/SKILL.md @@ -3,7 +3,6 @@ name: nodejs-backend-patterns description: "Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when..." risk: unknown source: community -date_added: "2026-02-27" --- # Node.js Backend Patterns diff --git a/web-app/public/skills/nodejs-best-practices/SKILL.md b/web-app/public/skills/nodejs-best-practices/SKILL.md index 9d343714..8f0969ce 100644 --- a/web-app/public/skills/nodejs-best-practices/SKILL.md +++ b/web-app/public/skills/nodejs-best-practices/SKILL.md @@ -1,9 +1,9 @@ --- name: nodejs-best-practices description: "Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Node.js Best Practices diff --git a/web-app/public/skills/nosql-expert/SKILL.md b/web-app/public/skills/nosql-expert/SKILL.md index e0bf3745..0a0b2d86 100644 --- a/web-app/public/skills/nosql-expert/SKILL.md +++ b/web-app/public/skills/nosql-expert/SKILL.md @@ -3,7 +3,6 @@ name: nosql-expert description: "Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems." risk: unknown source: community -date_added: "2026-02-27" --- # NoSQL Expert Patterns (Cassandra & DynamoDB) diff --git a/web-app/public/skills/notebooklm/SKILL.md b/web-app/public/skills/notebooklm/SKILL.md index 67383c4d..0b3e824a 100644 --- a/web-app/public/skills/notebooklm/SKILL.md +++ b/web-app/public/skills/notebooklm/SKILL.md @@ -3,7 +3,6 @@ name: notebooklm description: "Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth...." risk: unknown source: community -date_added: "2026-02-27" --- # NotebookLM Research Assistant Skill diff --git a/web-app/public/skills/notion-automation/SKILL.md b/web-app/public/skills/notion-automation/SKILL.md index 93ca24bf..fb7654a1 100644 --- a/web-app/public/skills/notion-automation/SKILL.md +++ b/web-app/public/skills/notion-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: notion-automation description: "Automate Notion tasks via Rube MCP (Composio): pages, databases, blocks, comments, users. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Notion Automation via Rube MCP diff --git a/web-app/public/skills/notion-template-business/SKILL.md b/web-app/public/skills/notion-template-business/SKILL.md index ef1905bf..50d44077 100644 --- a/web-app/public/skills/notion-template-business/SKILL.md +++ b/web-app/public/skills/notion-template-business/SKILL.md @@ -1,9 +1,8 @@ --- name: notion-template-business description: "Expert in building and selling Notion templates as a business - not just making templates, but building a sustainable digital product business. Covers template design, pricing, marketplaces, market..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Notion Template Business diff --git a/web-app/public/skills/nx-workspace-patterns/SKILL.md b/web-app/public/skills/nx-workspace-patterns/SKILL.md index c7715892..a3ef1ef8 100644 --- a/web-app/public/skills/nx-workspace-patterns/SKILL.md +++ b/web-app/public/skills/nx-workspace-patterns/SKILL.md @@ -3,7 +3,6 @@ name: nx-workspace-patterns description: "Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands." risk: unknown source: community -date_added: "2026-02-27" --- # Nx Workspace Patterns diff --git a/web-app/public/skills/observability-engineer/SKILL.md b/web-app/public/skills/observability-engineer/SKILL.md index 2240bf2d..ac320312 100644 --- a/web-app/public/skills/observability-engineer/SKILL.md +++ b/web-app/public/skills/observability-engineer/SKILL.md @@ -1,9 +1,14 @@ --- name: observability-engineer -description: Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. +description: | + Build production-ready monitoring, logging, and tracing systems. + Implements comprehensive observability strategies, SLI/SLO management, and + incident response workflows. Use PROACTIVELY for monitoring infrastructure, + performance optimization, or production reliability. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- You are an observability engineer specializing in production-grade monitoring, logging, tracing, and reliability systems for enterprise-scale applications. diff --git a/web-app/public/skills/observability-monitoring-monitor-setup/SKILL.md b/web-app/public/skills/observability-monitoring-monitor-setup/SKILL.md index f7e61b3a..63d3d6bd 100644 --- a/web-app/public/skills/observability-monitoring-monitor-setup/SKILL.md +++ b/web-app/public/skills/observability-monitoring-monitor-setup/SKILL.md @@ -3,7 +3,6 @@ name: observability-monitoring-monitor-setup description: "You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful da" risk: unknown source: community -date_added: "2026-02-27" --- # Monitoring and Observability Setup diff --git a/web-app/public/skills/observability-monitoring-slo-implement/SKILL.md b/web-app/public/skills/observability-monitoring-slo-implement/SKILL.md index 4b9f1a61..69e01b95 100644 --- a/web-app/public/skills/observability-monitoring-slo-implement/SKILL.md +++ b/web-app/public/skills/observability-monitoring-slo-implement/SKILL.md @@ -3,7 +3,6 @@ name: observability-monitoring-slo-implement description: "You are an SLO (Service Level Objective) expert specializing in implementing reliability standards and error budget-based practices. Design SLO frameworks, define SLIs, and build monitoring that ba..." risk: unknown source: community -date_added: "2026-02-27" --- # SLO Implementation Guide diff --git a/web-app/public/skills/observe-whatsapp/SKILL.md b/web-app/public/skills/observe-whatsapp/SKILL.md index 0010b24c..bb0faea6 100644 --- a/web-app/public/skills/observe-whatsapp/SKILL.md +++ b/web-app/public/skills/observe-whatsapp/SKILL.md @@ -1,9 +1,8 @@ --- name: observe-whatsapp description: "Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message f..." -risk: safe source: "https://github.com/gokapso/agent-skills/tree/master/skills/observe-whatsapp" -date_added: "2026-02-27" +risk: safe --- # Observe WhatsApp diff --git a/web-app/public/skills/obsidian-clipper-template-creator/SKILL.md b/web-app/public/skills/obsidian-clipper-template-creator/SKILL.md index f271f8e8..ed9e40da 100644 --- a/web-app/public/skills/obsidian-clipper-template-creator/SKILL.md +++ b/web-app/public/skills/obsidian-clipper-template-creator/SKILL.md @@ -3,7 +3,6 @@ name: obsidian-clipper-template-creator description: "Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content." risk: unknown source: community -date_added: "2026-02-27" --- # Obsidian Web Clipper Template Creator diff --git a/web-app/public/skills/office-productivity/SKILL.md b/web-app/public/skills/office-productivity/SKILL.md index e18249cd..c67111a8 100644 --- a/web-app/public/skills/office-productivity/SKILL.md +++ b/web-app/public/skills/office-productivity/SKILL.md @@ -1,10 +1,11 @@ --- name: office-productivity description: "Office productivity workflow covering document creation, spreadsheet automation, presentation generation, and integration with LibreOffice and Microsoft Office formats." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: office-productivity +category: workflow-bundle +version: 1.0.0 --- # Office Productivity Workflow Bundle diff --git a/web-app/public/skills/on-call-handoff-patterns/SKILL.md b/web-app/public/skills/on-call-handoff-patterns/SKILL.md index 3a017ffc..b4e9eb73 100644 --- a/web-app/public/skills/on-call-handoff-patterns/SKILL.md +++ b/web-app/public/skills/on-call-handoff-patterns/SKILL.md @@ -3,7 +3,6 @@ name: on-call-handoff-patterns description: "Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, documenting shift summaries, or improving on-call pro..." risk: unknown source: community -date_added: "2026-02-27" --- # On-Call Handoff Patterns diff --git a/web-app/public/skills/onboarding-cro/SKILL.md b/web-app/public/skills/onboarding-cro/SKILL.md index 07210fc0..e66ccf7e 100644 --- a/web-app/public/skills/onboarding-cro/SKILL.md +++ b/web-app/public/skills/onboarding-cro/SKILL.md @@ -3,7 +3,6 @@ name: onboarding-cro description: "When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions \"onboarding flow,\" \"activation rate,\" \"u..." risk: unknown source: community -date_added: "2026-02-27" --- # Onboarding CRO diff --git a/web-app/public/skills/one-drive-automation/SKILL.md b/web-app/public/skills/one-drive-automation/SKILL.md index 4057b248..64d90719 100644 --- a/web-app/public/skills/one-drive-automation/SKILL.md +++ b/web-app/public/skills/one-drive-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: one-drive-automation description: "Automate OneDrive file management, search, uploads, downloads, sharing, permissions, and folder operations via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # OneDrive Automation via Rube MCP diff --git a/web-app/public/skills/openapi-spec-generation/SKILL.md b/web-app/public/skills/openapi-spec-generation/SKILL.md index 91fbd7ea..1b22bdec 100644 --- a/web-app/public/skills/openapi-spec-generation/SKILL.md +++ b/web-app/public/skills/openapi-spec-generation/SKILL.md @@ -3,7 +3,6 @@ name: openapi-spec-generation description: "Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance." risk: unknown source: community -date_added: "2026-02-27" --- # OpenAPI Spec Generation diff --git a/web-app/public/skills/os-scripting/SKILL.md b/web-app/public/skills/os-scripting/SKILL.md index 35a5cb24..913b60ec 100644 --- a/web-app/public/skills/os-scripting/SKILL.md +++ b/web-app/public/skills/os-scripting/SKILL.md @@ -1,10 +1,11 @@ --- name: os-scripting description: "Operating system and shell scripting troubleshooting workflow for Linux, macOS, and Windows. Covers bash scripting, system administration, debugging, and automation." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: system-administration +category: workflow-bundle +version: 1.0.0 --- # OS/Shell Scripting Troubleshooting Workflow Bundle diff --git a/web-app/public/skills/oss-hunter/SKILL.md b/web-app/public/skills/oss-hunter/SKILL.md index 125c3ebc..44a4a521 100644 --- a/web-app/public/skills/oss-hunter/SKILL.md +++ b/web-app/public/skills/oss-hunter/SKILL.md @@ -2,8 +2,8 @@ name: oss-hunter description: "Automatically hunt for high-impact OSS contribution opportunities in trending repositories." risk: safe -source: "https://github.com/jackjin1997/ClawForge" -date_added: "2026-02-27" +source: https://github.com/jackjin1997/ClawForge +metadata: {"openclaw":{"emoji":"🎯","category":"developer"}} --- # OSS Hunter 🎯 diff --git a/web-app/public/skills/outlook-automation/SKILL.md b/web-app/public/skills/outlook-automation/SKILL.md index 677caeae..5a4e057c 100644 --- a/web-app/public/skills/outlook-automation/SKILL.md +++ b/web-app/public/skills/outlook-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: outlook-automation description: "Automate Outlook tasks via Rube MCP (Composio): emails, calendar, contacts, folders, attachments. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Outlook Automation via Rube MCP diff --git a/web-app/public/skills/outlook-calendar-automation/SKILL.md b/web-app/public/skills/outlook-calendar-automation/SKILL.md index a056c0d7..001d9d2a 100644 --- a/web-app/public/skills/outlook-calendar-automation/SKILL.md +++ b/web-app/public/skills/outlook-calendar-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: outlook-calendar-automation description: "Automate Outlook Calendar tasks via Rube MCP (Composio): create events, manage attendees, find meeting times, and handle invitations. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Outlook Calendar Automation via Rube MCP diff --git a/web-app/public/skills/page-cro/SKILL.md b/web-app/public/skills/page-cro/SKILL.md index 69be3093..bdb40688 100644 --- a/web-app/public/skills/page-cro/SKILL.md +++ b/web-app/public/skills/page-cro/SKILL.md @@ -1,9 +1,14 @@ --- name: page-cro -description: Analyze and optimize individual pages for conversion performance. +description: > + Analyze and optimize individual pages for conversion performance. + Use when the user wants to improve conversion rates, diagnose why a page + is underperforming, or increase the effectiveness of marketing pages + (homepage, landing pages, pricing, feature pages, or blog posts). + This skill focuses on diagnosis, prioritization, and testable recommendations— + not blind optimization. risk: unknown source: community -date_added: '2026-02-27' --- # Page Conversion Rate Optimization (CRO) You are an expert in **page-level conversion optimization**. diff --git a/web-app/public/skills/pagerduty-automation/SKILL.md b/web-app/public/skills/pagerduty-automation/SKILL.md index 8b1627cd..48efe84d 100644 --- a/web-app/public/skills/pagerduty-automation/SKILL.md +++ b/web-app/public/skills/pagerduty-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: pagerduty-automation description: "Automate PagerDuty tasks via Rube MCP (Composio): manage incidents, services, schedules, escalation policies, and on-call rotations. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # PagerDuty Automation via Rube MCP diff --git a/web-app/public/skills/paid-ads/SKILL.md b/web-app/public/skills/paid-ads/SKILL.md index c2667999..0be906b9 100644 --- a/web-app/public/skills/paid-ads/SKILL.md +++ b/web-app/public/skills/paid-ads/SKILL.md @@ -3,7 +3,6 @@ name: paid-ads description: "When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' '..." risk: unknown source: community -date_added: "2026-02-27" --- # Paid Ads diff --git a/web-app/public/skills/parallel-agents/SKILL.md b/web-app/public/skills/parallel-agents/SKILL.md index 5d8a939d..7733d9f4 100644 --- a/web-app/public/skills/parallel-agents/SKILL.md +++ b/web-app/public/skills/parallel-agents/SKILL.md @@ -1,9 +1,9 @@ --- name: parallel-agents description: "Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Native Parallel Agents diff --git a/web-app/public/skills/payment-integration/SKILL.md b/web-app/public/skills/payment-integration/SKILL.md index 714cd343..378ae43d 100644 --- a/web-app/public/skills/payment-integration/SKILL.md +++ b/web-app/public/skills/payment-integration/SKILL.md @@ -1,9 +1,13 @@ --- name: payment-integration -description: Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features. +description: | + Integrate Stripe, PayPal, and payment processors. Handles checkout + flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when + implementing payments, billing, or subscription features. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/paypal-integration/SKILL.md b/web-app/public/skills/paypal-integration/SKILL.md index d01c3f3e..05071b3b 100644 --- a/web-app/public/skills/paypal-integration/SKILL.md +++ b/web-app/public/skills/paypal-integration/SKILL.md @@ -3,7 +3,6 @@ name: paypal-integration description: "Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-com..." risk: unknown source: community -date_added: "2026-02-27" --- # PayPal Integration diff --git a/web-app/public/skills/paywall-upgrade-cro/SKILL.md b/web-app/public/skills/paywall-upgrade-cro/SKILL.md index f1626833..a613695e 100644 --- a/web-app/public/skills/paywall-upgrade-cro/SKILL.md +++ b/web-app/public/skills/paywall-upgrade-cro/SKILL.md @@ -3,7 +3,6 @@ name: paywall-upgrade-cro description: "When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions \"paywall,\" \"upgrade screen,\" \"upgrade modal,..." risk: unknown source: community -date_added: "2026-02-27" --- # Paywall and Upgrade Screen CRO diff --git a/web-app/public/skills/pci-compliance/SKILL.md b/web-app/public/skills/pci-compliance/SKILL.md index 468545d5..c5dfac75 100644 --- a/web-app/public/skills/pci-compliance/SKILL.md +++ b/web-app/public/skills/pci-compliance/SKILL.md @@ -3,7 +3,6 @@ name: pci-compliance description: "Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card ..." risk: unknown source: community -date_added: "2026-02-27" --- # PCI Compliance diff --git a/web-app/public/skills/pdf-official/SKILL.md b/web-app/public/skills/pdf-official/SKILL.md index 49f27f29..6c677ba3 100644 --- a/web-app/public/skills/pdf-official/SKILL.md +++ b/web-app/public/skills/pdf-official/SKILL.md @@ -1,9 +1,9 @@ --- name: pdf-official description: "Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmaticall..." +license: Proprietary. LICENSE.txt has complete terms risk: unknown source: community -date_added: "2026-02-27" --- # PDF Processing Guide diff --git a/web-app/public/skills/pentest-checklist/SKILL.md b/web-app/public/skills/pentest-checklist/SKILL.md index db3c5e8f..9b82f330 100644 --- a/web-app/public/skills/pentest-checklist/SKILL.md +++ b/web-app/public/skills/pentest-checklist/SKILL.md @@ -1,9 +1,11 @@ --- name: pentest-checklist description: "This skill should be used when the user asks to \"plan a penetration test\", \"create a security assessment checklist\", \"prepare for penetration testing\", \"define pentest scope\", \"foll..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Pentest Checklist diff --git a/web-app/public/skills/pentest-commands/SKILL.md b/web-app/public/skills/pentest-commands/SKILL.md index 541b5fb4..beefbf91 100644 --- a/web-app/public/skills/pentest-commands/SKILL.md +++ b/web-app/public/skills/pentest-commands/SKILL.md @@ -1,9 +1,11 @@ --- name: pentest-commands description: "This skill should be used when the user asks to \"run pentest commands\", \"scan with nmap\", \"use metasploit exploits\", \"crack passwords with hydra or john\", \"scan web vulnerabilities ..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Pentest Commands diff --git a/web-app/public/skills/performance-engineer/SKILL.md b/web-app/public/skills/performance-engineer/SKILL.md index d2d110bb..a463deec 100644 --- a/web-app/public/skills/performance-engineer/SKILL.md +++ b/web-app/public/skills/performance-engineer/SKILL.md @@ -1,9 +1,15 @@ --- name: performance-engineer -description: "Expert performance engineer specializing in modern observability," +description: Expert performance engineer specializing in modern observability, + application optimization, and scalable system performance. Masters + OpenTelemetry, distributed tracing, load testing, multi-tier caching, Core Web + Vitals, and performance monitoring. Handles end-to-end optimization, real user + monitoring, and scalability patterns. Use PROACTIVELY for performance + optimization, observability, or scalability challenges. +metadata: + model: inherit risk: unknown source: community -date_added: "2026-02-27" --- You are a performance engineer specializing in modern application optimization, observability, and scalable system performance. diff --git a/web-app/public/skills/performance-profiling/SKILL.md b/web-app/public/skills/performance-profiling/SKILL.md index 728cb503..80f4513b 100644 --- a/web-app/public/skills/performance-profiling/SKILL.md +++ b/web-app/public/skills/performance-profiling/SKILL.md @@ -1,9 +1,9 @@ --- name: performance-profiling description: "Performance profiling principles. Measurement, analysis, and optimization techniques." +allowed-tools: Read, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Performance Profiling diff --git a/web-app/public/skills/performance-testing-review-ai-review/SKILL.md b/web-app/public/skills/performance-testing-review-ai-review/SKILL.md index 1a656b2e..7296c39d 100644 --- a/web-app/public/skills/performance-testing-review-ai-review/SKILL.md +++ b/web-app/public/skills/performance-testing-review-ai-review/SKILL.md @@ -3,7 +3,6 @@ name: performance-testing-review-ai-review description: "You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C" risk: unknown source: community -date_added: "2026-02-27" --- # AI-Powered Code Review Specialist diff --git a/web-app/public/skills/performance-testing-review-multi-agent-review/SKILL.md b/web-app/public/skills/performance-testing-review-multi-agent-review/SKILL.md index 6df2c65d..648f3356 100644 --- a/web-app/public/skills/performance-testing-review-multi-agent-review/SKILL.md +++ b/web-app/public/skills/performance-testing-review-multi-agent-review/SKILL.md @@ -3,7 +3,6 @@ name: performance-testing-review-multi-agent-review description: "Use when working with performance testing review multi agent review" risk: unknown source: community -date_added: "2026-02-27" --- # Multi-Agent Code Review Orchestration Tool diff --git a/web-app/public/skills/personal-tool-builder/SKILL.md b/web-app/public/skills/personal-tool-builder/SKILL.md index d4413143..160ccff2 100644 --- a/web-app/public/skills/personal-tool-builder/SKILL.md +++ b/web-app/public/skills/personal-tool-builder/SKILL.md @@ -1,9 +1,8 @@ --- name: personal-tool-builder description: "Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same i..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Personal Tool Builder diff --git a/web-app/public/skills/php-pro/SKILL.md b/web-app/public/skills/php-pro/SKILL.md index fb38f4ff..99fa90e7 100644 --- a/web-app/public/skills/php-pro/SKILL.md +++ b/web-app/public/skills/php-pro/SKILL.md @@ -1,15 +1,13 @@ --- name: php-pro -description: 'Write idiomatic PHP code with generators, iterators, SPL data - +description: | + Write idiomatic PHP code with generators, iterators, SPL data structures, and modern OOP features. Use PROACTIVELY for high-performance PHP - applications. - - ' +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/pipedrive-automation/SKILL.md b/web-app/public/skills/pipedrive-automation/SKILL.md index f9160c28..8e54aca1 100644 --- a/web-app/public/skills/pipedrive-automation/SKILL.md +++ b/web-app/public/skills/pipedrive-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: pipedrive-automation description: "Automate Pipedrive CRM operations including deals, contacts, organizations, activities, notes, and pipeline management via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Pipedrive Automation via Rube MCP diff --git a/web-app/public/skills/plaid-fintech/SKILL.md b/web-app/public/skills/plaid-fintech/SKILL.md index 4e9dae6d..8495fe09 100644 --- a/web-app/public/skills/plaid-fintech/SKILL.md +++ b/web-app/public/skills/plaid-fintech/SKILL.md @@ -1,9 +1,8 @@ --- name: plaid-fintech description: "Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Plaid Fintech diff --git a/web-app/public/skills/plan-writing/SKILL.md b/web-app/public/skills/plan-writing/SKILL.md index c36c0d01..54da7bf4 100644 --- a/web-app/public/skills/plan-writing/SKILL.md +++ b/web-app/public/skills/plan-writing/SKILL.md @@ -1,9 +1,9 @@ --- name: plan-writing description: "Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Plan Writing diff --git a/web-app/public/skills/planning-with-files/SKILL.md b/web-app/public/skills/planning-with-files/SKILL.md index 433ed3fa..c5264ef9 100644 --- a/web-app/public/skills/planning-with-files/SKILL.md +++ b/web-app/public/skills/planning-with-files/SKILL.md @@ -1,9 +1,38 @@ --- name: planning-with-files +version: "2.1.2" description: "Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requirin..." +user-invocable: true +allowed-tools: + - Read + - Write + - Edit + - Bash + - Glob + - Grep + - WebFetch + - WebSearch +hooks: + SessionStart: + - hooks: + - type: command + command: "echo '[planning-with-files] Ready. Auto-activates for complex tasks, or invoke manually with /planning-with-files'" + PreToolUse: + - matcher: "Write|Edit|Bash" + hooks: + - type: command + command: "cat task_plan.md 2>/dev/null | head -30 || true" + PostToolUse: + - matcher: "Write|Edit" + hooks: + - type: command + command: "echo '[planning-with-files] File updated. If this completes a phase, update task_plan.md status.'" + Stop: + - hooks: + - type: command + command: "${CLAUDE_PLUGIN_ROOT}/scripts/check-complete.sh" risk: unknown source: community -date_added: "2026-02-27" --- # Planning with Files diff --git a/web-app/public/skills/playwright-skill/SKILL.md b/web-app/public/skills/playwright-skill/SKILL.md index a98bffe4..0a40e549 100644 --- a/web-app/public/skills/playwright-skill/SKILL.md +++ b/web-app/public/skills/playwright-skill/SKILL.md @@ -3,7 +3,6 @@ name: playwright-skill description: "Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login ..." risk: unknown source: community -date_added: "2026-02-27" --- **IMPORTANT - Path Resolution:** diff --git a/web-app/public/skills/podcast-generation/SKILL.md b/web-app/public/skills/podcast-generation/SKILL.md index 7ca5bbf9..8e130454 100644 --- a/web-app/public/skills/podcast-generation/SKILL.md +++ b/web-app/public/skills/podcast-generation/SKILL.md @@ -3,7 +3,6 @@ name: podcast-generation description: "Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creatio..." risk: unknown source: community -date_added: "2026-02-27" --- # Podcast Generation with GPT Realtime Mini diff --git a/web-app/public/skills/popup-cro/SKILL.md b/web-app/public/skills/popup-cro/SKILL.md index 5dd86483..bd3f8099 100644 --- a/web-app/public/skills/popup-cro/SKILL.md +++ b/web-app/public/skills/popup-cro/SKILL.md @@ -3,7 +3,6 @@ name: popup-cro description: "Create and optimize popups, modals, overlays, slide-ins, and banners to increase conversions without harming user experience or brand trust." risk: unknown source: community -date_added: "2026-02-27" --- # Popup CRO diff --git a/web-app/public/skills/posix-shell-pro/SKILL.md b/web-app/public/skills/posix-shell-pro/SKILL.md index 89a2c361..b6c7824a 100644 --- a/web-app/public/skills/posix-shell-pro/SKILL.md +++ b/web-app/public/skills/posix-shell-pro/SKILL.md @@ -1,9 +1,13 @@ --- name: posix-shell-pro -description: Expert in strict POSIX sh scripting for maximum portability across Unix-like systems. Specializes in shell scripts that run on any POSIX-compliant shell (dash, ash, sh, bash --posix). +description: | + Expert in strict POSIX sh scripting for maximum portability across + Unix-like systems. Specializes in shell scripts that run on any + POSIX-compliant shell (dash, ash, sh, bash --posix). +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/postgres-best-practices/SKILL.md b/web-app/public/skills/postgres-best-practices/SKILL.md index 9400a4e4..43160b73 100644 --- a/web-app/public/skills/postgres-best-practices/SKILL.md +++ b/web-app/public/skills/postgres-best-practices/SKILL.md @@ -1,9 +1,12 @@ --- name: postgres-best-practices description: "Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations." +license: MIT +metadata: + author: supabase + version: "1.0.0" risk: unknown source: community -date_added: "2026-02-27" --- # Supabase Postgres Best Practices diff --git a/web-app/public/skills/postgresql-optimization/SKILL.md b/web-app/public/skills/postgresql-optimization/SKILL.md index 8af85171..3581986b 100644 --- a/web-app/public/skills/postgresql-optimization/SKILL.md +++ b/web-app/public/skills/postgresql-optimization/SKILL.md @@ -1,10 +1,11 @@ --- name: postgresql-optimization description: "PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: database +category: granular-workflow-bundle +version: 1.0.0 --- # PostgreSQL Optimization Workflow diff --git a/web-app/public/skills/postgresql/SKILL.md b/web-app/public/skills/postgresql/SKILL.md index 04f5c13c..e017292b 100644 --- a/web-app/public/skills/postgresql/SKILL.md +++ b/web-app/public/skills/postgresql/SKILL.md @@ -3,7 +3,6 @@ name: postgresql description: "Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features" risk: unknown source: community -date_added: "2026-02-27" --- # PostgreSQL Table Design diff --git a/web-app/public/skills/posthog-automation/SKILL.md b/web-app/public/skills/posthog-automation/SKILL.md index cbdc173c..c4f50d16 100644 --- a/web-app/public/skills/posthog-automation/SKILL.md +++ b/web-app/public/skills/posthog-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: posthog-automation description: "Automate PostHog tasks via Rube MCP (Composio): events, feature flags, projects, user profiles, annotations. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # PostHog Automation via Rube MCP diff --git a/web-app/public/skills/postmark-automation/SKILL.md b/web-app/public/skills/postmark-automation/SKILL.md index d0465f2e..d0a27bd8 100644 --- a/web-app/public/skills/postmark-automation/SKILL.md +++ b/web-app/public/skills/postmark-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: postmark-automation description: "Automate Postmark email delivery tasks via Rube MCP (Composio): send templated emails, manage templates, monitor delivery stats and bounces. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Postmark Automation via Rube MCP diff --git a/web-app/public/skills/postmortem-writing/SKILL.md b/web-app/public/skills/postmortem-writing/SKILL.md index 8be3e9db..d9bc925d 100644 --- a/web-app/public/skills/postmortem-writing/SKILL.md +++ b/web-app/public/skills/postmortem-writing/SKILL.md @@ -3,7 +3,6 @@ name: postmortem-writing description: "Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response proce..." risk: unknown source: community -date_added: "2026-02-27" --- # Postmortem Writing diff --git a/web-app/public/skills/powershell-windows/SKILL.md b/web-app/public/skills/powershell-windows/SKILL.md index 11577a8f..28798854 100644 --- a/web-app/public/skills/powershell-windows/SKILL.md +++ b/web-app/public/skills/powershell-windows/SKILL.md @@ -1,9 +1,9 @@ --- name: powershell-windows description: "PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling." +allowed-tools: Read, Write, Edit, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # PowerShell Windows Patterns diff --git a/web-app/public/skills/pptx-official/SKILL.md b/web-app/public/skills/pptx-official/SKILL.md index 40c53c73..91bf1737 100644 --- a/web-app/public/skills/pptx-official/SKILL.md +++ b/web-app/public/skills/pptx-official/SKILL.md @@ -1,9 +1,9 @@ --- name: pptx-official description: "Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layo..." +license: Proprietary. LICENSE.txt has complete terms risk: unknown source: community -date_added: "2026-02-27" --- # PPTX creation, editing, and analysis diff --git a/web-app/public/skills/pricing-strategy/SKILL.md b/web-app/public/skills/pricing-strategy/SKILL.md index 42bf746b..f28ca5d5 100644 --- a/web-app/public/skills/pricing-strategy/SKILL.md +++ b/web-app/public/skills/pricing-strategy/SKILL.md @@ -3,7 +3,6 @@ name: pricing-strategy description: "Design pricing, packaging, and monetization strategies based on value, customer willingness to pay, and growth objectives." risk: unknown source: community -date_added: "2026-02-27" --- # Pricing Strategy diff --git a/web-app/public/skills/prisma-expert/SKILL.md b/web-app/public/skills/prisma-expert/SKILL.md index f22bdf48..dd6a45b8 100644 --- a/web-app/public/skills/prisma-expert/SKILL.md +++ b/web-app/public/skills/prisma-expert/SKILL.md @@ -3,7 +3,6 @@ name: prisma-expert description: "Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, re..." risk: unknown source: community -date_added: "2026-02-27" --- # Prisma Expert diff --git a/web-app/public/skills/privilege-escalation-methods/SKILL.md b/web-app/public/skills/privilege-escalation-methods/SKILL.md index 4d5e6ca2..4f5c1fc1 100644 --- a/web-app/public/skills/privilege-escalation-methods/SKILL.md +++ b/web-app/public/skills/privilege-escalation-methods/SKILL.md @@ -1,9 +1,11 @@ --- name: privilege-escalation-methods description: "This skill should be used when the user asks to \"escalate privileges\", \"get root access\", \"become administrator\", \"privesc techniques\", \"abuse sudo\", \"exploit SUID binaries\", \"K..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Privilege Escalation Methods diff --git a/web-app/public/skills/product-manager-toolkit/SKILL.md b/web-app/public/skills/product-manager-toolkit/SKILL.md index 93f01104..c6789c0e 100644 --- a/web-app/public/skills/product-manager-toolkit/SKILL.md +++ b/web-app/public/skills/product-manager-toolkit/SKILL.md @@ -3,7 +3,6 @@ name: product-manager-toolkit description: "Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritizati..." risk: unknown source: community -date_added: "2026-02-27" --- # Product Manager Toolkit diff --git a/web-app/public/skills/production-code-audit/SKILL.md b/web-app/public/skills/production-code-audit/SKILL.md index 6e7067d0..f2392501 100644 --- a/web-app/public/skills/production-code-audit/SKILL.md +++ b/web-app/public/skills/production-code-audit/SKILL.md @@ -3,7 +3,6 @@ name: production-code-audit description: "Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations" risk: unknown source: community -date_added: "2026-02-27" --- # Production Code Audit diff --git a/web-app/public/skills/production-scheduling/SKILL.md b/web-app/public/skills/production-scheduling/SKILL.md index 0e45f0d6..02cd702d 100644 --- a/web-app/public/skills/production-scheduling/SKILL.md +++ b/web-app/public/skills/production-scheduling/SKILL.md @@ -1,9 +1,22 @@ --- name: production-scheduling -description: Codified expertise for production scheduling, job sequencing, line balancing, changeover optimisation, and bottleneck resolution in discrete and batch manufacturing. +description: > + Codified expertise for production scheduling, job sequencing, line balancing, + changeover optimisation, and bottleneck resolution in discrete and batch + manufacturing. Informed by production schedulers with 15+ years experience. + Includes TOC/drum-buffer-rope, SMED, OEE analysis, disruption response + frameworks, and ERP/MES interaction patterns. Use when scheduling production, + resolving bottlenecks, optimising changeovers, responding to disruptions, + or balancing manufacturing lines. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "🏭" --- ## When to Use diff --git a/web-app/public/skills/programmatic-seo/SKILL.md b/web-app/public/skills/programmatic-seo/SKILL.md index eddedb4c..dd0cf288 100644 --- a/web-app/public/skills/programmatic-seo/SKILL.md +++ b/web-app/public/skills/programmatic-seo/SKILL.md @@ -1,9 +1,14 @@ --- name: programmatic-seo -description: Design and evaluate programmatic SEO strategies for creating SEO-driven pages at scale using templates and structured data. +description: > + Design and evaluate programmatic SEO strategies for creating SEO-driven pages + at scale using templates and structured data. Use when the user mentions + programmatic SEO, pages at scale, template pages, directory pages, location pages, + comparison pages, integration pages, or keyword-pattern page generation. + This skill focuses on feasibility, strategy, and page system design—not execution + unless explicitly requested. risk: unknown source: community -date_added: '2026-02-27' --- --- diff --git a/web-app/public/skills/projection-patterns/SKILL.md b/web-app/public/skills/projection-patterns/SKILL.md index a3856df7..5850e02e 100644 --- a/web-app/public/skills/projection-patterns/SKILL.md +++ b/web-app/public/skills/projection-patterns/SKILL.md @@ -3,7 +3,6 @@ name: projection-patterns description: "Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems." risk: unknown source: community -date_added: "2026-02-27" --- # Projection Patterns diff --git a/web-app/public/skills/prometheus-configuration/SKILL.md b/web-app/public/skills/prometheus-configuration/SKILL.md index d700a811..e32e00dc 100644 --- a/web-app/public/skills/prometheus-configuration/SKILL.md +++ b/web-app/public/skills/prometheus-configuration/SKILL.md @@ -3,7 +3,6 @@ name: prometheus-configuration description: "Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or..." risk: unknown source: community -date_added: "2026-02-27" --- # Prometheus Configuration diff --git a/web-app/public/skills/prompt-caching/SKILL.md b/web-app/public/skills/prompt-caching/SKILL.md index eece0066..5db70035 100644 --- a/web-app/public/skills/prompt-caching/SKILL.md +++ b/web-app/public/skills/prompt-caching/SKILL.md @@ -1,9 +1,8 @@ --- name: prompt-caching description: "Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augm..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Prompt Caching diff --git a/web-app/public/skills/prompt-engineer/SKILL.md b/web-app/public/skills/prompt-engineer/SKILL.md index 756bfd3e..1a16e902 100644 --- a/web-app/public/skills/prompt-engineer/SKILL.md +++ b/web-app/public/skills/prompt-engineer/SKILL.md @@ -1,11 +1,15 @@ --- name: prompt-engineer description: "Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW)" +version: 1.1.0 +author: Eric Andrade +created: 2025-02-01 +updated: 2026-02-04 +platforms: [github-copilot-cli, claude-code, codex] category: automation +tags: [prompt-engineering, optimization, frameworks, ai-enhancement] risk: safe source: community -tags: "[prompt-engineering, optimization, frameworks, ai-enhancement]" -date_added: "2026-02-27" --- ## Purpose diff --git a/web-app/public/skills/prompt-engineering-patterns/SKILL.md b/web-app/public/skills/prompt-engineering-patterns/SKILL.md index bef3d6bf..6a2b0f31 100644 --- a/web-app/public/skills/prompt-engineering-patterns/SKILL.md +++ b/web-app/public/skills/prompt-engineering-patterns/SKILL.md @@ -3,7 +3,6 @@ name: prompt-engineering-patterns description: "Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing productio..." risk: unknown source: community -date_added: "2026-02-27" --- # Prompt Engineering Patterns diff --git a/web-app/public/skills/prompt-engineering/SKILL.md b/web-app/public/skills/prompt-engineering/SKILL.md index 959d7e28..8feb5132 100644 --- a/web-app/public/skills/prompt-engineering/SKILL.md +++ b/web-app/public/skills/prompt-engineering/SKILL.md @@ -3,7 +3,6 @@ name: prompt-engineering description: "Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior." risk: unknown source: community -date_added: "2026-02-27" --- # Prompt Engineering Patterns diff --git a/web-app/public/skills/prompt-library/SKILL.md b/web-app/public/skills/prompt-library/SKILL.md index c5cbd7da..787d58f8 100644 --- a/web-app/public/skills/prompt-library/SKILL.md +++ b/web-app/public/skills/prompt-library/SKILL.md @@ -3,7 +3,6 @@ name: prompt-library description: "Curated collection of high-quality prompts for various use cases. Includes role-based prompts, task-specific templates, and prompt refinement techniques. Use when user needs prompt templates, role-..." risk: unknown source: community -date_added: "2026-02-27" --- # 📝 Prompt Library diff --git a/web-app/public/skills/protocol-reverse-engineering/SKILL.md b/web-app/public/skills/protocol-reverse-engineering/SKILL.md index 2bc5e301..f72357ed 100644 --- a/web-app/public/skills/protocol-reverse-engineering/SKILL.md +++ b/web-app/public/skills/protocol-reverse-engineering/SKILL.md @@ -3,7 +3,6 @@ name: protocol-reverse-engineering description: "Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocol..." risk: unknown source: community -date_added: "2026-02-27" --- # Protocol Reverse Engineering diff --git a/web-app/public/skills/pydantic-models-py/SKILL.md b/web-app/public/skills/pydantic-models-py/SKILL.md index 9b00336a..842ff0d0 100644 --- a/web-app/public/skills/pydantic-models-py/SKILL.md +++ b/web-app/public/skills/pydantic-models-py/SKILL.md @@ -3,7 +3,6 @@ name: pydantic-models-py description: "Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schemas, database models, or data validation ..." risk: unknown source: community -date_added: "2026-02-27" --- # Pydantic Models diff --git a/web-app/public/skills/python-development-python-scaffold/SKILL.md b/web-app/public/skills/python-development-python-scaffold/SKILL.md index ee81c7ec..e1f4e78c 100644 --- a/web-app/public/skills/python-development-python-scaffold/SKILL.md +++ b/web-app/public/skills/python-development-python-scaffold/SKILL.md @@ -3,7 +3,6 @@ name: python-development-python-scaffold description: "You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hint" risk: unknown source: community -date_added: "2026-02-27" --- # Python Project Scaffolding diff --git a/web-app/public/skills/python-fastapi-development/SKILL.md b/web-app/public/skills/python-fastapi-development/SKILL.md index 56d055aa..815e415e 100644 --- a/web-app/public/skills/python-fastapi-development/SKILL.md +++ b/web-app/public/skills/python-fastapi-development/SKILL.md @@ -1,10 +1,11 @@ --- name: python-fastapi-development description: "Python FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: backend-development +category: granular-workflow-bundle +version: 1.0.0 --- # Python/FastAPI Development Workflow diff --git a/web-app/public/skills/python-packaging/SKILL.md b/web-app/public/skills/python-packaging/SKILL.md index 9a1695fb..3c881fe8 100644 --- a/web-app/public/skills/python-packaging/SKILL.md +++ b/web-app/public/skills/python-packaging/SKILL.md @@ -3,7 +3,6 @@ name: python-packaging description: "Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python ..." risk: unknown source: community -date_added: "2026-02-27" --- # Python Packaging diff --git a/web-app/public/skills/python-patterns/SKILL.md b/web-app/public/skills/python-patterns/SKILL.md index 175970b4..da257f39 100644 --- a/web-app/public/skills/python-patterns/SKILL.md +++ b/web-app/public/skills/python-patterns/SKILL.md @@ -1,9 +1,9 @@ --- name: python-patterns description: "Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Python Patterns diff --git a/web-app/public/skills/python-performance-optimization/SKILL.md b/web-app/public/skills/python-performance-optimization/SKILL.md index f0eae236..4b0caa27 100644 --- a/web-app/public/skills/python-performance-optimization/SKILL.md +++ b/web-app/public/skills/python-performance-optimization/SKILL.md @@ -3,7 +3,6 @@ name: python-performance-optimization description: "Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance." risk: unknown source: community -date_added: "2026-02-27" --- # Python Performance Optimization diff --git a/web-app/public/skills/python-pro/SKILL.md b/web-app/public/skills/python-pro/SKILL.md index bf3876eb..d4c64386 100644 --- a/web-app/public/skills/python-pro/SKILL.md +++ b/web-app/public/skills/python-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: python-pro -description: Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI. +description: | + Master Python 3.12+ with modern features, async programming, + performance optimization, and production-ready practices. Expert in the latest + Python ecosystem including uv, ruff, pydantic, and FastAPI. Use PROACTIVELY + for Python development, optimization, or advanced Python patterns. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a Python expert specializing in modern Python 3.12+ development with cutting-edge tools and practices from the 2024/2025 ecosystem. diff --git a/web-app/public/skills/python-testing-patterns/SKILL.md b/web-app/public/skills/python-testing-patterns/SKILL.md index 0cf31b20..3ec727ec 100644 --- a/web-app/public/skills/python-testing-patterns/SKILL.md +++ b/web-app/public/skills/python-testing-patterns/SKILL.md @@ -3,7 +3,6 @@ name: python-testing-patterns description: "Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices." risk: unknown source: community -date_added: "2026-02-27" --- # Python Testing Patterns diff --git a/web-app/public/skills/quality-nonconformance/SKILL.md b/web-app/public/skills/quality-nonconformance/SKILL.md index 2c660ca2..e0a2f8ef 100644 --- a/web-app/public/skills/quality-nonconformance/SKILL.md +++ b/web-app/public/skills/quality-nonconformance/SKILL.md @@ -1,9 +1,22 @@ --- name: quality-nonconformance -description: Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated manufacturing. +description: > + Codified expertise for quality control, non-conformance investigation, root + cause analysis, corrective action, and supplier quality management in + regulated manufacturing. Informed by quality engineers with 15+ years + experience across FDA, IATF 16949, and AS9100 environments. Includes NCR + lifecycle management, CAPA systems, SPC interpretation, and audit methodology. + Use when investigating non-conformances, performing root cause analysis, + managing CAPAs, interpreting SPC data, or handling supplier quality issues. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "🔍" --- ## When to Use diff --git a/web-app/public/skills/quant-analyst/SKILL.md b/web-app/public/skills/quant-analyst/SKILL.md index 3a0d4058..c84d4b6f 100644 --- a/web-app/public/skills/quant-analyst/SKILL.md +++ b/web-app/public/skills/quant-analyst/SKILL.md @@ -1,9 +1,14 @@ --- name: quant-analyst -description: Build financial models, backtest trading strategies, and analyze market data. Implements risk metrics, portfolio optimization, and statistical arbitrage. +description: | + Build financial models, backtest trading strategies, and analyze + market data. Implements risk metrics, portfolio optimization, and statistical + arbitrage. Use PROACTIVELY for quantitative finance, trading algorithms, or + risk analysis. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/radix-ui-design-system/SKILL.md b/web-app/public/skills/radix-ui-design-system/SKILL.md index 0c2e81ae..60130c58 100644 --- a/web-app/public/skills/radix-ui-design-system/SKILL.md +++ b/web-app/public/skills/radix-ui-design-system/SKILL.md @@ -3,7 +3,6 @@ name: radix-ui-design-system description: "Build accessible design systems with Radix UI primitives. Headless component customization, theming strategies, and compound component patterns for production-grade UI libraries." risk: safe source: self -date_added: "2026-02-27" --- # Radix UI Design System diff --git a/web-app/public/skills/rag-engineer/SKILL.md b/web-app/public/skills/rag-engineer/SKILL.md index a0e5bcad..42aae367 100644 --- a/web-app/public/skills/rag-engineer/SKILL.md +++ b/web-app/public/skills/rag-engineer/SKILL.md @@ -1,9 +1,8 @@ --- name: rag-engineer description: "Expert in building Retrieval-Augmented Generation systems. Masters embedding models, vector databases, chunking strategies, and retrieval optimization for LLM applications. Use when: building RAG, ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # RAG Engineer diff --git a/web-app/public/skills/rag-implementation/SKILL.md b/web-app/public/skills/rag-implementation/SKILL.md index a944bb75..e1dac2b6 100644 --- a/web-app/public/skills/rag-implementation/SKILL.md +++ b/web-app/public/skills/rag-implementation/SKILL.md @@ -1,10 +1,11 @@ --- name: rag-implementation description: "RAG (Retrieval-Augmented Generation) implementation workflow covering embedding selection, vector database setup, chunking strategies, and retrieval optimization." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: ai-ml +category: granular-workflow-bundle +version: 1.0.0 --- # RAG Implementation Workflow diff --git a/web-app/public/skills/react-best-practices/SKILL.md b/web-app/public/skills/react-best-practices/SKILL.md index bd04c79b..c39b7cee 100644 --- a/web-app/public/skills/react-best-practices/SKILL.md +++ b/web-app/public/skills/react-best-practices/SKILL.md @@ -3,7 +3,6 @@ name: react-best-practices description: "React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance pat..." risk: unknown source: community -date_added: "2026-02-27" --- # Vercel React Best Practices diff --git a/web-app/public/skills/react-flow-architect/SKILL.md b/web-app/public/skills/react-flow-architect/SKILL.md index 6e3b31ba..3cb2633e 100644 --- a/web-app/public/skills/react-flow-architect/SKILL.md +++ b/web-app/public/skills/react-flow-architect/SKILL.md @@ -3,7 +3,6 @@ name: react-flow-architect description: "Expert ReactFlow architect for building interactive graph applications with hierarchical node-edge systems, performance optimization, and auto-layout integration. Use when Claude needs to create or..." risk: unknown source: community -date_added: "2026-02-27" --- # ReactFlow Architect diff --git a/web-app/public/skills/react-flow-node-ts/SKILL.md b/web-app/public/skills/react-flow-node-ts/SKILL.md index 284a5592..9336202b 100644 --- a/web-app/public/skills/react-flow-node-ts/SKILL.md +++ b/web-app/public/skills/react-flow-node-ts/SKILL.md @@ -3,7 +3,6 @@ name: react-flow-node-ts description: "Create React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing no..." risk: unknown source: community -date_added: "2026-02-27" --- # React Flow Node diff --git a/web-app/public/skills/react-modernization/SKILL.md b/web-app/public/skills/react-modernization/SKILL.md index cc7e5212..8b81a9de 100644 --- a/web-app/public/skills/react-modernization/SKILL.md +++ b/web-app/public/skills/react-modernization/SKILL.md @@ -3,7 +3,6 @@ name: react-modernization description: "Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to..." risk: unknown source: community -date_added: "2026-02-27" --- # React Modernization diff --git a/web-app/public/skills/react-native-architecture/SKILL.md b/web-app/public/skills/react-native-architecture/SKILL.md index 283d61d5..f222bef8 100644 --- a/web-app/public/skills/react-native-architecture/SKILL.md +++ b/web-app/public/skills/react-native-architecture/SKILL.md @@ -3,7 +3,6 @@ name: react-native-architecture description: "Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecti..." risk: unknown source: community -date_added: "2026-02-27" --- # React Native Architecture diff --git a/web-app/public/skills/react-nextjs-development/SKILL.md b/web-app/public/skills/react-nextjs-development/SKILL.md index a7afc957..e35c1e2e 100644 --- a/web-app/public/skills/react-nextjs-development/SKILL.md +++ b/web-app/public/skills/react-nextjs-development/SKILL.md @@ -1,10 +1,11 @@ --- name: react-nextjs-development description: "React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: frontend-development +category: granular-workflow-bundle +version: 1.0.0 --- # React/Next.js Development Workflow diff --git a/web-app/public/skills/react-patterns/SKILL.md b/web-app/public/skills/react-patterns/SKILL.md index 6bb975ea..23a78489 100644 --- a/web-app/public/skills/react-patterns/SKILL.md +++ b/web-app/public/skills/react-patterns/SKILL.md @@ -1,9 +1,9 @@ --- name: react-patterns description: "Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # React Patterns diff --git a/web-app/public/skills/react-state-management/SKILL.md b/web-app/public/skills/react-state-management/SKILL.md index 2d137b88..dbfb3372 100644 --- a/web-app/public/skills/react-state-management/SKILL.md +++ b/web-app/public/skills/react-state-management/SKILL.md @@ -3,7 +3,6 @@ name: react-state-management description: "Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions." risk: unknown source: community -date_added: "2026-02-27" --- # React State Management diff --git a/web-app/public/skills/react-ui-patterns/SKILL.md b/web-app/public/skills/react-ui-patterns/SKILL.md index 1b31e085..15dc9fa8 100644 --- a/web-app/public/skills/react-ui-patterns/SKILL.md +++ b/web-app/public/skills/react-ui-patterns/SKILL.md @@ -3,7 +3,6 @@ name: react-ui-patterns description: "Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states." risk: unknown source: community -date_added: "2026-02-27" --- # React UI Patterns diff --git a/web-app/public/skills/readme/SKILL.md b/web-app/public/skills/readme/SKILL.md index ad093ca7..e16ba838 100644 --- a/web-app/public/skills/readme/SKILL.md +++ b/web-app/public/skills/readme/SKILL.md @@ -1,9 +1,8 @@ --- name: readme description: "When the user wants to create or update a README.md file for a project. Also use when the user says 'write readme,' 'create readme,' 'document this project,' 'project documentation,' or asks for he..." -risk: safe source: "https://github.com/Shpigford/skills/tree/main/readme" -date_added: "2026-02-27" +risk: safe --- # README Generator diff --git a/web-app/public/skills/receiving-code-review/SKILL.md b/web-app/public/skills/receiving-code-review/SKILL.md index d06f3263..29b57ca7 100644 --- a/web-app/public/skills/receiving-code-review/SKILL.md +++ b/web-app/public/skills/receiving-code-review/SKILL.md @@ -3,7 +3,6 @@ name: receiving-code-review description: "Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performat..." risk: unknown source: community -date_added: "2026-02-27" --- # Code Review Reception diff --git a/web-app/public/skills/red-team-tactics/SKILL.md b/web-app/public/skills/red-team-tactics/SKILL.md index cfd3547a..2281e9c4 100644 --- a/web-app/public/skills/red-team-tactics/SKILL.md +++ b/web-app/public/skills/red-team-tactics/SKILL.md @@ -1,9 +1,9 @@ --- name: red-team-tactics description: "Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting." +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Red Team Tactics diff --git a/web-app/public/skills/red-team-tools/SKILL.md b/web-app/public/skills/red-team-tools/SKILL.md index 9690657a..337293c6 100644 --- a/web-app/public/skills/red-team-tools/SKILL.md +++ b/web-app/public/skills/red-team-tools/SKILL.md @@ -1,9 +1,11 @@ --- name: red-team-tools description: "This skill should be used when the user asks to \"follow red team methodology\", \"perform bug bounty hunting\", \"automate reconnaissance\", \"hunt for XSS vulnerabilities\", \"enumerate su..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Red Team Tools and Methodology diff --git a/web-app/public/skills/reddit-automation/SKILL.md b/web-app/public/skills/reddit-automation/SKILL.md index cb6fab71..e5fdd657 100644 --- a/web-app/public/skills/reddit-automation/SKILL.md +++ b/web-app/public/skills/reddit-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: reddit-automation description: "Automate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, manage comments, and browse top content. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Reddit Automation via Rube MCP diff --git a/web-app/public/skills/reference-builder/SKILL.md b/web-app/public/skills/reference-builder/SKILL.md index ceebfc4c..d66d4b65 100644 --- a/web-app/public/skills/reference-builder/SKILL.md +++ b/web-app/public/skills/reference-builder/SKILL.md @@ -1,9 +1,14 @@ --- name: reference-builder -description: Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. +description: | + Creates exhaustive technical references and API documentation. + Generates comprehensive parameter listings, configuration guides, and + searchable reference materials. Use PROACTIVELY for API docs, configuration + references, or complete technical specifications. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/referral-program/SKILL.md b/web-app/public/skills/referral-program/SKILL.md index a5f2fed8..d20b4e7e 100644 --- a/web-app/public/skills/referral-program/SKILL.md +++ b/web-app/public/skills/referral-program/SKILL.md @@ -3,7 +3,6 @@ name: referral-program description: "When the user wants to create, optimize, or analyze a referral program, affiliate program, or word-of-mouth strategy. Also use when the user mentions 'referral,' 'affiliate,' 'ambassador,' 'word of..." risk: unknown source: community -date_added: "2026-02-27" --- # Referral & Affiliate Programs diff --git a/web-app/public/skills/remotion-best-practices/SKILL.md b/web-app/public/skills/remotion-best-practices/SKILL.md index 7d80cc7d..8eec3b79 100644 --- a/web-app/public/skills/remotion-best-practices/SKILL.md +++ b/web-app/public/skills/remotion-best-practices/SKILL.md @@ -1,10 +1,12 @@ --- name: remotion-best-practices description: "Best practices for Remotion - Video creation in React" +author: remotion-dev +version: "1.0" +metadata: + tags: remotion, video, react, animation, composition risk: unknown source: community -tags: "remotion, video, react, animation, composition" -date_added: "2026-02-27" --- ## When to use diff --git a/web-app/public/skills/render-automation/SKILL.md b/web-app/public/skills/render-automation/SKILL.md index 75be2283..64066d3b 100644 --- a/web-app/public/skills/render-automation/SKILL.md +++ b/web-app/public/skills/render-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: render-automation description: "Automate Render tasks via Rube MCP (Composio): services, deployments, projects. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Render Automation via Rube MCP diff --git a/web-app/public/skills/requesting-code-review/SKILL.md b/web-app/public/skills/requesting-code-review/SKILL.md index be9ea451..959006e8 100644 --- a/web-app/public/skills/requesting-code-review/SKILL.md +++ b/web-app/public/skills/requesting-code-review/SKILL.md @@ -3,7 +3,6 @@ name: requesting-code-review description: "Use when completing tasks, implementing major features, or before merging to verify work meets requirements" risk: unknown source: community -date_added: "2026-02-27" --- # Requesting Code Review diff --git a/web-app/public/skills/research-engineer/SKILL.md b/web-app/public/skills/research-engineer/SKILL.md index c1690fd4..235ce1b5 100644 --- a/web-app/public/skills/research-engineer/SKILL.md +++ b/web-app/public/skills/research-engineer/SKILL.md @@ -3,7 +3,6 @@ name: research-engineer description: "An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal impl..." risk: unknown source: community -date_added: "2026-02-27" --- # Academic Research Engineer diff --git a/web-app/public/skills/returns-reverse-logistics/SKILL.md b/web-app/public/skills/returns-reverse-logistics/SKILL.md index a8c8b12d..fde9d64d 100644 --- a/web-app/public/skills/returns-reverse-logistics/SKILL.md +++ b/web-app/public/skills/returns-reverse-logistics/SKILL.md @@ -1,9 +1,22 @@ --- name: returns-reverse-logistics -description: Codified expertise for returns authorisation, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management. +description: > + Codified expertise for returns authorisation, receipt and inspection, + disposition decisions, refund processing, fraud detection, and warranty + claims management. Informed by returns operations managers with 15+ years + experience. Includes grading frameworks, disposition economics, fraud + pattern recognition, and vendor recovery processes. Use when handling + product returns, reverse logistics, refund decisions, return fraud + detection, or warranty claims. +license: Apache-2.0 +version: 1.0.0 +homepage: https://github.com/evos-ai/evos-capabilities risk: safe source: https://github.com/ai-evos/agent-skills -date_added: '2026-02-27' +metadata: + author: evos + clawdbot: + emoji: "🔄" --- ## When to Use diff --git a/web-app/public/skills/reverse-engineer/SKILL.md b/web-app/public/skills/reverse-engineer/SKILL.md index 25471253..333ee99e 100644 --- a/web-app/public/skills/reverse-engineer/SKILL.md +++ b/web-app/public/skills/reverse-engineer/SKILL.md @@ -1,9 +1,16 @@ --- name: reverse-engineer -description: Expert reverse engineer specializing in binary analysis, disassembly, decompilation, and software analysis. Masters IDA Pro, Ghidra, radare2, x64dbg, and modern RE toolchains. +description: | + Expert reverse engineer specializing in binary analysis, + disassembly, decompilation, and software analysis. Masters IDA Pro, Ghidra, + radare2, x64dbg, and modern RE toolchains. Handles executable analysis, + library inspection, protocol extraction, and vulnerability research. Use + PROACTIVELY for binary analysis, CTF challenges, security research, or + understanding undocumented software. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- # Common RE scripting environments diff --git a/web-app/public/skills/risk-manager/SKILL.md b/web-app/public/skills/risk-manager/SKILL.md index 48d27af1..7ac39dc7 100644 --- a/web-app/public/skills/risk-manager/SKILL.md +++ b/web-app/public/skills/risk-manager/SKILL.md @@ -1,9 +1,13 @@ --- name: risk-manager -description: Monitor portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses. +description: | + Monitor portfolio risk, R-multiples, and position limits. Creates + hedging strategies, calculates expectancy, and implements stop-losses. Use + PROACTIVELY for risk assessment, trade tracking, or portfolio protection. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/risk-metrics-calculation/SKILL.md b/web-app/public/skills/risk-metrics-calculation/SKILL.md index 0619234f..86e81c58 100644 --- a/web-app/public/skills/risk-metrics-calculation/SKILL.md +++ b/web-app/public/skills/risk-metrics-calculation/SKILL.md @@ -3,7 +3,6 @@ name: risk-metrics-calculation description: "Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems." risk: unknown source: community -date_added: "2026-02-27" --- # Risk Metrics Calculation diff --git a/web-app/public/skills/ruby-pro/SKILL.md b/web-app/public/skills/ruby-pro/SKILL.md index 5c31d50a..bbc6b20b 100644 --- a/web-app/public/skills/ruby-pro/SKILL.md +++ b/web-app/public/skills/ruby-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: ruby-pro -description: Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks. +description: | + Write idiomatic Ruby code with metaprogramming, Rails patterns, and + performance optimization. Specializes in Ruby on Rails, gem development, and + testing frameworks. Use PROACTIVELY for Ruby refactoring, optimization, or + complex Ruby features. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/rust-async-patterns/SKILL.md b/web-app/public/skills/rust-async-patterns/SKILL.md index c5f23f94..c4659954 100644 --- a/web-app/public/skills/rust-async-patterns/SKILL.md +++ b/web-app/public/skills/rust-async-patterns/SKILL.md @@ -3,7 +3,6 @@ name: rust-async-patterns description: "Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code." risk: unknown source: community -date_added: "2026-02-27" --- # Rust Async Patterns diff --git a/web-app/public/skills/rust-pro/SKILL.md b/web-app/public/skills/rust-pro/SKILL.md index 8044632c..c6fa0907 100644 --- a/web-app/public/skills/rust-pro/SKILL.md +++ b/web-app/public/skills/rust-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: rust-pro -description: Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. +description: | + Master Rust 1.75+ with modern async patterns, advanced type system + features, and production-ready systems programming. Expert in the latest Rust + ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for + Rust development, performance optimization, or systems programming. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications. diff --git a/web-app/public/skills/saga-orchestration/SKILL.md b/web-app/public/skills/saga-orchestration/SKILL.md index c37470d0..7241bec1 100644 --- a/web-app/public/skills/saga-orchestration/SKILL.md +++ b/web-app/public/skills/saga-orchestration/SKILL.md @@ -3,7 +3,6 @@ name: saga-orchestration description: "Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running..." risk: unknown source: community -date_added: "2026-02-27" --- # Saga Orchestration diff --git a/web-app/public/skills/sales-automator/SKILL.md b/web-app/public/skills/sales-automator/SKILL.md index cd2c0b3c..d03be643 100644 --- a/web-app/public/skills/sales-automator/SKILL.md +++ b/web-app/public/skills/sales-automator/SKILL.md @@ -1,15 +1,13 @@ --- name: sales-automator -description: 'Draft cold emails, follow-ups, and proposal templates. Creates - +description: | + Draft cold emails, follow-ups, and proposal templates. Creates pricing pages, case studies, and sales scripts. Use PROACTIVELY for sales - outreach or lead nurturing. - - ' +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/salesforce-automation/SKILL.md b/web-app/public/skills/salesforce-automation/SKILL.md index 7d48b4b5..a40d0369 100644 --- a/web-app/public/skills/salesforce-automation/SKILL.md +++ b/web-app/public/skills/salesforce-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: salesforce-automation description: "Automate Salesforce tasks via Rube MCP (Composio): leads, contacts, accounts, opportunities, SOQL queries. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Salesforce Automation via Rube MCP diff --git a/web-app/public/skills/salesforce-development/SKILL.md b/web-app/public/skills/salesforce-development/SKILL.md index 87dc1588..bf0df8ad 100644 --- a/web-app/public/skills/salesforce-development/SKILL.md +++ b/web-app/public/skills/salesforce-development/SKILL.md @@ -1,9 +1,8 @@ --- name: salesforce-development description: "Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Salesforce Development diff --git a/web-app/public/skills/sast-configuration/SKILL.md b/web-app/public/skills/sast-configuration/SKILL.md index 6102981a..80c1eb6a 100644 --- a/web-app/public/skills/sast-configuration/SKILL.md +++ b/web-app/public/skills/sast-configuration/SKILL.md @@ -3,7 +3,6 @@ name: sast-configuration description: "Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or aut..." risk: unknown source: community -date_added: "2026-02-27" --- # SAST Configuration diff --git a/web-app/public/skills/scala-pro/SKILL.md b/web-app/public/skills/scala-pro/SKILL.md index 524a77a4..4f0b4fb7 100644 --- a/web-app/public/skills/scala-pro/SKILL.md +++ b/web-app/public/skills/scala-pro/SKILL.md @@ -1,9 +1,15 @@ --- name: scala-pro -description: Master enterprise-grade Scala development with functional programming, distributed systems, and big data processing. Expert in Apache Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures. +description: | + Master enterprise-grade Scala development with functional + programming, distributed systems, and big data processing. Expert in Apache + Pekko, Akka, Spark, ZIO/Cats Effect, and reactive architectures. Use + PROACTIVELY for Scala system design, performance optimization, or enterprise + integration. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/scanning-tools/SKILL.md b/web-app/public/skills/scanning-tools/SKILL.md index dde3d291..2e3fa459 100644 --- a/web-app/public/skills/scanning-tools/SKILL.md +++ b/web-app/public/skills/scanning-tools/SKILL.md @@ -1,9 +1,11 @@ --- name: scanning-tools description: "This skill should be used when the user asks to \"perform vulnerability scanning\", \"scan networks for open ports\", \"assess web application security\", \"scan wireless networks\", \"detec..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Security Scanning Tools diff --git a/web-app/public/skills/schema-markup/SKILL.md b/web-app/public/skills/schema-markup/SKILL.md index baeaae74..45da25cd 100644 --- a/web-app/public/skills/schema-markup/SKILL.md +++ b/web-app/public/skills/schema-markup/SKILL.md @@ -1,9 +1,14 @@ --- name: schema-markup -description: Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. +description: > + Design, validate, and optimize schema.org structured data for eligibility, + correctness, and measurable SEO impact. Use when the user wants to add, fix, + audit, or scale schema markup (JSON-LD) for rich results. This skill evaluates + whether schema should be implemented, what types are valid, and how to deploy + safely according to Google guidelines. +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: '2026-02-27' --- --- diff --git a/web-app/public/skills/screen-reader-testing/SKILL.md b/web-app/public/skills/screen-reader-testing/SKILL.md index cec02fef..47fbe0a3 100644 --- a/web-app/public/skills/screen-reader-testing/SKILL.md +++ b/web-app/public/skills/screen-reader-testing/SKILL.md @@ -3,7 +3,6 @@ name: screen-reader-testing description: "Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology supp..." risk: unknown source: community -date_added: "2026-02-27" --- # Screen Reader Testing diff --git a/web-app/public/skills/scroll-experience/SKILL.md b/web-app/public/skills/scroll-experience/SKILL.md index 2a3ff48e..48d29ddf 100644 --- a/web-app/public/skills/scroll-experience/SKILL.md +++ b/web-app/public/skills/scroll-experience/SKILL.md @@ -1,9 +1,8 @@ --- name: scroll-experience description: "Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product p..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Scroll Experience diff --git a/web-app/public/skills/search-specialist/SKILL.md b/web-app/public/skills/search-specialist/SKILL.md index a0a8fb49..75dbee62 100644 --- a/web-app/public/skills/search-specialist/SKILL.md +++ b/web-app/public/skills/search-specialist/SKILL.md @@ -1,9 +1,13 @@ --- name: search-specialist -description: "Expert web researcher using advanced search techniques and" +description: Expert web researcher using advanced search techniques and + synthesis. Masters search operators, result filtering, and multi-source + verification. Handles competitive analysis and fact-checking. Use PROACTIVELY + for deep research, information gathering, or trend analysis. +metadata: + model: haiku risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/secrets-management/SKILL.md b/web-app/public/skills/secrets-management/SKILL.md index 2a1f12b4..f993260a 100644 --- a/web-app/public/skills/secrets-management/SKILL.md +++ b/web-app/public/skills/secrets-management/SKILL.md @@ -3,7 +3,6 @@ name: secrets-management description: "Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD ..." risk: unknown source: community -date_added: "2026-02-27" --- # Secrets Management diff --git a/web-app/public/skills/security-audit/SKILL.md b/web-app/public/skills/security-audit/SKILL.md index 3fadd1a9..ca38fa7f 100644 --- a/web-app/public/skills/security-audit/SKILL.md +++ b/web-app/public/skills/security-audit/SKILL.md @@ -1,10 +1,11 @@ --- name: security-audit description: "Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: security +category: workflow-bundle +version: 1.0.0 --- # Security Auditing Workflow Bundle diff --git a/web-app/public/skills/security-auditor/SKILL.md b/web-app/public/skills/security-auditor/SKILL.md index e034df8d..f4a6b0da 100644 --- a/web-app/public/skills/security-auditor/SKILL.md +++ b/web-app/public/skills/security-auditor/SKILL.md @@ -1,9 +1,16 @@ --- name: security-auditor -description: Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. +description: | + Expert security auditor specializing in DevSecOps, comprehensive + cybersecurity, and compliance frameworks. Masters vulnerability assessment, + threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud + security, and security automation. Handles DevSecOps integration, compliance + (GDPR/HIPAA/SOC2), and incident response. Use PROACTIVELY for security audits, + DevSecOps, or compliance implementation. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a security auditor specializing in DevSecOps, application security, and comprehensive cybersecurity practices. diff --git a/web-app/public/skills/security-compliance-compliance-check/SKILL.md b/web-app/public/skills/security-compliance-compliance-check/SKILL.md index 8f9c7c00..15f23a86 100644 --- a/web-app/public/skills/security-compliance-compliance-check/SKILL.md +++ b/web-app/public/skills/security-compliance-compliance-check/SKILL.md @@ -3,7 +3,6 @@ name: security-compliance-compliance-check description: "You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform compliance audits and provide im..." risk: unknown source: community -date_added: "2026-02-27" --- # Regulatory Compliance Check diff --git a/web-app/public/skills/security-requirement-extraction/SKILL.md b/web-app/public/skills/security-requirement-extraction/SKILL.md index 6faeae7f..c38c1cb1 100644 --- a/web-app/public/skills/security-requirement-extraction/SKILL.md +++ b/web-app/public/skills/security-requirement-extraction/SKILL.md @@ -3,7 +3,6 @@ name: security-requirement-extraction description: "Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stories, or building security test cases." risk: unknown source: community -date_added: "2026-02-27" --- # Security Requirement Extraction diff --git a/web-app/public/skills/security-scanning-security-dependencies/SKILL.md b/web-app/public/skills/security-scanning-security-dependencies/SKILL.md index 51fcbb27..78761f47 100644 --- a/web-app/public/skills/security-scanning-security-dependencies/SKILL.md +++ b/web-app/public/skills/security-scanning-security-dependencies/SKILL.md @@ -3,7 +3,6 @@ name: security-scanning-security-dependencies description: "You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across ecosystems to identify vulnerabilities, ass..." risk: unknown source: community -date_added: "2026-02-27" --- # Dependency Vulnerability Scanning diff --git a/web-app/public/skills/security-scanning-security-hardening/SKILL.md b/web-app/public/skills/security-scanning-security-hardening/SKILL.md index b3b9953d..1ccc32f9 100644 --- a/web-app/public/skills/security-scanning-security-hardening/SKILL.md +++ b/web-app/public/skills/security-scanning-security-hardening/SKILL.md @@ -3,7 +3,6 @@ name: security-scanning-security-hardening description: "Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls." risk: unknown source: community -date_added: "2026-02-27" --- Implement comprehensive security hardening with defense-in-depth strategy through coordinated multi-agent orchestration: diff --git a/web-app/public/skills/security-scanning-security-sast/SKILL.md b/web-app/public/skills/security-scanning-security-sast/SKILL.md index 615690d0..84aae929 100644 --- a/web-app/public/skills/security-scanning-security-sast/SKILL.md +++ b/web-app/public/skills/security-scanning-security-sast/SKILL.md @@ -1,13 +1,15 @@ --- name: security-scanning-security-sast -description: 'Static Application Security Testing (SAST) for code vulnerability - +description: | + Static Application Security Testing (SAST) for code vulnerability analysis across multiple languages and frameworks - - ' +metadata: + globs: "**/*.py, **/*.js, **/*.ts, **/*.java, **/*.rb, **/*.go, **/*.rs, **/*.php" + keywords: sast, static analysis, code security, vulnerability scanning, bandit, + semgrep, eslint, sonarqube, codeql, security patterns, code review, ast + analysis risk: unknown source: community -date_added: '2026-02-27' --- # SAST Security Plugin diff --git a/web-app/public/skills/security/aws-compliance-checker/SKILL.md b/web-app/public/skills/security/aws-compliance-checker/SKILL.md index a9e8f248..b15bea11 100644 --- a/web-app/public/skills/security/aws-compliance-checker/SKILL.md +++ b/web-app/public/skills/security/aws-compliance-checker/SKILL.md @@ -1,11 +1,10 @@ --- name: aws-compliance-checker -description: "Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks" -category: security +description: Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks risk: safe source: community -tags: "[aws, compliance, audit, cis, pci-dss, hipaa, kiro-cli]" -date_added: "2026-02-27" +category: security +tags: [aws, compliance, audit, cis, pci-dss, hipaa, kiro-cli] --- # AWS Compliance Checker diff --git a/web-app/public/skills/security/aws-iam-best-practices/SKILL.md b/web-app/public/skills/security/aws-iam-best-practices/SKILL.md index 06f6cce4..381c8fa0 100644 --- a/web-app/public/skills/security/aws-iam-best-practices/SKILL.md +++ b/web-app/public/skills/security/aws-iam-best-practices/SKILL.md @@ -1,11 +1,10 @@ --- name: aws-iam-best-practices -description: "IAM policy review, hardening, and least privilege implementation" -category: security +description: IAM policy review, hardening, and least privilege implementation risk: safe source: community -tags: "[aws, iam, security, access-control, kiro-cli, least-privilege]" -date_added: "2026-02-27" +category: security +tags: [aws, iam, security, access-control, kiro-cli, least-privilege] --- # AWS IAM Best Practices diff --git a/web-app/public/skills/security/aws-secrets-rotation/SKILL.md b/web-app/public/skills/security/aws-secrets-rotation/SKILL.md index e53d83da..663dfb73 100644 --- a/web-app/public/skills/security/aws-secrets-rotation/SKILL.md +++ b/web-app/public/skills/security/aws-secrets-rotation/SKILL.md @@ -1,11 +1,10 @@ --- name: aws-secrets-rotation -description: "Automate AWS secrets rotation for RDS, API keys, and credentials" -category: security +description: Automate AWS secrets rotation for RDS, API keys, and credentials risk: safe source: community -tags: "[aws, secrets-manager, security, automation, kiro-cli, credentials]" -date_added: "2026-02-27" +category: security +tags: [aws, secrets-manager, security, automation, kiro-cli, credentials] --- # AWS Secrets Rotation diff --git a/web-app/public/skills/security/aws-security-audit/SKILL.md b/web-app/public/skills/security/aws-security-audit/SKILL.md index b1ab0ca2..350d976f 100644 --- a/web-app/public/skills/security/aws-security-audit/SKILL.md +++ b/web-app/public/skills/security/aws-security-audit/SKILL.md @@ -1,11 +1,10 @@ --- name: aws-security-audit -description: "Comprehensive AWS security posture assessment using AWS CLI and security best practices" -category: security +description: Comprehensive AWS security posture assessment using AWS CLI and security best practices risk: safe source: community -tags: "[aws, security, audit, compliance, kiro-cli, security-assessment]" -date_added: "2026-02-27" +category: security +tags: [aws, security, audit, compliance, kiro-cli, security-assessment] --- # AWS Security Audit diff --git a/web-app/public/skills/segment-automation/SKILL.md b/web-app/public/skills/segment-automation/SKILL.md index b5dc6b4b..45f6f430 100644 --- a/web-app/public/skills/segment-automation/SKILL.md +++ b/web-app/public/skills/segment-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: segment-automation description: "Automate Segment tasks via Rube MCP (Composio): track events, identify users, manage groups, page views, aliases, batch operations. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Segment Automation via Rube MCP diff --git a/web-app/public/skills/segment-cdp/SKILL.md b/web-app/public/skills/segment-cdp/SKILL.md index 6b0fc222..dcd7eff9 100644 --- a/web-app/public/skills/segment-cdp/SKILL.md +++ b/web-app/public/skills/segment-cdp/SKILL.md @@ -1,9 +1,8 @@ --- name: segment-cdp description: "Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinations configuration, and data governance ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Segment CDP diff --git a/web-app/public/skills/sendgrid-automation/SKILL.md b/web-app/public/skills/sendgrid-automation/SKILL.md index 74607408..a22d67b2 100644 --- a/web-app/public/skills/sendgrid-automation/SKILL.md +++ b/web-app/public/skills/sendgrid-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: sendgrid-automation description: "Automate SendGrid email operations including sending emails, managing contacts/lists, sender identities, templates, and analytics via Rube MCP (Composio). Always search tools first for current sche..." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # SendGrid Automation via Rube MCP diff --git a/web-app/public/skills/senior-architect/SKILL.md b/web-app/public/skills/senior-architect/SKILL.md index f670866e..2896c58a 100644 --- a/web-app/public/skills/senior-architect/SKILL.md +++ b/web-app/public/skills/senior-architect/SKILL.md @@ -3,7 +3,6 @@ name: senior-architect description: "Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. I..." risk: unknown source: community -date_added: "2026-02-27" --- # Senior Architect diff --git a/web-app/public/skills/senior-fullstack/SKILL.md b/web-app/public/skills/senior-fullstack/SKILL.md index 13346f7a..c8fe8764 100644 --- a/web-app/public/skills/senior-fullstack/SKILL.md +++ b/web-app/public/skills/senior-fullstack/SKILL.md @@ -3,7 +3,6 @@ name: senior-fullstack description: "Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architec..." risk: unknown source: community -date_added: "2026-02-27" --- # Senior Fullstack diff --git a/web-app/public/skills/sentry-automation/SKILL.md b/web-app/public/skills/sentry-automation/SKILL.md index 1ce20336..39f2a78a 100644 --- a/web-app/public/skills/sentry-automation/SKILL.md +++ b/web-app/public/skills/sentry-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: sentry-automation description: "Automate Sentry tasks via Rube MCP (Composio): manage issues/events, configure alerts, track releases, monitor projects and teams. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Sentry Automation via Rube MCP diff --git a/web-app/public/skills/seo-audit/SKILL.md b/web-app/public/skills/seo-audit/SKILL.md index c18b817e..de3ab23a 100644 --- a/web-app/public/skills/seo-audit/SKILL.md +++ b/web-app/public/skills/seo-audit/SKILL.md @@ -1,9 +1,14 @@ --- name: seo-audit -description: Diagnose and audit SEO issues affecting crawlability, indexation, rankings, and organic performance. +description: > + Diagnose and audit SEO issues affecting crawlability, indexation, rankings, + and organic performance. Use when the user asks for an SEO audit, technical SEO + review, ranking diagnosis, on-page SEO review, meta tag audit, or SEO health check. + This skill identifies issues and prioritizes actions but does not execute changes. + For large-scale page creation, use programmatic-seo. For structured data, use + schema-markup. risk: unknown source: community -date_added: '2026-02-27' --- # SEO Audit diff --git a/web-app/public/skills/seo-authority-builder/SKILL.md b/web-app/public/skills/seo-authority-builder/SKILL.md index 0b0f5605..2288399b 100644 --- a/web-app/public/skills/seo-authority-builder/SKILL.md +++ b/web-app/public/skills/seo-authority-builder/SKILL.md @@ -1,15 +1,13 @@ --- name: seo-authority-builder -description: 'Analyzes content for E-E-A-T signals and suggests improvements to - +description: | + Analyzes content for E-E-A-T signals and suggests improvements to build authority and trust. Identifies missing credibility elements. Use - PROACTIVELY for YMYL topics. - - ' +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-cannibalization-detector/SKILL.md b/web-app/public/skills/seo-cannibalization-detector/SKILL.md index 3e909530..cfc2c16e 100644 --- a/web-app/public/skills/seo-cannibalization-detector/SKILL.md +++ b/web-app/public/skills/seo-cannibalization-detector/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-cannibalization-detector -description: Analyzes multiple provided pages to identify keyword overlap and potential cannibalization issues. Suggests differentiation strategies. Use PROACTIVELY when reviewing similar content. +description: | + Analyzes multiple provided pages to identify keyword overlap and + potential cannibalization issues. Suggests differentiation strategies. Use + PROACTIVELY when reviewing similar content. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-content-auditor/SKILL.md b/web-app/public/skills/seo-content-auditor/SKILL.md index a14c617b..0f8a212f 100644 --- a/web-app/public/skills/seo-content-auditor/SKILL.md +++ b/web-app/public/skills/seo-content-auditor/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-content-auditor -description: Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines. +description: | + Analyzes provided content for quality, E-E-A-T signals, and SEO + best practices. Scores content and provides improvement recommendations based + on established guidelines. Use PROACTIVELY for content review. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-content-planner/SKILL.md b/web-app/public/skills/seo-content-planner/SKILL.md index e0c11ab9..cd18347d 100644 --- a/web-app/public/skills/seo-content-planner/SKILL.md +++ b/web-app/public/skills/seo-content-planner/SKILL.md @@ -1,15 +1,13 @@ --- name: seo-content-planner -description: 'Creates comprehensive content outlines and topic clusters for SEO. - +description: | + Creates comprehensive content outlines and topic clusters for SEO. Plans content calendars and identifies topic gaps. Use PROACTIVELY for content - strategy and planning. - - ' +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-content-refresher/SKILL.md b/web-app/public/skills/seo-content-refresher/SKILL.md index 3be73f8d..de5672ef 100644 --- a/web-app/public/skills/seo-content-refresher/SKILL.md +++ b/web-app/public/skills/seo-content-refresher/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-content-refresher -description: Identifies outdated elements in provided content and suggests updates to maintain freshness. Finds statistics, dates, and examples that need updating. Use PROACTIVELY for older content. +description: | + Identifies outdated elements in provided content and suggests + updates to maintain freshness. Finds statistics, dates, and examples that need + updating. Use PROACTIVELY for older content. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-content-writer/SKILL.md b/web-app/public/skills/seo-content-writer/SKILL.md index 4933f61b..04146556 100644 --- a/web-app/public/skills/seo-content-writer/SKILL.md +++ b/web-app/public/skills/seo-content-writer/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-content-writer -description: Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY for content creation tasks. +description: | + Writes SEO-optimized content based on provided keywords and topic + briefs. Creates engaging, comprehensive content following best practices. Use + PROACTIVELY for content creation tasks. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-fundamentals/SKILL.md b/web-app/public/skills/seo-fundamentals/SKILL.md index f79011fa..7d12e82b 100644 --- a/web-app/public/skills/seo-fundamentals/SKILL.md +++ b/web-app/public/skills/seo-fundamentals/SKILL.md @@ -1,9 +1,12 @@ --- name: seo-fundamentals -description: Core principles of SEO including E-E-A-T, Core Web Vitals, technical foundations, content quality, and how modern search engines evaluate pages. +description: > + Core principles of SEO including E-E-A-T, Core Web Vitals, technical foundations, + content quality, and how modern search engines evaluate pages. This skill explains + *why* SEO works, not how to execute specific optimizations. +allowed-tools: Read, Glob, Grep risk: unknown source: community -date_added: '2026-02-27' --- --- diff --git a/web-app/public/skills/seo-keyword-strategist/SKILL.md b/web-app/public/skills/seo-keyword-strategist/SKILL.md index 7899670b..7d75baba 100644 --- a/web-app/public/skills/seo-keyword-strategist/SKILL.md +++ b/web-app/public/skills/seo-keyword-strategist/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-keyword-strategist -description: Analyzes keyword usage in provided content, calculates density, suggests semantic variations and LSI keywords based on the topic. Prevents over-optimization. Use PROACTIVELY for content optimization. +description: | + Analyzes keyword usage in provided content, calculates density, + suggests semantic variations and LSI keywords based on the topic. Prevents + over-optimization. Use PROACTIVELY for content optimization. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-meta-optimizer/SKILL.md b/web-app/public/skills/seo-meta-optimizer/SKILL.md index 5deba72b..c749b281 100644 --- a/web-app/public/skills/seo-meta-optimizer/SKILL.md +++ b/web-app/public/skills/seo-meta-optimizer/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-meta-optimizer -description: Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. Use PROACTIVELY for new content. +description: | + Creates optimized meta titles, descriptions, and URL suggestions + based on character limits and best practices. Generates compelling, + keyword-rich metadata. Use PROACTIVELY for new content. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-snippet-hunter/SKILL.md b/web-app/public/skills/seo-snippet-hunter/SKILL.md index b47ad1d7..be67041e 100644 --- a/web-app/public/skills/seo-snippet-hunter/SKILL.md +++ b/web-app/public/skills/seo-snippet-hunter/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-snippet-hunter -description: Formats content to be eligible for featured snippets and SERP features. Creates snippet-optimized content blocks based on best practices. Use PROACTIVELY for question-based content. +description: | + Formats content to be eligible for featured snippets and SERP + features. Creates snippet-optimized content blocks based on best practices. + Use PROACTIVELY for question-based content. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/seo-structure-architect/SKILL.md b/web-app/public/skills/seo-structure-architect/SKILL.md index d62f99bc..7d28c670 100644 --- a/web-app/public/skills/seo-structure-architect/SKILL.md +++ b/web-app/public/skills/seo-structure-architect/SKILL.md @@ -1,9 +1,13 @@ --- name: seo-structure-architect -description: Analyzes and optimizes content structure including header hierarchy, suggests schema markup, and internal linking opportunities. Creates search-friendly content organization. +description: | + Analyzes and optimizes content structure including header + hierarchy, suggests schema markup, and internal linking opportunities. Creates + search-friendly content organization. Use PROACTIVELY for content structuring. +metadata: + model: haiku risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/server-management/SKILL.md b/web-app/public/skills/server-management/SKILL.md index 0e6d9e2a..bdbb04ea 100644 --- a/web-app/public/skills/server-management/SKILL.md +++ b/web-app/public/skills/server-management/SKILL.md @@ -1,9 +1,9 @@ --- name: server-management description: "Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands." +allowed-tools: Read, Write, Edit, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Server Management diff --git a/web-app/public/skills/service-mesh-expert/SKILL.md b/web-app/public/skills/service-mesh-expert/SKILL.md index 83262c00..248f3ce9 100644 --- a/web-app/public/skills/service-mesh-expert/SKILL.md +++ b/web-app/public/skills/service-mesh-expert/SKILL.md @@ -3,7 +3,6 @@ name: service-mesh-expert description: "Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observability integration, and multi-cluster mesh con" risk: unknown source: community -date_added: "2026-02-27" --- # Service Mesh Expert diff --git a/web-app/public/skills/service-mesh-observability/SKILL.md b/web-app/public/skills/service-mesh-observability/SKILL.md index fcbf6454..69ecdd6d 100644 --- a/web-app/public/skills/service-mesh-observability/SKILL.md +++ b/web-app/public/skills/service-mesh-observability/SKILL.md @@ -3,7 +3,6 @@ name: service-mesh-observability description: "Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SL..." risk: unknown source: community -date_added: "2026-02-27" --- # Service Mesh Observability diff --git a/web-app/public/skills/shader-programming-glsl/SKILL.md b/web-app/public/skills/shader-programming-glsl/SKILL.md index fc4acd24..f1ca2afc 100644 --- a/web-app/public/skills/shader-programming-glsl/SKILL.md +++ b/web-app/public/skills/shader-programming-glsl/SKILL.md @@ -1,9 +1,8 @@ --- name: shader-programming-glsl -description: "Expert guide for writing efficient GLSL shaders (Vertex/Fragment) for web and game engines, covering syntax, uniforms, and common effects." +description: Expert guide for writing efficient GLSL shaders (Vertex/Fragment) for web and game engines, covering syntax, uniforms, and common effects. risk: safe source: community -date_added: "2026-02-27" --- # Shader Programming GLSL diff --git a/web-app/public/skills/shellcheck-configuration/SKILL.md b/web-app/public/skills/shellcheck-configuration/SKILL.md index 6ec62362..63036a4d 100644 --- a/web-app/public/skills/shellcheck-configuration/SKILL.md +++ b/web-app/public/skills/shellcheck-configuration/SKILL.md @@ -3,7 +3,6 @@ name: shellcheck-configuration description: "Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability." risk: unknown source: community -date_added: "2026-02-27" --- # ShellCheck Configuration and Static Analysis diff --git a/web-app/public/skills/shodan-reconnaissance/SKILL.md b/web-app/public/skills/shodan-reconnaissance/SKILL.md index 9865da90..8713333f 100644 --- a/web-app/public/skills/shodan-reconnaissance/SKILL.md +++ b/web-app/public/skills/shodan-reconnaissance/SKILL.md @@ -1,9 +1,11 @@ --- name: shodan-reconnaissance description: "This skill should be used when the user asks to \"search for exposed devices on the internet,\" \"perform Shodan reconnaissance,\" \"find vulnerable services using Shodan,\" \"scan IP ranges..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Shodan Reconnaissance and Pentesting diff --git a/web-app/public/skills/shopify-apps/SKILL.md b/web-app/public/skills/shopify-apps/SKILL.md index b4b68545..aa32dfb8 100644 --- a/web-app/public/skills/shopify-apps/SKILL.md +++ b/web-app/public/skills/shopify-apps/SKILL.md @@ -1,9 +1,8 @@ --- name: shopify-apps description: "Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. U..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Shopify Apps diff --git a/web-app/public/skills/shopify-automation/SKILL.md b/web-app/public/skills/shopify-automation/SKILL.md index 96fbffc5..72fbdb5d 100644 --- a/web-app/public/skills/shopify-automation/SKILL.md +++ b/web-app/public/skills/shopify-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: shopify-automation description: "Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Shopify Automation via Rube MCP diff --git a/web-app/public/skills/shopify-development/SKILL.md b/web-app/public/skills/shopify-development/SKILL.md index 6699b38b..0104b6ac 100644 --- a/web-app/public/skills/shopify-development/SKILL.md +++ b/web-app/public/skills/shopify-development/SKILL.md @@ -1,9 +1,12 @@ --- name: shopify-development -description: Build Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid. +description: | + Build Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid. + TRIGGER: "shopify", "shopify app", "checkout extension", "admin extension", "POS extension", + "shopify theme", "liquid template", "polaris", "shopify graphql", "shopify webhook", + "shopify billing", "app subscription", "metafields", "shopify functions" risk: unknown source: community -date_added: '2026-02-27' --- # Shopify Development Skill diff --git a/web-app/public/skills/signup-flow-cro/SKILL.md b/web-app/public/skills/signup-flow-cro/SKILL.md index 25d1e9e4..3d0b7990 100644 --- a/web-app/public/skills/signup-flow-cro/SKILL.md +++ b/web-app/public/skills/signup-flow-cro/SKILL.md @@ -3,7 +3,6 @@ name: signup-flow-cro description: "When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions \"signup conversions,\" \"registration friction,\" \"signup..." risk: unknown source: community -date_added: "2026-02-27" --- # Signup Flow CRO diff --git a/web-app/public/skills/similarity-search-patterns/SKILL.md b/web-app/public/skills/similarity-search-patterns/SKILL.md index 49acd5d4..ee437479 100644 --- a/web-app/public/skills/similarity-search-patterns/SKILL.md +++ b/web-app/public/skills/similarity-search-patterns/SKILL.md @@ -3,7 +3,6 @@ name: similarity-search-patterns description: "Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance." risk: unknown source: community -date_added: "2026-02-27" --- # Similarity Search Patterns diff --git a/web-app/public/skills/skill-creator-ms/SKILL.md b/web-app/public/skills/skill-creator-ms/SKILL.md index 081d87e6..75ba87b5 100644 --- a/web-app/public/skills/skill-creator-ms/SKILL.md +++ b/web-app/public/skills/skill-creator-ms/SKILL.md @@ -3,7 +3,6 @@ name: skill-creator-ms description: "Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills." risk: unknown source: community -date_added: "2026-02-27" --- # Skill Creator diff --git a/web-app/public/skills/skill-creator/SKILL.md b/web-app/public/skills/skill-creator/SKILL.md index 1307c52b..cc4490a8 100644 --- a/web-app/public/skills/skill-creator/SKILL.md +++ b/web-app/public/skills/skill-creator/SKILL.md @@ -1,11 +1,15 @@ --- name: skill-creator description: "This skill should be used when the user asks to create a new skill, build a skill, make a custom skill, develop a CLI skill, or wants to extend the CLI with new capabilities. Automates the entire s..." +version: 1.3.0 +author: Eric Andrade +created: 2025-02-01 +updated: 2026-02-04 +platforms: [github-copilot-cli, claude-code, codex] category: meta +tags: [automation, scaffolding, skill-creation, meta-skill] risk: safe source: community -tags: "[automation, scaffolding, skill-creation, meta-skill]" -date_added: "2026-02-27" --- # skill-creator diff --git a/web-app/public/skills/skill-developer/SKILL.md b/web-app/public/skills/skill-developer/SKILL.md index 85979568..c112a85a 100644 --- a/web-app/public/skills/skill-developer/SKILL.md +++ b/web-app/public/skills/skill-developer/SKILL.md @@ -3,7 +3,6 @@ name: skill-developer description: "Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skil..." risk: unknown source: community -date_added: "2026-02-27" --- # Skill Developer Guide diff --git a/web-app/public/skills/slack-automation/SKILL.md b/web-app/public/skills/slack-automation/SKILL.md index 158f1ba4..e67f00ec 100644 --- a/web-app/public/skills/slack-automation/SKILL.md +++ b/web-app/public/skills/slack-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: slack-automation description: "Automate Slack messaging, channel management, search, reactions, and threads via Rube MCP (Composio). Send messages, search conversations, manage channels/users, and react to messages programmatica..." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Slack Automation via Rube MCP diff --git a/web-app/public/skills/slack-bot-builder/SKILL.md b/web-app/public/skills/slack-bot-builder/SKILL.md index 5546a7d6..6f27bd89 100644 --- a/web-app/public/skills/slack-bot-builder/SKILL.md +++ b/web-app/public/skills/slack-bot-builder/SKILL.md @@ -1,9 +1,8 @@ --- name: slack-bot-builder description: "Build Slack apps using the Bolt framework across Python, JavaScript, and Java. Covers Block Kit for rich UIs, interactive components, slash commands, event handling, OAuth installation flows, and W..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Slack Bot Builder diff --git a/web-app/public/skills/slack-gif-creator/SKILL.md b/web-app/public/skills/slack-gif-creator/SKILL.md index ca824d29..31eb7884 100644 --- a/web-app/public/skills/slack-gif-creator/SKILL.md +++ b/web-app/public/skills/slack-gif-creator/SKILL.md @@ -1,9 +1,9 @@ --- name: slack-gif-creator description: "Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like \"..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- # Slack GIF Creator diff --git a/web-app/public/skills/slo-implementation/SKILL.md b/web-app/public/skills/slo-implementation/SKILL.md index 87158fd6..47befb5c 100644 --- a/web-app/public/skills/slo-implementation/SKILL.md +++ b/web-app/public/skills/slo-implementation/SKILL.md @@ -3,7 +3,6 @@ name: slo-implementation description: "Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or m..." risk: unknown source: community -date_added: "2026-02-27" --- # SLO Implementation diff --git a/web-app/public/skills/smtp-penetration-testing/SKILL.md b/web-app/public/skills/smtp-penetration-testing/SKILL.md index 6255da09..f7d228fc 100644 --- a/web-app/public/skills/smtp-penetration-testing/SKILL.md +++ b/web-app/public/skills/smtp-penetration-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: smtp-penetration-testing description: "This skill should be used when the user asks to \"perform SMTP penetration testing\", \"enumerate email users\", \"test for open mail relays\", \"grab SMTP banners\", \"brute force email cre..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # SMTP Penetration Testing diff --git a/web-app/public/skills/social-content/SKILL.md b/web-app/public/skills/social-content/SKILL.md index f213beae..c0ae4ecf 100644 --- a/web-app/public/skills/social-content/SKILL.md +++ b/web-app/public/skills/social-content/SKILL.md @@ -3,7 +3,6 @@ name: social-content description: "When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn..." risk: unknown source: community -date_added: "2026-02-27" --- # Social Content diff --git a/web-app/public/skills/software-architecture/SKILL.md b/web-app/public/skills/software-architecture/SKILL.md index 0df4df07..8d147dd4 100644 --- a/web-app/public/skills/software-architecture/SKILL.md +++ b/web-app/public/skills/software-architecture/SKILL.md @@ -3,7 +3,6 @@ name: software-architecture description: "Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development." risk: unknown source: community -date_added: "2026-02-27" --- # Software Architecture Development Skill diff --git a/web-app/public/skills/solidity-security/SKILL.md b/web-app/public/skills/solidity-security/SKILL.md index d78df4b2..6d340ac4 100644 --- a/web-app/public/skills/solidity-security/SKILL.md +++ b/web-app/public/skills/solidity-security/SKILL.md @@ -3,7 +3,6 @@ name: solidity-security description: "Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementin..." risk: unknown source: community -date_added: "2026-02-27" --- # Solidity Security diff --git a/web-app/public/skills/spark-optimization/SKILL.md b/web-app/public/skills/spark-optimization/SKILL.md index ba7da0fb..39d9e6a0 100644 --- a/web-app/public/skills/spark-optimization/SKILL.md +++ b/web-app/public/skills/spark-optimization/SKILL.md @@ -3,7 +3,6 @@ name: spark-optimization description: "Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines." risk: unknown source: community -date_added: "2026-02-27" --- # Apache Spark Optimization diff --git a/web-app/public/skills/sql-injection-testing/SKILL.md b/web-app/public/skills/sql-injection-testing/SKILL.md index ad2bc41c..5f388afa 100644 --- a/web-app/public/skills/sql-injection-testing/SKILL.md +++ b/web-app/public/skills/sql-injection-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: sql-injection-testing description: "This skill should be used when the user asks to \"test for SQL injection vulnerabilities\", \"perform SQLi attacks\", \"bypass authentication using SQL injection\", \"extract database inform..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # SQL Injection Testing diff --git a/web-app/public/skills/sql-optimization-patterns/SKILL.md b/web-app/public/skills/sql-optimization-patterns/SKILL.md index 40959815..740c7c60 100644 --- a/web-app/public/skills/sql-optimization-patterns/SKILL.md +++ b/web-app/public/skills/sql-optimization-patterns/SKILL.md @@ -3,7 +3,6 @@ name: sql-optimization-patterns description: "Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database..." risk: unknown source: community -date_added: "2026-02-27" --- # SQL Optimization Patterns diff --git a/web-app/public/skills/sql-pro/SKILL.md b/web-app/public/skills/sql-pro/SKILL.md index 15bdf324..99f4582b 100644 --- a/web-app/public/skills/sql-pro/SKILL.md +++ b/web-app/public/skills/sql-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: sql-pro -description: Master modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems. +description: | + Master modern SQL with cloud-native databases, OLTP/OLAP + optimization, and advanced query techniques. Expert in performance tuning, + data modeling, and hybrid analytical systems. Use PROACTIVELY for database + optimization or complex analysis. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- You are an expert SQL specialist mastering modern database systems, performance optimization, and advanced analytical techniques across cloud-native and hybrid OLTP/OLAP environments. diff --git a/web-app/public/skills/sqlmap-database-pentesting/SKILL.md b/web-app/public/skills/sqlmap-database-pentesting/SKILL.md index acd41e17..c190d879 100644 --- a/web-app/public/skills/sqlmap-database-pentesting/SKILL.md +++ b/web-app/public/skills/sqlmap-database-pentesting/SKILL.md @@ -1,9 +1,11 @@ --- name: sqlmap-database-pentesting description: "This skill should be used when the user asks to \"automate SQL injection testing,\" \"enumerate database structure,\" \"extract database credentials using sqlmap,\" \"dump tables and columns..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # SQLMap Database Penetration Testing diff --git a/web-app/public/skills/square-automation/SKILL.md b/web-app/public/skills/square-automation/SKILL.md index 6b5d7cf1..9a7b6b90 100644 --- a/web-app/public/skills/square-automation/SKILL.md +++ b/web-app/public/skills/square-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: square-automation description: "Automate Square tasks via Rube MCP (Composio): payments, orders, invoices, locations. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Square Automation via Rube MCP diff --git a/web-app/public/skills/ssh-penetration-testing/SKILL.md b/web-app/public/skills/ssh-penetration-testing/SKILL.md index 68a5b1c3..c7f86a2a 100644 --- a/web-app/public/skills/ssh-penetration-testing/SKILL.md +++ b/web-app/public/skills/ssh-penetration-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: ssh-penetration-testing description: "This skill should be used when the user asks to \"pentest SSH services\", \"enumerate SSH configurations\", \"brute force SSH credentials\", \"exploit SSH vulnerabilities\", \"perform SSH tu..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # SSH Penetration Testing diff --git a/web-app/public/skills/startup-analyst/SKILL.md b/web-app/public/skills/startup-analyst/SKILL.md index 1abb4160..4d97afd3 100644 --- a/web-app/public/skills/startup-analyst/SKILL.md +++ b/web-app/public/skills/startup-analyst/SKILL.md @@ -1,9 +1,16 @@ --- name: startup-analyst -description: Expert startup business analyst specializing in market sizing, financial modeling, competitive analysis, and strategic planning for early-stage companies. +description: | + Expert startup business analyst specializing in market sizing, + financial modeling, competitive analysis, and strategic planning for + early-stage companies. Use PROACTIVELY when the user asks about market + opportunity, TAM/SAM/SOM, financial projections, unit economics, competitive + landscape, team planning, startup metrics, or business strategy for pre-seed + through Series A startups. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/startup-business-analyst-business-case/SKILL.md b/web-app/public/skills/startup-business-analyst-business-case/SKILL.md index 33f79751..554aea60 100644 --- a/web-app/public/skills/startup-business-analyst-business-case/SKILL.md +++ b/web-app/public/skills/startup-business-analyst-business-case/SKILL.md @@ -1,13 +1,11 @@ --- name: startup-business-analyst-business-case -description: 'Generate comprehensive investor-ready business case document with - +description: | + Generate comprehensive investor-ready business case document with market, solution, financials, and strategy - - ' +allowed-tools: Read Write Edit Glob Grep Bash WebSearch WebFetch risk: unknown source: community -date_added: '2026-02-27' --- # Business Case Generator diff --git a/web-app/public/skills/startup-business-analyst-financial-projections/SKILL.md b/web-app/public/skills/startup-business-analyst-financial-projections/SKILL.md index ec196371..f68ca0f2 100644 --- a/web-app/public/skills/startup-business-analyst-financial-projections/SKILL.md +++ b/web-app/public/skills/startup-business-analyst-financial-projections/SKILL.md @@ -1,13 +1,11 @@ --- name: startup-business-analyst-financial-projections -description: 'Create detailed 3-5 year financial model with revenue, costs, cash - +description: | + Create detailed 3-5 year financial model with revenue, costs, cash flow, and scenarios - - ' +allowed-tools: Read Write Edit Glob Grep Bash WebSearch WebFetch risk: unknown source: community -date_added: '2026-02-27' --- # Financial Projections diff --git a/web-app/public/skills/startup-business-analyst-market-opportunity/SKILL.md b/web-app/public/skills/startup-business-analyst-market-opportunity/SKILL.md index 04d6ad07..8d73f982 100644 --- a/web-app/public/skills/startup-business-analyst-market-opportunity/SKILL.md +++ b/web-app/public/skills/startup-business-analyst-market-opportunity/SKILL.md @@ -1,13 +1,11 @@ --- name: startup-business-analyst-market-opportunity -description: 'Generate comprehensive market opportunity analysis with TAM/SAM/SOM - +description: | + Generate comprehensive market opportunity analysis with TAM/SAM/SOM calculations - - ' +allowed-tools: Read Write Edit Glob Grep Bash WebSearch WebFetch risk: unknown source: community -date_added: '2026-02-27' --- # Market Opportunity Analysis diff --git a/web-app/public/skills/startup-financial-modeling/SKILL.md b/web-app/public/skills/startup-financial-modeling/SKILL.md index 2c9c6b65..a80405d5 100644 --- a/web-app/public/skills/startup-financial-modeling/SKILL.md +++ b/web-app/public/skills/startup-financial-modeling/SKILL.md @@ -1,9 +1,14 @@ --- name: startup-financial-modeling -description: This skill should be used when the user asks to \\\"create financial projections", "build a financial model", "forecast revenue", "calculate burn rate", "estimate runway", "model cash flow", or... +description: | + This skill should be used when the user asks to \\\"create financial + projections", "build a financial model", "forecast revenue", "calculate burn + rate", "estimate runway", "model cash flow", or requests 3-5 year financial + planning for a startup. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Startup Financial Modeling diff --git a/web-app/public/skills/startup-metrics-framework/SKILL.md b/web-app/public/skills/startup-metrics-framework/SKILL.md index 552e6c34..cdd8c616 100644 --- a/web-app/public/skills/startup-metrics-framework/SKILL.md +++ b/web-app/public/skills/startup-metrics-framework/SKILL.md @@ -1,9 +1,14 @@ --- name: startup-metrics-framework -description: This skill should be used when the user asks about \\\"key startup metrics", "SaaS metrics", "CAC and LTV", "unit economics", "burn multiple", "rule of 40", "marketplace metrics", or requests... +description: | + This skill should be used when the user asks about \\\"key startup + metrics", "SaaS metrics", "CAC and LTV", "unit economics", "burn multiple", + "rule of 40", "marketplace metrics", or requests guidance on tracking and + optimizing business performance metrics. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Startup Metrics Framework diff --git a/web-app/public/skills/stitch-ui-design/SKILL.md b/web-app/public/skills/stitch-ui-design/SKILL.md index 1b7c7822..f6bd81c0 100644 --- a/web-app/public/skills/stitch-ui-design/SKILL.md +++ b/web-app/public/skills/stitch-ui-design/SKILL.md @@ -2,8 +2,7 @@ name: stitch-ui-design description: "Expert guide for creating effective prompts for Google Stitch AI UI design tool. Use when user wants to design UI/UX in Stitch, create app interfaces, generate mobile/web designs, or needs help cra..." risk: safe -source: self -date_added: "2026-02-27" +source: "self" --- # Stitch UI Design Prompting diff --git a/web-app/public/skills/stride-analysis-patterns/SKILL.md b/web-app/public/skills/stride-analysis-patterns/SKILL.md index e3b6f3a2..6888c612 100644 --- a/web-app/public/skills/stride-analysis-patterns/SKILL.md +++ b/web-app/public/skills/stride-analysis-patterns/SKILL.md @@ -3,7 +3,6 @@ name: stride-analysis-patterns description: "Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation." risk: unknown source: community -date_added: "2026-02-27" --- # STRIDE Analysis Patterns diff --git a/web-app/public/skills/stripe-automation/SKILL.md b/web-app/public/skills/stripe-automation/SKILL.md index 2e63dedf..1b8dc71d 100644 --- a/web-app/public/skills/stripe-automation/SKILL.md +++ b/web-app/public/skills/stripe-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: stripe-automation description: "Automate Stripe tasks via Rube MCP (Composio): customers, charges, subscriptions, invoices, products, refunds. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Stripe Automation via Rube MCP diff --git a/web-app/public/skills/stripe-integration/SKILL.md b/web-app/public/skills/stripe-integration/SKILL.md index 44d4ea3d..df8bb981 100644 --- a/web-app/public/skills/stripe-integration/SKILL.md +++ b/web-app/public/skills/stripe-integration/SKILL.md @@ -3,7 +3,6 @@ name: stripe-integration description: "Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or ..." risk: unknown source: community -date_added: "2026-02-27" --- # Stripe Integration diff --git a/web-app/public/skills/subagent-driven-development/SKILL.md b/web-app/public/skills/subagent-driven-development/SKILL.md index af91b276..761682fc 100644 --- a/web-app/public/skills/subagent-driven-development/SKILL.md +++ b/web-app/public/skills/subagent-driven-development/SKILL.md @@ -3,7 +3,6 @@ name: subagent-driven-development description: "Use when executing implementation plans with independent tasks in the current session" risk: unknown source: community -date_added: "2026-02-27" --- # Subagent-Driven Development diff --git a/web-app/public/skills/supabase-automation/SKILL.md b/web-app/public/skills/supabase-automation/SKILL.md index c13cc979..0aa88373 100644 --- a/web-app/public/skills/supabase-automation/SKILL.md +++ b/web-app/public/skills/supabase-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: supabase-automation description: "Automate Supabase database queries, table management, project administration, storage, edge functions, and SQL execution via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Supabase Automation via Rube MCP diff --git a/web-app/public/skills/swiftui-expert-skill/SKILL.md b/web-app/public/skills/swiftui-expert-skill/SKILL.md index 11f49c76..b13f8438 100644 --- a/web-app/public/skills/swiftui-expert-skill/SKILL.md +++ b/web-app/public/skills/swiftui-expert-skill/SKILL.md @@ -1,9 +1,8 @@ --- name: swiftui-expert-skill description: "Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS 26+ Liquid Glass adoption. Use when buil..." -risk: safe source: "https://github.com/AvdLee/SwiftUI-Agent-Skill/tree/main/swiftui-expert-skill" -date_added: "2026-02-27" +risk: safe --- # SwiftUI Expert Skill diff --git a/web-app/public/skills/systematic-debugging/SKILL.md b/web-app/public/skills/systematic-debugging/SKILL.md index bdc79b55..3c608595 100644 --- a/web-app/public/skills/systematic-debugging/SKILL.md +++ b/web-app/public/skills/systematic-debugging/SKILL.md @@ -3,7 +3,6 @@ name: systematic-debugging description: "Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes" risk: unknown source: community -date_added: "2026-02-27" --- # Systematic Debugging diff --git a/web-app/public/skills/systems-programming-rust-project/SKILL.md b/web-app/public/skills/systems-programming-rust-project/SKILL.md index 7fb500d2..c4cb27dd 100644 --- a/web-app/public/skills/systems-programming-rust-project/SKILL.md +++ b/web-app/public/skills/systems-programming-rust-project/SKILL.md @@ -3,7 +3,6 @@ name: systems-programming-rust-project description: "You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing" risk: unknown source: community -date_added: "2026-02-27" --- # Rust Project Scaffolding diff --git a/web-app/public/skills/tailwind-design-system/SKILL.md b/web-app/public/skills/tailwind-design-system/SKILL.md index dbbc9c80..fb66f7e0 100644 --- a/web-app/public/skills/tailwind-design-system/SKILL.md +++ b/web-app/public/skills/tailwind-design-system/SKILL.md @@ -3,7 +3,6 @@ name: tailwind-design-system description: "Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI..." risk: unknown source: community -date_added: "2026-02-27" --- # Tailwind Design System diff --git a/web-app/public/skills/tailwind-patterns/SKILL.md b/web-app/public/skills/tailwind-patterns/SKILL.md index 77597623..c0170b4c 100644 --- a/web-app/public/skills/tailwind-patterns/SKILL.md +++ b/web-app/public/skills/tailwind-patterns/SKILL.md @@ -1,9 +1,9 @@ --- name: tailwind-patterns description: "Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture." +allowed-tools: Read, Write, Edit, Glob, Grep risk: unknown source: community -date_added: "2026-02-27" --- # Tailwind CSS Patterns (v4 - 2025) diff --git a/web-app/public/skills/tavily-web/SKILL.md b/web-app/public/skills/tavily-web/SKILL.md index e22cff4a..ef964705 100644 --- a/web-app/public/skills/tavily-web/SKILL.md +++ b/web-app/public/skills/tavily-web/SKILL.md @@ -3,7 +3,6 @@ name: tavily-web description: "Web search, content extraction, crawling, and research capabilities using Tavily API" risk: unknown source: community -date_added: "2026-02-27" --- # tavily-web diff --git a/web-app/public/skills/tdd-orchestrator/SKILL.md b/web-app/public/skills/tdd-orchestrator/SKILL.md index 7f6a031d..700aa500 100644 --- a/web-app/public/skills/tdd-orchestrator/SKILL.md +++ b/web-app/public/skills/tdd-orchestrator/SKILL.md @@ -1,9 +1,15 @@ --- name: tdd-orchestrator -description: Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. +description: | + Master TDD orchestrator specializing in red-green-refactor + discipline, multi-agent workflow coordination, and comprehensive test-driven + development practices. Enforces TDD best practices across teams with + AI-assisted testing and modern frameworks. Use PROACTIVELY for TDD + implementation and governance. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/tdd-workflow/SKILL.md b/web-app/public/skills/tdd-workflow/SKILL.md index 15c8f99c..a8249766 100644 --- a/web-app/public/skills/tdd-workflow/SKILL.md +++ b/web-app/public/skills/tdd-workflow/SKILL.md @@ -1,9 +1,9 @@ --- name: tdd-workflow description: "Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle." +allowed-tools: Read, Write, Edit, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # TDD Workflow diff --git a/web-app/public/skills/tdd-workflows-tdd-cycle/SKILL.md b/web-app/public/skills/tdd-workflows-tdd-cycle/SKILL.md index 68e12a1f..e41222b1 100644 --- a/web-app/public/skills/tdd-workflows-tdd-cycle/SKILL.md +++ b/web-app/public/skills/tdd-workflows-tdd-cycle/SKILL.md @@ -3,7 +3,6 @@ name: tdd-workflows-tdd-cycle description: "Use when working with tdd workflows tdd cycle" risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/tdd-workflows-tdd-green/SKILL.md b/web-app/public/skills/tdd-workflows-tdd-green/SKILL.md index 29e85641..cdb85e1e 100644 --- a/web-app/public/skills/tdd-workflows-tdd-green/SKILL.md +++ b/web-app/public/skills/tdd-workflows-tdd-green/SKILL.md @@ -3,7 +3,6 @@ name: tdd-workflows-tdd-green description: "Implement the minimal code needed to make failing tests pass in the TDD green phase." risk: unknown source: community -date_added: "2026-02-27" --- # Green Phase: Simple function diff --git a/web-app/public/skills/tdd-workflows-tdd-red/SKILL.md b/web-app/public/skills/tdd-workflows-tdd-red/SKILL.md index 3fe9e30c..2f3ead3f 100644 --- a/web-app/public/skills/tdd-workflows-tdd-red/SKILL.md +++ b/web-app/public/skills/tdd-workflows-tdd-red/SKILL.md @@ -3,7 +3,6 @@ name: tdd-workflows-tdd-red description: "Generate failing tests for the TDD red phase to define expected behavior and edge cases." risk: unknown source: community -date_added: "2026-02-27" --- Write comprehensive failing tests following TDD red phase principles. diff --git a/web-app/public/skills/tdd-workflows-tdd-refactor/SKILL.md b/web-app/public/skills/tdd-workflows-tdd-refactor/SKILL.md index 0bfa2307..ec8f5022 100644 --- a/web-app/public/skills/tdd-workflows-tdd-refactor/SKILL.md +++ b/web-app/public/skills/tdd-workflows-tdd-refactor/SKILL.md @@ -3,7 +3,6 @@ name: tdd-workflows-tdd-refactor description: "Use when working with tdd workflows tdd refactor" risk: unknown source: community -date_added: "2026-02-27" --- ## Use this skill when diff --git a/web-app/public/skills/team-collaboration-issue/SKILL.md b/web-app/public/skills/team-collaboration-issue/SKILL.md index af766758..d0e2775f 100644 --- a/web-app/public/skills/team-collaboration-issue/SKILL.md +++ b/web-app/public/skills/team-collaboration-issue/SKILL.md @@ -3,7 +3,6 @@ name: team-collaboration-issue description: "You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause an" risk: unknown source: community -date_added: "2026-02-27" --- # GitHub Issue Resolution Expert diff --git a/web-app/public/skills/team-collaboration-standup-notes/SKILL.md b/web-app/public/skills/team-collaboration-standup-notes/SKILL.md index 5dd735c9..eb9780d4 100644 --- a/web-app/public/skills/team-collaboration-standup-notes/SKILL.md +++ b/web-app/public/skills/team-collaboration-standup-notes/SKILL.md @@ -3,7 +3,6 @@ name: team-collaboration-standup-notes description: "You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns." risk: unknown source: community -date_added: "2026-02-27" --- # Standup Notes Generator diff --git a/web-app/public/skills/team-composition-analysis/SKILL.md b/web-app/public/skills/team-composition-analysis/SKILL.md index 59f0b728..d1229a2c 100644 --- a/web-app/public/skills/team-composition-analysis/SKILL.md +++ b/web-app/public/skills/team-composition-analysis/SKILL.md @@ -1,9 +1,14 @@ --- name: team-composition-analysis -description: This skill should be used when the user asks to \\\"plan team structure", "determine hiring needs", "design org chart", "calculate compensation", "plan equity allocation", or requests... +description: | + This skill should be used when the user asks to \\\"plan team + structure", "determine hiring needs", "design org chart", "calculate + compensation", "plan equity allocation", or requests organizational design and + headcount planning for a startup. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Team Composition Analysis diff --git a/web-app/public/skills/telegram-automation/SKILL.md b/web-app/public/skills/telegram-automation/SKILL.md index 8aeec09e..2a9bd616 100644 --- a/web-app/public/skills/telegram-automation/SKILL.md +++ b/web-app/public/skills/telegram-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: telegram-automation description: "Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/documents, and handle bot commands. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Telegram Automation via Rube MCP diff --git a/web-app/public/skills/telegram-bot-builder/SKILL.md b/web-app/public/skills/telegram-bot-builder/SKILL.md index 08660858..6ec84f46 100644 --- a/web-app/public/skills/telegram-bot-builder/SKILL.md +++ b/web-app/public/skills/telegram-bot-builder/SKILL.md @@ -1,9 +1,8 @@ --- name: telegram-bot-builder description: "Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategie..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Telegram Bot Builder diff --git a/web-app/public/skills/telegram-mini-app/SKILL.md b/web-app/public/skills/telegram-mini-app/SKILL.md index b936d054..ad7660a9 100644 --- a/web-app/public/skills/telegram-mini-app/SKILL.md +++ b/web-app/public/skills/telegram-mini-app/SKILL.md @@ -1,9 +1,8 @@ --- name: telegram-mini-app description: "Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, payments, user authentication, and build..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Telegram Mini App diff --git a/web-app/public/skills/temporal-python-pro/SKILL.md b/web-app/public/skills/temporal-python-pro/SKILL.md index 1e3e368f..eb233499 100644 --- a/web-app/public/skills/temporal-python-pro/SKILL.md +++ b/web-app/public/skills/temporal-python-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: temporal-python-pro -description: Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment. +description: | + Master Temporal workflow orchestration with Python SDK. Implements + durable workflows, saga patterns, and distributed transactions. Covers + async/await, testing strategies, and production deployment. Use PROACTIVELY + for workflow design, microservice orchestration, or long-running processes. +metadata: + model: inherit risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/temporal-python-testing/SKILL.md b/web-app/public/skills/temporal-python-testing/SKILL.md index b23f4877..099c71a6 100644 --- a/web-app/public/skills/temporal-python-testing/SKILL.md +++ b/web-app/public/skills/temporal-python-testing/SKILL.md @@ -3,7 +3,6 @@ name: temporal-python-testing description: "Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal wor..." risk: unknown source: community -date_added: "2026-02-27" --- # Temporal Python Testing Strategies diff --git a/web-app/public/skills/terraform-aws-modules/SKILL.md b/web-app/public/skills/terraform-aws-modules/SKILL.md index 62cf1541..afb077d3 100644 --- a/web-app/public/skills/terraform-aws-modules/SKILL.md +++ b/web-app/public/skills/terraform-aws-modules/SKILL.md @@ -1,9 +1,10 @@ --- name: terraform-aws-modules description: "Terraform module creation for AWS — reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure." +metadata: + model: sonnet risk: unknown source: community -date_added: "2026-02-27" --- You are an expert in Terraform for AWS specializing in reusable module design, state management, and production-grade HCL patterns. diff --git a/web-app/public/skills/terraform-infrastructure/SKILL.md b/web-app/public/skills/terraform-infrastructure/SKILL.md index d5fc3bc8..5f88d102 100644 --- a/web-app/public/skills/terraform-infrastructure/SKILL.md +++ b/web-app/public/skills/terraform-infrastructure/SKILL.md @@ -1,10 +1,11 @@ --- name: terraform-infrastructure description: "Terraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: cloud-devops +category: granular-workflow-bundle +version: 1.0.0 --- # Terraform Infrastructure Workflow diff --git a/web-app/public/skills/terraform-module-library/SKILL.md b/web-app/public/skills/terraform-module-library/SKILL.md index e68c2c3d..b0aa3720 100644 --- a/web-app/public/skills/terraform-module-library/SKILL.md +++ b/web-app/public/skills/terraform-module-library/SKILL.md @@ -3,7 +3,6 @@ name: terraform-module-library description: "Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, ..." risk: unknown source: community -date_added: "2026-02-27" --- # Terraform Module Library diff --git a/web-app/public/skills/terraform-skill/SKILL.md b/web-app/public/skills/terraform-skill/SKILL.md index 83480bf6..216125bd 100644 --- a/web-app/public/skills/terraform-skill/SKILL.md +++ b/web-app/public/skills/terraform-skill/SKILL.md @@ -1,9 +1,12 @@ --- name: terraform-skill description: "Terraform infrastructure as code best practices" -risk: safe +license: Apache-2.0 +metadata: +author: "Anton Babenko" +version: 1.5.0 source: "https://github.com/antonbabenko/terraform-skill" -date_added: "2026-02-27" +risk: safe --- # Terraform Skill for Claude diff --git a/web-app/public/skills/terraform-specialist/SKILL.md b/web-app/public/skills/terraform-specialist/SKILL.md index de9aa73a..8ec685f9 100644 --- a/web-app/public/skills/terraform-specialist/SKILL.md +++ b/web-app/public/skills/terraform-specialist/SKILL.md @@ -1,9 +1,16 @@ --- name: terraform-specialist -description: Expert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns. +description: | + Expert Terraform/OpenTofu specialist mastering advanced IaC + automation, state management, and enterprise infrastructure patterns. Handles + complex module design, multi-cloud deployments, GitOps workflows, policy as + code, and CI/CD integration. Covers migration strategies, security best + practices, and modern IaC ecosystems. Use PROACTIVELY for advanced IaC, state + management, or infrastructure automation. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state management, and modern IaC practices. diff --git a/web-app/public/skills/test-automator/SKILL.md b/web-app/public/skills/test-automator/SKILL.md index fca450ba..16f382b5 100644 --- a/web-app/public/skills/test-automator/SKILL.md +++ b/web-app/public/skills/test-automator/SKILL.md @@ -1,9 +1,14 @@ --- name: test-automator -description: Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engineering. Build scalable testing strategies with advanced CI/CD integration. +description: | + Master AI-powered test automation with modern frameworks, + self-healing tests, and comprehensive quality engineering. Build scalable + testing strategies with advanced CI/CD integration. Use PROACTIVELY for + testing automation or quality assurance. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/test-driven-development/SKILL.md b/web-app/public/skills/test-driven-development/SKILL.md index ff26c568..ac96d7a7 100644 --- a/web-app/public/skills/test-driven-development/SKILL.md +++ b/web-app/public/skills/test-driven-development/SKILL.md @@ -3,7 +3,6 @@ name: test-driven-development description: "Use when implementing any feature or bugfix, before writing implementation code" risk: unknown source: community -date_added: "2026-02-27" --- # Test-Driven Development (TDD) diff --git a/web-app/public/skills/test-fixing/SKILL.md b/web-app/public/skills/test-fixing/SKILL.md index c26c0880..c95670d4 100644 --- a/web-app/public/skills/test-fixing/SKILL.md +++ b/web-app/public/skills/test-fixing/SKILL.md @@ -3,7 +3,6 @@ name: test-fixing description: "Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to ma..." risk: unknown source: community -date_added: "2026-02-27" --- # Test Fixing diff --git a/web-app/public/skills/testing-patterns/SKILL.md b/web-app/public/skills/testing-patterns/SKILL.md index ac371ab1..7e274f64 100644 --- a/web-app/public/skills/testing-patterns/SKILL.md +++ b/web-app/public/skills/testing-patterns/SKILL.md @@ -3,7 +3,6 @@ name: testing-patterns description: "Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle." risk: unknown source: community -date_added: "2026-02-27" --- # Testing Patterns and Utilities diff --git a/web-app/public/skills/testing-qa/SKILL.md b/web-app/public/skills/testing-qa/SKILL.md index b6040fb1..117310c1 100644 --- a/web-app/public/skills/testing-qa/SKILL.md +++ b/web-app/public/skills/testing-qa/SKILL.md @@ -1,10 +1,11 @@ --- name: testing-qa description: "Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: quality-assurance +category: workflow-bundle +version: 1.0.0 --- # Testing/QA Workflow Bundle diff --git a/web-app/public/skills/theme-factory/SKILL.md b/web-app/public/skills/theme-factory/SKILL.md index db019bf6..751187bb 100644 --- a/web-app/public/skills/theme-factory/SKILL.md +++ b/web-app/public/skills/theme-factory/SKILL.md @@ -1,9 +1,9 @@ --- name: theme-factory description: "Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifac..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- diff --git a/web-app/public/skills/threat-mitigation-mapping/SKILL.md b/web-app/public/skills/threat-mitigation-mapping/SKILL.md index a4f68a21..f2687c60 100644 --- a/web-app/public/skills/threat-mitigation-mapping/SKILL.md +++ b/web-app/public/skills/threat-mitigation-mapping/SKILL.md @@ -3,7 +3,6 @@ name: threat-mitigation-mapping description: "Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness." risk: unknown source: community -date_added: "2026-02-27" --- # Threat Mitigation Mapping diff --git a/web-app/public/skills/threat-modeling-expert/SKILL.md b/web-app/public/skills/threat-modeling-expert/SKILL.md index 2a9b0fff..472e47e7 100644 --- a/web-app/public/skills/threat-modeling-expert/SKILL.md +++ b/web-app/public/skills/threat-modeling-expert/SKILL.md @@ -3,7 +3,6 @@ name: threat-modeling-expert description: "Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use for security architecture r..." risk: unknown source: community -date_added: "2026-02-27" --- # Threat Modeling Expert diff --git a/web-app/public/skills/threejs-skills/SKILL.md b/web-app/public/skills/threejs-skills/SKILL.md index 5164d146..79474da5 100644 --- a/web-app/public/skills/threejs-skills/SKILL.md +++ b/web-app/public/skills/threejs-skills/SKILL.md @@ -1,9 +1,8 @@ --- name: threejs-skills description: "Create 3D scenes, interactive experiences, and visual effects using Three.js. Use when user requests 3D graphics, WebGL experiences, 3D visualizations, animations, or interactive 3D elements." +source: https://github.com/CloudAI-X/threejs-skills risk: safe -source: "https://github.com/CloudAI-X/threejs-skills" -date_added: "2026-02-27" --- # Three.js Skills diff --git a/web-app/public/skills/tiktok-automation/SKILL.md b/web-app/public/skills/tiktok-automation/SKILL.md index 0503dad0..d33a8c95 100644 --- a/web-app/public/skills/tiktok-automation/SKILL.md +++ b/web-app/public/skills/tiktok-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: tiktok-automation description: "Automate TikTok tasks via Rube MCP (Composio): upload/publish videos, post photos, manage content, and view user profiles/stats. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # TikTok Automation via Rube MCP diff --git a/web-app/public/skills/todoist-automation/SKILL.md b/web-app/public/skills/todoist-automation/SKILL.md index df7d1019..b031fcc7 100644 --- a/web-app/public/skills/todoist-automation/SKILL.md +++ b/web-app/public/skills/todoist-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: todoist-automation description: "Automate Todoist task management, projects, sections, filtering, and bulk operations via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Todoist Automation via Rube MCP diff --git a/web-app/public/skills/tool-design/SKILL.md b/web-app/public/skills/tool-design/SKILL.md index 61eee32d..a0165458 100644 --- a/web-app/public/skills/tool-design/SKILL.md +++ b/web-app/public/skills/tool-design/SKILL.md @@ -1,9 +1,8 @@ --- name: tool-design description: "Build tools that agents can use effectively, including architectural reduction patterns" -risk: safe source: "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering/tree/main/skills/tool-design" -date_added: "2026-02-27" +risk: safe --- ## When to Use This Skill diff --git a/web-app/public/skills/top-web-vulnerabilities/SKILL.md b/web-app/public/skills/top-web-vulnerabilities/SKILL.md index 97525c3d..36c66e74 100644 --- a/web-app/public/skills/top-web-vulnerabilities/SKILL.md +++ b/web-app/public/skills/top-web-vulnerabilities/SKILL.md @@ -1,9 +1,11 @@ --- name: top-web-vulnerabilities description: "This skill should be used when the user asks to \"identify web application vulnerabilities\", \"explain common security flaws\", \"understand vulnerability categories\", \"learn about inject..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Top 100 Web Vulnerabilities Reference diff --git a/web-app/public/skills/track-management/SKILL.md b/web-app/public/skills/track-management/SKILL.md index c6332bc2..7459de2f 100644 --- a/web-app/public/skills/track-management/SKILL.md +++ b/web-app/public/skills/track-management/SKILL.md @@ -1,9 +1,13 @@ --- name: track-management -description: Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations. +description: | + Use this skill when creating, managing, or working with Conductor + tracks - the logical work units for features, bugs, and refactors. Applies to + spec.md, plan.md, and track lifecycle operations. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Track Management diff --git a/web-app/public/skills/trello-automation/SKILL.md b/web-app/public/skills/trello-automation/SKILL.md index aa3483af..26b6cb12 100644 --- a/web-app/public/skills/trello-automation/SKILL.md +++ b/web-app/public/skills/trello-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: trello-automation description: "Automate Trello boards, cards, and workflows via Rube MCP (Composio). Create cards, manage lists, assign members, and search across boards programmatically." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Trello Automation via Rube MCP diff --git a/web-app/public/skills/trigger-dev/SKILL.md b/web-app/public/skills/trigger-dev/SKILL.md index 90c178ad..38fed4e8 100644 --- a/web-app/public/skills/trigger-dev/SKILL.md +++ b/web-app/public/skills/trigger-dev/SKILL.md @@ -1,9 +1,8 @@ --- name: trigger-dev description: "Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design. Use when: trigger.dev, trigger dev, background ta..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Trigger.dev Integration diff --git a/web-app/public/skills/turborepo-caching/SKILL.md b/web-app/public/skills/turborepo-caching/SKILL.md index a466fcfe..0211f934 100644 --- a/web-app/public/skills/turborepo-caching/SKILL.md +++ b/web-app/public/skills/turborepo-caching/SKILL.md @@ -3,7 +3,6 @@ name: turborepo-caching description: "Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching." risk: unknown source: community -date_added: "2026-02-27" --- # Turborepo Caching diff --git a/web-app/public/skills/tutorial-engineer/SKILL.md b/web-app/public/skills/tutorial-engineer/SKILL.md index ac0f29d8..23169adb 100644 --- a/web-app/public/skills/tutorial-engineer/SKILL.md +++ b/web-app/public/skills/tutorial-engineer/SKILL.md @@ -1,9 +1,14 @@ --- name: tutorial-engineer -description: Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples. +description: | + Creates step-by-step tutorials and educational content from code. + Transforms complex concepts into progressive learning experiences with + hands-on examples. Use PROACTIVELY for onboarding guides, feature tutorials, + or concept explanations. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/twilio-communications/SKILL.md b/web-app/public/skills/twilio-communications/SKILL.md index 1f129575..d9bc9f83 100644 --- a/web-app/public/skills/twilio-communications/SKILL.md +++ b/web-app/public/skills/twilio-communications/SKILL.md @@ -1,9 +1,8 @@ --- name: twilio-communications description: "Build communication features with Twilio: SMS messaging, voice calls, WhatsApp Business API, and user verification (2FA). Covers the full spectrum from simple notifications to complex IVR systems a..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Twilio Communications diff --git a/web-app/public/skills/twitter-automation/SKILL.md b/web-app/public/skills/twitter-automation/SKILL.md index af6f03df..85f4366d 100644 --- a/web-app/public/skills/twitter-automation/SKILL.md +++ b/web-app/public/skills/twitter-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: twitter-automation description: "Automate Twitter/X tasks via Rube MCP (Composio): posts, search, users, bookmarks, lists, media. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Twitter/X Automation via Rube MCP diff --git a/web-app/public/skills/typescript-advanced-types/SKILL.md b/web-app/public/skills/typescript-advanced-types/SKILL.md index f3ec0260..77f22871 100644 --- a/web-app/public/skills/typescript-advanced-types/SKILL.md +++ b/web-app/public/skills/typescript-advanced-types/SKILL.md @@ -3,7 +3,6 @@ name: typescript-advanced-types description: "Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex..." risk: unknown source: community -date_added: "2026-02-27" --- # TypeScript Advanced Types diff --git a/web-app/public/skills/typescript-expert/SKILL.md b/web-app/public/skills/typescript-expert/SKILL.md index 885cc4cc..3de9f638 100644 --- a/web-app/public/skills/typescript-expert/SKILL.md +++ b/web-app/public/skills/typescript-expert/SKILL.md @@ -1,10 +1,18 @@ --- name: typescript-expert -description: TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling. +description: >- + TypeScript and JavaScript expert with deep knowledge of type-level + programming, performance optimization, monorepo management, migration + strategies, and modern tooling. Use PROACTIVELY for any TypeScript/JavaScript + issues including complex type gymnastics, build performance, debugging, and + architectural decisions. If a specialized expert is a better fit, I will + recommend switching and stop. category: framework +bundle: [typescript-type-expert, typescript-build-expert] +displayName: TypeScript +color: blue risk: unknown source: community -date_added: '2026-02-27' --- # TypeScript Expert diff --git a/web-app/public/skills/typescript-pro/SKILL.md b/web-app/public/skills/typescript-pro/SKILL.md index a3a825b5..d65babb0 100644 --- a/web-app/public/skills/typescript-pro/SKILL.md +++ b/web-app/public/skills/typescript-pro/SKILL.md @@ -1,9 +1,14 @@ --- name: typescript-pro -description: Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns. +description: | + Master TypeScript with advanced types, generics, and strict type + safety. Handles complex type systems, decorators, and enterprise-grade + patterns. Use PROACTIVELY for TypeScript architecture, type inference + optimization, or advanced typing patterns. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- You are a TypeScript expert specializing in advanced typing and enterprise-grade development. diff --git a/web-app/public/skills/ui-ux-designer/SKILL.md b/web-app/public/skills/ui-ux-designer/SKILL.md index 1ee5b3a4..a102824c 100644 --- a/web-app/public/skills/ui-ux-designer/SKILL.md +++ b/web-app/public/skills/ui-ux-designer/SKILL.md @@ -1,9 +1,14 @@ --- name: ui-ux-designer -description: Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools. +description: | + Create interface designs, wireframes, and design systems. Masters + user research, accessibility standards, and modern design tools. Specializes + in design tokens, component libraries, and inclusive design. Use PROACTIVELY + for design systems, user flows, or interface optimization. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/ui-ux-pro-max/SKILL.md b/web-app/public/skills/ui-ux-pro-max/SKILL.md index c0550f82..ee92e00a 100644 --- a/web-app/public/skills/ui-ux-pro-max/SKILL.md +++ b/web-app/public/skills/ui-ux-pro-max/SKILL.md @@ -3,7 +3,6 @@ name: ui-ux-pro-max description: "UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, cr..." risk: unknown source: community -date_added: "2026-02-27" --- # UI/UX Pro Max - Design Intelligence diff --git a/web-app/public/skills/ui-visual-validator/SKILL.md b/web-app/public/skills/ui-visual-validator/SKILL.md index f980a302..f455e73e 100644 --- a/web-app/public/skills/ui-visual-validator/SKILL.md +++ b/web-app/public/skills/ui-visual-validator/SKILL.md @@ -1,9 +1,15 @@ --- name: ui-visual-validator -description: Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification. +description: | + Rigorous visual validation expert specializing in UI testing, + design system compliance, and accessibility verification. Masters screenshot + analysis, visual regression testing, and component validation. Use PROACTIVELY + to verify UI modifications have achieved their intended goals through + comprehensive visual analysis. +metadata: + model: sonnet risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/unit-testing-test-generate/SKILL.md b/web-app/public/skills/unit-testing-test-generate/SKILL.md index 69831a17..df16a999 100644 --- a/web-app/public/skills/unit-testing-test-generate/SKILL.md +++ b/web-app/public/skills/unit-testing-test-generate/SKILL.md @@ -3,7 +3,6 @@ name: unit-testing-test-generate description: "Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus." risk: unknown source: community -date_added: "2026-02-27" --- # Automated Unit Test Generation diff --git a/web-app/public/skills/unity-developer/SKILL.md b/web-app/public/skills/unity-developer/SKILL.md index 717c53a7..53dbbadd 100644 --- a/web-app/public/skills/unity-developer/SKILL.md +++ b/web-app/public/skills/unity-developer/SKILL.md @@ -1,9 +1,15 @@ --- name: unity-developer -description: Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment. +description: | + Build Unity games with optimized C# scripts, efficient rendering, + and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and + cross-platform deployment. Handles gameplay systems, UI implementation, and + platform optimization. Use PROACTIVELY for Unity performance issues, game + mechanics, or cross-platform builds. +metadata: + model: opus risk: unknown source: community -date_added: '2026-02-27' --- ## Use this skill when diff --git a/web-app/public/skills/unity-ecs-patterns/SKILL.md b/web-app/public/skills/unity-ecs-patterns/SKILL.md index 17bc1afc..cbde2c29 100644 --- a/web-app/public/skills/unity-ecs-patterns/SKILL.md +++ b/web-app/public/skills/unity-ecs-patterns/SKILL.md @@ -3,7 +3,6 @@ name: unity-ecs-patterns description: "Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, optimizing performance, or working with large ent..." risk: unknown source: community -date_added: "2026-02-27" --- # Unity ECS Patterns diff --git a/web-app/public/skills/unreal-engine-cpp-pro/SKILL.md b/web-app/public/skills/unreal-engine-cpp-pro/SKILL.md index fbe8e5b2..01bf607c 100644 --- a/web-app/public/skills/unreal-engine-cpp-pro/SKILL.md +++ b/web-app/public/skills/unreal-engine-cpp-pro/SKILL.md @@ -3,7 +3,6 @@ name: unreal-engine-cpp-pro description: "Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices." risk: safe source: self -date_added: "2026-02-27" --- # Unreal Engine C++ Pro diff --git a/web-app/public/skills/upstash-qstash/SKILL.md b/web-app/public/skills/upstash-qstash/SKILL.md index 001ae864..5f85d7b8 100644 --- a/web-app/public/skills/upstash-qstash/SKILL.md +++ b/web-app/public/skills/upstash-qstash/SKILL.md @@ -1,9 +1,8 @@ --- name: upstash-qstash description: "Upstash QStash expert for serverless message queues, scheduled jobs, and reliable HTTP-based task delivery without managing infrastructure. Use when: qstash, upstash queue, serverless cron, schedul..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Upstash QStash diff --git a/web-app/public/skills/using-git-worktrees/SKILL.md b/web-app/public/skills/using-git-worktrees/SKILL.md index ce7c1c4b..2126cf36 100644 --- a/web-app/public/skills/using-git-worktrees/SKILL.md +++ b/web-app/public/skills/using-git-worktrees/SKILL.md @@ -3,7 +3,6 @@ name: using-git-worktrees description: "Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verifi..." risk: unknown source: community -date_added: "2026-02-27" --- # Using Git Worktrees diff --git a/web-app/public/skills/using-neon/SKILL.md b/web-app/public/skills/using-neon/SKILL.md index fcc4eb55..2af3f903 100644 --- a/web-app/public/skills/using-neon/SKILL.md +++ b/web-app/public/skills/using-neon/SKILL.md @@ -1,9 +1,8 @@ --- name: using-neon description: "Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/..." -risk: safe source: "https://github.com/neondatabase/agent-skills/tree/main/skills/neon-postgres" -date_added: "2026-02-27" +risk: safe --- # Neon Serverless Postgres diff --git a/web-app/public/skills/using-superpowers/SKILL.md b/web-app/public/skills/using-superpowers/SKILL.md index 45566bad..6acbf93b 100644 --- a/web-app/public/skills/using-superpowers/SKILL.md +++ b/web-app/public/skills/using-superpowers/SKILL.md @@ -3,7 +3,6 @@ name: using-superpowers description: "Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions" risk: unknown source: community -date_added: "2026-02-27" --- diff --git a/web-app/public/skills/uv-package-manager/SKILL.md b/web-app/public/skills/uv-package-manager/SKILL.md index 0185d452..e13c5c18 100644 --- a/web-app/public/skills/uv-package-manager/SKILL.md +++ b/web-app/public/skills/uv-package-manager/SKILL.md @@ -3,7 +3,6 @@ name: uv-package-manager description: "Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimi..." risk: unknown source: community -date_added: "2026-02-27" --- # UV Package Manager diff --git a/web-app/public/skills/vector-database-engineer/SKILL.md b/web-app/public/skills/vector-database-engineer/SKILL.md index 5665d741..247c7dbc 100644 --- a/web-app/public/skills/vector-database-engineer/SKILL.md +++ b/web-app/public/skills/vector-database-engineer/SKILL.md @@ -3,7 +3,6 @@ name: vector-database-engineer description: "Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar" risk: unknown source: community -date_added: "2026-02-27" --- # Vector Database Engineer diff --git a/web-app/public/skills/vector-index-tuning/SKILL.md b/web-app/public/skills/vector-index-tuning/SKILL.md index 033251cf..e20b09e8 100644 --- a/web-app/public/skills/vector-index-tuning/SKILL.md +++ b/web-app/public/skills/vector-index-tuning/SKILL.md @@ -3,7 +3,6 @@ name: vector-index-tuning description: "Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure." risk: unknown source: community -date_added: "2026-02-27" --- # Vector Index Tuning diff --git a/web-app/public/skills/vercel-automation/SKILL.md b/web-app/public/skills/vercel-automation/SKILL.md index 93f488ea..4c793a1c 100644 --- a/web-app/public/skills/vercel-automation/SKILL.md +++ b/web-app/public/skills/vercel-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: vercel-automation description: "Automate Vercel tasks via Rube MCP (Composio): manage deployments, domains, DNS, env vars, projects, and teams. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Vercel Automation via Rube MCP diff --git a/web-app/public/skills/vercel-deploy-claimable/SKILL.md b/web-app/public/skills/vercel-deploy-claimable/SKILL.md index 79f28742..d880c269 100644 --- a/web-app/public/skills/vercel-deploy-claimable/SKILL.md +++ b/web-app/public/skills/vercel-deploy-claimable/SKILL.md @@ -1,9 +1,8 @@ --- name: vercel-deploy-claimable description: "Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as 'Deploy my app', 'Deploy this to production', 'Create a preview deployment', 'Deploy and..." -risk: safe source: "https://github.com/vercel-labs/agent-skills/tree/main/skills/claude.ai/vercel-deploy-claimable" -date_added: "2026-02-27" +risk: safe --- # Vercel Deploy diff --git a/web-app/public/skills/verification-before-completion/SKILL.md b/web-app/public/skills/verification-before-completion/SKILL.md index da365dbc..e4da6083 100644 --- a/web-app/public/skills/verification-before-completion/SKILL.md +++ b/web-app/public/skills/verification-before-completion/SKILL.md @@ -3,7 +3,6 @@ name: verification-before-completion description: "Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evide..." risk: unknown source: community -date_added: "2026-02-27" --- # Verification Before Completion diff --git a/web-app/public/skills/viral-generator-builder/SKILL.md b/web-app/public/skills/viral-generator-builder/SKILL.md index e0ea3de9..4b106425 100644 --- a/web-app/public/skills/viral-generator-builder/SKILL.md +++ b/web-app/public/skills/viral-generator-builder/SKILL.md @@ -1,9 +1,8 @@ --- name: viral-generator-builder description: "Expert in building shareable generator tools that go viral - name generators, quiz makers, avatar creators, personality tests, and calculator tools. Covers the psychology of sharing, viral mechanic..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Viral Generator Builder diff --git a/web-app/public/skills/voice-agents/SKILL.md b/web-app/public/skills/voice-agents/SKILL.md index 1ad60f7f..ada27b1c 100644 --- a/web-app/public/skills/voice-agents/SKILL.md +++ b/web-app/public/skills/voice-agents/SKILL.md @@ -1,9 +1,8 @@ --- name: voice-agents description: "Voice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis, it's achieving natural conversation flo..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Voice Agents diff --git a/web-app/public/skills/voice-ai-development/SKILL.md b/web-app/public/skills/voice-ai-development/SKILL.md index bf842194..fbd84b65 100644 --- a/web-app/public/skills/voice-ai-development/SKILL.md +++ b/web-app/public/skills/voice-ai-development/SKILL.md @@ -1,9 +1,8 @@ --- name: voice-ai-development description: "Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Voice AI Development diff --git a/web-app/public/skills/voice-ai-engine-development/SKILL.md b/web-app/public/skills/voice-ai-engine-development/SKILL.md index 9b361408..fbb4fec6 100644 --- a/web-app/public/skills/voice-ai-engine-development/SKILL.md +++ b/web-app/public/skills/voice-ai-engine-development/SKILL.md @@ -3,7 +3,6 @@ name: voice-ai-engine-development description: "Build real-time conversational AI voice engines using async worker pipelines, streaming transcription, LLM agents, and TTS synthesis with interrupt handling and multi-provider support" risk: unknown source: community -date_added: "2026-02-27" --- # Voice AI Engine Development diff --git a/web-app/public/skills/vulnerability-scanner/SKILL.md b/web-app/public/skills/vulnerability-scanner/SKILL.md index 6f9b0731..c6186751 100644 --- a/web-app/public/skills/vulnerability-scanner/SKILL.md +++ b/web-app/public/skills/vulnerability-scanner/SKILL.md @@ -1,9 +1,9 @@ --- name: vulnerability-scanner description: "Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization." +allowed-tools: Read, Glob, Grep, Bash risk: unknown source: community -date_added: "2026-02-27" --- # Vulnerability Scanner diff --git a/web-app/public/skills/wcag-audit-patterns/SKILL.md b/web-app/public/skills/wcag-audit-patterns/SKILL.md index 50fc813f..702d2741 100644 --- a/web-app/public/skills/wcag-audit-patterns/SKILL.md +++ b/web-app/public/skills/wcag-audit-patterns/SKILL.md @@ -3,7 +3,6 @@ name: wcag-audit-patterns description: "Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing ac..." risk: unknown source: community -date_added: "2026-02-27" --- # WCAG Audit Patterns diff --git a/web-app/public/skills/web-artifacts-builder/SKILL.md b/web-app/public/skills/web-artifacts-builder/SKILL.md index 5338e3d2..97142a73 100644 --- a/web-app/public/skills/web-artifacts-builder/SKILL.md +++ b/web-app/public/skills/web-artifacts-builder/SKILL.md @@ -1,9 +1,9 @@ --- name: web-artifacts-builder description: "Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state ma..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- # Web Artifacts Builder diff --git a/web-app/public/skills/web-design-guidelines/SKILL.md b/web-app/public/skills/web-design-guidelines/SKILL.md index 01dbb9cd..7907a0a6 100644 --- a/web-app/public/skills/web-design-guidelines/SKILL.md +++ b/web-app/public/skills/web-design-guidelines/SKILL.md @@ -1,9 +1,9 @@ --- name: web-design-guidelines description: "Review UI code for Web Interface Guidelines compliance. Use when asked to \\\"review my UI\\\", \\\"check accessibility\\\", \\\"audit design\\\", \\\"review UX\\\", or \\\"check my site aga..." +argument-hint: risk: unknown source: community -date_added: "2026-02-27" --- # Web Interface Guidelines diff --git a/web-app/public/skills/web-performance-optimization/SKILL.md b/web-app/public/skills/web-performance-optimization/SKILL.md index 22b865fb..acbb8ccc 100644 --- a/web-app/public/skills/web-performance-optimization/SKILL.md +++ b/web-app/public/skills/web-performance-optimization/SKILL.md @@ -3,7 +3,6 @@ name: web-performance-optimization description: "Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance" risk: unknown source: community -date_added: "2026-02-27" --- # Web Performance Optimization diff --git a/web-app/public/skills/web-security-testing/SKILL.md b/web-app/public/skills/web-security-testing/SKILL.md index 061965ad..8f0b0934 100644 --- a/web-app/public/skills/web-security-testing/SKILL.md +++ b/web-app/public/skills/web-security-testing/SKILL.md @@ -1,10 +1,11 @@ --- name: web-security-testing description: "Web application security testing workflow for OWASP Top 10 vulnerabilities including injection, XSS, authentication flaws, and access control issues." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: security +category: granular-workflow-bundle +version: 1.0.0 --- # Web Security Testing Workflow diff --git a/web-app/public/skills/web3-testing/SKILL.md b/web-app/public/skills/web3-testing/SKILL.md index 69cf11d2..2cfa646a 100644 --- a/web-app/public/skills/web3-testing/SKILL.md +++ b/web-app/public/skills/web3-testing/SKILL.md @@ -3,7 +3,6 @@ name: web3-testing description: "Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or va..." risk: unknown source: community -date_added: "2026-02-27" --- # Web3 Smart Contract Testing diff --git a/web-app/public/skills/webapp-testing/SKILL.md b/web-app/public/skills/webapp-testing/SKILL.md index 1a761887..b696cf14 100644 --- a/web-app/public/skills/webapp-testing/SKILL.md +++ b/web-app/public/skills/webapp-testing/SKILL.md @@ -1,9 +1,9 @@ --- name: webapp-testing description: "Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browse..." +license: Complete terms in LICENSE.txt risk: unknown source: community -date_added: "2026-02-27" --- # Web Application Testing diff --git a/web-app/public/skills/webflow-automation/SKILL.md b/web-app/public/skills/webflow-automation/SKILL.md index a8c94c99..c404d178 100644 --- a/web-app/public/skills/webflow-automation/SKILL.md +++ b/web-app/public/skills/webflow-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: webflow-automation description: "Automate Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Webflow Automation via Rube MCP diff --git a/web-app/public/skills/whatsapp-automation/SKILL.md b/web-app/public/skills/whatsapp-automation/SKILL.md index b3c0e70a..b979a7bf 100644 --- a/web-app/public/skills/whatsapp-automation/SKILL.md +++ b/web-app/public/skills/whatsapp-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: whatsapp-automation description: "Automate WhatsApp Business tasks via Rube MCP (Composio): send messages, manage templates, upload media, and handle contacts. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # WhatsApp Business Automation via Rube MCP diff --git a/web-app/public/skills/wiki-architect/SKILL.md b/web-app/public/skills/wiki-architect/SKILL.md index 8358be60..3a9e09d4 100644 --- a/web-app/public/skills/wiki-architect/SKILL.md +++ b/web-app/public/skills/wiki-architect/SKILL.md @@ -3,7 +3,6 @@ name: wiki-architect description: "Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or..." risk: unknown source: community -date_added: "2026-02-27" --- # Wiki Architect diff --git a/web-app/public/skills/wiki-changelog/SKILL.md b/web-app/public/skills/wiki-changelog/SKILL.md index dcf714a3..ae30fc65 100644 --- a/web-app/public/skills/wiki-changelog/SKILL.md +++ b/web-app/public/skills/wiki-changelog/SKILL.md @@ -3,7 +3,6 @@ name: wiki-changelog description: "Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in th..." risk: unknown source: community -date_added: "2026-02-27" --- # Wiki Changelog diff --git a/web-app/public/skills/wiki-onboarding/SKILL.md b/web-app/public/skills/wiki-onboarding/SKILL.md index 1ee9d2f9..10475626 100644 --- a/web-app/public/skills/wiki-onboarding/SKILL.md +++ b/web-app/public/skills/wiki-onboarding/SKILL.md @@ -3,7 +3,6 @@ name: wiki-onboarding description: "Generates two complementary onboarding guides \u2014 a Principal-Level architectural deep-dive and a Zero-to-Hero contributor walkthrough. Use when the user wants onboarding documentation fo..." risk: unknown source: community -date_added: "2026-02-27" --- # Wiki Onboarding Guide Generator diff --git a/web-app/public/skills/wiki-page-writer/SKILL.md b/web-app/public/skills/wiki-page-writer/SKILL.md index 875a6eff..50a15280 100644 --- a/web-app/public/skills/wiki-page-writer/SKILL.md +++ b/web-app/public/skills/wiki-page-writer/SKILL.md @@ -3,7 +3,6 @@ name: wiki-page-writer description: "Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating tech..." risk: unknown source: community -date_added: "2026-02-27" --- # Wiki Page Writer diff --git a/web-app/public/skills/wiki-qa/SKILL.md b/web-app/public/skills/wiki-qa/SKILL.md index 0446e931..0f819aef 100644 --- a/web-app/public/skills/wiki-qa/SKILL.md +++ b/web-app/public/skills/wiki-qa/SKILL.md @@ -3,7 +3,6 @@ name: wiki-qa description: "Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a component, or needs help navigating the code..." risk: unknown source: community -date_added: "2026-02-27" --- # Wiki Q&A diff --git a/web-app/public/skills/wiki-researcher/SKILL.md b/web-app/public/skills/wiki-researcher/SKILL.md index d4340401..dad96da9 100644 --- a/web-app/public/skills/wiki-researcher/SKILL.md +++ b/web-app/public/skills/wiki-researcher/SKILL.md @@ -3,7 +3,6 @@ name: wiki-researcher description: "Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how..." risk: unknown source: community -date_added: "2026-02-27" --- # Wiki Researcher diff --git a/web-app/public/skills/wiki-vitepress/SKILL.md b/web-app/public/skills/wiki-vitepress/SKILL.md index 80c40073..a1cc9bf1 100644 --- a/web-app/public/skills/wiki-vitepress/SKILL.md +++ b/web-app/public/skills/wiki-vitepress/SKILL.md @@ -3,7 +3,6 @@ name: wiki-vitepress description: "Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsa..." risk: unknown source: community -date_added: "2026-02-27" --- # Wiki VitePress Packager diff --git a/web-app/public/skills/windows-privilege-escalation/SKILL.md b/web-app/public/skills/windows-privilege-escalation/SKILL.md index c60ddfcf..72bf47d7 100644 --- a/web-app/public/skills/windows-privilege-escalation/SKILL.md +++ b/web-app/public/skills/windows-privilege-escalation/SKILL.md @@ -1,9 +1,11 @@ --- name: windows-privilege-escalation description: "This skill should be used when the user asks to \"escalate privileges on Windows,\" \"find Windows privesc vectors,\" \"enumerate Windows for privilege escalation,\" \"exploit Windows miscon..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Windows Privilege Escalation diff --git a/web-app/public/skills/wireshark-analysis/SKILL.md b/web-app/public/skills/wireshark-analysis/SKILL.md index 790da1a0..38c0dd94 100644 --- a/web-app/public/skills/wireshark-analysis/SKILL.md +++ b/web-app/public/skills/wireshark-analysis/SKILL.md @@ -1,9 +1,11 @@ --- name: wireshark-analysis description: "This skill should be used when the user asks to \"analyze network traffic with Wireshark\", \"capture packets for troubleshooting\", \"filter PCAP files\", \"follow TCP/UDP streams\", \"dete..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Wireshark Network Traffic Analysis diff --git a/web-app/public/skills/wordpress-penetration-testing/SKILL.md b/web-app/public/skills/wordpress-penetration-testing/SKILL.md index 64d2536b..5b80a69c 100644 --- a/web-app/public/skills/wordpress-penetration-testing/SKILL.md +++ b/web-app/public/skills/wordpress-penetration-testing/SKILL.md @@ -1,9 +1,11 @@ --- name: wordpress-penetration-testing description: "This skill should be used when the user asks to \"pentest WordPress sites\", \"scan WordPress for vulnerabilities\", \"enumerate WordPress users, themes, or plugins\", \"exploit WordPress vu..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # WordPress Penetration Testing diff --git a/web-app/public/skills/wordpress-plugin-development/SKILL.md b/web-app/public/skills/wordpress-plugin-development/SKILL.md index c85a8b10..5b5b8da6 100644 --- a/web-app/public/skills/wordpress-plugin-development/SKILL.md +++ b/web-app/public/skills/wordpress-plugin-development/SKILL.md @@ -1,10 +1,11 @@ --- name: wordpress-plugin-development description: "WordPress plugin development workflow covering plugin architecture, hooks, admin interfaces, REST API, and security best practices." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: wordpress-development +category: granular-workflow-bundle +version: 1.0.0 --- # WordPress Plugin Development Workflow diff --git a/web-app/public/skills/wordpress-theme-development/SKILL.md b/web-app/public/skills/wordpress-theme-development/SKILL.md index bd4e8e87..88c54500 100644 --- a/web-app/public/skills/wordpress-theme-development/SKILL.md +++ b/web-app/public/skills/wordpress-theme-development/SKILL.md @@ -1,10 +1,11 @@ --- name: wordpress-theme-development description: "WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: wordpress-development +category: granular-workflow-bundle +version: 1.0.0 --- # WordPress Theme Development Workflow diff --git a/web-app/public/skills/wordpress-woocommerce-development/SKILL.md b/web-app/public/skills/wordpress-woocommerce-development/SKILL.md index 4a830147..24af7fa1 100644 --- a/web-app/public/skills/wordpress-woocommerce-development/SKILL.md +++ b/web-app/public/skills/wordpress-woocommerce-development/SKILL.md @@ -1,10 +1,11 @@ --- name: wordpress-woocommerce-development description: "WooCommerce store development workflow covering store setup, payment integration, shipping configuration, and customization." -category: granular-workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: wordpress-development +category: granular-workflow-bundle +version: 1.0.0 --- # WordPress WooCommerce Development Workflow diff --git a/web-app/public/skills/wordpress/SKILL.md b/web-app/public/skills/wordpress/SKILL.md index bafc476b..336c7679 100644 --- a/web-app/public/skills/wordpress/SKILL.md +++ b/web-app/public/skills/wordpress/SKILL.md @@ -1,10 +1,11 @@ --- name: wordpress description: "Complete WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security hardening." -category: workflow-bundle -risk: safe source: personal -date_added: "2026-02-27" +risk: safe +domain: software-development +category: workflow-bundle +version: 1.0.0 --- # WordPress Development Workflow Bundle diff --git a/web-app/public/skills/workflow-automation/SKILL.md b/web-app/public/skills/workflow-automation/SKILL.md index 8232459d..be524435 100644 --- a/web-app/public/skills/workflow-automation/SKILL.md +++ b/web-app/public/skills/workflow-automation/SKILL.md @@ -1,9 +1,8 @@ --- name: workflow-automation description: "Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry customers. With it, wor..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Workflow Automation diff --git a/web-app/public/skills/workflow-orchestration-patterns/SKILL.md b/web-app/public/skills/workflow-orchestration-patterns/SKILL.md index ed6cb7c6..845c017f 100644 --- a/web-app/public/skills/workflow-orchestration-patterns/SKILL.md +++ b/web-app/public/skills/workflow-orchestration-patterns/SKILL.md @@ -3,7 +3,6 @@ name: workflow-orchestration-patterns description: "Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running ..." risk: unknown source: community -date_added: "2026-02-27" --- # Workflow Orchestration Patterns diff --git a/web-app/public/skills/workflow-patterns/SKILL.md b/web-app/public/skills/workflow-patterns/SKILL.md index e533ed51..f4f23e1d 100644 --- a/web-app/public/skills/workflow-patterns/SKILL.md +++ b/web-app/public/skills/workflow-patterns/SKILL.md @@ -1,9 +1,13 @@ --- name: workflow-patterns -description: Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol. +description: | + Use this skill when implementing tasks according to Conductor's TDD + workflow, handling phase checkpoints, managing git commits for tasks, or + understanding the verification protocol. +metadata: + version: 1.0.0 risk: unknown source: community -date_added: '2026-02-27' --- # Workflow Patterns diff --git a/web-app/public/skills/wrike-automation/SKILL.md b/web-app/public/skills/wrike-automation/SKILL.md index 91ce54b3..1e456836 100644 --- a/web-app/public/skills/wrike-automation/SKILL.md +++ b/web-app/public/skills/wrike-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: wrike-automation description: "Automate Wrike project management via Rube MCP (Composio): create tasks/folders, manage projects, assign work, and track progress. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Wrike Automation via Rube MCP diff --git a/web-app/public/skills/writing-plans/SKILL.md b/web-app/public/skills/writing-plans/SKILL.md index de1321f9..4eaa2574 100644 --- a/web-app/public/skills/writing-plans/SKILL.md +++ b/web-app/public/skills/writing-plans/SKILL.md @@ -3,7 +3,6 @@ name: writing-plans description: "Use when you have a spec or requirements for a multi-step task, before touching code" risk: unknown source: community -date_added: "2026-02-27" --- # Writing Plans diff --git a/web-app/public/skills/writing-skills/SKILL.md b/web-app/public/skills/writing-skills/SKILL.md index b21d7456..7378af3a 100644 --- a/web-app/public/skills/writing-skills/SKILL.md +++ b/web-app/public/skills/writing-skills/SKILL.md @@ -1,10 +1,15 @@ --- name: writing-skills description: "Use when creating, updating, or improving agent skills." -category: meta +metadata: + category: meta + author: ozy + triggers: new skill, create skill, update skill, skill documentation, skill template, + agent skill, writing skill + references: anti-rationalization, cso, standards, templates, testing, tier-1-simple, + tier-2-expanded, tier-3-platform risk: unknown source: community -date_added: "2026-02-27" --- # Writing Skills (Excellence) diff --git a/web-app/public/skills/xlsx-official/SKILL.md b/web-app/public/skills/xlsx-official/SKILL.md index 0d746c3e..7591182a 100644 --- a/web-app/public/skills/xlsx-official/SKILL.md +++ b/web-app/public/skills/xlsx-official/SKILL.md @@ -1,9 +1,9 @@ --- name: xlsx-official description: "Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, ...." +license: Proprietary. LICENSE.txt has complete terms risk: unknown source: community -date_added: "2026-02-27" --- # Requirements for Outputs diff --git a/web-app/public/skills/xss-html-injection/SKILL.md b/web-app/public/skills/xss-html-injection/SKILL.md index 11a0442e..6a7ed15a 100644 --- a/web-app/public/skills/xss-html-injection/SKILL.md +++ b/web-app/public/skills/xss-html-injection/SKILL.md @@ -1,9 +1,11 @@ --- name: xss-html-injection description: "This skill should be used when the user asks to \"test for XSS vulnerabilities\", \"perform cross-site scripting attacks\", \"identify HTML injection flaws\", \"exploit client-side injection..." +metadata: + author: zebbern + version: "1.1" risk: unknown source: community -date_added: "2026-02-27" --- # Cross-Site Scripting and HTML Injection Testing diff --git a/web-app/public/skills/youtube-automation/SKILL.md b/web-app/public/skills/youtube-automation/SKILL.md index bdf131e8..cf590326 100644 --- a/web-app/public/skills/youtube-automation/SKILL.md +++ b/web-app/public/skills/youtube-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: youtube-automation description: "Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # YouTube Automation via Rube MCP diff --git a/web-app/public/skills/youtube-summarizer/SKILL.md b/web-app/public/skills/youtube-summarizer/SKILL.md index 584d2738..ab80b11c 100644 --- a/web-app/public/skills/youtube-summarizer/SKILL.md +++ b/web-app/public/skills/youtube-summarizer/SKILL.md @@ -1,11 +1,15 @@ --- name: youtube-summarizer description: "Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks" +version: 1.2.1 +author: Eric Andrade +created: 2025-02-01 +updated: 2026-02-04 +platforms: [github-copilot-cli, claude-code, codex] category: content +tags: [video, summarization, transcription, youtube, content-analysis] risk: safe source: community -tags: "[video, summarization, transcription, youtube, content-analysis]" -date_added: "2026-02-27" --- # youtube-summarizer diff --git a/web-app/public/skills/zapier-make-patterns/SKILL.md b/web-app/public/skills/zapier-make-patterns/SKILL.md index 197c911f..d43b8f04 100644 --- a/web-app/public/skills/zapier-make-patterns/SKILL.md +++ b/web-app/public/skills/zapier-make-patterns/SKILL.md @@ -1,9 +1,8 @@ --- name: zapier-make-patterns description: "No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code. But no-code doesn't mean no-complexity ..." +source: vibeship-spawner-skills (Apache 2.0) risk: unknown -source: "vibeship-spawner-skills (Apache 2.0)" -date_added: "2026-02-27" --- # Zapier & Make Patterns diff --git a/web-app/public/skills/zendesk-automation/SKILL.md b/web-app/public/skills/zendesk-automation/SKILL.md index 514db691..ae653e7a 100644 --- a/web-app/public/skills/zendesk-automation/SKILL.md +++ b/web-app/public/skills/zendesk-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: zendesk-automation description: "Automate Zendesk tasks via Rube MCP (Composio): tickets, users, organizations, replies. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Zendesk Automation via Rube MCP diff --git a/web-app/public/skills/zoho-crm-automation/SKILL.md b/web-app/public/skills/zoho-crm-automation/SKILL.md index 071bc91a..d43b2ff4 100644 --- a/web-app/public/skills/zoho-crm-automation/SKILL.md +++ b/web-app/public/skills/zoho-crm-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: zoho-crm-automation description: "Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Zoho CRM Automation via Rube MCP diff --git a/web-app/public/skills/zoom-automation/SKILL.md b/web-app/public/skills/zoom-automation/SKILL.md index afc0f41c..aae16c73 100644 --- a/web-app/public/skills/zoom-automation/SKILL.md +++ b/web-app/public/skills/zoom-automation/SKILL.md @@ -1,9 +1,10 @@ --- name: zoom-automation description: "Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas." +requires: + mcp: [rube] risk: unknown source: community -date_added: "2026-02-27" --- # Zoom Automation via Rube MCP diff --git a/web-app/public/skills/zustand-store-ts/SKILL.md b/web-app/public/skills/zustand-store-ts/SKILL.md index 9ed7ed1f..35f0a332 100644 --- a/web-app/public/skills/zustand-store-ts/SKILL.md +++ b/web-app/public/skills/zustand-store-ts/SKILL.md @@ -3,7 +3,6 @@ name: zustand-store-ts description: "Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reacti..." risk: unknown source: community -date_added: "2026-02-27" --- # Zustand Store diff --git a/web-app/src/pages/Home.jsx b/web-app/src/pages/Home.jsx index 1d9dc10f..335efdd4 100644 --- a/web-app/src/pages/Home.jsx +++ b/web-app/src/pages/Home.jsx @@ -1,6 +1,6 @@ import { useState, useEffect } from 'react'; import { Link } from 'react-router-dom'; -import { Search, Filter, Book, AlertCircle, ArrowRight, Star, RefreshCw } from 'lucide-react'; +import { Search, Filter, Book, AlertCircle, ArrowRight, Star } from 'lucide-react'; import { motion, AnimatePresence } from 'framer-motion'; import { supabase } from '../lib/supabase'; @@ -10,21 +10,18 @@ export function Home() { const [search, setSearch] = useState(''); const [categoryFilter, setCategoryFilter] = useState('all'); const [loading, setLoading] = useState(true); + const [displayCount, setDisplayCount] = useState(24); const [stars, setStars] = useState({}); - const [syncing, setSyncing] = useState(false); - const [syncMsg, setSyncMsg] = useState(null); useEffect(() => { const fetchSkillsAndStars = async () => { try { - // Fetch basic skill data const res = await fetch('/skills.json'); const data = await res.json(); setSkills(data); setFilteredSkills(data); - // Fetch star counts if supabase is configured if (supabase) { const { data: starData, error } = await supabase .from('skill_stars') @@ -49,26 +46,22 @@ export function Home() { }, []); const handleStarClick = async (e, skillId) => { - e.preventDefault(); // Prevent link navigation + e.preventDefault(); - // Basic check to prevent spamming from same browser const storedStars = JSON.parse(localStorage.getItem('user_stars') || '{}'); if (storedStars[skillId]) return; - // Optimistically update UI setStars(prev => ({ ...prev, [skillId]: (prev[skillId] || 0) + 1 })); - // Remember locally localStorage.setItem('user_stars', JSON.stringify({ ...storedStars, [skillId]: true })); if (supabase) { - // First try to select existing const { data } = await supabase .from('skill_stars') .select('star_count') @@ -76,13 +69,11 @@ export function Home() { .single(); if (data) { - // Update existing await supabase .from('skill_stars') .update({ star_count: data.star_count + 1 }) .eq('skill_id', skillId); } else { - // Insert new await supabase .from('skill_stars') .insert({ skill_id: skillId, star_count: 1 }); @@ -90,15 +81,33 @@ export function Home() { } }; + const calculateScore = (skill, terms) => { + let score = 0; + const nameLower = skill.name.toLowerCase(); + const descLower = (skill.description || '').toLowerCase(); + const catLower = (skill.category || '').toLowerCase(); + + for (const term of terms) { + if (nameLower === term) score += 100; + else if (nameLower.startsWith(term)) score += 50; + else if (nameLower.includes(term)) score += 30; + else if (catLower.includes(term)) score += 20; + else if (descLower.includes(term)) score += 10; + } + return score; + }; + useEffect(() => { let result = skills; if (search) { - const lowerSearch = search.toLowerCase(); - result = result.filter(skill => - skill.name.toLowerCase().includes(lowerSearch) || - skill.description.toLowerCase().includes(lowerSearch) - ); + const terms = search.toLowerCase().trim().split(/\s+/).filter(t => t.length > 0); + if (terms.length > 0) { + result = result + .map(skill => ({ ...skill, _score: calculateScore(skill, terms) })) + .filter(skill => skill._score > 0) + .sort((a, b) => b._score - a._score); + } } if (categoryFilter !== 'all') { @@ -108,7 +117,10 @@ export function Home() { setFilteredSkills(result); }, [search, categoryFilter, skills]); - // Sort categories by count (most skills first), with 'uncategorized' at the end + useEffect(() => { + setDisplayCount(24); + }, [search, categoryFilter]); + const categoryStats = {}; skills.forEach(skill => { categoryStats[skill.category] = (categoryStats[skill.category] || 0) + 1; @@ -125,47 +137,11 @@ export function Home() {

Explore Skills

-

Discover {skills.length} agentic capabilities for your AI assistant.

-
-
- {syncMsg && ( - - {syncMsg.text} - - )} - +

+ {search || categoryFilter !== 'all' + ? `Showing ${filteredSkills.length} of ${skills.length} skills` + : `Discover ${skills.length} agentic capabilities for your AI assistant.`} +

@@ -174,11 +150,20 @@ export function Home() { setSearch(e.target.value)} /> + {search && ( + + )}
@@ -213,7 +198,7 @@ export function Home() {

Try adjusting your search or filter.

) : ( - filteredSkills.map((skill) => ( + filteredSkills.slice(0, displayCount).map((skill) => ( + + {!loading && filteredSkills.length > displayCount && ( +
+ +
+ )} ); diff --git a/web-app/src/pages/SkillDetail.jsx b/web-app/src/pages/SkillDetail.jsx index 82cf779f..e590f868 100644 --- a/web-app/src/pages/SkillDetail.jsx +++ b/web-app/src/pages/SkillDetail.jsx @@ -1,8 +1,10 @@ import { useState, useEffect } from 'react'; import { useParams, Link } from 'react-router-dom'; import Markdown from 'react-markdown'; +import rehypeHighlight from 'rehype-highlight'; import { ArrowLeft, Copy, Check, FileCode, AlertTriangle, Star } from 'lucide-react'; import { supabase } from '../lib/supabase'; +import 'highlight.js/styles/github-dark.css'; export function SkillDetail() { const { id } = useParams(); @@ -16,10 +18,8 @@ export function SkillDetail() { const [starCount, setStarCount] = useState(0); useEffect(() => { - // Fetch index and stars in parallel when possible const loadData = async () => { try { - // 1. Fetch index to get skill metadata and path const res = await fetch('/skills.json'); const skills = await res.json(); const foundSkill = skills.find(s => s.id === id); @@ -27,7 +27,6 @@ export function SkillDetail() { if (foundSkill) { setSkill(foundSkill); - // Fetch star count if (supabase) { const { data } = await supabase .from('skill_stars') @@ -40,7 +39,6 @@ export function SkillDetail() { } } - // 2. Fetch the actual markdown content const cleanPath = foundSkill.path.startsWith('skills/') ? foundSkill.path.replace('skills/', '') : foundSkill.path; @@ -68,7 +66,6 @@ export function SkillDetail() { const storedStars = JSON.parse(localStorage.getItem('user_stars') || '{}'); if (storedStars[id]) return; - // Optimistic UI updates setStarCount(prev => prev + 1); localStorage.setItem('user_stars', JSON.stringify({ ...storedStars, @@ -213,8 +210,8 @@ export function SkillDetail() {
-
- {content} +
+ {content}
diff --git a/web-app/vite.config.js b/web-app/vite.config.js index 10e7b100..8b0f57b9 100644 --- a/web-app/vite.config.js +++ b/web-app/vite.config.js @@ -1,8 +1,7 @@ import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' -import refreshSkillsPlugin from './refresh-skills-plugin.js' // https://vite.dev/config/ export default defineConfig({ - plugins: [react(), refreshSkillsPlugin()], + plugins: [react()], })