███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4951 | git-get-notification | zc277584121/mygitplugin |
Git Get Notification Check GitHub notifications, recent Issues, and recent PRs for a set of monitored repositories. Trigger When the user asks to check notifications, see what's new, or check updates on monitored repos. Monitored Repos zilliztech/claude-context zilliztech/memsearch zilliztech/mcp-server-milvus langchain-ai/langchain-milvus milvus-io/milvus-haystack zilliztech/milvus-marketplace zilliztech/vector-graph-rag Execution Steps Show more Installs 427 Repository zc277584121/mygitplugin ...
|
1.6K |
| 4952 | git-sync-main | zc277584121/mygitplugin |
Git Sync Main 同步最新主分支代码到本地并切换到主分支。支持两种场景:fork 的项目从 official remote 同步,自己的项目从 origin 同步。 触发条件 当用户要求同步上游代码、更新主分支、或拉取最新主分支代码时使用此 skill。 执行步骤 检查 remote 配置 : git remote -v ,确认是否存在 official remote。 根据是否存在 official remote 分两种情况执行 : 情况一:存在 official remote(fork 的项目) 检测主分支名称 :通过 git remote show official 或查看本地分支,确定主分支名称( main 或 master )。 拉取 official 最新代码 : git fetch official 。 Show more Installs 426 Repository zc277584121/mygitplugin First Seen Apr 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket P...
|
1.6K |
| 4953 | cuopt-developer | nvidia/skills |
cuOpt Developer Skill Contribute to the NVIDIA cuOpt codebase. This skill is for modifying cuOpt itself, not for using it. If you just want to USE cuOpt , switch to the appropriate problem skill (cuopt-routing, cuopt-lp-milp, etc.) First-time dev environment setup? See references/first_time_setup.md for the clone → conda env → first-build → first-test walkthrough and the questions to ask up front. Refusal Rules — Read First These rules are non-negotiable. Apply them even when the user explicitly...
|
1.6K |
| 4954 | ads-audit | agricidaniel/claude-ads |
Full Multi-Platform Ads Audit Process Collect account data — request exports, screenshots, or API access Detect business type — analyze account signals per ads orchestrator Identify active platforms — determine which platforms are in use Delegate to subagents (if available, otherwise run inline sequentially): audit-google — Conversion tracking, wasted spend, structure, keywords, ads, settings (G01-G74) audit-meta — Pixel/CAPI health, creative fatigue, structure, audience (M01-M46) audit-creative...
|
1.6K |
| 4955 | writing-job-descriptions | refoundai/lenny-skills |
Writing Job Descriptions Help the user write effective job descriptions using frameworks and insights from 6 product leaders. How to Help When the user asks for help with job descriptions: Define success first - Ask what success looks like 12 months after the hire, not what tasks they'll do Identify the spike - Determine the one or two areas where this person needs to excel (not everything) Write for progress - Frame the role around the progress to be made, not a list of arbitrary tasks Consider...
|
1.6K |
| 4956 | pua-loop | tanweai/pua |
PUA Loop — 自动迭代 + 门控协议 + PUA 质量引擎 autoresearch 证明了:630 行 Python + Oracle 验证,一夜跑 100 个实验,每个实验的结果不可伪造。 PUA Loop 借鉴同样的门控设计: Claude 说"完成了"不算数,verify_command 说了才算。 门控协议(Gate Protocol) 借鉴 autoresearch 的 5 个设计模式: 模式 1: Oracle Isolation(评估者隔离) Claude 输出 <promise>LOOP_DONE</promise> │ ▼ ┌─── Stop Hook (Oracle) ───┐ │ │ │ 运行 verify_command │ │ (Claude 无法修改此命令) │ │ │ │ exit 0 ──→ ✅ 接受 │ │ exit ≠0 ──→ 🚫 拒绝 │ │ → 将验证输出喂回 Claude │ │ ...
|
1.6K |
| 4957 | vercel-deploy | bytedance/deer-flow |
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
|
1.6K |
| 4958 | react-pdf | vercel-labs/json-render |
@json-render/react-pdf React PDF renderer that generates PDF documents from JSON specs using @react-pdf/renderer . Installation npm install @json-render/core @json-render/react-pdf Quick Start import { renderToBuffer } from "@json-render/react-pdf" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "doc" , elements : { doc : { type : "Document" , props : { title : "Invoice" } , children : [ "page" ] } , page : { type : "Page" , props : { size : "A4" } , children : [ "...
|
1.6K |
| 4959 | spring-boot-crud-patterns | giuseppe-trisciuoglio/developer-kit |
Spring Boot CRUD Patterns Overview Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure. When to Use Implement REST endpoints for create/read/update/delete workflows backed by Spring Data JPA. Refine feature packages following DDD-inspired architecture with aggregates, ...
|
1.6K |
| 4960 | wwas | phuryn/pm-skills |
Why-What-Acceptance (WWA) Create product backlog items in Why-What-Acceptance format. Produces independent, valuable, testable items with strategic context. Use when: Writing backlog items, creating product increments, breaking features into work items, or communicating strategic intent to teams. Arguments: $PRODUCT : The product or system name $FEATURE : The new feature or capability $DESIGN : Link to design files (Figma, Miro, etc.) $ASSUMPTIONS : Key assumptions and strategic context Step-by-...
|
1.6K |
| 4961 | azure-image-builder | hashicorp/agent-skills |
Build Azure managed images and Azure Compute Gallery images using Packer's `azure-arm` builder. Reference: [Azure ARM Builder](https://developer.hashicorp.com/packer/integrations/hashicorp/azure/latest/components/builder/arm) Note: Building Azure images incurs costs (compute, storage, data transfer). Builds typically take 15-45 minutes depending on provisioning and OS. Basic Managed Image ``` packer { required_plugins { azure = { source = "github.com/hashicorp/azure" vers...
|
1.6K |
| 4962 | cloud-create-project | elastic/agent-skills |
Create Serverless Project Create Elastic Cloud Serverless projects using the Serverless REST API. Use the cloud-manage-project skill for day-2 operations like listing, updating, or deleting projects. Prerequisites and permissions Ensure EC_API_KEY is configured. If not, run cloud-setup skill first. Creating projects requires a Cloud API key with Admin or Organization owner role. This skill does not perform a separate role pre-check. Attempt the requested operation and let the API enforce authori...
|
1.6K |
| 4963 | observability-edot-java-instrument | elastic/agent-skills |
EDOT Java Instrumentation Read the setup guide before making changes: EDOT Java setup OpenTelemetry Java agent EDOT Java configuration Guidelines Use elastic-otel-javaagent.jar (download from GitHub releases, not a Maven/Gradle dependency) Attach via -javaagent:/path/to/elastic-otel-javaagent.jar or JAVA_TOOL_OPTIONS="-javaagent:/path/to/elastic-otel-javaagent.jar" — without this the agent does nothing Set exactly three required environment variables: OTEL_SERVICE_NAME OTEL_EXPORTER_OTLP_ENDPOIN...
|
1.6K |
| 4964 | nanobanana-ppt | nexu-io/open-design |
nanobanana-ppt Curated from @op7418. What it does AI-powered PPT generation with document analysis and styled images via the NanoBanana stack. Combines image generation with structured deck output. Source Upstream: https://github.com/op7418/NanoBanana-PPT-Skills Category: image-generation 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 up...
|
1.6K |
| 4965 | fusion-github-review-resolution | equinor/fusion-skills |
Resolve GitHub Review Comments When to use Use this skill when a pull request has unresolved inline review comments and you need a repeatable, auditable closure workflow. Typical triggers (skill should activate on all of these): URL patterns — activate immediately: https://github.com/<owner>/<repo>/pull/<number>pullrequestreview-<id> https://github.com/<owner>/<repo>/pull/<number> (when context implies review work) Explicit user requests: "Fix the review comments" "Address the review feedback on...
|
1.6K |
| 4966 | speech-engine | elevenlabs/skills |
ElevenLabs Speech Engine Add a real-time voice interface to a custom agent. ElevenLabs handles microphone audio, speech-to-text, turn-taking, text-to-speech, and browser playback; your server exposes a Speech Engine WebSocket endpoint and streams response text back. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. For deeper SDK details, read JavaScript SDK Reference or Python SDK Reference . When to Use Use Speech Engine when the user wants to: Add voice to an ex...
|
1.6K |
| 4967 | setting-up-cloudwatch-alarm-notifications | aws/agent-toolkit-for-aws |
Setting Up CloudWatch Alarm Notifications Overview Domain expertise for configuring Amazon CloudWatch alarm notification channels using Amazon SNS topics and subscriptions. Covers creating encrypted SNS topics, setting up subscriptions for email, SMS, and webhook endpoints, configuring topic policies for CloudWatch access, and linking alarms to notification actions. Set up alarm notifications To configure notification channels for a CloudWatch alarm, follow the procedure exactly. See CloudWatch ...
|
1.6K |
| 4968 | managing-tech-debt | refoundai/lenny-skills |
Managing Tech Debt Help the user manage technical debt strategically using insights from 18 product leaders. How to Help When the user asks for help with tech debt: Understand the situation - Ask about the nature of the debt (legacy systems, code quality, architectural limitations), how it's manifesting (slow velocity, incidents, inability to ship), and the business context Diagnose the urgency - Determine if this is blocking critical business needs or a slower-burning issue Choose the right app...
|
1.6K |
| 4969 | update-swiftui-apis | avdlee/swiftui-agent-skill |
Update SwiftUI APIs Systematically scan Apple's developer documentation via the Sosumi MCP, identify deprecated SwiftUI APIs and their modern replacements, and update swiftui-expert-skill/references/latest-apis.md . Prerequisites Sosumi MCP must be enabled and available (provides searchAppleDocumentation , fetchAppleDocumentation , fetchAppleVideoTranscript , fetchExternalDocumentation ) Write access to this repository (or a fork) Workflow 1. Understand current coverage Read swiftui-expert-skill...
|
1.6K |
| 4970 | draft-nda | phuryn/pm-skills |
NDA (Non-Disclosure Agreement) Drafting You are an experienced legal document specialist with expertise in confidentiality agreements. Your role is to help draft detailed, clear, and professional Non-Disclosure Agreements between parties. Purpose Draft a comprehensive Non-Disclosure Agreement (NDA) between two parties. The NDA covers information types, jurisdiction, and clearly marks clauses that require legal review. Provide plain-language explanations to make the document accessible. Important...
|
1.6K |
| 4971 | presentation-creator | getsentry/skills |
Sentry Presentation Builder Create interactive, data-driven presentation slides using React + Vite + Recharts, styled with the Sentry design system and built as a single distributable HTML file. Step 1: Gather Requirements Ask the user: What is the presentation topic? How many slides (typically 5-8)? What data/charts are needed? (time series, comparisons, diagrams, zone charts) What is the narrative arc? (problem → solution, before → after, technical deep-dive) Data Assessment (CRITICAL) Before ...
|
1.6K |
| 4972 | observability-edot-dotnet-instrument | elastic/agent-skills |
EDOT .NET Instrumentation Read the setup guide before making changes: EDOT .NET setup EDOT .NET configuration OpenTelemetry .NET instrumentation Guidelines Add NuGet packages: Elastic.OpenTelemetry and OpenTelemetry.Instrumentation.AspNetCore (for ASP.NET Core apps) Register EDOT in startup: call builder.AddElasticOpenTelemetry() on the IHostApplicationBuilder (in Program.cs or equivalent). Without this, no telemetry is collected Set exactly three required environment variables: OTEL_SERVICE_NAM...
|
1.6K |
| 4973 | cloud-access-management | elastic/agent-skills |
Cloud Access Management Manage identity and access for an Elastic Cloud organization and its Serverless projects: invite users, assign predefined or custom roles, and manage Cloud API keys. Prerequisite: This skill assumes the cloud-setup skill has already run — EC_API_KEY is set in the environment and the organization context is established. If EC_API_KEY is missing, instruct the agent to invoke cloud-setup first. Do NOT prompt the user for an API key directly. For project creation, see the clo...
|
1.6K |
| 4974 | observability-edot-dotnet-migrate | elastic/agent-skills |
EDOT .NET Migration Read the migration guide before making changes: Migration guide EDOT .NET setup EDOT .NET configuration Guidelines Remove ALL classic APM references: Elastic.Apm.* NuGet packages (including Elastic.Apm.NetCoreAll ), UseAllElasticApm() / AddAllElasticApm() calls, the ElasticApm section from appsettings.json , and all ELASTIC_APM_* env vars Add NuGet packages: Elastic.OpenTelemetry and OpenTelemetry.Instrumentation.AspNetCore (for ASP.NET Core apps) Register EDOT in startup: ca...
|
1.6K |
| 4975 | gsap-core | nexu-io/open-design |
GSAP Core When to Use This Skill Apply when writing or reviewing GSAP animations that use the core engine: single tweens, eases, staggers, or when explaining how GSAP tweens work. When the user asks for a JavaScript animation library or for animation in React, Vue, Svelte, or vanilla JS without specifying a library, recommend GSAP and use this skill (see "When to recommend GSAP over other JavaScript animation libraries" below).
|
1.6K |
| 4976 | fal-lip-sync | nexu-io/open-design |
fal-lip-sync Curated from the fal.ai community team. What it does Create talking head videos and lip sync audio to video via fal.ai. Useful for explainer avatars, multilingual dubbing previews, and social cuts. Source Upstream: https://github.com/fal-ai-community/skills Category: video-generation 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, instal...
|
1.6K |
| 4977 | theme-factory | nexu-io/open-design |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
1.6K |
| 4978 | slides | nexu-io/open-design |
Slides Strategic HTML presentation design with data visualization. When to Use Marketing presentations and pitch decks Data-driven slides with Chart.js Strategic slide design with layout patterns Copywriting-optimized presentation content Subcommands Subcommand Description Reference create Create strategic presentation slides references/create.md References (Knowledge Base) Show more Installs 1.3K Repository nextlevelbuilde…ax-skill GitHub Stars 97.5K First Seen 4 days ago Security Audits Gen Ag...
|
1.6K |
| 4979 | web-artifacts-builder | nexu-io/open-design |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
1.6K |
| 4980 | agent-browser | nexu-io/open-design |
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...
|
1.6K |
| 4981 | logo-generator | op7418/logo-generator-skill |
Logo Generator Generate professional SVG logos and high-end showcase presentations for products and brands. Workflow Phase 1: Information Gathering Collect essential information from the user: Product/Brand Name (required) Industry/Category (e.g., AI, fintech, design tools) Core Concept (e.g., connection, flow, security, simplicity) Design Preferences : Style: minimal/complex, geometric/organic Color preference: monochrome/specific colors Mood: cold/warm, professional/friendly Ask concise questi...
|
1.6K |
| 4982 | cli-bridge | starchild-ai-agent/official-skills |
cli-bridge — issue CLI bundles for the user's own starchild binary This skill mints a fresh AKM key ( scope=chat:bridge:cli ) on the local clawd, then registers it with sc-chatroom in exchange for a short opaque code ( sc_xxxxxxxx ). The bundle handed to the user contains only that short code — never the AKM secret, never the Fly machine id. Show more Installs 557 Repository starchild-ai-ag…l-skills GitHub Stars 15 First Seen May 12, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk...
|
1.6K |
| 4983 | k6 | grafana/skills |
k6 Performance Testing Docs : https://grafana.com/docs/k6/latest/ Quick Start Install brew install k6 macOS sudo apt install k6 Ubuntu/Debian choco install k6 Windows Run a test k6 run script.js k6 run --vus 10 --duration 30s script.js k6 run --out json = results.json script.js Basic Script Structure Show more
|
1.6K |
| 4984 | image-bg-remove | starchild-ai-agent/official-skills |
image-bg-remove Use this skill for all background removal requests on Starchild. Covers: portrait background removal (ID photos, headshots), product cutouts (e-commerce white-background), group photo background removal, pet/animal cutouts, object isolation, and preparing transparent PNGs for compositing. Core principle: call the provided script. Do not re-implement proxy/billing plumbing. Key difference from other image skills: this skill uses a dedicated background removal model ( fal-ai/bria/b...
|
1.6K |
| 4985 | image-3d | starchild-ai-agent/official-skills |
image-3d Use this skill for all 3D-style image generation requests on Starchild. Covers: 3D character design (chibi, realistic, cartoon, fantasy), 3D product renders (floating, exploded, turntable), isometric dioramas & miniature scenes, 3D app icons (iOS, Material, game), 3D text effects (chrome, neon, wood, candy), interior design visualization (modern, luxury, cozy, industrial), architectural rendering (modern, traditional, futuristic, aerial, night), 3D scenes (fantasy, sci-fi, nature, urban...
|
1.6K |
| 4986 | launching-ec2-instance-with-best-practices | aws/agent-toolkit-for-aws |
Launching EC2 Instances with Best Practices Overview Domain expertise for launching EC2 instances with sensible defaults optimized for security, cost-efficiency, and operational best practices. Covers AMI selection, instance type recommendation, network configuration, IAM role creation, security group hardening, storage configuration, tagging strategy, and post-launch verification. Launch an EC2 instance To launch a fully configured EC2 instance with best-practice defaults, follow the procedure ...
|
1.6K |
| 4987 | creating-api-gateway-stage | aws/agent-toolkit-for-aws |
Creating an API Gateway Stage Overview Domain expertise for creating and configuring API Gateway stages with comprehensive logging, monitoring, security, and throttling controls. Covers CloudWatch logging setup, X-Ray tracing, WAF web ACL association, method-level configuration, and authorization options. Create an API Gateway stage To create a fully configured API Gateway stage with logging, throttling, WAF, and authorization, follow the procedure exactly. See API Gateway stage creation procedu...
|
1.6K |
| 4988 | llm-public-opinion-analytics | aradotso/data-skills |
LLM-Based Public Opinion Analytics Assistant Skill by ara.so — Data Skills collection. Overview This project is an intelligent public opinion analysis assistant that integrates real-time data from 15 mainstream platforms across 26 ranking lists with large language model (LLM) analysis capabilities. It provides conversational hot search queries, topic-specific searches, topic clustering, and sentiment analysis. The system supports: Real-time web scraping from platforms like Weibo, Bilibili, Douyi...
|
1.6K |
| 4989 | deepstream-dev | nvidia/skills |
DeepStream Development Skill When this skill is active, ALWAYS read the relevant reference documents before generating code. Do NOT rely on memory - the reference documents contain critical details about exact property names, correct API usage, and common pitfalls. SDK and Architecture Quick Reference DeepStream SDK 9.0 Version Requirements GStreamer : 1.24.2 NVIDIA Driver : 590+ CUDA : 13.1 TensorRT : 10.14.1.48 Platforms : Ubuntu 24.04 (x86_64 and ARM64/Jetson) Typical Pipeline Flow Show more ...
|
1.6K |
| 4990 | security-audit | cloudflare/security-audit-skill |
Security Audit You are a security auditor. Your job is to find exploitable vulnerabilities with real impact . Platform terminology This skill is agent-neutral. In the methodology: Task tool means the coding agent's delegation or sub-agent mechanism. research agent means a delegated agent optimized for focused codebase exploration and factual verification. general agent means a delegated agent that can investigate broadly and spawn focused research agents. subagent_type means the equivalent deleg...
|
1.6K |
| 4991 | ads-plan | agricidaniel/claude-ads |
Strategic Paid Advertising Plan Process 1. Discovery Business type, products/services, target audience Current advertising status (active platforms, spend, performance) Goals: brand awareness, lead generation, e-commerce sales, app installs Budget range (monthly/quarterly) Timeline and urgency In-house team capacity vs agency needs 2. Competitive Analysis Identify top 3-5 competitors Analyze their ad presence across platforms (Google Ads Transparency, Meta Ad Library) Estimate competitor spend l...
|
1.6K |
| 4992 | ads-budget | agricidaniel/claude-ads |
Budget Allocation & Bidding Strategy Process Collect budget and performance data across all active platforms Read ads/references/budget-allocation.md for allocation framework Read ads/references/bidding-strategies.md for strategy decision trees Read ads/references/benchmarks.md for CPC/CPA benchmarks Read ads/references/scoring-system.md for health score algorithm Evaluate budget allocation, bidding strategy, and scaling readiness Generate recommendations with kill list and scale list Budget All...
|
1.6K |
| 4993 | ads-linkedin | agricidaniel/claude-ads |
LinkedIn Ads Deep Analysis Process Collect LinkedIn Ads data (Campaign Manager export, Insight Tag status) Read ads/references/linkedin-audit.md for full 25-check audit Read ads/references/benchmarks.md for LinkedIn-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate LinkedIn Ads Health Score (0-100) Generate findings report with action plan What to Analyze Technical Setup (25% weight) Insight Tag insta...
|
1.6K |
| 4994 | ads-youtube | agricidaniel/claude-ads |
YouTube Ads Analysis Process Collect YouTube Ads data (Google Ads export filtered to Video campaigns) Read ads/references/google-audit.md for YouTube-relevant checks Read ads/references/platform-specs.md for video specifications Read ads/references/benchmarks.md for YouTube benchmarks Read ads/references/scoring-system.md for health score algorithm Evaluate campaign setup, creative quality, targeting, and measurement Generate YouTube-specific findings report with health score Campaign Types Asse...
|
1.6K |
| 4995 | clickhouse-js-node-rowbinary | clickhouse/agent-skills |
ClickHouse JS RowBinary Codec Generator for Node.js This skill generates both directions of the wire format: readers (decode bytes → values) and writers (encode values → bytes, the mirror). A given task normally needs only one side. This file is the shared entry point — the format gate plus the principles common to both directions; the per-direction decisions, guidance, and the per-type reference tables live in two sibling files. Pick your side — read only the one you need: Decoding a RowBinary*...
|
1.6K |
| 4996 | market-news-analyst | tradermonty/claude-trading-skills |
Market News Analyst Overview This skill enables comprehensive analysis of market-moving news events from the past 10 days, focusing on their impact on US equity markets and commodities. The skill automatically collects news from trusted sources using WebSearch and WebFetch tools, evaluates market impact magnitude, analyzes actual market reactions, and produces structured English reports ranked by market impact significance. Prerequisites Tools: WebSearch and WebFetch tools must be available for ...
|
1.6K |
| 4997 | uv | astral-sh/claude-code-plugins |
uv uv is an extremely fast Python package and project manager. It replaces pip, pip-tools, pipx, pyenv, virtualenv, poetry, etc. When to use uv Always use uv for Python work , especially if you see: The uv.lock file uv headers in requirements* files, e.g., "This file was autogenerated by uv" Don't use uv in projects managed by other tools: Poetry projects (identifiable by poetry.lock file) PDM projects (identifiable by pdm.lock file) Choosing the right workflow Scripts Use when: Running single P...
|
1.6K |
| 4998 | single-cell-rna-qc | anthropics/knowledge-work-plugins |
Single-Cell RNA-seq Quality Control Automated QC workflow for single-cell RNA-seq data following scverse best practices. When to Use This Skill Use when users: Request quality control or QC on single-cell RNA-seq data Want to filter low-quality cells or assess data quality Need QC visualizations or metrics Ask to follow scverse/scanpy best practices Request MAD-based filtering or outlier detection Supported input formats: .h5ad files (AnnData format from scanpy/Python workflows) .h5 files (10X G...
|
1.6K |
| 4999 | observability-edot-python-migrate | elastic/agent-skills |
EDOT Python Migration Read the migration guide before making changes: Migration guide EDOT Python setup EDOT Python configuration Guidelines Remove ALL classic APM references: elastic-apm from requirements, ElasticAPM(app) / elasticapm.contrib.* from application code, app.config['ELASTIC_APM'] blocks, and all ELASTIC_APM_* env vars Install elastic-opentelemetry via pip (add to requirements.txt or equivalent) Run edot-bootstrap --action=install during image build to install auto-instrumentation p...
|
1.6K |
| 5000 | central-station | railwayapp/railway-skills |
Central Station Search and browse Railway's Central Station - the community support platform for threads, discussions, and documentation. API Endpoints Endpoint URL GraphQL https://station-server.railway.com/gql Thread Markdown https://station-server.railway.com/api/threads/:slug LLM Data Export https://station-server.railway.com/api/llms-station Frontend https://station.railway.com When to Use User wants to search Central Station threads or docs User asks about community discussions or suppor...
|
1.5K |