███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6601 | data-fetching | lobehub/lobehub |
LobeHub Data Fetching Architecture
|
811 |
| 6602 | tdd-workflow | sickn33/antigravity-awesome-skills |
Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. When to Activate Writing new features or functionality Fixing bugs or issues Refactoring existing code Adding API endpoints Creating new components Core Principles 1. Tests BEFORE Code ALWAYS write tests first, then implement code to make tests pass. 2. Coverage Requirements Minimum 80% coverage (unit + integration + E2E) All edge cases covered Error scenarios tested ...
|
811 |
| 6603 | muapi-nano-banana | samuraigpt/generative-media-skills |
🍌 Nano-Banana Expert Skill (Gemini 3 Style) A specialized skill for AI Agents to leverage "Reasoning-Driven" image generation. Based on the advanced prompting architecture of Google's Gemini 3 (Nano Banana Pro), this skill moves beyond keyword stuffing to structured, logic-based creative briefs. Core Competencies Reasoning-Driven Prompting : Using natural language logic to define physics, lighting, and spatial relationships. Structured Creative Briefs : Implementing the "Perfect Prompt" formula:...
|
811 |
| 6604 | ceo-advisor | davila7/claude-code-templates |
CEO Advisor Strategic leadership frameworks for vision, fundraising, board management, culture, and stakeholder alignment. Keywords CEO, chief executive officer, strategy, strategic planning, fundraising, board management, investor relations, culture, organizational leadership, vision, mission, stakeholder management, capital allocation, crisis management, succession planning Quick Start python scripts/strategy_analyzer.py Analyze strategic options with weighted scoring python scripts/financial...
|
811 |
| 6605 | taste-skill | nexu-io/open-design |
taste-skill Curated from @Leonxlnx. What it does High-agency frontend skill that gives AI good taste with tunable design variance, motion intensity, and visual density to stop generic UI slop. Source Upstream: https://github.com/Leonxlnx/taste-skill Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle i...
|
810 |
| 6606 | feishu-bitable | alextangson/feishu_skills |
飞书多维表格 通过 Bitable API 操作数据、字段、视图和权限。 Base URL : https://open.feishu.cn/open-apis/bitable/v1 关键参数 : app_token : 多维表格 URL 中 /base/ 后的字符串 table_id : 调用列表 API 获取 记录操作 API 端点 说明 新增单条 POST /apps/{app_token}/tables/{table_id}/records - 批量新增 POST .../records/batch_create 最多 500 条,支持 Upsert 更新 PUT .../records/{record_id} - 批量更新 POST .../records/batch_update 最多 500 条 批量删除 POST .../records/batch_delete 最多 500 条 查询 POST .../records/search 支持 filter/sort/分页 请求示例 : { "fields" : { "名称" : "测试" , "金额" : 100 , "进...
|
810 |
| 6607 | aws-cleanrooms | aws/agent-toolkit-for-aws |
AWS Clean Rooms Overview Domain expertise for troubleshooting AWS Clean Rooms collaborations and custom ML modeling. Covers permission debugging, data access issues, and CloudWatch logging configuration. Common tasks Debugging Clean Rooms errors Determine the failure type: Access denied or permission error? → See permission debugging procedure . Covers IAM role policies (inline + attached managed), S3 bucket policies, KMS key policies, Lake Formation permissions, and cross-account trust. Missing...
|
810 |
| 6608 | d1-migration | jezweb/claude-skills |
D1 Migration Workflow Guided workflow for Cloudflare D1 database migrations using Drizzle ORM. Standard Migration Flow 1. Generate Migration pnpm db:generate This creates a new .sql file in drizzle/ (or your configured migrations directory). 2. Inspect the SQL (CRITICAL) Always read the generated SQL before applying. Drizzle sometimes generates destructive migrations for simple schema changes. Red Flag: Table Recreation If you see this pattern, the migration will likely fail: CREATE TABLE ` my_t...
|
810 |
| 6609 | layers-conceptual-model | jamiemill/layers-skills |
No SKILL.md available for this skill. View on GitHub Installs 510 Repository jamiemill/layers-skills GitHub Stars 121 First Seen May 3, 2026
|
810 |
| 6610 | asc-release-flow | rorkai/app-store-connect-cli-skills |
Release flow (TestFlight and App Store) Use this skill when you need to get a new build into TestFlight or submit to the App Store. Preconditions Ensure credentials are set ( asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly. Build must have encryption compliance resolved (see asc-submission-health skill). iOS Release Preferred end-to-end commands TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[...
|
810 |
| 6611 | product-manager-toolkit | alirezarezvani/claude-skills |
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
|
809 |
| 6612 | conventional-commit | marcelorodrigo/agent-skills |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
809 |
| 6613 | flutter-riverpod-expert | juparave/dotfiles |
Flutter Riverpod Expert - 2025 Best Practices You have expert knowledge in Flutter Riverpod state management following 2025 best practices. When the user is working with Riverpod or Flutter state management, apply these patterns and guidelines. When to Use This Skill Activate this expertise when the user mentions: Riverpod, providers, state management, or StateNotifier AsyncNotifier, FutureProvider, StreamProvider, NotifierProvider Code generation with riverpod_generator or build_runner Data...
|
808 |
| 6614 | ai-engineer | sickn33/antigravity-awesome-skills |
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
|
808 |
| 6615 | beads | boshu2/agentops |
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites bd...
|
808 |
| 6616 | security | boshu2/agentops |
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
|
808 |
| 6617 | heal-skill | boshu2/agentops |
/heal-skill — Automated Skill Maintenance Purpose: Detect and auto-fix common skill hygiene issues across the skills/ directory. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /heal-skill Check all skills (report only) /heal-skill --fix Auto-repair all fixable issues /heal-skill --strict Check all skills, exit 1 on findings (CI mode) /heal-skill skills/council Check a specific skill /heal-skill --fix skills/vibe Fix a specific skill What It Detects Ten checks, run in o...
|
808 |
| 6618 | code-debugging | lingzhi227/agent-research-skills |
Code Debugging Systematically debug experiment code with structured error categorization and fix strategies. Input $0 — Error message, stderr output, or code file with issues $1 — Optional: the code that produced the error References Debug patterns and state machine: ~/.claude/skills/code-debugging/references/debug-patterns.md Workflow Step 1: Categorize the Error Show more
|
808 |
| 6619 | tui-design | hyperb1iss/hyperskills |
TUI Design System Universal design patterns for building exceptional terminal user interfaces. Framework-agnostic — works with Ratatui, Ink, Textual, Bubbletea, or any TUI toolkit. Core philosophy: TUIs earn their power through spatial consistency, keyboard fluency, and information density that respects human attention. Design for the expert's speed without abandoning the beginner's discoverability. TUI Design Process digraph tui_design { rankdir = TB ; "What are you building?" [ shape = diamond...
|
807 |
| 6620 | agile-product-owner | alirezarezvani/claude-skills |
Agile Product Owner Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking. Table of Contents What Makes This Skill Different User Story Generation Workflow Acceptance Criteria Patterns Epic Breakdown Workflow Sprint Planning Workflow Backlog Prioritization Reference Documentation Tools Show more
|
807 |
| 6621 | estimate-analysis | himself65/finance-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Estimate Analysis Skill Deep-dives into analyst estimates and revision trends using Yahoo Finance data via yfinance . Covers EPS and revenue estimate distributions, revision momentum, growth projections, and multi-period comparisons — the full picture of where the street thinks a company is heading. Important : Data is for research and educatio...
|
807 |
| 6622 | alpine-js | mindrally/skills |
Alpine.js Development You are an expert in Alpine.js for building lightweight, reactive web interfaces. Core Principles Write concise, technical responses with accurate Alpine.js examples Use Alpine.js for lightweight, declarative interactivity Prioritize performance optimization and minimal JavaScript Integrate seamlessly with Tailwind CSS and backend frameworks Alpine.js Fundamentals Directives x-data - Define reactive data for a component x-bind - Bind attributes to expressions x-on - Attac...
|
807 |
| 6623 | fleet-management | grafana/skills |
Grafana Fleet Management and Alloy Configuration Fleet Management lets you author pipeline configurations once and distribute them to many Alloy collectors remotely via OpAMP. Collectors poll for updates and apply new configurations without a restart. Key concepts: Collector - an Alloy agent instance, identified by a unique ID and set of attributes Pipeline - a named Alloy configuration (YAML) stored in Fleet Management Matcher - a label selector that maps a pipeline to matching collectors Attri...
|
807 |
| 6624 | new | railwayapp/railway-skills |
New Project / Service / Database Create Railway projects, services, and databases with proper configuration. When to Use User says "deploy to railway" (add service if linked, init if not) User says "create a railway project", "init", "new project" (explicit new project) User says "link to railway", "connect to railway" User says "create a service", "add a backend", "new api service" User says "create a vite app", "create a react website", "make a python api" User says "deploy from github.com/u...
|
806 |
| 6625 | product-launch | kostja94/marketing-skills |
Strategies: Product Launch Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy . For cold start (first users, no product yet), see cold-start-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then pro...
|
806 |
| 6626 | ci-cd-best-practices | mindrally/skills |
CI/CD Best Practices You are an expert in Continuous Integration and Continuous Deployment, following industry best practices for automated pipelines, testing strategies, deployment patterns, and DevOps workflows. Core Principles Automate everything that can be automated Fail fast with quick feedback loops Build once, deploy many times Implement infrastructure as code Practice continuous improvement Maintain security at every stage Pipeline Design Pipeline Stages A typical CI/CD pipeline incl...
|
806 |
| 6627 | ux-researcher-designer | alirezarezvani/claude-skills |
UX Researcher & Designer Comprehensive toolkit for user-centered research and experience design. Core Capabilities Data-driven persona generation Customer journey mapping Usability testing frameworks Research synthesis and insights Design validation methods Key Scripts persona_generator.py Creates research-backed personas from user data and interviews. Usage: python scripts/persona_generator.py [json] Features: Analyzes user behavior patterns Identifies persona archetypes Extracts psychogr...
|
805 |
| 6628 | cookie-policy-page-generator | kostja94/marketing-skills |
Pages: Cookie Policy Guides cookie policy page content for GDPR and transparency. Often separate from Privacy Policy. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Cookie types : Essential, analytics, marketing, etc. Consent : Banner, preferences, management Jurisdiction : GDPR, ePrivacy, CCP...
|
805 |
| 6629 | cta-generator | kostja94/marketing-skills |
Components: Call-to-Action (CTA) Guides CTA button design for conversion. A well-designed CTA can increase conversion by 25–10%. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exist...
|
805 |
| 6630 | self-improving-agent | alirezarezvani/claude-skills |
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
|
805 |
| 6631 | wps-ppt | lc2panda/wps-skills |
WPS 演示智能助手 你现在是 WPS 演示智能助手,专门帮助用户解决 PPT 相关问题。你的存在是为了让那些被 PPT 排版折磨到深夜的用户解脱,让他们用人话就能做出专业的演示文稿。 核心能力 1. 页面美化(P0 核心功能) 这是解决用户「PPT 太丑」痛点的核心能力: 元素对齐 :自动对齐页面元素 配色优化 :应用专业配色方案 字体统一 :统一全文字体风格 间距优化 :优化元素间距和边距 2. 内容生成 幻灯片添加 :添加指定布局的幻灯片 文本框插入 :在指定位置添加文本 大纲生成 :根据主题生成 PPT 大纲 3. 格式设置 主题应用 :应用内置或自定义主题 背景设置 :设置幻灯片背景 母版编辑 :编辑幻灯片母版 4. 动画效果 进入动画 :淡入、飞入、缩放等 退出动画 :淡出、飞出等 路径动画 :自定义动画路径 切换效果 :幻灯片切换动画 设计美学原则 当用户说「美化这页 PPT」时,遵循以下设计原则: 1. 对齐原则 (Alignment) 元素应该沿某条线对齐 标题左对齐或居中对齐 内容块之间保持对齐关系 避免随意放置元素 2. 对比原则 (Contrast) 标题和正文...
|
805 |
| 6632 | 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...
|
805 |
| 6633 | muapi-ui-design | samuraigpt/generative-media-skills |
🎨 UI/UX Design Mockup Skill A specialized skill for AI Agents to architect high-fidelity digital interfaces. The UI/UX Design skill translates product requirements into technical design specifications for high-fidelity mockups, wireframes, and design systems. Core Competencies Atomic Design Orchestration : Structuring interfaces from Atoms (buttons) to Organisms (headers) for system consistency. Platform-Specific Layouts : Designing for responsive breakpoints across Mobile (iOS/Android) and Web ...
|
805 |
| 6634 | paper-writing-section | lingzhi227/agent-research-skills |
Paper Section Writer Write a publication-quality section for an academic paper. Input $0 — Section name: abstract , introduction , background , related-work , methods , experimental-setup , results , discussion , conclusion $1 — (Optional) Path to context file (research plan, results, prior sections) Workflow Step 1: Gather Context Read the paper's existing .tex files, experiment logs, result files, and any provided context. Understand: title, contributions, methodology, key results, figures, ta...
|
805 |
| 6635 | architect | javascript-mastery-pro/skills |
You are a senior engineer sitting with a developer before they start building. Your job is not to interrogate them — it is to think alongside them. To ask the questions a senior engineer would ask before letting someone start coding. To catch the things that seem obvious but aren't. To make sure both of you are building the same thing in your heads before either of you touches the code. This is a thinking session. Not a grilling session. Step 1 — Understand What's Here Before saying anything, ta...
|
805 |
| 6636 | backlink-analysis | kostja94/marketing-skills |
SEO Off-Page: Backlink Analysis Guides backlink profile analysis: assessing quality, identifying issues, and planning improvements. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Off-Page SEO) Backlink audit : Analyze profile; toxic links; competitive analysis Authority Score : Monitor domain/page authority; referr...
|
804 |
| 6637 | understand-diff | lum1104/understand-anything |
No SKILL.md available for this skill. View on GitHub
|
804 |
| 6638 | standards | boshu2/agentops |
Standards Skill Language-specific coding standards loaded on-demand by other skills. Purpose This is a library skill - it doesn't run standalone but provides standards references that other skills load based on file types being processed. Standards Available Standard Reference Loaded By Skill Structure references/skill-structure.md vibe (skill audits), doc (skill creation) Python references/python.md vibe, implement, complexity Go references/go.md vibe, implement, complexity Rust references/rust...
|
804 |
| 6639 | social-media-manager | alirezarezvani/claude-skills |
Social Media Manager You are a senior social media strategist who has grown accounts from zero to six figures across every major platform. Your goal is to help build a sustainable social media presence that drives business results — not just vanity metrics. Before Starting Check for marketing context first: If marketing-context.md exists, read it for brand voice, audience personas, and goals. Only ask for what's missing. Gather this context (ask if not provided): 1. Current State Which platforms...
|
804 |
| 6640 | content-creator | sickn33/antigravity-awesome-skills |
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
|
803 |
| 6641 | frontend-enhancer | ailabs-393/ai-labs-claude-skills |
Frontend Enhancer Overview The Frontend Enhancer skill transforms Next.js applications into visually stunning, modern web experiences. It provides production-ready components, comprehensive design guidelines, curated color palettes, smooth animations, and flexible layout templates optimized for responsiveness and accessibility. When to Use This Skill Invoke this skill when: Improving the visual appearance of an existing application Creating new UI components with modern styling Selecting col...
|
803 |
| 6642 | express-typescript | mindrally/skills |
Express TypeScript Development You are an expert in Express.js and TypeScript development with deep knowledge of building scalable, maintainable APIs. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, and technically accurate code Use functional ...
|
803 |
| 6643 | longbridge-earnings | longbridge/skills |
Earnings Update Skill Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Both the DOCX report body and the in-chat summary follow the user's language; chart labels, axis titles, and file names always stay in English. When to Use Trigger Example Post-earnings analysis "Analyze TSLA.US latest earnings" / "帮我分析腾讯最新财报" Specific quarter update "Tencent Q4 2024 earnings update" / "业绩更新" Quarterly results "Q1/Q2/Q3/Q4 results for [company]" Do not ...
|
803 |
| 6644 | seo-content-brief | agricidaniel/claude-seo |
SEO Content Brief Generator Generate research-backed content briefs that help writers produce pages capable of outranking current top results. Briefs include competitor analysis with gap scoring, per-section word count breakdowns, keyword placement rules, and page-type-specific templates. Process 1. Determine Brief Mode Improve mode (existing page URL provided): Fetch the existing page content and structure Identify what is already strong (keep it) Identify missing, thin, or outdated sections Di...
|
803 |
| 6645 | blender-motion-state-inspection | affaan-m/everything-claude-code |
Blender Motion State Inspection When to Use A Blender character looks twisted, mirrored, flattened, offset, or foot-sliding in an animation. A user asks whether an imported avatar, armature, or retargeted motion matches an expected pose. You need to compare rendered evidence with structured facts such as bones, bounding boxes, contacts, and facing vectors. A workflow depends on deciding whether a model is a character, prop, proxy mesh, control rig, or broken import. Core Principle Do not judge a...
|
803 |
| 6646 | asc-aso-audit | rorkai/app-store-connect-cli-skills |
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. Preconditions Metadata pulled locally via asc migrate export or asc localizations download . For Astro gap analysis: app tracked in Astro MCP (optional — offline checks run without it). Before You Start Read references/aso_rules.md to understand the rules each check enforces. Identify the latest version directory under metadata/version/ (highest semantic version number)....
|
803 |
| 6647 | faq-page-generator | kostja94/marketing-skills |
Pages: FAQ Guides FAQ page content, structure, and optimization for SEO and conversion. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for objections, product detail...
|
802 |
| 6648 | financial-analyst | alirezarezvani/claude-skills |
Financial Analyst Skill Overview Production-ready financial analysis toolkit providing ratio analysis, DCF valuation, budget variance analysis, and rolling forecast construction. Designed for financial modeling, forecasting & budgeting, management reporting, business performance analysis, and investment analysis. 5-Phase Workflow Phase 1: Scoping Define analysis objectives and stakeholder requirements Identify data sources and time periods Establish materiality thresholds and accuracy targets Se...
|
802 |
| 6649 | tech-stack-evaluator | alirezarezvani/claude-skills |
Technology Stack Evaluator A comprehensive evaluation framework for comparing technologies, frameworks, cloud providers, and complete technology stacks. Provides data-driven recommendations with TCO analysis, security assessment, ecosystem health scoring, and migration path analysis. Capabilities This skill provides eight comprehensive evaluation capabilities: Technology Comparison: Head-to-head comparisons of frameworks, languages, and tools (React vs Vue, PostgreSQL vs MongoDB, Node.js vs ...
|
802 |
| 6650 | 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...
|
802 |