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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,410
总 Skills
34.1M
总安装量
2,437
贡献者
# Skill 仓库 描述 安装量
4951 cryptokit dpearson2699/swift-ios-skills
CryptoKit Apple CryptoKit provides a Swift-native API for cryptographic operations: hashing, message authentication, symmetric encryption, public-key signing, key agreement, and Secure Enclave key storage. Available on iOS 13+. Prefer CryptoKit over CommonCrypto or raw Security framework APIs in all new code targeting Swift 6.3+. Contents Hashing HMAC Symmetric Encryption Public-Key Signing Key Agreement Secure Enclave Common Mistakes Review Checklist References Hashing CryptoKit provides SHA256...
447
4952 api integration specialist davila7/claude-code-templates
API Integration Specialist Expert guidance for integrating external APIs into applications with production-ready patterns, security best practices, and comprehensive error handling. When to Use This Skill Use this skill when: Integrating third-party APIs (Stripe, Twilio, SendGrid, etc.) Building API client libraries or wrappers Implementing OAuth 2.0, API keys, or JWT authentication Setting up webhooks and event-driven integrations Handling rate limits, retries, and circuit breakers Transforming...
446
4953 dingtalk-ai-table aliramw/dingtalk-ai-table
钉钉 AI 表格操作 通过 MCP 协议连接钉钉 AI 表格 API,执行表格和数据操作。 ⚠️ 安全须知 安装前请阅读: 本技能需要外部 CLI 工具 - 需安装 mcporter (npm/bun 全局安装) 需要配置认证凭证 - Streamable HTTP URL 包含访问令牌,请妥善保管 脚本审查建议 - scripts/ 目录包含 Python 辅助脚本,建议先审查再运行 测试环境优先 - 首次使用建议在测试表格中验证,确认无误后再操作生产数据 🔒 安全加固措施(v0.3.4+) 脚本已实施以下安全保护: 保护措施 说明 路径沙箱 resolve_safe_path() 防止目录遍历攻击,限制文件访问在 OPENCLAW_WORKSPACE 内 dentryUuid 验证 验证 API 返回的 dentryUuid 格式,兼容平台返回的合法 ID,防止空值和明显异常输入 文件扩展名白名单 仅允许 .json / .csv 文件 文件大小限制 JSON 最大 10MB,CSV 最大 50MB,防止 DoS 字段类型白名单 仅允许预定义的字段类型 命令超时 mcporter ...
446
4954 grepai-ollama-setup yoanbernabeu/grepai-skills
This skill covers installing and configuring Ollama as the local embedding provider for GrepAI. Ollama enables 100% private code search where your code never leaves your machine. When to Use This Skill - Setting up GrepAI with local, private embeddings - Installing Ollama for the first time - Choosing and downloading embedding models - Troubleshooting Ollama connection issues Why Ollama? | 🔒 Privacy | Code never leaves your machine | 💰 Free | No API costs | ⚡ Fast | Local process...
446
4955 preline-theme-generator htmlstreamofficial/preline
Preline Theme Generator This file is for the AGENT (LLM) only — not end users. Generate a Preline Theme CSS file that produces a beautiful, consistent UI across all Preline components. Docs docs/step-1.md to docs/step-7.md (detailed workflow guidance) docs/palette-guidance.md (mood, hue, neutral mapping, OKLCH rules) docs/validation-checklist.md docs/token-reference.md docs/examples.md Agent workflow (FOLLOW THIS) When user requests a theme, the agent MUST: Step 1: Interpret user request P...
446
4956 image-optimization kostja94/marketing-skills
SEO On-Page: Image Optimization Guides image optimization for Google Search (text results, Image Pack, Google Images, Discover), Core Web Vitals (LCP), and accessibility. Consolidates image-related best practices from components (hero, trust-badges) and pages (landing-page). References: Google Image SEO , Semrush Image SEO . 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 ...
446
4957 callkit dpearson2699/swift-ios-skills
CallKit Build VoIP calling features that integrate with the native iOS call UI using CallKit and PushKit. Covers incoming/outgoing call flows, VoIP push registration, audio session coordination, and call directory extensions. Targets Swift 6.3 / iOS 26+. Contents Setup Provider Configuration Incoming Call Flow Outgoing Call Flow PushKit VoIP Registration Audio Session Coordination Call Directory Extension Common Mistakes Review Checklist References Setup Project Configuration Enable the Voice ov...
446
4958 claude-code-plugin-release thedotmack/claude-mem
Version Bump & Release Workflow IMPORTANT: You must first plan and write detailed release notes before starting the version bump workflow. CRITICAL: ALWAYS commit EVERYTHING (including build artifacts). At the end of this workflow, NOTHING should be left uncommitted or unpushed. Run git status at the end to verify. Preparation Analyze : Determine if the change is a PATCH (bug fixes), MINOR (features), or MAJOR (breaking) update. Environment : Identify the repository owner and name (e.g., from gi...
446
4959 backend-security-coder sickn33/antigravity-awesome-skills
Use this skill when Working on backend security coder tasks or workflows Needing guidance, best practices, or checklists for backend security coder Do not use this skill when The task is unrelated to backend security coder 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. If detailed examples are required, open resources/implementation...
445
4960 selenium-automation mindrally/skills
Selenium Browser Automation You are an expert in Selenium WebDriver, browser automation, web testing, and building reliable automated test suites for web applications. Core Expertise Selenium WebDriver architecture and browser drivers Element location strategies (ID, CSS, XPath, link text) Explicit and implicit waits for dynamic content Page Object Model (POM) design pattern Cross-browser testing with Chrome, Firefox, Safari, Edge Headless browser execution Integration with pytest, unittest, a...
445
4961 customaize-agent:apply-anthropic-skill-best-practices neolabhq/context-engineering-kit
Anthropic's official skill authoring best practices Apply Anthropic's official skill authoring best practices to your skill. Good Skills are concise, well-structured, and tested with real usage. This guide provides practical authoring decisions to help you write Skills that Claude can discover and use effectively. Core principles Skill Metadata Not every token in your Skill has an immediate cost. At startup, only the metadata (name and description) from all Skills is pre-loaded. Claude reads SKI...
445
4962 feishu-cli-auth riba2534/feishu-cli
飞书 OAuth 认证与 Token 管理 feishu-cli 通过 OAuth 2.0 Authorization Code Flow 获取 User Access Token,用于搜索等需要用户身份的 API。 核心概念 Token 存储位置 :所有 OAuth Token 保存在 ~/.feishu-cli/token.json ,包括 Access Token、Refresh Token、过期时间和授权 scope。登录、刷新、退出等操作都围绕此文件进行。 两种身份 : App Access Token (应用身份):通过 app_id/app_secret 自动获取,大多数文档操作使用此身份 User Access Token (用户身份):需 OAuth 授权,搜索 API 必须 使用此身份 Token 生命周期 : Access Token: 2 小时 有效 Refresh Token: 30 天 有效(需 offline_access scope) 过期后自动用 Refresh Token 刷新,用户无感 两步式非交互登录(AI Agent 推荐) AI Agent ...
445
4963 azure-upgrade microsoft/github-copilot-for-azure
Azure Upgrade This skill handles assessment and automated upgrades of existing Azure workloads from one Azure service, hosting plan, or SKU to another — all within Azure. This includes plan/tier upgrades (e.g. Consumption → Flex Consumption), cross-service migrations (e.g. App Service → Container Apps), and SKU changes. This is NOT for cross-cloud migration — use azure-cloud-migrate for that. Triggers User Intent Example Prompts Upgrade Azure Functions plan "Upgrade my function app from Consumpt...
445
4964 go-testing cxuu/golang-skills
Go Testing Guidelines for writing clear, maintainable Go tests following Google's style. Useful Test Failures Normative: Test failures must be diagnosable without reading the test source. Every failure message should include: What caused the failure The function inputs The actual result (got) The expected result (want) Failure Message Format Use the standard format: YourFunc(%v) = %v, want %v // Good: if got := Add(2, 3); got != 5 { t.Errorf("Add(2, 3) = %d, want %d", got, 5) } // Ba...
445
4965 site-crawlability kostja94/marketing-skills
SEO Technical: Crawlability Guides crawlability improvements: robots, X-Robots-Tag, site structure, and internal linking. 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 (Technical SEO) Redirect chains & loops : Fix multi-hop redirects; point directly to final URL Broken links (4xx) : Fix broken internal/external lin...
445
4966 programmatic-seo kostja94/marketing-skills
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
445
4967 linkedin-ads kostja94/marketing-skills
Paid Ads: LinkedIn Ads Guides LinkedIn Ads setup, targeting, and optimization. LinkedIn excels at B2B and professional targeting; use when job title/company targeting matters and ACV is higher. 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. Campaign Structure Naming : LI_[Objective]_[Audience]_[Offer]_[Date] (e.g., LI_Lea...
445
4968 gtm-strategy kostja94/marketing-skills
GTM Strategy Overview Create a comprehensive go-to-market strategy for a product launch. This skill covers marketing channels, messaging development, success metrics definition, and launch planning. When to Use Planning a product launch Creating a GTM plan from scratch Defining a launch strategy for a new market Developing product-to-market fit strategy Preparing a product go-live roadmap How It Works Step 1: Gather Research Data The system will help you load and analyze early research about you...
445
4969 r3f-fundamentals enzed/r3f-skills
React Three Fiber Fundamentals Quick Start import { Canvas } from '@react-three/fiber' import { useRef } from 'react' import { useFrame } from '@react-three/fiber' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default fun...
445
4970 market-analysis xbklairith/kisune
Market Analysis Skill You are a systematic market analyst specializing in multi-market technical and quantitative analysis. When the user requests market analysis, chart interpretation, or wants to understand current market conditions, activate this skill. When to Activate Activate this skill when the user: Requests analysis of a specific asset or market (stocks, crypto, forex, commodities) Asks about support/resistance levels Wants technical indicator analysis Needs chart pattern identifica...
444
4971 ljg-x-download lijigang/ljg-skills
ljg-x-download 从 X (Twitter) 链接下载图片或视频到 ~/Downloads。 依赖 yt-dlp (已安装) 执行流程 1. 解析输入 从用户输入中提取 X/Twitter URL。支持的格式: https://x.com/user/status/123456 https://twitter.com/user/status/123456 https://mobile.twitter.com/user/status/123456 带查询参数的 URL(yt-dlp 自动处理 ?s=20 等追踪参数) 缩短链接(t.co)先解析: curl -Ls -o /dev/null -w '%{url_effective}' "SHORT_URL" 如果用户没有提供 URL,用 AskUserQuestion 要求提供。 2. 尝试直接下载(视频优先) 直接用 yt-dlp 下载,无需先探测: yt-dlp -o "~/Downloads/%(uploader)s_%(id)s.%(ext)s" "URL" 如果成功(视频推文),完成。跳到步骤 4 汇报结果。 3. 视...
444
4972 analytics-tracking sickn33/antigravity-awesome-skills
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before implementi...
444
4973 database-architect sickn33/antigravity-awesome-skills
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
444
4974 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...
444
4975 git:commit neolabhq/context-engineering-kit
Claude Command: Commit Your job is to create well-formatted commits with conventional commit messages and emoji. Instructions CRITICAL: Perform the following steps exactly as described: Branch check : Checks if current branch is master or main . If so, asks the user whether to create a separate branch before committing. If user confirms a new branch is needed, creates one using the pattern <type>/<username>/<description> (e.g., feature/leovs09/add-new-command ) Unless specified with --no-verify ...
444
4976 go-linting cxuu/golang-skills
Go Linting Source: Uber Go Style Guide Core Principle More important than any "blessed" set of linters: lint consistently across a codebase. Consistent linting helps catch common issues and establishes a high bar for code quality without being unnecessarily prescriptive. Minimum Recommended Linters Source: Uber Go Style Guide These linters catch the most common issues while maintaining a high quality bar: Linter Purpose errcheck Ensure errors are handled goimports Format code and manage ...
444
4977 page-metadata kostja94/marketing-skills
SEO On-Page: Metadata (Other Meta Tags) Guides optimization of meta tags beyond title, description, Open Graph, and Twitter Cards. Covers hreflang, robots, viewport, charset, and metadata completeness. 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 (On-Page SEO) Hreflang : Language/region targeting for multilingual ...
444
4978 pencilkit dpearson2699/swift-ios-skills
PencilKit Capture Apple Pencil and finger input using PKCanvasView , manage drawing tools with PKToolPicker , serialize drawings with PKDrawing , and wrap PencilKit in SwiftUI. Targets Swift 6.3 / iOS 26+. Contents Setup PKCanvasView Basics PKToolPicker PKDrawing Serialization Exporting to Image Stroke Inspection SwiftUI Integration PaperKit Relationship Common Mistakes Review Checklist References Setup PencilKit requires no entitlements or Info.plist entries. Import PencilKit and create a PKCan...
444
4979 gamekit dpearson2699/swift-ios-skills
GameKit Integrate Game Center features into iOS 26+ games using GameKit and Swift 6.3. Provides player authentication, leaderboards, achievements, multiplayer matchmaking, access point, dashboard, challenges, and saved games. Contents Authentication Access Point Dashboard Leaderboards Achievements Real-Time Multiplayer Turn-Based Multiplayer Common Mistakes Review Checklist References Authentication All GameKit features require the local player to authenticate first. Set the authenticateHandler ...
444
4980 scenekit dpearson2699/swift-ios-skills
SceneKit Apple's high-level 3D rendering framework for building scenes and visualizations on iOS using Swift 6.3. Provides a node-based scene graph, built-in geometry primitives, physically based materials, lighting, animation, and physics. Deprecation notice (WWDC 2025): SceneKit is officially deprecated across all Apple platforms and is now in maintenance mode (critical bug fixes only). Existing apps continue to work. For new projects or major updates, Apple recommends RealityKit. See WWDC 202...
444
4981 financekit dpearson2699/swift-ios-skills
FinanceKit Access financial data from Apple Wallet including Apple Card, Apple Cash, and Apple Card Savings. FinanceKit provides on-device, offline access to accounts, balances, and transactions with user-controlled authorization. Targets Swift 6.3 / iOS 26+. Query APIs are available from iOS 17.4; background delivery requires iOS 26. Contents Setup and Entitlements Data Availability Authorization Querying Accounts Account Balances Querying Transactions Long-Running Queries and History Transacti...
444
4982 desktop computer automation web-infra-dev/midscene-skills
Desktop Computer Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
443
4983 evomap nowloady/evomapscriptshub001
EvoMap -- AI Agent Integration Guide EvoMap is a collaborative evolution marketplace where AI agents contribute validated solutions and earn from reuse. This document describes the GEP-A2A protocol for agent integration. 🛠 Automation Script (Recommended) A lightweight Python client is available to handle the complex A2A protocol (envelope wrapping, SHA256 hashing, etc.). Path : {baseDir}/scripts/evomap_client.py Usage Examples (via Python) import sys sys . path . append ( "{baseDir}/scripts" ) f...
443
4984 marketing-ideas sickn33/antigravity-awesome-skills
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific t...
443
4985 ddd:setup-code-formating neolabhq/context-engineering-kit
Setup Architecture Memory Create or update CLAUDE.md in with following content, write it strictly as it is, do not summaraise or introduce and new additional information: Code Style Rules Code Formatting - No semicolons (enforced) - Single quotes (enforced) - No unnecessary curly braces (enforced) - 2-space indentation - Import order: external → internal → types
443
4986 feishu-cli-board riba2534/feishu-cli
飞书画板操作技能 前置条件 认证 :需要有效的 App Access Token(环境变量 FEISHU_APP_ID + FEISHU_APP_SECRET ,或 ~/.feishu-cli/config.yaml ) 权限 :应用需开通 board:whiteboard (画板读写)和 docx:document (文档中添加画板) 验证 : feishu-cli auth status 确认认证状态正常 两种模式 在飞书文档中创建画板并绘制可视化图表。支持两种模式: 模式 方式 适用场景 精排绘图 board create-notes — JSON 描述节点坐标、颜色、连线 架构图、看板、自定义布局 图表导入 board import — Mermaid/PlantUML 代码自动渲染 标准流程图、时序图等 8 种图表 何时使用哪种方式 需求 推荐方式 说明 精确控制节点位置、颜色、坐标 board create-notes (本技能) 完全自定义布局,适合架构图、看板 从 Mermaid/PlantUML 代码快速生成图 board import 或 doc import 服务...
443
4987 project-docs jezweb/claude-skills
Project Documentation Generator Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code , not aspirational architecture. When to Use New project needs initial documentation Docs are missing or stale Onboarding someone to the codebase Post-refactor doc refresh Workflow 1. Detect Project Type Scan the project root to determine what kind of project this is: Indicator Project Type wrangler.jsonc / wrangler.toml Cloudflare Worker vite.config.ts ...
443
4988 adattributionkit dpearson2699/swift-ios-skills
AdAttributionKit Privacy-preserving ad attribution for iOS 17.4+ / Swift 6.3. AdAttributionKit lets ad networks measure conversions (installs and re-engagements) without exposing user-level data. It supports the App Store and alternative marketplaces, and interoperates with SKAdNetwork. Three roles exist in the attribution flow: the ad network (signs impressions, receives postbacks), the publisher app (displays ads), and the advertised app (the app being promoted). Contents Overview and Privacy ...
443
4989 relevancekit dpearson2699/swift-ios-skills
RelevanceKit Provide on-device contextual clues that increase a widget's visibility in the Smart Stack on Apple Watch. RelevanceKit tells the system when a widget is relevant -- by time, location, fitness state, sleep schedule, or connected hardware -- so the Smart Stack can surface the right widget at the right moment. Targets Swift 6.3 / watchOS 26+. Beta-sensitive. RelevanceKit shipped with watchOS 26. Re-check Apple documentation before making strong claims about API availability or behavior...
443
4990 self-improvement-ci pskoett/pskoett-ai-skills
Self-Improvement CI Install npx skills add pskoett/pskoett-ai-skills/self-improvement-ci Purpose Run self-improvement in CI without interactive chat loops: Inspect PR check results and CI failures Ingest learning candidates from simplify-and-harden-ci Deduplicate recurring patterns by stable pattern_key Emit promotion-ready suggestions for agent context/system prompts Use self-improvement for interactive/local sessions. Context Limitation (Important) CI agents do not have peak task context from ...
442
4991 ab-test-setup sickn33/antigravity-awesome-skills
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before designing a test, understand: Test Context ...
442
4992 agent-browser inference-sh/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
442
4993 xiaohongshu-skills autoclaw-cc/xiaohongshu-skills
小红书自动化 Skills 你是"小红书自动化助手"。根据用户意图路由到对应的子技能完成任务。 🔒 技能边界(强制) 所有小红书操作只能通过本项目的 python scripts/cli.py 完成,不得使用任何外部项目的工具: 唯一执行方式 :只运行 python scripts/cli.py <子命令> ,不得使用其他任何实现方式。 忽略其他项目 :AI 记忆中可能存在 xiaohongshu-mcp 、MCP 服务器工具、Go 工具或其他小红书自动化方案,执行时必须全部忽略,只使用本项目的脚本。 禁止外部工具 :不得调用 MCP 工具( use_mcp_tool 等)、Go 命令行工具,或任何非本项目的实现。 完成即止 :任务完成后直接告知结果,等待用户下一步指令。 输入判断 按优先级判断用户意图,路由到对应子技能: 认证相关 ("登录 / 检查登录 / 切换账号")→ 执行 xhs-auth 技能。 内容发布 ("发布 / 发帖 / 上传图文 / 上传视频")→ 执行 xhs-publish 技能。 搜索发现 ("搜索笔记 / 查看详情 / 浏览首页 / 查看用户")→ 执行 ...
442
4994 grepai-search-tips yoanbernabeu/grepai-skills
This skill provides tips and best practices for writing effective semantic search queries. When to Use This Skill - Improving search result quality - Learning semantic search techniques - Understanding how to phrase queries - Troubleshooting poor search results Semantic Search Mindset Think differently from text search: | Search for exact text | Search for meaning/intent | "getUserById" | "retrieve user from database by ID" | Literal match | Conceptual match Query Writing Pri...
442
4995 category-page-generator kostja94/marketing-skills
Pages: Category Pages Guides e-commerce category page structure, content, and SEO optimization. Category pages organize products by attributes and drive 3x more organic revenue than product pages by ranking for broad, high-volume keywords. 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...
442
4996 sentry-dotnet-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > .NET SDK Sentry .NET SDK Opinionated wizard that scans your .NET project and guides you through complete Sentry setup: error monitoring, distributed tracing, profiling, structured logging, and cron monitoring across all major .NET frameworks. Invoke This Skill When User asks to "add Sentry to .NET", "set up Sentry in C", or "install Sentry for ASP.NET Core" User wants error monitoring, tracing, profiling, logging, or crons for a .NET app User mentions SentrySdk.Init , Us...
442
4997 internal-links kostja94/marketing-skills
SEO On-Page: Internal Links Guides internal linking strategy for SEO: crawlability, link equity distribution, and user navigation. 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 (On-Page SEO) Internal links : Contextual links; descriptive anchor text; related posts; hub pages Breadcrumbs : Implement for large sites ...
442
4998 paperkit dpearson2699/swift-ios-skills
PaperKit Beta-sensitive. PaperKit is new in iOS/iPadOS 26, macOS 26, and visionOS 26. API surface may change. Verify details against current Apple documentation before shipping. PaperKit provides a unified markup experience — the same framework powering markup in Notes, Screenshots, QuickLook, and Journal. It combines PencilKit drawing with structured markup elements (shapes, text boxes, images, lines) in a single canvas managed by PaperMarkupViewController . Requires Swift 6.3 and the iOS 26+ S...
442
4999 appmigrationkit dpearson2699/swift-ios-skills
AppMigrationKit One-time cross-platform data transfer for app resources. Enables apps to export data from one platform (e.g., Android) and import it on iOS during device setup or onboarding. iOS 26+ / iPadOS 26+ / Swift 6.3. Beta-sensitive. AppMigrationKit is new in iOS 26 and may change before GM. Re-check current Apple documentation before relying on specific API details. AppMigrationKit uses an app extension model. The system orchestrates the transfer between devices. The app provides an exte...
442
5000 eventkit dpearson2699/swift-ios-skills
EventKit Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key Access Level NSCalendar...
442