Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,547
总 Skills
99.0M
总安装量
2,627
贡献者
# Skill 仓库 描述 安装量
5551 troubleshooting-efs aws/agent-toolkit-for-aws
Troubleshooting EFS Overview Domain expertise for diagnosing and resolving Amazon EFS issues. Covers mount failures, NFS connectivity, IAM and POSIX permissions, throughput and performance, and encryption problems. For authoritative guidance, see EFS Troubleshooting . Common Tasks 0. Verify Dependencies You MUST verify aws CLI is available You MUST check if amazon-efs-utils or nfs-utils is installed on the instance You MUST ONLY check for tool existence and version — MUST NOT execute destructive...
1.4K
5552 markdown assistant-ui/skills
assistant-ui Markdown Always consult assistant-ui.com/llms.txt for the latest API. Render and customize assistant message text as markdown with MarkdownTextPrimitive from @assistant-ui/react-markdown , wired into the MessagePrimitive.Parts text branch. References ./references/markdown-text.md -- MarkdownTextPrimitive setup ./references/syntax-highlighting.md -- code highlighting (react-shiki / react-syntax-highlighter) ./references/latex-mermaid.md -- LaTeX and Mermaid ./references/streamdown.md...
1.4K
5553 nextjs-data-fetching giuseppe-trisciuoglio/developer-kit
Next.js Data Fetching Overview This skill provides comprehensive patterns for data fetching in Next.js App Router applications. It covers server-side fetching, client-side libraries integration, caching strategies, error handling, and loading states. When to Use Use this skill for: Implementing data fetching in Next.js App Router Choosing between Server Components and Client Components for data fetching Setting up SWR or React Query integration Implementing parallel data fetching patterns Config...
1.4K
5554 nextjs-authentication giuseppe-trisciuoglio/developer-kit
Next.js Authentication Overview This skill provides comprehensive authentication patterns for Next.js 15+ applications using the App Router architecture and Auth.js 5. It covers the complete authentication lifecycle from initial setup to production-ready implementations with role-based access control. Key capabilities include: Auth.js 5 setup with Next.js App Router Protected routes using Middleware Session management in Server Components Authentication checks in Server Actions OAuth provider in...
1.4K
5555 version-release lobehub/lobehub
Version Release Workflow Overview The primary development branch is canary . All day-to-day development happens on canary. When releasing, canary is merged into main. After merge, auto-tag-release.yml automatically handles tagging, version bumping, creating a GitHub Release, and syncing back to the canary branch. Only two release types are used in practice (major releases are extremely rare and can be ignored): Type Use Case Frequency Source Branch PR Title Format Version Minor Feature iteration...
1.4K
5556 frame-flowchart-sticky nexu-io/open-design
【模板: 便利贴流程图帧 (Sticky Flowchart)】 【意图】把一个流程 / 系统 / 工作流画成"白板 + 便利贴"的样子, 适合 onboarding 视频、运营流程说明、系统架构讲解。Inspired by hyperframes flowchart。 【画布】1920×1080。背景: 米黄白板纸 f4ede1 或冷灰白板 f0f2f4 ; 加非常浅的 hex grid rgba(0,0,0,0.04) 让它有白板感。 【节点 (Sticky Notes)】 每节点 = 一张 240×180px 便利贴, 4 套颜色随机分配: 黄 fcd34d / 桃 fca5a5 / 薄荷 a7f3d0 / 天 a5b4fc 。 便利贴有轻微旋转 transform: rotate(±2deg) 不一致, 投影 drop-shadow(0 6px 14px rgba(0,0,0,0.12)) , 顶部胶带 linear-gradient(...) 装饰。 节点内容: 1 个 emoji 或单线 SVG icon + 大字标题 (16-20px) + 一行描述 (12px)。 节点...
1.4K
5557 adaptive-metrics grafana/skills
Grafana Cloud Adaptive Metrics Adaptive Metrics analyses your Prometheus metrics usage and suggests aggregation rules that reduce series count without breaking any queries. Rules pre-aggregate high-cardinality metrics into lower-cardinality forms before storage. How it works: Adaptive Metrics scans your metric usage (dashboards, alerts, recording rules) over a lookback window It identifies labels that are never queried for a given metric It generates aggregation rules that drop those labels, red...
1.4K
5558 cloud-integrations grafana/skills
Grafana Cloud Integrations Grafana Cloud Integrations connect cloud provider monitoring APIs to your Grafana stack without running your own exporters. Hosted exporters scrape cloud APIs on your behalf and push metrics to your Grafana Cloud stack. Supported hosted exporters: AWS CloudWatch - all CloudWatch namespaces via YACE (Yet Another CloudWatch Exporter) Azure Monitor - Azure resource metrics via the Azure Monitor API Confluent Cloud - Kafka cluster metrics via the Confluent Metrics API Gene...
1.4K
5559 send-data grafana/skills
Sending Data to Grafana Cloud Docs : https://grafana.com/docs/grafana-cloud/send-data/ Quick Start: Find Your Credentials In Grafana Cloud portal → My Account → Stack → Details : Signal Credential Fields Metrics Prometheus remote write URL, username, password/API key Logs Loki URL, username, password/API key Traces Tempo OTLP endpoint, username, password/API key Profiles Pyroscope URL, username, password/API key Alloy (Recommended — All Signals) Show more
1.4K
5560 cost-management grafana/skills
Grafana Cloud Cost Management Docs : https://grafana.com/docs/grafana-cloud/cost-management-and-billing/ Cost Management & Billing Application Access: My Account → Cost Management (or within your Grafana Cloud stack) FOCUS-compliant (FinOps Open Cost and Usage Specification) billing dashboards showing: Spending by signal type (metrics, logs, traces, profiles) Month-over-month trends Usage vs. quota tracking Invoice download Cost Attribution by Label Tag your telemetry at ingestion to enable per-...
1.4K
5561 plugin-bundle-size grafana/skills
Grafana plugin bundle size optimisation module.js is the render-blocking entry point for every Grafana app plugin. The smaller it is, the less impact the plugin has on Grafana's overall startup time. A well-split plugin should have a module.js under ~200 KB that contains nothing but lazy-loaded wrappers — all feature code loads on demand. Target: ~15–25 JS chunks total. Fewer means too little splitting; far more (50+) means over-engineering. Risk levels Not all splitting opportunities carry the ...
1.4K
5562 dpm-finder grafana/skills
dpm-finder A Grafana Professional Services tool for identifying which Prometheus metrics drive high Data Points per Minute (DPM). Analyzes metric-level DPM with per-label breakdown to help optimize Grafana Cloud costs. Source: https://github.com/grafana-ps/dpm-finder Quick Start Prerequisites Python 3.9+ Access to a Grafana Cloud Prometheus endpoint (or any Prometheus-compatible API) Setup Clone the repo and create a virtual environment: Show more
1.4K
5563 oncall-irm grafana/skills
Grafana OnCall & IRM OnCall docs : https://grafana.com/docs/oncall/latest/ IRM docs : https://grafana.com/docs/grafana-cloud/alerting-and-irm/ Note: Grafana OnCall OSS is in maintenance mode (archived March 2026). Grafana Cloud users should use IRM , which unifies OnCall + Incident management. The concepts (escalation chains, schedules, integrations) are identical. Core Concepts Concept Description Integration Entry point for alerts (HTTP POST URL); one per alert source Route Jinja2 condition th...
1.4K
5564 testing grafana/skills
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
1.4K
5565 k6-docs grafana/skills
k6 Documentation Document or review k6 features across three repositories: k6-DefinitelyTyped (TypeScript types), k6-docs (user documentation), and k6 (release notes). Workflow Based on user's action, follow the appropriate workflow: Write Documentation: Complete write workflow Review Documentation: Complete review workflow Quick References Repository structure & feature type identification TypeScript patterns & troubleshooting Testing workflow with parallel subagents agent-browser command refer...
1.4K
5566 react-19-plugin-migration grafana/skills
Migrate Grafana Plugin to React 19 Grafana 13 (April 2026) moves from React 18 to React 19. Incompatible plugins will break. Do not upgrade React to 19 — only make forward-compatible changes. All changes go in one PR . Execute steps in order. Never manually edit yarn.lock . Step 1: Detect plugin context Show more
1.4K
5567 grafana-scenes grafana/skills
@grafana/scenes Framework Build reactive, data-driven Grafana plugin pages with declarative scene objects. Core Concepts Scenes composes a tree of objects: SceneApp → SceneAppPage → EmbeddedScene → layouts → panels. Each node can own data ( $data ), variables ( $variables ), time ranges ( $timeRange ), and behaviors ( $behaviors ) that propagate down the tree. Quick Start: New Scene Page 1. Create the scene file // src/components/scenes/MyFeature/scene.tsx import { EmbeddedScene , SceneFlexLayou...
1.4K
5568 app-sdk-concepts grafana/skills
Grafana App SDK Concepts The grafana-app-sdk is a CLI and Go library for building schema-centric applications on the Grafana App Platform. Apps define resource types using CUE schemas ("kinds"), generate Go and TypeScript code from those schemas, and implement business logic via admission control (ingress validation/mutation) and reconcilers (async processing). Prerequisites Install the CLI: go install github.com/grafana/grafana-app-sdk/cmd/grafana-app-sdk@latest Verify installation: grafana-app...
1.4K
5569 muapi-seedance-2 samuraigpt/generative-media-skills
🎬 Seedance 2.0 Cinema Expert The definitive skill for "Director-Level" AI video orchestration. Seedance 2.0 is not a descriptive model; it is an instructional model. It responds best to technical cinematography, physics directives, and precise camera grammar. Core Competencies Text-to-Video (t2v) : Generate cinematic video from a Director Brief using seedance-v2.0-t2v . Image-to-Video (i2v) : Animate 1–9 reference images into a video using seedance-v2.0-i2v . Video Extension (extend) : Seamlessl...
1.4K
5570 physical-ai-infrastructure-setup-and-resilient-scaling nvidia/skills
Physical AI Infrastructure Setup And Resilient Scaling Canonical skill for the Physical AI infrastructure stack. Use it to compose cluster, inference, OSMO, and workload stages into a reproducible Physical AI SDG environment, then keep the environment observable and recoverable. Operating Rules Show more Installs 519 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
1.4K
5571 nemotron-customize nvidia/skills
nemotron-customize IMPORTANT: Read this file before answering any nemotron-customize , Nemotron customization, Curator curation, translation, SFT, PEFT, RL, conversion, optimization, checkpoint or existing/hosted-endpoint evaluation, or multi-step pipeline request. This applies whether the user names one step or asks you to compose several steps into a pipeline. Evaluation requests count even when no training is involved: "evaluate", "benchmark", "smoke test", or "score" an existing/hosted endpo...
1.4K
5572 openai-symphony-autonomous-agents aradotso/trending-skills
OpenAI Symphony Skill by ara.so — Daily 2026 Skills collection. Symphony turns project work into isolated, autonomous implementation runs, allowing teams to manage work instead of supervising coding agents . Instead of watching an agent code, you define tasks (e.g. in Linear), and Symphony spawns agents that complete them, provide proof of work (CI status, PR reviews, walkthrough videos), and land PRs autonomously. What Symphony Does Monitors a work tracker (e.g. Linear) for tasks Spawns isolate...
1.4K
5573 pixel-art-sprites omer-metin/skills-for-antigravity
Pixel Art Sprites Identity Role: You are a pixel artist who grew up drawing sprites on graph paper and editing NES ROMs to make custom characters. You understand that pixel art isn't about low resolution—it's about deliberate, meaningful placement of every single pixel. Each pixel is a design decision. You've created art that works at 16x16 and scales beautifully, designed animations that feel alive with just 4 frames, and built tilesets that seamlessly connect in any combination. Personality:...
1.4K
5574 nextjs-code-review giuseppe-trisciuoglio/developer-kit
Next.js Code Review Overview This skill provides structured, comprehensive code review for Next.js applications built with the App Router. It evaluates code against Next.js best practices, React Server Component patterns, caching strategies, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the typescript-software-architect-review agent for deep a...
1.4K
5575 smoke-test mastra-ai/mastra
Smoke Test Skill Creates a new Mastra project using create-mastra@<tag> and performs smoke testing of the Mastra Studio in Chrome. Usage /smoke-test --directory <path> --name <project-name> --tag <version> [--pm <package-manager>] [--llm <provider>] /smoke-test -d <path> -n <project-name> -t <version> [-p <package-manager>] [-l <provider>] Parameters Parameter Short Description Required Default --directory -d Parent directory where project will be created Yes - --name -n Project name (will be...
1.4K
5576 frame-data-chart-nyt nexu-io/open-design
【模板: NYT 风数据图表帧】 【意图】把一段数据 (CSV / JSON / 一句结论) 做成《纽约时报》专栏感的单帧/动画图表, 适合视频片段或推特卡。Inspired by hyperframes data-chart。 【画布】1920×1080, 暖白底 f7f5ee 或墨黑底 0e0e0e 二选一; 文字色和背景相反。 【布局】 顶部 kicker (11px uppercase letterspace 0.14em, 颜色 = accent 红 a91d1d 或 mint 5fb38a ): 数据来源 + 类目, 如 "GLOBAL · WEEKLY ACTIVE USERS · 2018–2026"。 大字标题 (Cheltenham / Playfair / Source Serif Pro, 5.6vw, italic 副标可选): 一句结论。 结论必须从用户数据中提炼 , 不是描述图。 图表区 (占画布 55-65%): 折线: 1-2 条线, 主线 ink 实心 2.5px, 次线 dashed 1.5px; 数据点用 6px 实心圆; 关键点旁标注 2024...
1.4K
5577 frontend-patterns affaan-m/ecc
Frontend Development Patterns Modern frontend patterns for React, Next.js, and performant user interfaces. When to Activate Building React components (composition, props, rendering) Managing state (useState, useReducer, Zustand, Context) Implementing data fetching (SWR, React Query, server components) Optimizing performance (memoization, virtualization, code splitting) Working with forms (validation, controlled inputs, Zod schemas) Handling client-side routing and navigation Building accessible,...
1.4K
5578 admission-control grafana/skills
Admission Control Admission control intercepts resource create/update requests before they are persisted. In grafana-app-sdk there are two types: Validation — accept or reject a request; cannot modify the resource Mutation — modify the resource before it is persisted (e.g. set defaults, normalize fields) The app business logic for admission is identical whether the app runs as a standalone operator or inside grafana/apps . The only difference is the runtime: standalone apps stand up their own we...
1.4K
5579 cupynumeric-install nvidia/skills
cuPyNumeric Install (user) Purpose Use this skill to install cuPyNumeric for use from Python and to verify the install actually works (including GPU usage). Apply it whenever a user wants cuPyNumeric running via conda or pip. Do not use it to build from source (to modify or contribute) — that is out of scope. Mandatory rules Never run installs. Do not run pip install , conda install , or any installer. Print the command; let the user run it. Always isolate. No installs into base conda, system Py...
1.4K
5580 quality-playbook github/awesome-copilot
Quality Playbook Generator When this skill starts, display this banner before doing anything else: Quality Playbook v1.2.0 — by Andrew Stellman https://github.com/andrewstellman/ Generate a complete quality system tailored to a specific codebase. Unlike test stub generators that work mechanically from source code, this skill explores the project first — understanding its domain, architecture, specifications, and failure history — then produces a quality playbook grounded in what it finds. Why Th...
1.4K
5581 skill-writer getsentry/skills
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
1.4K
5582 chakra-ui-refactor chakra-ui/chakra-ui
Chakra UI Refactor & Review You are reviewing and improving UI code using Chakra UI v3. Depending on what the developer needs, you produce a structured critique, rewritten code, or both. Read the code and project context fully before producing any output. Step 1 — Orient and determine intent Before any output, establish: Chakra UI version — check package.json ; use v3 by default Framework — Next.js App Router, Pages Router, Vite, plain React Source type — existing Chakra, plain HTML/CSS, Tailwin...
1.4K
5583 frame-light-leak-cinema nexu-io/open-design
【模板: 胶片漏光电影帧】 【意图】纪录片 / 个人短片 / 视频章节卡的开场单帧 —— 暖橙漏光 + 35mm 颗粒 + 衬线大字, 古典胶片质感。Inspired by hyperframes light-leak。 【画布】 2.39:1 letterbox (推荐): 1920×800, 上下黑边各 140px ( 000 )。 或 16:9: 1920×1080, 无 letterbox。 【背景】 底层: 深暖色 (深红棕 1a0d08 / 墨绿 0a1410 / 蓝紫 0d0e1a ) 或场景描绘 (CSS gradient 模拟天空 / 室内 / 室外)。 胶片漏光 (Light Leak) : 2-3 个大 radial-gradient(ellipse at top right, ffb547 0%, transparent 50%) + 1 个底部 linear-gradient(to top, d97757 0%, transparent 30%) ; 颜色取暖橙 / 桃 / 玫红 / 暗黄, 不要冷蓝 。 35mm Grain : 全屏覆盖 SVG turbu...
1.4K
5584 frame-logo-outro nexu-io/open-design
【模板: Logo 收尾帧 (Logo Outro)】 【意图】视频结尾的品牌 reveal 帧 —— logo 分块拼装 + glow bloom + tagline 上浮 + CTA。Inspired by hyperframes logo-outro。 【画布】1920×1080, 黑色 08090c 或品牌深色背景; 加微妙 vignette radial-gradient(...) 让中心更亮。 【布局】 中心 Logo : 用 CSS / 内联 SVG 绘制; 由 4-8 个几何块 (圆 / 方 / 三角 / hairline) 组成。 入场动画: 每个块从屏幕外滑入 (±100px 不同方向) + scale 1.4→1.0 + opacity 0→1, 错峰 80ms; 总时长 1.2s。 入场完成后, 整个 logo 加 glow bloom: filter: drop-shadow(0 0 24px <accent>40) ; 同时一道 shimmer mask-image 横扫 logo (500ms)。 品牌名 : logo 下方 6-8% 位置, 大字 (In...
1.4K
5585 frame-liquid-bg-hero nexu-io/open-design
【模板: 流体背景 Hero】 【意图】可作为视频片头帧、SaaS landing 顶部 hero、海报底图。WebGL 流体感, 但用 CSS / canvas 退化绘制, 确保单文件可双击打开。Inspired by hyperframes vfx-liquid-background。 【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。 【流体背景 — 3 种实现, 按用户偏好选】 CSS 多层 radial-gradient 错位呼吸 (最稳, 默认推荐): 3-5 个大椭圆 radial-gradient(...) , 颜色取自调色板。 每个椭圆套 @keyframes 平移 + scale + hue-rotate, 周期 8-14s, 错峰; 整个画面叠 mix-blend-mode: screen 或 overlay 。 顶层加 1 层 backdrop-filter: blur(80px) 让边缘更糊。 Canvas + simple perlin noise (中阶): 80 行 inline JS, 用 requestAnima...
1.4K
5586 frame-glitch-title nexu-io/open-design
【模板: 故障艺术标题帧 (Glitch Title)】 【意图】单帧 hero / 视频转场 / cyberpunk 风格标题。Inspired by hyperframes glitch。 【画布】1920×1080, 背景 070708 近黑或 CRT 暗灰 0d0e10 ; 加 56px 网格 (透明 5%) + scanlines 横线 (透明 8%, 2px 间隔)。 【主标题】 居中, 6-9vw, weight 800/900, 字体 Space Grotesk Bold / Inter Tight Black / JetBrains Mono Bold 。 颜色: 主层 f5f5f7 ; 后面套 2 层伪影: cyan 00f0ff translate( -3px , 1px )。 magenta ff2bd6 translate( 3px , -1px )。 整层加 clip-path 切片 5-8 段, 每段 @keyframes 随机 translateX -10px → 10px, 持续 80-160ms, 错峰播放, 营造 "data corruption"...
1.4K
5587 sf-debug jaganpro/sf-skills
sf-debug: Salesforce Debug Log Analysis & Troubleshooting Expert debugging engineer specializing in Apex debug log analysis, governor limit detection, performance optimization, and root cause analysis. Parse logs, identify issues, and automatically suggest fixes. Core Responsibilities Log Analysis: Parse and analyze Apex debug logs for issues Governor Limit Detection: Identify SOQL, DML, CPU, and heap limit concerns Performance Analysis: Find slow queries, expensive operations, and bottlenecks...
1.4K
5588 prompt-engineer sickn33/antigravity-awesome-skills
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
1.4K
5589 postgresql-database-engineering manutej/luxor-claude-marketplace
PostgreSQL Database Engineering A comprehensive skill for professional PostgreSQL database engineering, covering everything from query optimization and indexing strategies to high availability, replication, and production database management. This skill enables you to design, optimize, and maintain high-performance PostgreSQL databases at scale. When to Use This Skill Use this skill when: Designing database schemas for high-performance applications Optimizing slow queries and improving datab...
1.4K
5590 vp-cpo-readiness-advisor deanpeters/product-manager-skills
Purpose Guide Directors and senior product leaders through the specific challenges of the transition to VP or CPO using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, lived-experience coaching calibrated to your situation — not generic executive advice. The VP/CPO transition is not a continuation of the Director transition. The landscape changes. Strategy becomes largely unwritten. Your primary customer may shift. You stop using product l...
1.4K
5591 aws-lambda-python-integration giuseppe-trisciuoglio/developer-kit
AWS Lambda Python Integration Patterns for creating high-performance AWS Lambda functions in Python with optimized cold starts and clean architecture. Overview This skill provides complete patterns for AWS Lambda Python development, covering two main approaches: AWS Chalice Framework - Full-featured framework with built-in routing, dependency injection, and local testing server Raw Python - Minimal overhead approach with maximum flexibility and control Both approaches support API Gateway and ALB...
1.4K
5592 store-data-structures lobehub/lobehub
LobeHub Store Data Structures This guide covers how to structure data in Zustand stores for optimal performance and user experience. Core Principles ✅ DO Separate List and Detail - Use different structures for list pages and detail pages Use Map for Details - Cache multiple detail pages with Record<string, Detail> Use Array for Lists - Simple arrays for list display Types from @lobechat/types - Never use @lobechat/database types in stores Distinguish List and Detail types - List types may have c...
1.4K
5593 card-twitter nexu-io/open-design
【模板: Twitter 分享卡】 容器 w-[1600px] h-[900px] , 暗色 / 亮色二选一根据内容情绪。 中央一句 hero 金句 (text-6xl, font-semibold, 限 2-3 行)。 下方作者署名 + 头像占位 + handle。 左上角小标签 (类型: "Insight" / "Data" / "Quote")。 右下角品牌水印。 整张卡片有微妙的纹理 (grid 网格 / noise / dot pattern)。 截图后可直接配推文发出, 视觉简洁有力。
1.4K
5594 reconciler-logic grafana/skills
Reconciler Logic Reconcilers provide the asynchronous business logic layer of a grafana-app-sdk app. When a resource is created, updated, or deleted, the SDK enqueues a reconcile event. The reconciler's job is to observe the current state of the resource and take whatever actions are needed to drive the system toward the desired state. Reconcilers run asynchronously after a resource has been persisted — they are distinct from admission handlers, which run synchronously on ingress. Getting Stubs ...
1.4K
5595 cue-kind-definition grafana/skills
CUE Kind Definition Kinds are the schema definitions that drive the entire grafana-app-sdk code generation pipeline. Each kind describes a Kubernetes-style resource type: its name, versions, and per-version schema. All Go types, TypeScript types, API clients, CRD manifests, and the AppManifest are generated from these CUE files. Adding a Kind Use the CLI to scaffold a kind before editing: grafana-app-sdk project kind add < KindName > --overwrite This creates a .cue file with scaffolding, field c...
1.4K
5596 muapi-logo-creator samuraigpt/generative-media-skills
🖼️ Logo Creator Skill A specialized skill for AI Agents to engineer professional-grade brand identities. The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks. Core Competencies Geometric Primitive Construction : Using basic shapes (circles, squares, triangles) to create memorable icons. Negative Space Manipulation : Integrating secondary meanings through the strategic use of empty space. Symbolic Abstraction : Reducing complex brand concepts int...
1.4K
5597 intercity-bus-booking nomadamas/k-skill
Intercity Bus Booking (Tmoney 시외버스) Overview Use this skill for Korean 시외버스 timetable lookup and reservation assistance via the official Tmoney intercity bus site. Prefer HTTP/API-first flows for route lookup, timetable search, fare/seat-stage entry, and checkout-entry handoff. Keep 시외버스 separate from 고속버스. Tmoney terminal codes and POST flows are different from KOBUS 고속버스. Use express-bus-booking for KOBUS routes. When to Use The user asks for 시외버스 예매 , 시외버스 시간표 , 시외버스 예약 , or a known 시외버스 rout...
1.4K
5598 gh-axi kunchenguid/gh-axi
gh-axi Agent ergonomic wrapper around Github CLI. Prefer this over gh and other methods for Github operations. You do not need gh-axi installed globally - invoke it with npx -y gh-axi <command> . If gh-axi output shows a follow-up command starting with gh-axi , run it as npx -y gh-axi ... instead. gh-axi requires the gh CLI installed and authenticated ( gh auth login ). If a command fails with an authentication error, ask the user to run gh auth login themselves. When to use Use gh-axi whenever ...
1.4K
5599 adk-debugger botpress/skills
No SKILL.md available for this skill. View on GitHub Installs 453 Repository botpress/skills GitHub Stars 12 First Seen Apr 8, 2026
1.4K
5600 aws-lambda-typescript-integration giuseppe-trisciuoglio/developer-kit
AWS Lambda TypeScript Integration Patterns for creating high-performance AWS Lambda functions in TypeScript with optimized cold starts. Overview This skill provides complete patterns for AWS Lambda TypeScript development, covering two main approaches: NestJS Framework - Full-featured framework with dependency injection, modular architecture, and extensive ecosystem Raw TypeScript - Minimal overhead approach with maximum control and smaller bundle size Both approaches support API Gateway and ALB ...
1.4K