███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15401 | laravel:performance-eager-loading | jpcaparas/superpowers-laravel |
Add to a service provider (non-production): ``` Model::preventLazyLoading(! app()->isProduction()); ``` Verify - Use a query logger or debugbar to confirm relation queries are minimized - Add tests that assert counts or avoid unexpected query spikes
|
48 |
| 15402 | work | paulrberg/agent-skills |
Work Orchestrate end-to-end task implementation: understand the task, assess complexity, implement directly or distribute across a team, then polish the result. Workflow 1) Parse Task Read the task description from $ARGUMENTS . If $ARGUMENTS is empty, ask the user for a task description and stop. Extract key signals: scope (files, modules, components mentioned), action type (new feature, bug fix, refactor, migration), and any constraints. Note any referenced issues, PRs, or URLs for later contex...
|
48 |
| 15403 | mcp-installer | igorwarzocha/opencode-workflows |
Find, install, and configure MCP servers for OpenCode. 1. Search for MCP Server Check local catalog first (quick check for already-documented MCPs): ``` python3 ~/.config/opencode/skill/mcp-installer/scripts/list_mcps.py ``` If not found locally, search online: - `websearch("MCP server for [capability]")` - `webfetch("https://github.com/modelcontextprotocol/servers")` - Check npm: `@modelcontextprotocol/server-*` - Check the MCP spec repo: [https://github.com/modelcontextprotocol](http...
|
48 |
| 15404 | app-store-optimization | borghei/claude-skills |
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
|
48 |
| 15405 | blueprint-derive-adr | laurigates/claude-plugins |
Generate Architecture Decision Records (ADRs) for an existing project by analyzing code structure, dependencies, and documentation. Use Case : Onboarding existing projects to Blueprint Development system, documenting implicit architecture decisions. Prerequisites : Blueprint Development initialized ( docs/blueprint/ exists) Ideally PRD exists (run /blueprint:derive-prd first) Steps : Phase 1: Discovery 1.1 Check Prerequisites ls docs/blueprint/manifest.json ls docs/prds/ If blueprint not initial...
|
48 |
| 15406 | bot-process-control | terrylica/cc-skills |
Bot Process Control Manage the Gmail Commander bot daemon and scheduled digest via launchd. Mandatory Preflight Step 1: Check Current Process Status echo "=== Gmail Commander Processes ===" pgrep -fl "gmail-commander" 2 > /dev/null || echo "No processes found" echo "" echo "=== launchd Status ===" launchctl list | grep gmail-commander 2 > /dev/null || echo "No launchd jobs" echo "" echo "=== PID Files ===" cat /tmp/gmail-commander-bot.pid 2 > /dev/null && echo " (bot)" || echo "No bot PID file" ...
|
48 |
| 15407 | install-wallet-ui-react-native | wallet-ui/wallet-ui |
This skill helps you set up Wallet UI in your Expo React Native application. You need to choose which Solana library you are using, as the setup differs significantly. Choose Your Path 1. Modern: `@solana/kit` (Recommended) Use this if: - You are starting a new project. - You prefer the modern, lightweight, functional API of `@solana/kit`. - You want better tree-shaking and smaller bundle sizes. Instructions: [Open Solana Kit Guide](https://github.com/wallet-ui/wallet-ui/blob/main/.rule...
|
48 |
| 15408 | community-marketing | dengineproblem/agents-monorepo |
Community Marketing Expert Стратегическая экспертиза в построении и развитии бренд-сообществ. Core Competencies Community Strategy Community purpose definition Platform selection Governance design Launch planning Growth strategy Community Management Content programming Engagement facilitation Moderation Member recognition Conflict resolution Community Growth Acquisition tactics Activation programs Retention strategies Ambassador programs Advocacy development Типы сообществ Customer Communities S...
|
48 |
| 15409 | minimize-rust-ffi-crate-surface | redisearch/redisearch |
No SKILL.md available for this skill. View on GitHub
|
48 |
| 15410 | secret-scanner | ovachiever/droid-tings |
Secret Scanner Skill Prevent accidental secret exposure in your codebase. When I Activate ✅ Before git commits ✅ Files modified/saved ✅ User mentions secrets, keys, or credentials ✅ .env files changed ✅ Configuration files modified What I Detect API Keys & Tokens AWS access keys (AKIA...) Stripe API keys (sk_live_..., pk_live_...) GitHub tokens (ghp_...) Google API keys OAuth tokens JWT secrets Database Credentials Database connection strings MySQL/PostgreSQL passwords MongoDB connection URIs ...
|
48 |
| 15411 | wechat-article-fetcher | nanzhipro/questskills |
本技能专门用于突破微信公众号文章的访问限制,将其转化为结构良好的 Markdown 文件,并自动处理图片资源的本地化。 使用场景 - 当用户提供以 `https://mp.weixin.qq.com/s/` 开头的链接时。 - 需要将公众号内容保存为本地 Markdown 文档时。 - 需要对公众号长文进行结构化总结或提取图片资源时。 核心功能 - 全文抓取: 自动处理标准文章流和特殊的“图片页”格式。 - 图文混排: 保持原有的段落和图片位置关系。 - 图片本地化: 自动下载远程图片到 `images/` 目录,并更新 Markdown 引用路径。 - 结构化输出: 自动识别标题层级(H1-H6),生成易于阅读的文档。 - 概要生成: 自动提取文章核心观点、关键洞见及作者信息。 - flomo 集成: 支持将生成的文章概要推送到 flomo 笔记平台。 目录结构说明 - `bin/main.py`: 主执行脚本,支持可选的 flomo API URL 参数。 - `utils/downloader.py`: 负责 HTML 和图片下载。 - `ut...
|
48 |
| 15412 | aid-finances | nweii/agent-stuff |
Financial Advisory Provide personalized, actionable financial advice as an expert with advanced credentials. Prioritize user's long-term financial well-being. Expertise areas Cover full spectrum of personal finance: Budgeting and expense management Debt management and repayment strategies Investing (short-term and long-term) Retirement planning Tax optimization (see taxes.md for detailed guidance) Insurance and risk management Real estate and mortgages Career financial planning Stock market and ...
|
48 |
| 15413 | roadmap builder | eddiebe147/claude-settings |
Roadmap Builder The Roadmap Builder skill helps product teams create strategic roadmaps that align tactical execution with business objectives. It emphasizes theme-based planning over feature lists, outcome-focused goals using OKRs, and flexible planning that adapts to market feedback and changing priorities. This skill excels at translating business strategy into quarterly themes, breaking themes into initiatives and epics, aligning stakeholders around shared goals, and maintaining roadmap clar...
|
48 |
| 15414 | ai-model-wechat | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for calling AI models in WeChat Mini Program using wx.cloud.extend.AI . Use it when you need to: Integrate AI text generation in a Mini Program Stream AI responses with callback support Call Hunyuan models from WeChat environment Do NOT use for: Browser/Web apps → use ai-model-web skill Node.js backend or cloud functions → use ai-model-nodejs skill Image generation → use ai-model-nodejs skill (not available in Mini Program) HTTP API integration → use http-ap...
|
48 |
| 15415 | arch-tsdown | hairyf/skills |
arch-tsdown is a TypeScript library starter (based on antfu/starter-ts) that uses tsdown for building. It provides a minimal, opinionated setup: ESM-only output, automatic `.d.ts` generation, pnpm, Vitest, ESLint, and optional npm Trusted Publisher for CI-based releases. The skill is based on starter-ts (arch-tsdown source), generated at 2026-01-30. Recommended practices: - Build pure ESM; enable `dts` and `exports` in tsdown config - Use npm Trusted Publisher for releases - Run publint (vi...
|
48 |
| 15416 | ruby-optimise | pproenca/dot-skills |
Community Ruby Best Practices Comprehensive performance optimization guide for Ruby applications, maintained by the community. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Ruby code or gems Optimizing ActiveRecord queries and database access patterns Processing large collections or building data pipelines Reviewing code for memory bloat and GC pressure Configuring Ruby r...
|
48 |
| 15417 | aws-cost-cleanup | sickn33/antigravity-awesome-skills |
AWS Cost Cleanup Automate the identification and removal of unused AWS resources to eliminate waste. When to Use This Skill Use this skill when you need to automatically clean up unused AWS resources to reduce costs and eliminate waste. Automated Cleanup Targets Storage Unattached EBS volumes Old EBS snapshots (>90 days) Incomplete multipart S3 uploads Old S3 versions in versioned buckets Compute Stopped EC2 instances (>30 days) Unused AMIs and associated snapshots Unused Elastic IPs Networking ...
|
48 |
| 15418 | cc-skill-clickhouse-io | sickn33/antigravity-awesome-skills |
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. Overview ClickHouse is a column-oriented database management system (DBMS) for online analytical processing (OLAP). It's optimized for fast analytical queries on large datasets. Key Features: Column-oriented storage Data compression Parallel query execution Distributed queries Real-time analytics Table Design Patterns MergeTree Engine (Most Common) CREATE TABLE markets_analytics ( date...
|
48 |
| 15419 | bootstrap-project | kylelundstedt/dotfiles |
Bootstrap Project Set up agent context files so Claude Code, Codex, and other AI agents understand a project from the first prompt. When to Use This Skill Use when the user: Wants to start a new project with agent context from the beginning Opens an existing repo that lacks AGENTS.md Says "bootstrap this project", "set up agent context", or similar Asks for help creating CLAUDE.md or AGENTS.md Steps 1. Determine whether this is a new or existing project Existing project — the current directory h...
|
48 |
| 15420 | tooluniverse-custom-tool | mims-harvard/tooluniverse |
Adding Custom Tools to ToolUniverse Three ways to add tools — pick the one that fits your needs: Approach When to use JSON config REST API with standard request/response — no coding needed Python class (workspace) Custom logic for local/private use only Plugin package Reusable tools you want to share or install via pip Option A — Workspace tools (local use) Tools in .tooluniverse/tools/ are auto-discovered at startup. No installation needed. mkdir -p .tooluniverse/tools JSON config Create .toolu...
|
48 |
| 15421 | icml-reviewer | sundial-org/skills |
ICML Paper Reviewer Enables rigorous review of ML research papers following official ICML guidelines. Workflow Step 1: Input Analysis & Mode Selection Determine input type: Complete paper : PDF/text with abstract, methodology, experiments, results → Full Review Mode Incomplete document : Missing major sections, labeled draft/proposal, or user indicates early stage → Early-Stage Feedback Mode Code repository : User points to folder/repo path → Repository Review Mode For complete papers , extract:...
|
48 |
| 15422 | remotion-performance-optimizer | ncklrs/startup-os-skills |
Remotion Performance Optimizer Comprehensive performance analysis and optimization recommendations for Remotion video compositions. Identifies bottlenecks and provides actionable fixes to reduce render times. What This Skill Does Performs deep performance analysis: Computation analysis — Identify expensive operations in render path Re-render detection — Find unnecessary component re-renders Asset optimization — Recommend asset size and format improvements Memoization opportunities — Identify...
|
48 |
| 15423 | rust-expert | oimiragieo/agent-studio |
Rust Expert Apply idiomatic Rust patterns with strong safety, performance, and maintainability guarantees. Core Principles Model correctness through the type system; make invalid states unrepresentable. Prefer explicit over implicit; surface ownership intent in every signature. Write minimal, zero-cost abstractions — no allocation or indirection that serves no purpose. Test behavior, not implementation; favor integration tests at crate boundaries. 1. Ownership, Borrowing, and Lifetimes Ownership...
|
48 |
| 15424 | outreach sequencer | eddiebe147/claude-settings |
Outreach Sequencer Design and optimize multi-touch email sequences that cut through inbox noise and drive meaningful conversations. This skill helps you craft personalized outreach cadences that respect prospects' time while persistently delivering value. Cold outreach is hard. Most emails get ignored. This skill applies proven patterns for subject lines, opening hooks, value propositions, and calls-to-action that actually get responses. Learn optimal timing, sequence length, and personalization...
|
48 |
| 15425 | founder coach | eddiebe147/claude-settings |
Founder Coach Support founder mental health, decision-making, and leadership challenges When to Use This Skill Use this skill when you need to: Improve personal productivity Achieve personal goals Develop better habits Not recommended for: Tasks requiring business strategy team coordination Quick Reference Action Command/Trigger Create founder coach founder coaching Review and optimize review founder coach Get best practices founder coach best practices Core Workflows Workflow 1: Initial Founder...
|
48 |
| 15426 | config-manager | eddiebe147/claude-settings |
Configuration Manager Skill Overview This skill helps you design and implement robust configuration management for applications. Covers environment variables, config files, secrets management, validation, type safety, and multi-environment deployments. Configuration Philosophy Twelve-Factor App Principles Store config in the environment: Separate config from code Strict separation: Config that varies between deploys should be in env vars No secrets in code: Ever. Period. Configuration Hierarch...
|
48 |
| 15427 | test-environment-management | proffesor-for-testing/agentic-qe |
<default_to_action> When managing test environments: - DEFINE environment types (local, CI, staging, prod) - CONTAINERIZE with Docker for consistency - ENSURE parity with production (same versions, configs) - MOCK external services (service virtualization) - OPTIMIZE costs (auto-shutdown, spot instances) Quick Environment Checklist: - Same OS/versions as production - Same database type and version - Same configuration structure - Containers for reproducibility - Auto-shutdown after ho...
|
48 |
| 15428 | shift-left-testing | proffesor-for-testing/agentic-qe |
<default_to_action> When implementing early testing practices: - VALIDATE requirements before coding (testability, BDD scenarios) - WRITE tests before implementation (TDD red-green-refactor) - AUTOMATE in CI pipeline (every commit triggers tests) - FOLLOW test pyramid: Many unit (70%), some integration (20%), few E2E (10%) - FIX defects immediately - never let them accumulate Quick Shift-Left Levels: - Level 1: Unit tests with each PR (developer responsibility) - Level 2: TDD practice (t...
|
48 |
| 15429 | rust-docs-guidelines | redisearch/redisearch |
Rust Docs Guidelines Standards to follow when writing Rust documentation. Guidelines Key concepts should be explained only once. All other documentation should use an intra-documentation link to the first explanation. Always use an intra-documentation link when mentioning a Rust symbol (type, function, constant, etc.). Avoid referring to specific lines or line ranges, as they may change over time. Use line comments if the documentation needs to be attached to a specific code section inside a fun...
|
48 |
| 15430 | letta-development-guide | letta-ai/skills |
Comprehensive guide for designing and building effective Letta agents with appropriate architectures, memory configurations, model selection, and tool setups. When to Use This Skill Use this skill when: - Starting a new Letta agent project - Choosing between agent architectures (letta_v1_agent vs memgpt_v2_agent) - Designing memory block structure and architecture - Selecting appropriate models for your use case - Planning tool configurations - Optimizing memory management and performan...
|
48 |
| 15431 | slack-messaging | obra/superpowers-lab |
Slack Messaging Best Practices This skill provides guidance for composing well-formatted, effective Slack messages. When to Use Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message , slack_send_message_draft , or slack_create_canvas . Slack Formatting (mrkdwn) Slack uses its own markup syntax called mrkdwn , which differs from standard Markdown. Always use mrkdwn when composing Slack messages: Format Syntax Notes Bold ...
|
48 |
| 15432 | mutation-testing | proffesor-for-testing/agentic-qe |
Mutation Testing Overview Mutation testing assesses test suite quality by introducing small changes (mutations) to source code and verifying that tests fail. If tests don't catch a mutation, it indicates gaps in test coverage or test quality. This technique helps identify weak or ineffective tests. When to Use Evaluating test suite effectiveness Finding untested code paths Improving test quality metrics Validating critical business logic is well-tested Identifying redundant or weak tests Measu...
|
48 |
| 15433 | agent-customization | microsoft/vscode-copilot-chat |
Agent Customization Decision Flow Primitive When to Use Workspace Instructions Always-on, applies everywhere in the project File Instructions Explicit via applyTo patterns, or on-demand via description MCP Integrates external systems, APIs, or data Hooks Deterministic shell commands at agent lifecycle points (block tools, auto-format, inject context) Custom Agents Subagents for context isolation, or multi-stage workflows with tool restrictions Prompts Single focused task with parameterized input...
|
48 |
| 15434 | modern-auth-2026 | erichowens/some_claude_skills |
Modern Authentication Expert (2026) Master passwordless-first authentication with passkeys, OAuth, magic links, and cross-device sync for modern web and mobile applications. When to Use ✅ USE this skill for: Implementing passkeys/WebAuthn authentication Google and Apple OAuth social login Supabase Auth configuration and troubleshooting Magic link/OTP passwordless flows Cross-device authentication sync MFA implementation (TOTP, passkeys as 2FA) Email/SMS recovery flows App Store compliance fo...
|
48 |
| 15435 | mercury | vm0-ai/vm0-skills |
Mercury Banking API Manage business bank accounts, transactions, transfers, and financial operations via Mercury's REST API. Official docs: https://docs.mercury.com/reference/getaccount When to Use Use this skill when you need to: View account balances and details List and search transactions Create internal transfers between accounts Manage recipients for external transfers Download account statements Access treasury account information Prerequisites Sign up for a Mercury business bank account ...
|
48 |
| 15436 | spec-implementation-plan | zixun-github/aisdlc |
spec-implementation-plan(I1:实现计划 / plan.md SSOT) 概览 I1 的目标是把 {FEATURE_DIR}/requirements/* 与 {FEATURE_DIR}/design/* 转换为 可直接执行 的实现计划 {FEATURE_DIR}/implementation/plan.md ,并将其作为 唯一执行清单与状态 SSOT (checkbox 任务 + 每任务步骤 + 最小验证 + 提交点 + 审计信息)。 开始时宣布: 「我正在使用 spec-implementation-plan 技能创建实现计划(plan.md SSOT)。」 何时使用 / 不使用 使用时机 你需要产出或更新 {FEATURE_DIR}/implementation/plan.md (I1 必做)。 你准备进入 I2 执行,但当前没有“可勾选 + 可执行”的任务清单。 不要用在 spec-context 失败、拿不到 FEATURE_DIR (此时必须停止)。 输入侧 SSOT 不足: requirements/solution.md 与 requiremen...
|
48 |
| 15437 | maplibre-pmtiles-patterns | maplibre/maplibre-agent-skills |
MapLibre PMTiles Patterns PMTiles is a single-file format for vector or raster map tiles. You host one (or a few) files on any static host; MapLibre requests byte ranges over HTTP. No tile server, no dynamic backend. This skill covers when to use PMTiles, how to generate and host them, and how to connect them to MapLibre GL JS. When to Use This Skill Hosting map tiles without running a tile server (S3, Cloudflare R2, GitHub Pages, etc.) Building a fully static or serverless map stack Serving lar...
|
48 |
| 15438 | skill-review | joelhooks/joelclaw |
Skill Review Skill Process Invoke: /review-skill <skill-name> or use this skill when detecting outdated patterns Production evidence: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0 9-Phase Audit Pre-Review: Install skill, check version/date, test discovery Standards: Validate YAML, keywords, third-person style, directory structure Official Docs: WebFetch/Context7 verify API patterns, GitHub upda...
|
48 |
| 15439 | atlassian-templates | borghei/claude-skills |
Atlassian Template & Files Creator Expert Specialist in creating, modifying, and managing reusable templates and files for Jira and Confluence. Ensures consistency, accelerates content creation, and maintains org-wide standards. Core Competencies Template Design Create Confluence page templates with dynamic content Design Jira issue templates and descriptions Build blueprints for complex content structures Implement template versioning and updates Content Standardization Establish org-wide conte...
|
48 |
| 15440 | operations optimizer | eddiebe147/claude-settings |
Operations Optimizer Expert operations optimization system that helps you analyze workflows, eliminate inefficiencies, automate repetitive tasks, and drive operational excellence. This skill provides structured frameworks for process improvement, automation, and productivity optimization based on Lean, Six Sigma, and modern operations management principles. Operational excellence is the foundation of scalable growth. This skill helps you identify bottlenecks, streamline workflows, reduce waste, ...
|
48 |
| 15441 | educates-course-design | educates/educates-course-design-skill |
Educates Course Design Skill This skill guides the design of Educates courses, which are structured collections of workshops, from initial requirements through to detailed per-workshop implementation plans. The output is a set of planning documents that serve as blueprints for workshop creation using the educates-workshop-authoring skill. The workflow progresses through six steps, from establishing requirements down to per-workshop implementation plans. Each step produces a planning document in ...
|
48 |
| 15442 | construction estimator | eddiebe147/claude-settings |
Construction Estimator Comprehensive construction estimating system designed for general contractors, subcontractors, project managers, developers, and homeowners evaluating building projects. This skill provides detailed cost estimates, material takeoffs, labor calculations, project scheduling, bid preparation, and value engineering guidance across residential and commercial construction. The Construction Estimator excels at breaking down complex projects into estimable components, calculating ...
|
48 |
| 15443 | mastergo | jeasonstudio/mastergo-skills |
MasterGo Skill Retrieve and analyze design data from MasterGo files using self-contained Python scripts. Prerequisites Environment variable required: export MASTERGO_TOKEN = "mg_your_token_here" Get token: MasterGo Settings > Security > Personal Access Token Requirements : Team Edition account, files in Team Projects (not Drafts). CRITICAL: Secure Token Handling NEVER do this: echo $MASTERGO_TOKEN - exposes secret in output echo "Token: $MASTERGO_TOKEN" - exposes secret printenv MASTERGO_TOKEN -...
|
48 |
| 15444 | aerospace-expert | personamanagmentlayer/pcl |
Expert guidance for aerospace systems, flight management, maintenance tracking, aviation safety, air traffic control systems, and aerospace software development. Core Concepts Aerospace Systems - Flight Management Systems (FMS) - Maintenance, Repair, and Overhaul (MRO) - Air Traffic Control (ATC) systems - Aircraft Health Monitoring - Flight Operations Quality Assurance (FOQA) - Crew resource management - Ground handling systems Aviation Technologies - Avionics systems - ACARS (Ai...
|
48 |
| 15445 | tailwind-css | paulrberg/agent-skills |
Tailwind CSS Skill progressive_disclosure: entry_point: - summary - when_to_use - quick_start sections: core_concepts: - utility_first_approach - responsive_design - configuration advanced: - dark_mode - custom_utilities - plugins - performance_optimization integration: - framework_integration - component_patterns reference: - common_utilities - breakpoints - color_system tokens: entry: 75 full: 4500 Summary Tailwind CSS is a utility-first CSS framework that provides low-level utility classes t...
|
48 |
| 15446 | m13-domain-error | actionbook/rust-skills |
Domain Error Strategy Layer 2: Design Choices Core Question Who needs to handle this error, and how should they recover? Before designing error types: Is this user-facing or internal? Is recovery possible? What context is needed for debugging? Error Categorization Error Type Audience Recovery Example User-facing End users Guide action InvalidEmail, NotFound Internal Developers Debug info DatabaseError, ParseError System Ops/SRE Monitor/alert ConnectionTimeout, RateLimited Transient Automati...
|
48 |
| 15447 | combine-code-review | existential-birds/beagle |
Combine Code Review Quick Reference Issue Type Reference Publishers, Subjects, AnyPublisher references/publishers.md map, flatMap, combineLatest, switchToLatest references/operators.md AnyCancellable, retain cycles, [weak self] references/memory.md tryMap, catch, replaceError, Never references/error-handling.md Review Checklist All sink closures use [weak self] when self owns cancellable No assign(to:on:self) usage (use assign(to: &$property) or sink) All AnyCancellables stored in Set or prop...
|
48 |
| 15448 | axiom-swift-concurrency-ref | charleswiltgen/axiom |
Swift Concurrency API Reference Complete Swift concurrency API reference for copy-paste patterns and syntax lookup. Complements axiom-swift-concurrency (which covers when and why to use concurrency — progressive journey, decision trees, @concurrent, isolated conformances).
|
48 |
| 15449 | keyword-research | openclaudia/openclaudia-skills |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
48 |
| 15450 | configure-sentry | laurigates/claude-plugins |
/configure:sentry Check and configure Sentry error tracking integration against project standards. When to Use This Skill Use this skill when... Use another approach when... Setting up Sentry error tracking for a new project Debugging a specific Sentry issue or alert (use Sentry MCP server) Checking Sentry SDK installation and configuration compliance Querying Sentry events or performance data (use Sentry API/MCP) Fixing hardcoded DSNs or missing environment variable references Managing Sentry p...
|
48 |