Sfoglia il registro
Tutte le voci, in ordine alfabetico — 56.437 in totale. Pagina 92 di 226.
- godot-2d-movementImplement 2D kinematic character movement in Godot 4.7 with CharacterBody2D and move_and_slide(): platformer r
- godot-3d-essentialsSet up a Godot 4.7 3D scene: Node3D transforms, Camera3D, lighting (DirectionalLight3D/OmniLight3D), WorldEnvi
- godot-animationAnimate in Godot 4.7 three ways: AnimationPlayer for keyframed clips (incl. call and signal tracks), Animation
- godot-audioPlay and mix audio in Godot 4.7: AudioStreamPlayer (2D/3D variants), audio buses with volume/mute and effects,
- godot-csharpUse C#/.NET in Godot 4.7: partial classes extending nodes, the PascalCase lifecycle (_Ready/_Process/_PhysicsP
- godot-exportGodot-specific Blender export favoring GLTF/GLB with correct scale, materials, animation clips, and collision
- godot-gdscript写 Godot(GDScript/C#)时使用。节点树、signal、场景、性能规范。
- godot-gdscript-patternsMaster Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when buildin
- godot-multiplayerBuild networked games with Godot 4.7 high-level multiplayer: set up an ENetMultiplayerPeer server/client, defi
- godot-nodes-scenesStructure a Godot 4.7 project with the scene tree and node composition: build reusable scenes, instance Packed
- godot-performance-optimizerGodot 性能优化与适配专家,支持自然语言描述自动完成分辨率适配、性能分析、内存优化、帧率提升等优化工作
- godot-physicsUse Godot 4.7 physics bodies and detection in 2D and 3D: RigidBody, StaticBody, Area, and CharacterBody; colli
- godot-resourcesDesign data-driven Godot 4.7 games with custom Resource classes: define typed data with class_name + @export,
- godot-shadersWrite Godot 4.7 shaders in the Godot Shading Language: canvas_item shaders for 2D and spatial shaders for 3D,
- godot-signals-groupsBuild event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals
- godot-tilemapBuild and edit tile-based 2D levels in Godot 4.7 with TileMapLayer and TileSet: paint layers, set up collision
- godot-ui-controlBuild Godot 4.7 user interfaces with Control nodes: anchors and offsets for responsive layout, Container nodes
- goframe-v2GoFrame v2 development skill. Use only when the target Go project uses or is explicitly adopting GoFrame v2: t
- gogGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
- gog-calendargog CLI で Google Calendar の予定を確認し、認証・TTY・keyring の問題を切り分ける手順。ユーザーが「今日の予定を確認したい」「gog でカレンダーを見たい」「calendar event
- gogopowermanagerOrchestrates and ships a milestone, release, issue set, or multi-workstream engineering goal through one manag
- going-viralThe strategy layer for making short-form video actually go viral — pick the goal, manufacture the emotion that
- gokulkrishh-code-reviewReviews code for security (OWASP), performance, accessibility, and quality. Outputs findings by severity (Crit
- gokulkrishh-commitGenerates a conventional commit (feat/fix/refactor/docs/chore) with a clear, lowercase message based on staged
- gokulkrishh-planIterative deep planning with critiques and alternatives. Use when facing complex design decisions, architectur
- gokulkrishh-teachyou are a wise and incredibly effective teacher. your goal is to make sure the human deeply understands the se
- golang-benchmarkGolang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchm
- golang-cliGolang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for
- golang-cli-reviewComprehensive code review for Golang CLI applications. Produces an actionable checklist covering error handlin
- golang-code-styleGolang code style conventions — line length and breaking, variable declarations, control flow clarity, when co
- golang-concurrencyGolang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels,
- golang-contextIdiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and dea
- golang-continuous-integrationCI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scann
- golang-data-structuresGolang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals,
- golang-databaseComprehensive guide for Go database access — parameterized queries, struct scanning, NULLable columns, transac
- golang-dependency-injectionComprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose couplin
- golang-dependency-managementDependency management strategies for Golang projects — go.mod management, installing/upgrading packages, Minim
- golang-design-patternsIdiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource manage
- golang-devGo 开发规范与最佳实践,涵盖项目结构、错误处理、并发模式、接口设计、Web 框架、单元测试
- golang-documentationComprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELO
- golang-error-handlingIdiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, s
- golang-google-wireCompile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→
- golang-goplsGolang semantic code intelligence via `gopls`, the official Go language server — go-to-definition, find refere
- golang-graphqlImplements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing s
- golang-grpcProvides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices.
- golang-how-toGolang skills orchestrator — always active on any Golang coding, review, debug, or setup task. Reads the task
- golang-idiomsIdiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management
- golang-lintLinting best practices and golangci-lint configuration for Golang projects — running linters, configuring .gol
- golang-modernizeModernize Golang code to use recent language features, standard library improvements, and idiomatic patterns.
- golang-namingGo (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors,
- golang-observabilityGolang everyday observability — the always-on signals in production. Covers structured logging with slog, Prom
- golang-patternsIdiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go app
- golang-performanceGolang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation re
- golang-pkg-go-devGolang package and module documentation and exploration via `godig`, a pkg.go.dev API client (CLI + MCP server
- golang-popular-librariesRecommends production-ready Golang libraries and frameworks. Apply when the user explicitly asks for library s
- golang-proImplements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or
- golang-project-layoutProvides a guide for setting up Golang project layouts and workspaces. Use when starting a new Go project, org
- golang-refactoringGolang refactoring — the safe, at-scale process for restructuring existing Go code: a coverage-adaptive safety
- golang-safetyDefensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use when encounter
- golang-samber-doDependency injection in Golang using samber/do — service containers, lifecycle management, scopes, health chec
- golang-samber-hotIn-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC,
- golang-samber-loFunctional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps,
- golang-samber-moMonadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-
- golang-samber-oopsStructured error handling in Golang with samber/oops — error builders, stack traces, error codes, error contex
- golang-samber-roReactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ t
- golang-samber-slogStructured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi
- golang-securitySecurity best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptog
- golang-spf13-cobraGolang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain,
- golang-spf13-viperGolang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default), BindPF
- golang-stay-updatedProvides resources to stay updated with Golang news, communities and people to follow. Use when seeking Go lea
- golang-stretchr-testifyComprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages i
- golang-structs-interfacesGolang struct and interface design patterns — composition, embedding, type assertions, type switches, interfac
- golang-swaggerGolang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Rout
- golang-testingGo testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TD
- golang-troubleshootingTroubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes
- golang-uber-digImplements dependency injection in Golang using uber-go/dig — reflection-based container, Provide/Invoke, dig.
- golang-uber-fxGolang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks,
- golang-webModern Go Web application architecture guide. Use when creating new Go web projects, APIs, or microservices. C
- golbin-prdCreate or update a lean, user-centered living Product Requirements Document through repeated drafting and subt
- golbin-review-implementationReview implementation against provided markdown requirements, specs, PRDs, or phase docs; optionally apply foc
- gold-standardWorld-class completeness audit — score a project's rules/standards/features against best-in-class exemplars, n
- golden-chatUse when testing the golden_chat golden build
- golden-chat-emptyUse when testing the golden_chat_empty golden build
- golden-chat-singleUse when testing the golden_chat_single golden build
- golden-chat-topicsUse when testing the golden_chat_topics golden build
- golden-epubUse when testing the epub golden build
- golden-epub-kwUse when testing keyword categorization
- golden-htmlUse when testing the html golden build
- golden-html-kwUse when testing keyword categorization
- golden-html-multiUse when testing the multi-file html build
- golden-jupyterUse when testing the golden_jupyter golden build
- golden-jupyter-dirUse when testing the golden_jupyter_dir golden build
- golden-jupyter-kwUse when testing the golden_jupyter_kw golden build
- golden-jupyter-topicsUse when testing the golden_jupyter_topics golden build
- golden-manUse when testing the man golden build
- golden-man-kwUse when testing the man golden build
- golden-man-singleUse when testing the man golden build
- golden-pathsCurates the one opinionated, secure-and-observable-by-default way to build a service so the easy option and th
- golden-pdfUse when testing the pdf golden build
- golden-pdf-chUse when testing chapter categorization
- golden-pdf-kwUse when testing keyword categorization
- golden-pptxUse when testing the pptx golden build
- golden-pptx-kwUse when testing keyword categorization
- golden-rssUse when testing the rss golden build
- golden-rss-emptyUse when testing the empty rss golden build
- golden-wordUse when testing the word golden build
- goldenwing-360-rag-securitySecure the trust boundaries RAG adds beyond a plain LLM app. Covers retrieval-time document authorization, ten
- gongGong API for searching calls, transcripts, and conversation intelligence. Use when working with Gong call reco
- GongRzhe/Gmail-MCP-ServerA Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support
- GongRzhe/Office-PowerPoint-MCP-ServerA MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tool
- GongRzhe/Office-Word-MCP-ServerA Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. This s
- gongyuancaiji-deep-researchRun autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.
- gongyuancaiji-loki-modeMulti-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized
- gongyuancaiji-owasp-securityComprehensive OWASP-aligned security guidance across six standards - Top 10 (2021) for web apps, ASVS 5.0, MAS
- good-morningTurns Claude Code into your sales team — 8 slash-command skills for pipeline tracking, daily rituals, call ana
- good-nightTurns Claude Code into your sales team — 8 slash-command skills for pipeline tracking, daily rituals, call ana
- good-readmeWrite or improve a README.md for an open source project. Use this for any request to create, rewrite, review,
- good-skillFormats currency values for display. Use when the user asks to render a number as money or a report needs loca
- good-strategy-bad-strategyFormulate and audit real strategy using Richard Rumelt''s "Good Strategy Bad Strategy": an honest diagnosis, a
- good-to-great运用《从优秀到卓越》(Jim Collins) 的飞轮模型、刺猬理念与第5级领导力,诊断组织从优秀到卓越的跃迁路径。适用于用户要评估领导层是否具备第5级特质、制定战略取舍与"停止做"清单、用三环交叉检验业务聚焦、设计飞轮
- good-toolValidates example fixtures for Skill Doctor regression tests. Use when running skill-doctor unit tests or chec
- goodfriend2ks/a2a-java-sdk-springA2A Java SDK for Spring Framework. Including server, Spring Boot auto configuration, Spring AI tools, and Spri
- goodharts-lawApply Goodhart's Law when designing metrics, OKRs, KPIs, performance reviews, engineering productivity measure
- goofish-item-detailExtracts full detail data from a single Goofish (闲鱼/xianyu, goofish.com) second-hand item page. Input: item UR
- goofish-search-listScrapes second-hand item search results from Goofish (闲鱼/xianyu, goofish.com) — China's largest second-hand ma
- goog.workspace-developer/developer-toolsProvides tools for searching Google Workspace documentation and much more.
- google-ad-scraperScrape competitor ads from Google Ads by domain. Returns ad creatives, formats, and campaign details. Use for
- google-adkALWAYS use this skill for any question involving Google ADK (Agent Development Kit). This includes: building o
- google-adk-python-mrgoonieBuild AI agents with Google's Agent Development Kit (ADK) for Python. Use when creating tool-using or multi-ag
- google-adsAgent-callable Google Ads tools — search campaigns, ad groups, and ads via GAQL, build performance reports, ma
- google-ads-assetsPlan, validate, and safely publish Google Ads assets, including sitelinks, callouts, structured snippets, imag
- google-ads-auditComprehensive Google Ads account audit — campaign structure, budget pacing, conversion tracking, wasted spend
- google-ads-copyGenerate and A/B test Google Ads copy. Use when asked to write ad copy, headlines, descriptions, create ad var
- google-ads-expertBuild profitable Google Ads campaigns by applying Perry Marshall's 80/20 principles to paid search optimizatio
- google-ads-keyword-classifier執行 Google Ads 關鍵字研究分類流程,將 Google Keyword Planner 匯出的關鍵字清單,分類為排除清單、競品詞、品牌詞、通用/品類詞、功能/痛點詞、比較/決策詞、資訊詞等類別,並透過 SERP
- google-ads-landingScore and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page qualit
- google-ads-monitorWeekly Google Ads health check — budget pacing, spend spikes, disapproved ads, conversion-tracking breaks, CPA
- google-ads-pmaxGoogle Ads Pmax — Skill especializada para google ads pmax
- google-ads-scriptsGoogle Ads Scripts Reference — JavaScript automation, AdsApp object model, selectors, GAQL queries, 10+ workin
- google-ads-searchGoogle Ads Search — Skill especializada para google ads search
- google-ads-search-launchReusable Noontide draft playbook for validating an offer with a tightly scoped Google Ads Search launch, a pai
- google-ads-strategyRun Google Search Ads end-to-end: keyword mining, account structure, ad copy, negative keyword architecture, a
- google-ads-thGoogle Ads copy ทั้ง headline + description | สำหรับ นักการตลาด ครีเอเตอร์ฟรีแลนซ์ . Triggers when user says (
- google-ai-mode-skillUse this skill when the user requests current information, documentation, coding examples, or web research bey
- google-ai-studio-ttsGenerate speech, podcasts, voiceovers, and multi-speaker dialogue with Google AI Studio's Gemini Flash TTS by
- google-analyticsQuery GA4 reports (users, sessions, conversions, funnels, realtime), manage properties / data streams / key ev
- google-analytics-4Use this skill whenever the user installs, configures, or debugs Google Analytics 4, or mentions gtag.js, GTM,
- google-analytics-automationAutomate Google Analytics tasks via Rube MCP (Composio): run reports, list accounts/properties, funnels, pivot
- google-antigravity-sdkDesign, implement, and debug autonomous AI agents and multi-agent systems using the Google Antigravity (AGY) S
- google-apps-scriptBuild Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / f
- google-apps-script-sheetsA curated guide to convention files AI agents read, write, and act on: AGENTS.md, CLAUDE.md, SKILL.md, llms.tx
- google-auditSEO + GEO + AEO audit for any website. Maps every check to Google's published best practices for Search, AI Ov
- google-calendarCreate, list, and manage Google Calendar events. Use when asked to schedule meetings, check calendar, create e
- google-calendar-automationAutomate Google Calendar events, scheduling, availability checks, and attendee management via Rube MCP (Compos
- google-calendar-schedule-checkCheck Google Calendar for today's schedule. Use during daily planning or when user asks about their calendar.
- google-calendar-skillManage Google Calendar - search, create, update events and answer calendar questions. Use when user wants to i
- google-chatInteract with Google Chat - list spaces, send messages, read conversations, and manage DMs. Use when user asks
- google-chat-messagesSend Google Chat messages via incoming webhooks — text, rich cards (cardsV2), threaded replies. TypeScript typ
- google-cloud-storageProduction-ready AI coding skills for APIs. Installable skills for Claude Code, Cursor, Codex CLI, Gemini CLI,
- google-cloud-storage-basicsStores, retrieves, and manages data as objects in Cloud Storage (Google Cloud Storage, or GCS) buckets. Use wh
- google-cloud-storage-bucket-architectCreates Google Cloud Storage (GCS) buckets — the de-facto, preferred way to create any new bucket. Analyzes th
- google-cloud-storage-diagnosticTroubleshoots and diagnoses Google Cloud Storage (GCS) errors, permission denials, and access control issues.
- google-cloud-storage-fuseMounts Cloud Storage buckets as a POSIX file system with Cloud Storage FUSE (gcsfuse). Use when you need to in
- google-contactsAgent-callable Google Contacts tools — create, find, update, and delete contacts, manage contact groups (label
- google-docsAgent-callable Google Docs tools — create, read, export, and find documents; edit text, formatting, images, an
- google-driveManage Google Drive files with manifest-tracked push/pull workflows via rclone. Use when the user needs to dow
- google-drive-automationAutomate Google Drive file operations (upload, download, search, share, organize) via Rube MCP (Composio). Upl
- google-drive-uploadUpload files directly to Google Drive via a deployed Google Apps Script web app. Trigger on: upload to Drive,
- google-flightsBrowser-automated Google Flights search via agent-browser. All airlines including Southwest. Cash prices, sche
- google-fonts-curatorRecommend high-taste Google Fonts for websites based on brand tone, page type, and visual direction. Use when
- google-fonts-skillSearches 1,923 enriched Google Fonts with personality/mood tags, suggests 73 proven pairings, generates CSS cu
- google-gemini-apiGuide to the Google Gemini API using the current @google/genai SDK v1.27+, not the deprecated @google/generati
- google-gemini-embeddingsCovers the Google Gemini embeddings API (gemini-embedding-001) for RAG, semantic search, document clustering,
- google-gemini/gemini-cliAn open-source AI agent that brings the power of Gemini directly into your terminal.
- google-go-styleUse when writing, reviewing, or refactoring Go code; when handling errors (fmt.Errorf, %w, sentinel, errors.Is
- google-hotels-availabilityCheck day-by-day Google Hotels availability (the booking calendar) for a known listing over a date window. Use
- google-hotels-compareFind the cheapest available rate for one hotel via the Google Hotels backbone, the offers it exposes plus a co
- google-hotels-fullComplete Google Hotels toolkit: search, availability, price and cross-OTA price comparison in one unified sche
- google-hotels-pricesGet a real Google Hotels price quote for a listing and dates, then compare that property against the offers St
- google-hotels-reviewsGoogle Hotels review TEXT is not available through StayingAPI, /v1/reviews returns 400 platform_not_enabled fo
- google-hotels-searchSearch live Google Hotels stays by location, dates and occupancy, returned in one unified schema alongside eve
- google-image-api-skillBrowser automation CLI built for AI agents. Break through anti-bot walls, hand off to humans across platforms
- google-labs-code/stitch-skillsA library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills ope
- google-like-a-spyCraft advanced search-engine queries and Google dorks to surface hidden files, documents and mentions. Covers
- google-maps-api-skillThis skill helps users automatically scrape business data from Google Maps using the BrowserAct Google Maps AP
- google-maps-contact-extractExtracts business contact details from Google Maps search results and place detail pages, then visits each bus
- google-maps-reviews-api-skillThis skill is designed to help users automatically extract reviews from Google Maps via the Google Maps Review
- google-maps-scraperFind businesses, leads, emails, reviews, ratings, and contact details from Google Maps. Use for requests such
- google-maps-search-api-skillThis skill is designed to help users automatically extract business data from Google Maps search results. The
- google-news-api-skillThis skill helps users automatically extract structured news data from Google News via BrowserAct API. Agent s
- google-news-rss-digestingGather and verify fresh public news when normal web search is rate-limited or blocked, using Google News RSS p
- google-official-seo-guideOfficial Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, an
- google-pubsub-webhooksReceive and verify Google Cloud Pub/Sub push subscription webhooks. Use when setting up a Pub/Sub push endpoin
- google-search-ads-builderEnd-to-end Google Search Ads campaign builder. Performs deep keyword research (competitor SEO, review language
- google-search-consoleQuery Google Search Console analytics, inspect URL indexing status, manage sitemaps, and run PageSpeed Insight
- google-search-serpExtracts Google Search results page (SERP) data including organic results, paid ads, related searches, People
- google-sheetsSecurity-first package manager for AI agent skills
- google-sheets-plgAgent-callable Google Sheets tools — read and write spreadsheet data as rows or raw cells, manage worksheets a
- google-shoppingGoogle Shopping — Skill especializada para google shopping
- google-shopping-optimizationOptimize Google Shopping campaigns and product feeds for maximum visibility and ROAS. Feed optimization, biddi
- google-slidesRead and write Google Slides presentations - get text, find presentations, create presentations, add slides, r
- google-social-media-finderSearches Google to discover social media profiles associated with a person, brand, or username; returns platfo
- google-stitchExpert guidance for integrating and building applications with shadcn/ui components, including component disco
- google-stitch-skills6 official Google Stitch skills for the complete design-to-code pipeline: DESIGN.md management, prompt enhance
- google-tasksManage Google Tasks via the `gtasks` CLI. Use when the user asks to view, add, update, complete, or delete tas
- google-ttsConvert documents and text to audio using Google Cloud Text-to-Speech. Use this skill when the user wants to:
- google-vertex-accessUse when building applications that call Claude models through Google Cloud Vertex AI instead of the Anthropic
- google-workspacePlan-first AI agent orchestration with persistent memory, parallel DAG execution, and an extensible skills sys
- google-workspace-automationDesign Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task au
- google-workspace-opsGoogle Workspace CLI automation via gogcli. Gmail, Calendar, Drive, Docs, Slides, Sheets, and 9 more services.
- google/A2AGoogle's open protocol enabling communication and interoperability between AI agents
- googlesheets-automationAutomate Google Sheets operations (read, write, format, filter, manage spreadsheets) via Rube MCP (Composio).
- googleslides-automation-composioA curated guide to convention files AI agents read, write, and act on: AGENTS.md, CLAUDE.md, SKILL.md, llms.tx
- googleworkspace-recipe-copy-sheet-for-new-monthDuplicate a Google Sheets template tab for a new month of tracking.
- googleworkspace/cliGoogle Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more.
- goose-integrationDispatch tasks to Goose CLI for model-agnostic execution, recipe running, and persistent scheduled jobs — comp
- goplacesQuery Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use f
- gorbo-skills-doc-auditStructurally audits long PDF documents (tender documents, contracts, specification sheets). Evaluates 5 core a
- gordon-ramsayCode review in Gordon Ramsay's voice. Loud, specific, never softening, but always explains WHY. Praises rare b
- gormGORM (Go ORM) development assistant. Use when the user needs to: (1) Create GORM models, (2) Define database s
- gorm-ormFull-featured Go ORM with associations, hooks, and migrations.
- gos-mission-controlDirector de Sales & Positioning. Recebe briefing estruturado do coordenador (gos), valida pré-requisitos cruza
- gossipcatUse when installing or setting up gossipcat multi-agent orchestration (parallel review, consensus, adaptive di
- gotalab/cc-sddTurn approved specs into long-running autonomous implementation. A minimal, adaptable SDD harness with Agent S
- gouvernance-des-societes-cotees-gillan-salehSkill open source d'analyse documentaire à vocation scientifique sur la gouvernance des sociétés cotées frança
- govern-research-ethicsThe canonical research-ethics GATE — consent, participant data/PII, retention, and compensation — loaded BEFOR
- governanceEnforces engineering standards and code quality policies. Use during code reviews, before commits, when discus
- governance-encoderConvert governance policies into machine-executable JSON constraint files that AI agents and CI pipelines vali
- governance-gateGAOS-mirrored governance enforcement — 5 safety layers, 7 policy constraints, 4 escalation tiers, capability-g
- governance-intelComprehensive DAO governance analytics — scan active proposals, analyze voting patterns, profile delegates, an
- governance-skill-templateTemplate for writing a domain-governance skill — the pattern of encoding a domain's tool-selection rules, defa
- governed-executionUse when executing an accepted HOTL workflow through the best available host or fallback driver.
- governed-operatorFull governance constitution for multi-agent or solo governed workflows. Load for any work that touches shared
- government-affairsManages government affairs, public policy communications, and collective action aligned with B Corp GACA stand
- gpa-calculatorComputes GPA from a list of courses with credits and grades. Use when the user says: 'calculate my GPA', 'what
- gpai-code-of-practiceAssess compliance with the EU General-Purpose AI (GPAI) Code of Practice under the AI Act (Regulation (EU) 202
- gpawConfigure ASE GPAW calculator adapter settings for ASE workflows. Use when ASE workflow tasks require GPAW bac
- gpio-configAssigns, validates, and generates code for GPIO pin configurations on Raspberry Pi and ESP32 embedded projects
- gpshead-docsUse this skill when editing documentation, working with files in Doc/, adding versionadded or versionchanged m
- gptDelegate a task to OpenAI Codex via MCP. Use when the user invokes /gpt, asks to use codex, or wants a second
- gpt-5-6-best-practiceRoute GPT-5.6 tiers, reasoning effort, and subagents to minimize accepted-result cost subject to an explicit q
- gpt-advisorGPT as security advisor and architectural critic. Sends code or decisions to GPT for independent second opinio
- gpt-imageGenerate, edit, describe, or batch-generate images from the terminal using OpenClaw + OpenAI gpt-image-2 (bill
- gpt-image-2面向 GPT Image 2 的图像生成 / 编辑技能。可在 3 种环境下使用:(A) Garden 本地模式,通过 OpenAI 兼容接口直接出图并落盘;(B) Host-Native 模式,把本 Skill 当作提示
- gpt-image-genUse when the user asks to generate an image via GPT/Codex (e.g. 「叫 gpt 生圖」「幫我用 gpt 生圖」「gpt 畫一個 X」). The skill
- gpt-image-skillGenerate or edit images using OpenAI GPT Image API (gpt-image-2, gpt-image-1, etc). Triggers: "gpt image", "op
- gpt-image2Use when the user asks Codex to directly generate images with gpt-image-2 using inherited OpenAI/Codex-compati
- gpt-image2-pptGenerate visually striking PPT slides via OpenAI's gpt-image-2 -- use any style in styles/<collection>/STYLE_I
- gpt-isms-stamp-outStrip GPT-5.4 verbal tics from text. Use when user asks to de-GPT a document, remove AI-isms, stamp out GPT ti
- gpt-proPackage files + structured prompts for manual copy-paste into GPT-5.4 Pro for deep reasoning review. Use when