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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,655
总 Skills
167.8M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
16401 axiom-energy-ref charleswiltgen/axiom
Energy Optimization Reference Complete API reference for iOS energy optimization, with code examples from WWDC sessions and Apple documentation.
116
16402 secure whawkinsiv/claude-code-superpowers
Security Security Checklist Security Basics: - [ ] Authentication required for protected routes - [ ] Passwords hashed (bcrypt/argon2), never stored plain text - [ ] API keys in environment variables, not code - [ ] HTTPS only in production - [ ] Input validated on server side - [ ] SQL injection prevented (use parameterized queries) - [ ] XSS prevented (sanitize user input) - [ ] CSRF tokens on forms - [ ] Rate limiting on API endpoints - [ ] User sessions expire (30min-1hr typical) See COMMON-...
116
16403 pnpm hairyf/skills
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
116
16404 axiom-using-axiom charleswiltgen/axiom
IF AN AXIOM SKILL APPLIES TO YOUR iOS/SWIFT TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Using Axiom Skills The Rule Check for Axiom skills BEFORE ANY RESPONSE when working with iOS/Swift projects. This includes clarifying questions. Even 1% chance means check first. Red Flags — iOS-Specific Rationalizations These thoughts mean STOP—you're rationalizing: Thought Reality "This is just a simple bui...
116
16405 ai-search-optimization dirnbauer/webconsulting-skills
AI Search Optimization (AEO & GEO) Scope: Optimizing content for AI-powered search engines and answer engines This skill covers strategies for visibility in ChatGPT, Perplexity, Google AI Overviews, Microsoft Copilot, and other generative AI platforms. 1. Understanding AEO & GEO What is AEO (Answer Engine Optimization)? Answer Engine Optimization focuses on structuring content to provide direct, concise answers to user queries through AI-powered platforms. Unlike traditional SEO which aims fo...
116
16406 avalonia-zafiro-development davila7/claude-code-templates
Avalonia Zafiro Development This skill defines the mandatory conventions and behavioral rules for developing cross-platform applications with Avalonia UI and the Zafiro toolkit. These rules prioritize maintainability, correctness, and a functional-reactive approach. Core Pillars Functional-Reactive MVVM: Pure MVVM logic using DynamicData and ReactiveUI. Safety & Predictability: Explicit error handling with Result types and avoidance of exceptions for flow control. Cross-Platform Excellence: St...
116
16407 axiom-icloud-drive-ref charleswiltgen/axiom
iCloud Drive Reference Purpose: Comprehensive reference for file-based iCloud sync using ubiquitous containers Availability: iOS 5.0+ (basic), iOS 8.0+ (iCloud Drive), iOS 11.0+ (modern APIs) Context: File-based cloud storage, not database (use CloudKit for structured data) When to Use This Skill Use this skill when: Implementing document-based iCloud sync Syncing user files across devices Building document-based apps (like Pages, Numbers) Coordinating file access across processes Handling i...
116
16408 angular-architecture gentleman-programming/gentleman-skills
The Scope Rule (REQUIRED) "Scope determines structure" - Where a component lives depends on its usage. Usage Placement Used by 1 feature features/[feature]/components/ Used by 2+ features features/shared/components/ Example features/ shopping-cart/ shopping-cart.ts Main component = feature name components/ cart-item.ts Used ONLY by shopping-cart cart-summary.ts Used ONLY by shopping-cart checkout/ checkout.ts components/ payment-form.ts Used ONLY by checko...
116
16409 telegram-dev 2025emma/vibe-coding-cn
Telegram 生态开发技能 全面的 Telegram 开发指南,涵盖 Bot 开发、Mini Apps (Web Apps)、客户端开发的完整技术栈。 何时使用此技能 当需要以下帮助时使用此技能: 开发 Telegram Bot(消息机器人) 创建 Telegram Mini Apps(小程序) 构建自定义 Telegram 客户端 集成 Telegram 支付和业务功能 实现 Webhook 和长轮询 使用 Telegram 认证和存储 处理消息、媒体和文件 实现内联模式和键盘 Telegram 开发生态概览 三大核心 API Bot API - 创建机器人程序 HTTP 接口,简单易用 自动处理加密和通信 适合:聊天机器人、自动化工具 Mini Apps API (Web Apps) - 创建 Web 应用 JavaScript 接口 在 Telegram 内运行 适合:小程序、游戏、电商 Telegram API & TDLib - 创建客户端 完整的 Telegram 协议实现 支持所有平台 适合:自定义客户端、企业应用 Bot API 开发 快速开始 ...
116
16410 typescript-type-expert gracefullight/stock-checker
TypeScript Type Expert You are an advanced TypeScript type system specialist with deep expertise in type-level programming, complex generic constraints, conditional types, template literal manipulation, and type performance optimization. When to Use This Agent Use this agent for: Complex generic constraints and variance issues Advanced conditional type patterns and distributive behavior Template literal type manipulation and parsing Type inference failures and narrowing problems Recursive type d...
116
16411 findata-toolkit-cn geeksfino/finskills
金融数据工具包 — A股市场 自包含的数据工具包,提供A股市场实时金融数据和定量计算。所有数据源 免费 , 无需API密钥 。 安装 安装依赖(一次性): pip install -r requirements.txt 可用工具 所有脚本位于 scripts/ 目录。从技能根目录运行。 1. A股数据 ( scripts/stock_data.py ) 通过 AKShare 获取A股基本面、行情、财务指标。 命令 用途 python scripts/stock_data.py 600519 基本信息(贵州茅台) python scripts/stock_data.py 600519 --metrics 完整财务指标(估值、盈利、杠杆、增长) python scripts/stock_data.py 600519 --history 历史OHLCV行情 python scripts/stock_data.py 600519 --financials 利润表、资产负债表、现金流量表 python scripts/stock_data.py 600519 --insider 董监高增减持数据...
116
16412 axiom-xctrace-ref charleswiltgen/axiom
xctrace CLI Reference Command-line interface for Instruments profiling. Enables headless performance analysis without GUI. Overview xctrace is the CLI tool behind Instruments.app. Use it for: Automated profiling in CI/CD pipelines Headless trace collection without GUI Programmatic trace analysis via XML export Performance regression detection Requires: Xcode 12+ (xctrace 12.0+). This reference tested with Xcode 26.2. Quick Reference Record a 10-second CPU profile xcrun xctrace record --in...
116
16413 jimeng_mcp_skill wwwzhouhui/skills_collection
即梦 AI 生成技能 概述 即梦技能通过 jimeng-mcp-server 实现 AI 驱动的图像和视频生成,这是一个集成了即梦 AI 多模态生成能力的 MCP(模型上下文协议)服务器。使用此技能可以直接通过自然语言指令创建视觉内容。 核心能力: 🎨 文本生成图像:从文本描述生成高质量图像 🎭 图像合成:智能合并和融合多张图片 🎬 文本生成视频:从文本提示创建短视频 🎞️ 图像生成视频:为静态图像添加动画效果 何时使用此技能: 用户要求生成、创建或制作图像或视频 用户提到"jimeng"、"即梦"或请求AI视觉内容生成 用户提供文本描述并希望得到视觉输出 用户想要组合、合并或合成多张图片 用户想为静态图像添加动画或运动效果 前置条件 使用此技能前,请确保 jimeng-mcp-server 已正确配置: 服务器必须运行,通过以下模式之一: stdio 模式:在 MCP 客户端(Claude Desktop、Cherry Studio)中配置 SSE 模式:作为带 SSE 传输的 HTTP 服务器运行 HTTP 模式:作为 REST API 服务器运行 环境变量已配置...
116
16414 tooluniverse-statistical-modeling mims-harvard/tooluniverse
Statistical Modeling for Biomedical Data Analysis Comprehensive statistical modeling skill for fitting regression models, survival models, and mixed-effects models to biomedical data. Produces publication-quality statistical summaries with odds ratios, hazard ratios, confidence intervals, and p-values. Features Linear Regression - OLS for continuous outcomes with diagnostic tests Logistic Regression - Binary, ordinal, and multinomial models with odds ratios Survival Analysis - Cox proportional h...
116
16415 axiom-network-framework-ref charleswiltgen/axiom
Network.framework API Reference Overview Network.framework is Apple's modern networking API that replaces Berkeley sockets, providing smart connection establishment, user-space networking, built-in TLS support, and seamless mobility. Introduced in iOS 12 (2018) with NWConnection and evolved in iOS 26 (2025) with NetworkConnection for structured concurrency. Evolution timeline 2018 (iOS 12) NWConnection with completion handlers, deprecates CFSocket/NSStream/SCNetworkReachability 2019 (iOS 13) U...
115
16416 google-drive-automation composiohq/awesome-claude-skills
Google Drive Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access. Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, list, upload, download, move, or organize Google Drive files and folders. The task requires direct Drive read/write automation through local scripts in a Workspace account. You want file-level Drive operations without introducing an MCP server dependency...
115
16417 package-management aaronontheweb/dotnet-skills
NuGet Package Management When to Use This Skill Use this skill when: Adding, removing, or updating NuGet packages Setting up Central Package Management (CPM) for a solution Managing package versions across multiple projects Troubleshooting package conflicts or restore issues Golden Rule: Never Edit XML Directly Always use dotnet CLI commands to manage packages. Never manually edit .csproj or Directory.Packages.props files. DO: Use CLI commands dotnet add package Newtonsoft.Json dotnet remove pa...
115
16418 data-scientist 404kidwiz/claude-supercode-skills
Use this skill when Working on data scientist tasks or workflows Needing guidance, best practices, or checklists for data scientist Do not use this skill when The task is unrelated to data scientist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. You are a data scientist specializing in advanced analytics, machine learning, statistic...
115
16419 alicloud-network-esa-test cinience/alicloud-skills
Category: test ESA Minimal Viable Test Prerequisites Network access is available. GoalsSkill: skills/network/esa/alicloud-network-esa/ 。 Test Steps 执行: python skills/network/esa/alicloud-network-esa/scripts/list_openapi_meta_apis.py \ --product-code ESA \ --version 2024 -09-10 \ --output-dir output/alicloud-network-esa-test 检查输出文件是否存在: output/alicloud-network-esa-test/ESA_2024-09-10_api_docs.json output/alicloud-network-esa-test/ESA_2024-09-10_api_list.md Expected Results Command execution succe...
115
16420 ai-ml-timeseries vasilyu1983/ai-agents-public
Time Series Forecasting — Modern Patterns & Production Best Practices Modern Best Practices (January 2026): Treat time as a first-class axis: temporal splits, rolling backtests, and point-in-time correctness. Default to strong baselines (naive/seasonal naive) before complex models. Prevent leakage: feature windows and aggregations must use only information available at prediction time. Evaluate by horizon and segment; a single aggregate metric hides failures. Prefer probabilistic forecasts whe...
115
16421 alicloud-media-vod cinience/alicloud-skills
Category: service ApsaraVideo VOD Validation mkdir -p output/alicloud-media-vod python -m py_compile skills/media/vod/alicloud-media-vod/scripts/list_openapi_meta_apis.py echo "py_compile_ok" > output/alicloud-media-vod/validate.txt Pass criteria: command exits 0 and output/alicloud-media-vod/validate.txt is generated. Output And Evidence Save API inventory and operation evidence under output/alicloud-media-vod/ . Keep region, media IDs, template IDs, and request parameters in evidence files. Us...
115
16422 tooluniverse-gene-enrichment mims-harvard/tooluniverse
Gene Enrichment and Pathway Analysis Perform comprehensive gene enrichment analysis including Gene Ontology (GO), KEGG, Reactome, WikiPathways, and MSigDB enrichment using both Over-Representation Analysis (ORA) and Gene Set Enrichment Analysis (GSEA). Integrates local computation via gseapy with ToolUniverse pathway databases for cross-validated, publication-ready results. IMPORTANT : Always use English terms in tool calls (gene names, pathway names, organism names), even if the user writes in ...
115
16423 reducing-entropy davila7/claude-code-templates
Reducing Entropy More code begets more code. Entropy accumulates. This skill biases toward the smallest possible codebase. Core question: "What does the codebase look like after ?" Before You Begin Load at least one mindset from references/ List the files in the reference directory Read frontmatter descriptions to pick which applies Load at least one State which you loaded and its core principle Do not proceed until you've done this. The Goal The goal is less total code in the final codebase - n...
115
16424 axiom-background-processing-diag charleswiltgen/axiom
Background Processing Diagnostics Symptom-based troubleshooting for background task issues. Related skills: axiom-background-processing (patterns, checklists), axiom-background-processing-ref (API reference) Symptom 1: Task Never Runs Handler never called despite successful submit(). Quick Diagnosis (5 minutes) Task never runs? │ ├─ Step 1: Check Info.plist (2 min) │ ├─ BGTaskSchedulerPermittedIdentifiers contains EXACT identifier? │ │ └─ NO → Add identifier, rebuild │ ├─ UIBackgroundMo...
115
16425 mvp-architect shipshitdev/library
MVP Architect - Minimum Viable Product Scoping Overview Help indie founders scope the smallest possible product that validates their core hypothesis using Hexa's methodology. Get to market in 3 months or less. Hexa's Core Principle: "Launch an MVP with key high-value features within 3 months. It's better to launch with clear, easily understood features, even if they aren't at full power yet." When This Activates "What should my MVP include" "Help me scope my MVP" "What features do I need" "Wh...
115
16426 axiom-hang-diagnostics charleswiltgen/axiom
Hang Diagnostics Systematic diagnosis and resolution of app hangs. A hang occurs when the main thread is blocked for more than 1 second, making the app unresponsive to user input. Red Flags — Check This Skill When Symptom This Skill Applies App freezes briefly during use Yes — likely hang UI doesn't respond to touches Yes — main thread blocked "App not responding" system dialog Yes — severe hang Xcode Organizer shows hang diagnostics Yes — field hang reports MetricKit MXHangDiagnostic received...
115
16427 travel-companion banjtheman/travel-companion-skill
Travel Companion Assist users with travel planning, destination research, and itinerary management. Quick Start Clarify the request - Confirm destination, dates, budget, and interests Research - Use browser with profile: "openclaw" to search: TikTok for trending local tips Instagram for events and spots Eventbrite for specific dates Google Maps for attractions Expedia for flights/hotels Take snapshots - Read pages with snapshotFormat: "ai" Compile - Create summary with activities, weather, costs...
115
16428 nuxt-content nuxt-content/nuxt-studio
Nuxt Content v3 Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries. When to Use Working with: Content collections (content.config.ts, defineCollection) Remote sources (GitHub repos, external APIs via defineCollectionSource) Content queries (queryCollection, navigation, search) MDC rendering (<ContentRenderer>, prose components) Database configuration (SQLite, PostgreSQL, D1, LibSQL) Content hooks (content:file:beforeParse, content:file:afterParse)...
115
16429 coding davidkiss/smart-ai-skills
General Coding Best Practices Overview This skill provides a set of core principles and practices for software development. Use this when implementing new features, refactoring existing code, or reviewing code to ensure high quality and maintainability. Core Principles DRY (Don't Repeat Yourself): Avoid logic duplication. If you find yourself writing the same code twice, abstract it. KISS (Keep It Simple, Stupid): Prefer simple, straightforward solutions over complex ones. Avoid over-engineering...
115
16430 remotion-bits av/remotion-bits
Remotion Bits Animation components and utilities for building Remotion videos. The library's most powerful feature is Scene3D — a camera-based 3D presentation system (like impress.js) that enables cinematic multi-section compositions with flying camera moves, step-aware element animations, and Transform3D position management. When building any non-trivial composition, prefer Scene3D as your foundation. It handles camera movement, timing, element positioning, and responsive layout all in one syst...
115
16431 svelte epicenterhq/epicenter
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
115
16432 web-audio-api martinholovsky/claude-skills-generator
Web Audio API Skill 1. Overview This skill provides Web Audio API expertise for creating audio feedback, voice processing, and sound effects in the JARVIS AI Assistant. Risk Level: LOW - Audio processing with minimal security surface Primary Use Cases: HUD audio feedback (beeps, alerts) Voice input processing Spatial audio for 3D HUD elements Real-time audio visualization Text-to-speech integration 2. Core Responsibilities 2.1 Fundamental Principles TDD First: Write tests before implementati...
115
16433 git dalestudy/skills
Git Git 버전 관리 모범 관례 및 워크플로우 가이드. 커밋 메시지 컨벤션 Conventional Commits 사용 커밋 메시지는 <type>: <description> 형식을 따른다: feat: add form validation to login page fix: prevent duplicate email check error on signup docs: add installation guide to README refactor: extract auth logic into separate module test: add payment feature tests chore: update dependencies 주요 타입 타입 설명 예시 feat 새로운 기능 추가 feat: add dark mode support fix 버그 수정 fix: prevent token deletion on logout docs 문서 변경 (코드 변경 없음) docs: update API documenta...
115
16434 anime-js dylantarre/animation-principles
Anime.js Animation Guidelines You are an expert in Anime.js, JavaScript, and web animation performance. Follow these guidelines when creating animations. Core Principles Installation and Import npm install animejs // Full import import anime from "animejs" ; // Modular import for smaller bundle size import { animate , timeline , stagger } from "animejs" ; Basic Animation anime ( { targets : ".element" , translateX : 250 , rotate : "1turn" , duration : 800 , easing : "easeInOutQuad" } ) ; Perform...
115
16435 mjml-email-templates aaronontheweb/dotnet-skills
MJML Email Templates When to Use This Skill Use this skill when: Building transactional emails (signup, password reset, invoices, notifications) Creating responsive email templates that work across clients Setting up MJML template rendering in .NET
115
16436 swiftui-patterns johnrogers/claude-swift-engineering
SwiftUI Patterns Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization. When to Activate Building SwiftUI views and managing state ( @State , @Observable , @Binding ) Designing navigation flows with NavigationStack Structuring view models and data flow Optimizing rendering performance for lists and complex layouts Working with environment values and de...
115
16437 tooluniverse-multi-omics-integration mims-harvard/tooluniverse
Multi-Omics Integration Coordinate and integrate multiple omics datasets for comprehensive systems biology analysis. Orchestrates specialized ToolUniverse skills to perform cross-omics correlation, multi-omics clustering, pathway-level integration, and unified interpretation. When to Use This Skill User has multiple omics datasets (RNA-seq + proteomics, methylation + expression, etc.) Cross-omics correlation queries (e.g., "How does methylation affect expression?") Multi-omics biomarker discover...
115
16438 viem 0xsardius/onchain-typescript-skills
Viem Skill Version: Viem 2.x | Official Docs Viem is the modern TypeScript interface for Ethereum. This skill ensures correct patterns for contract interactions, client setup, and type safety. Quick Reference import { createPublicClient, createWalletClient, http } from 'viem' import { mainnet } from 'viem/chains' import { privateKeyToAccount } from 'viem/accounts' Critical Patterns 1. Client Setup Public Client (read-only operations): const publicClient = createPublicClient({ chain: main...
115
16439 mermaid-diagrams hoodini/ai-agents-skills
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
115
16440 axiom-background-processing-ref charleswiltgen/axiom
Background Processing Reference Complete API reference for iOS background execution, with code examples from WWDC sessions. Related skills: axiom-background-processing (decision trees, patterns), axiom-background-processing-diag (troubleshooting) Part 1: BGTaskScheduler Registration Info.plist Configuration <!-- Required: List all task identifiers --> <key>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>com.yourapp.refresh</string> <string>com.yourapp.maintenance</string> ...
115
16441 serialization aaronontheweb/dotnet-skills
Serialization in .NET When to Use This Skill Use this skill when: Choosing a serialization format for APIs, messaging, or persistence Migrating from Newtonsoft.Json to System.Text.Json Implementing AOT-compatible serialization Designing wire formats for distributed systems Optimizing serialization performance Serialization Format Comparison Format Library AOT-Safe Human-Readable Relative Size Relative Speed Best For JSON System.Text.Json (source gen) Yes Yes Largest Good APIs, config, web client...
115
16442 soul-guardian prompt-security/clawsec
soul-guardian 👻 Protects your agent's core files (SOUL.md, AGENTS.md, etc.) from unauthorized changes with automatic detection, restoration, and user alerting . Quick Start (3 Steps) Step 1: Initialize baselines cd ~/.openclaw/workspace python3 skills/soul-guardian/scripts/soul_guardian.py init --actor setup --note "initial baseline" Step 2: Enable monitoring python3 skills/soul-guardian/scripts/soul_guardian.py enable-monitoring This shows you how to add monitoring to your workflow. Step 3: Add...
115
16443 file path traversal testing davila7/claude-code-templates
File Path Traversal Testing Purpose Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code. This vulnerability occurs when user-controllable input is passed to filesystem APIs without proper validation. Prerequisites Required Tools Web browser with developer tools Burp Suite or OWASP ZAP cURL for testing payloads Wordlists for autom...
114
16444 yuque-personal-reading-digest yuque/yuque-plugin
Reading Digest — Document Summarization & Reading Notes Help the user quickly distill a Yuque document into a structured reading digest with key takeaways, core arguments, and actionable insights. When to Use User wants a summary of a long Yuque document User says "帮我总结这篇文档", "summarize this doc", "生成阅读摘要" User wants to extract key points from an article for future reference User says "这篇文章讲了什么", "帮我提炼要点" Required MCP Tools All tools are from the yuque-mcp server: yuque_search — Find the target ...
114
16445 tooluniverse-immunotherapy-response-prediction mims-harvard/tooluniverse
Immunotherapy Response Prediction Predict patient response to immune checkpoint inhibitors (ICIs) using multi-biomarker integration. Transforms a patient tumor profile (cancer type + mutations + biomarkers) into a quantitative ICI Response Score with drug-specific recommendations, resistance risk assessment, and monitoring plan. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Evidence-graded - Every finding has an evidence tier (T1-T4) Quantitative ...
114
16446 mistral-ocr parlamento-ai/parlamento-ai
Extract text from images and PDFs using Mistral's dedicated OCR API. No external dependencies required. Requirements This skill requires a Mistral API key. If you don't have one, follow the guide in [reference/getting-started.md](https://github.com/parlamento-ai/parlamento-ai/blob/main/skills/mistral-ocr/reference/getting-started.md). API Key The user must provide their Mistral API key. Ask for it if not available. Option 1 (Recommended for AI agents): User provides key directly in messag...
114
16447 product-analytics daffy0208/ai-dev-standards
Product Analytics Define, track, and interpret product metrics across discovery, growth, and mature product stages. When To Use Use this skill for: Metric framework selection (AARRR, North Star, HEART) KPI definition by product stage (pre-PMF, growth, mature) Dashboard design and metric hierarchy Cohort and retention analysis Feature adoption and funnel interpretation Workflow Select metric framework AARRR for growth loops and funnel visibility North Star for cross-functional strategic alignment...
114
16448 axiom-now-playing-carplay charleswiltgen/axiom
CarPlay Integration Time cost: 15-20 minutes (if MPNowPlayingInfoCenter already working) Key Insight CarPlay uses the SAME MPNowPlayingInfoCenter and MPRemoteCommandCenter as Lock Screen and Control Center. If your Now Playing integration works on iOS, it automatically works in CarPlay with zero additional code. What CarPlay Reads iOS Component CarPlay Display MPNowPlayingInfoCenter.nowPlayingInfo CPNowPlayingTemplate metadata (title, artist, artwork) MPRemoteCommandCenter handlers CPNowPlay...
114
16449 embedded-systems 404kidwiz/claude-supercode-skills
Embedded Systems Engineer Senior embedded systems engineer with deep expertise in microcontroller programming, RTOS implementation, and hardware-software integration for resource-constrained devices. Role Definition You are a senior embedded systems engineer with 10+ years of firmware development experience. You specialize in ARM Cortex-M, ESP32, FreeRTOS, bare-metal programming, and real-time systems. You build reliable, efficient firmware that meets strict timing, power, and resource constr...
114
16450 api-integration-builder daffy0208/ai-dev-standards
API Integration Builder Build reliable, maintainable integrations with third-party APIs. Core Principles Assume failure : APIs will go down, rate limits will hit, data will be inconsistent Idempotency matters : Retries shouldn't cause duplicate actions User experience first : Never show users "API Error 429" Security always : Tokens are secrets, validate all data, assume malicious input Integration Architecture Basic Integration Flow Your App ←→ Integration Layer ←→ Third-Party API ├── Auth (OAu...
114