███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7401 | geolocate-from-pixels | useosint/osint-skills |
Geolocate from pixels Every photograph taken outdoors contains enough information to place it. The constraint is never the image; it is your patience and your reference knowledge. The beginner mistake is searching before inventorying. People see a mountain, type "mountain with two peaks" into a search box, and get nothing. The method is the opposite: extract every clue first, rank them by how much of the planet each one eliminates, and only then start searching — because the clue that pins the c...
|
1.6K |
| 7402 | crypto-ta-analyzer | dkyazzentwatwa/chatgpt-skills |
Crypto & Stock Technical Analysis Multi-indicator technical analysis system that generates high-confidence trading signals by combining 29+ proven algorithms. Features divergence detection, Bollinger Band squeeze alerts, volume confirmation, and a 7-tier signal system. Ideal for cryptocurrency and stock market analysis. Core Workflow 1. Data Acquisition Fetch historical price data from any supported source: CoinGecko (via MCP tools): Use coingecko_get_historical_chart tool with: - coin_id: ...
|
1.6K |
| 7403 | aws-solution-architect | alirezarezvani/claude-skills |
AWS Solution Architect for Startups This skill provides comprehensive AWS architecture design expertise for startup companies, emphasizing serverless technologies, scalability, cost optimization, and modern cloud-native patterns. Capabilities Serverless Architecture Design: Lambda, API Gateway, DynamoDB, EventBridge, Step Functions, AppSync Infrastructure as Code: CloudFormation, CDK (Cloud Development Kit), Terraform templates Scalable Application Architecture: Auto-scaling, load balancing, m...
|
1.6K |
| 7404 | gtm-enterprise-onboarding | github/awesome-copilot |
Enterprise Onboarding Four-phase framework for onboarding enterprise customers from contract to value realization. The goal isn't just go-live — it's sustained adoption that doesn't cliff at Week 12. When to Use Triggers: "How do we onboard this enterprise customer?" "Customer went live but adoption is weak" "We keep losing customers 3 months after go-live" "POC to production transition" "How do I prevent Week 4 ghosting?" "Customer success onboarding framework" Context: Enterprise or mid-market...
|
1.6K |
| 7405 | odoo-19 | unclecatvn/agent-skills |
Odoo 19 Skill - Master Index Master index for all Odoo 19 development guides. Read the appropriate guide from references/ based on your task. Quick Reference Topic File When to Use Actions references/odoo-19-actions-guide.md Creating actions, menus, scheduled jobs, server actions API Decorators references/odoo-19-decorator-guide.md Using @api decorators, compute fields, validation Controllers references/odoo-19-controller-guide.md Writing HTTP endpoints, routes, web controllers Data Files refere...
|
1.6K |
| 7406 | mongodb | hoodini/ai-agents-skills |
MongoDB & Mongoose Build and query MongoDB databases with best practices. Quick Start npm install mongodb mongoose Native Driver import { MongoClient, ObjectId } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI!); const db = client.db('myapp'); const users = db.collection('users'); // Connect await client.connect(); // CRUD Operations await users.insertOne({ name: 'Alice', email: 'alice@example.com' }); const user = await users.findOne({ email: 'alice@example.com' });...
|
1.6K |
| 7407 | prompt-optimizer | daymade/claude-code-skills |
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
|
1.6K |
| 7408 | sentry-tanstack-start-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > TanStack Start React SDK Sentry TanStack Start React SDK Opinionated wizard that scans your TanStack Start React project and guides you through complete Sentry setup for browser and server runtimes. Invoke This Skill When User asks to "add Sentry to TanStack Start" or "set up Sentry" in a TanStack Start React app User wants to install or configure @sentry/tanstackstart-react User wants error monitoring, tracing, session replay, logs, or user feedback for TanStack Start R...
|
1.6K |
| 7409 | plugin-creator | openai/skills |
Plugin Creator Quick Start Run the scaffold script: Plugin names are normalized to lower-case hyphen-case and must be <= 64 chars. The generated folder and plugin.json name are always the same. Run from repo root (or replace .agents/... with the absolute path to this SKILL). By default creates in <repo_root>/plugins/<plugin-name>. python3 .agents/skills/plugin-creator/scripts/create_basic_plugin.py < plugin-name > Open <plugin-path>/.codex-plugin/plugin.json and replace [TODO: ...] placehold...
|
1.6K |
| 7410 | develop-ai-functions-example | vercel/ai |
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by AI SDK function in examples/ai-functions/src/: Directory Purpose generate-text/ Non-streaming text generation with generateText() stream-text/ Streaming text generation with streamText() generate-object/ Structured output generation with generateObject() stream-object/ Streaming structured output ...
|
1.6K |
| 7411 | docs-review | metabase/metabase |
Documentation Review Skill @./../_shared/metabase-style-guide.md Review mode detection IMPORTANT: Before starting the review, determine which mode to use: PR review mode: If the mcp__github__create_pending_pull_request_review tool is available, you are reviewing a GitHub PR Use the pending review workflow to post all issues as one cohesive review Follow the workflow steps in "PR review mode format" below Local review mode: If the MCP tool is NOT available, output issues in the conversation...
|
1.6K |
| 7412 | dt-obs-frontends | dynatrace/dynatrace-for-ai |
Frontend Observability Skill Monitor web and mobile frontends using Real User Monitoring (RUM) with DQL queries. This skill targets the new RUM experience only; do not use classic RUM data. Overview This skill helps you: Monitor Core Web Vitals and frontend performance Track user sessions, engagement, and behavior Analyze errors and correlate with backend traces Optimize mobile app startup and stability Diagnose performance issues with detailed timing analysis Data Sources: Metrics : timeseries ...
|
1.6K |
| 7413 | clojure-write | metabase/metabase |
Clojure Development Skill Tool Preference When clojure-mcp tools are available (e.g., clojure_eval, clojure_edit), always use them instead of shell commands like ./bin/mage -repl. The MCP tools provide: Direct REPL integration without shell escaping issues Better error messages and feedback Structural Clojure editing that prevents syntax errors Only fall back to ./bin/mage commands when clojure-mcp is not available. @./../_shared/development-workflow.md @./../_shared/clojure-style-guide.md @...
|
1.6K |
| 7414 | aframe-webxr | freshtechbro/claudedesignskills |
A-Frame WebXR Skill When to Use This Skill Build VR/AR experiences with minimal JavaScript Create cross-platform WebXR applications (desktop, mobile, headset) Prototype 3D scenes quickly with HTML primitives Implement VR controller interactions Add 3D content to web pages declaratively Build 360° image/video experiences Develop AR experiences with hit testing Core Concepts 1. Entity-Component-System (ECS) A-Frame uses an entity-component-system architecture where: Entities are containers (like <...
|
1.6K |
| 7415 | playcanvas-engine | freshtechbro/claudedesignskills |
PlayCanvas Engine Skill Lightweight WebGL/WebGPU game engine with entity-component architecture, visual editor integration, and performance-focused design. When to Use This Skill Trigger this skill when you see: "PlayCanvas engine" "WebGL game engine" "entity component system" "PlayCanvas application" "3D browser games" "online 3D editor" "lightweight 3D engine" Need for editor-first workflow Compare with: Three.js : Lower-level, more flexible but requires more setup Babylon.js : Feature-rich bu...
|
1.6K |
| 7416 | where-was-this-taken | useosint/osint-skills |
Where was this taken Input: an image or video file, or a URL to one. Output: a location with a confidence radius, a time window, an authenticity assessment, and the evidence chain for each. This workflow orchestrates. The technique detail lives in secrets-in-file-metadata , find-the-original-image , geolocate-from-pixels and is-this-photo-real — run those, don't reimplement them here. The order matters more than anything else in this file. Metadata before analysis, because analysis destroys meta...
|
1.6K |
| 7417 | who-really-owns-it | useosint/osint-skills |
Who really owns it Registries turn a brand into a legal entity with a number, dates, addresses, and named people. The thing nobody tells you first: registry structure varies enormously by jurisdiction, and that variance is the entire game. One country publishes full accounts, share registers, and directors' birth dates for free. Its neighbour publishes a name and a status code and charges for the rest. Your research strategy is not "look up the company" — it is "work out what this jurisdiction l...
|
1.6K |
| 7418 | postgresql-database-engineering | manutej/luxor-claude-marketplace |
PostgreSQL Database Engineering A comprehensive skill for professional PostgreSQL database engineering, covering everything from query optimization and indexing strategies to high availability, replication, and production database management. This skill enables you to design, optimize, and maintain high-performance PostgreSQL databases at scale. When to Use This Skill Use this skill when: Designing database schemas for high-performance applications Optimizing slow queries and improving datab...
|
1.6K |
| 7419 | huggingface-llm-trainer | huggingface/skills |
TRL Training on Hugging Face Jobs Overview Train language models using TRL (Transformer Reinforcement Learning) on fully managed Hugging Face infrastructure. No local GPU setup required—models train on cloud GPUs and results are automatically saved to the Hugging Face Hub. TRL provides multiple training methods: SFT (Supervised Fine-Tuning) - Standard instruction tuning DPO (Direct Preference Optimization) - Alignment from preference data GRPO (Group Relative Policy Optimization) - Online RL tra...
|
1.6K |
| 7420 | obsidian | bitbonsai/mcpvault |
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
|
1.6K |
| 7421 | claude-design | jiji262/claude-design-skill |
Claude Design You are an expert designer working with the user as your manager. Your deliverable is a design artifact produced in HTML. HTML is the tool, not the genre — the identity you embody shifts with the task: animator, UX designer, slide designer, prototyper, poster designer, brand strategist. Default to web-design tropes only when the output actually is a web page. Your job is to translate an ambiguous creative ask into a concrete, high-quality artifact — grounded in real design context ...
|
1.6K |
| 7422 | mapbox-cartography | mapbox/mapbox-agent-skills |
Mapbox Cartography Skill This skill provides expert cartographic knowledge to help you design effective, beautiful, and functional maps using Mapbox. Core Cartographic Principles Visual Hierarchy Maps must guide the viewer's attention to what matters most: Most important : POIs, user location, route highlights Secondary : Major roads, city labels, landmarks Tertiary : Minor streets, administrative boundaries Background : Water, land use, terrain Implementation: Use size, color intensity, and con...
|
1.6K |
| 7423 | find-leaks-in-the-wild | useosint/osint-skills |
Find leaks in the wild This is where data surfaces before anything indexes it, and where most of what you find is a recombination of things that leaked years ago. Two mistakes cost people most: assuming a paste host's own search will find pastes, and reporting a combolist as a breach. The first wastes a day; the second is a factual error in a deliverable and it will be found. Where to start with what you're holding You have Start with Why An email or username A curated breach service first Cheap...
|
1.6K |
| 7424 | markitdown | julianobarbosa/claude-code-skills |
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
|
1.6K |
| 7425 | podcast-marketing | kostja94/marketing-skills |
Content: Podcast Guides podcast strategy, content creation, distribution, marketing, and SEO. Podcasts compete in a crowded space (3M+ active shows, 500M+ listeners globally); discoverability is the primary challenge. Discovery channels: ~32% search engines, ~28% podcast apps, ~24% social media, ~16% word-of-mouth. 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 ...
|
1.6K |
| 7426 | ugc-ads | pika-labs/pika-plugins |
/pika:ugc-ads Parameters Param Default Notes url required product URL — drives category detection and beat substitution avatar_url built-in fallback persona portrait URL; fed as @Image1 reference. When omitted, the skill uses a pre-generated Pixar-style female creator portrait provider seedance seedance: strong at UGC selfie / talking-head POV with native lip-sync, multi-segment in single prompt, supports 3:4. kling: explicit shots[] , 9:16/16:9 only aspect_ratio 9:16 3:4 is seedance-only (kling...
|
1.6K |
| 7427 | lbo-model | anthropics/financial-services |
TEMPLATE REQUIREMENT This skill uses templates for LBO models. Always check for an attached template file first. Before starting any LBO model: If a template file is attached/provided : Use that template's structure exactly - copy it and populate with the user's data If no template is attached : Ask the user: "Do you have a specific LBO template you'd like me to use? If not, I can use the standard template which includes Sources & Uses, Operating Model, Debt Schedule, and Returns Analysis." If u...
|
1.6K |
| 7428 | fixed-income-portfolio | anthropics/financial-services |
Fixed Income Portfolio Analysis You are an expert fixed income portfolio analyst. Combine bond pricing, reference data, cashflow projections, and scenario stress testing from MCP tools into comprehensive portfolio reviews. Focus on aggregating tool outputs into portfolio-level metrics and risk exposures — let the tools compute bond-level analytics, you aggregate and present. Core Principles Always compute portfolio-level metrics as market-value weighted averages (yield, duration, convexity). Pri...
|
1.6K |
| 7429 | huggingface-papers | huggingface/skills |
Hugging Face Paper Pages Hugging Face Paper pages (hf.co/papers) is a platform built on top of arXiv (arxiv.org), specifically for research papers in the field of artificial intelligence (AI) and computer science. Hugging Face users can submit their paper at hf.co/papers/submit, which features it on the Daily Papers feed (hf.co/papers). Each day, users can upvote papers and comment on papers. Each paper page allows authors to: claim their paper (by clicking their name on the authors field). This...
|
1.6K |
| 7430 | skill-creator | himself65/finance-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
1.6K |
| 7431 | faster-whisper | theplasmak/faster-whisper |
Faster Whisper Local speech-to-text using faster-whisper — a CTranslate2 reimplementation of OpenAI's Whisper that runs 4-6x faster with identical accuracy. With GPU acceleration, expect ~20x realtime transcription (a 10-minute audio file in ~30 seconds). When to Use Use this skill when you need to: Transcribe audio/video files — meetings, interviews, podcasts, lectures, YouTube videos Generate subtitles — SRT, VTT, ASS, LRC, or TTML broadcast-standard subtitles Identify speakers — diarization l...
|
1.6K |
| 7432 | wechat-article-search | wuchubuzai2018/expert-skills-hub |
微信公众号文章搜索说明 适用场景 用户说“帮我搜某个关键词的公众号文章/最近文章” 需要快速拿到:标题、摘要、发布时间、公众号名称、可访问链接 工作流程 步骤1: 确认已安装依赖包 该脚本依赖NodeJS依赖包 cheerio ,建议先执行全局安装或在项目中安装: npm install -g cheerio 步骤2: 确认搜索词语数量 1、 确认关键词与数量 步骤3: 执行搜索命令 1、执行常规搜索命令 node scripts/search_wechat.js "关键词" 特殊流程(可选) 执行包含数量限制的搜索命令 node scripts/search_wechat.js "关键词" -n 15 如果用户需要保存结果到文件,执行命令 node scripts/search_wechat.js "关键词" -n 20 -o result.json 若想要获取微信文章域名的真实链接”,执行如下命令 node scripts/search_wechat.js "关键词" -n 5 -r 参数说明 query :搜索关键词(必填) -n, --num :返回数量(默认 10,最大 50...
|
1.6K |
| 7433 | build-a-brand | pika-labs/pika-plugins |
Build a Brand Take any input — an idea, a website, a list of reference brands, product photos, or an existing brand to refresh — and produce a complete brand identity, ending in a 15-page brand guidelines PDF. This is a standalone brand-building workflow focused on strategy, identity, design, and copy. Output is one brand guidelines PDF for the chosen identity. Full Workflow Stage 0 — Intake (empty-args menu) If invoked with no input (no idea, no URL, no photos, no reference brands, and no relev...
|
1.6K |
| 7434 | migrate-to-codex | openai/skills |
Migrate to Codex Autonomy Keep going until the selected migration is completely done: run the migrator, inspect the report, fix migrated Codex instructions/skills/agents/MCP config, and re-run checks without stopping to ask for confirmation of the next step. If the user has selected a target, do not ask before creating, editing, replacing, or deleting generated Codex artifacts in that target ( AGENTS.md , .codex/ , .agents/ , or ~/.codex/ ). Preserve unrelated existing Codex config entries in .c...
|
1.6K |
| 7435 | clojure-review | metabase/metabase |
Clojure Code Review Skill @./../_shared/clojure-style-guide.md @./../_shared/clojure-commands.md Review guidelines What to flag: Check compliance with the Metabase Clojure style guide (included above) If CLOJURE_STYLE_GUIDE.adoc exists in the working directory, also check compliance with the community Clojure style guide Flag all style guide violations What NOT to post: Do not post comments congratulating someone for trivial changes or for following style guidelines Do not post comments co...
|
1.6K |
| 7436 | dt-obs-aws | dynatrace/dynatrace-for-ai |
AWS Cloud Infrastructure Monitor and analyze AWS resources using Dynatrace Smartscape and DQL. Query AWS services, optimize costs, manage security, and plan capacity across your AWS infrastructure. When to Use This Skill Use this skill when the user needs to work with AWS resources in Dynatrace. Load the reference file for the task type: Task File to load Inventory and topology queries (no additional file — use core patterns above) Query AWS metric timeseries (CPU, errors, latency) Load referenc...
|
1.6K |
| 7437 | gitlab-cli-skills | vince-winkintel/gitlab-cli-skills |
GitLab CLI Skills Comprehensive GitLab CLI (glab) command reference and workflows. Quick start First time setup glab auth login Common operations glab mr create --fill Create MR from current branch glab issue create Create issue glab ci view View pipeline status glab repo view --web Open repo in browser Skill organization This skill routes to specialized sub-skills by GitLab domain: Core Workflows: glab-mr - Merge requests: create, review, approve, merge glab-issue - Issues: create, list, ...
|
1.6K |
| 7438 | code-quality | tursodatabase/turso |
Code Quality Review Review $ARGUMENTS (or the whole app if no argument is given) for code quality issues. Work through every step below in order and report all findings with file paths and line numbers. Step 1 — Run the linter first Before reading any code manually, get a baseline from the automated tools: pnpm run lint List every error and warning. Fix all errors before proceeding — lint errors are not negotiable. Warnings should be reviewed and resolved unless there is a documented exception. ...
|
1.6K |
| 7439 | doc-coauthoring | getsentry/skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
1.6K |
| 7440 | earnings-preview-single | anthropics/financial-services |
Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP ( search ) and S&P Global MCP ( kfinance ). Absolutely NO other tools, data sources, or web access of any kind. Specifically...
|
1.6K |
| 7441 | elevenlabs-agents | jezweb/claude-skills |
ElevenLabs Agents Platform Overview ElevenLabs Agents Platform is a comprehensive solution for building production-ready conversational AI voice agents. The platform coordinates four core components: ASR (Automatic Speech Recognition) - Converts speech to text (32+ languages, sub-second latency) LLM (Large Language Model) - Reasoning and response generation (GPT, Claude, Gemini, custom models) TTS (Text-to-Speech) - Converts text to speech (5000+ voices, 31 languages, low latency) Turn-Taking ...
|
1.6K |
| 7442 | founder-product-video | pika-labs/pika-plugins |
founder-product-video You generate a 65-second founder-style product video from a product URL plus user-provided imagery: 60 seconds of talking-founder body video plus a 5-second branded end card. The user's images (product photos / website screenshots / app screenshots) flow into the SeeDance acts as reference images, so the actual product appears in reveal shots instead of being imagined. No cutaways. No website CSS extraction. AI generation, deterministic render, captions, concat, and music m...
|
1.6K |
| 7443 | analytics-events | metabase/metabase |
Frontend Analytics Events Skill This skill helps you add product analytics (Snowplow) events to track user interactions in the Metabase frontend codebase. Quick Reference Analytics events in Metabase use Snowplow with typed event schemas. All events must be defined in TypeScript types before use. Key Files: frontend/src/metabase-types/analytics/event.ts - Event type definitions frontend/src/metabase-types/analytics/schema.ts - Schema registry frontend/src/metabase/lib/analytics.ts - Core tr...
|
1.6K |
| 7444 | app-sizzle | pika-labs/pika-plugins |
App Sizzle — GPT-Image-2 Enhanced iOS App Teaser Generate a polished 15-second app teaser from real app screens. Each selected screen is passed through GPT-image-2 before Seedance so compressed captures become cleaner references without inventing UI. Generation contract: use resolution="1080p" , duration=15 , and sound=True . Skip fast=true because it caps Seedance at 720p. The skill owns duration and sound so the user only has to supply app identity, screens, logo, and aspect ratio. The visual ...
|
1.6K |
| 7445 | app-store-screens | pika-labs/pika-plugins |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. App Store Screens Take a brand plus real product screens and produce a 5–6 screen App Store campaign at iPhone 6.9" size (1290×2796). The product screens can come from raw exports, Figma/source files, or a public App Store listing fetched through Pika MCP. Story-driven, splashy, strict to the brand. This is a sister skill to build-a-brand — it ...
|
1.6K |
| 7446 | dd-logs | datadog-labs/agent-skills |
Datadog Logs Search, process, and archive logs with cost awareness. Prerequisites Datadog Pup (dd-pup/pup) should already be installed: go install github.com/datadog-labs/pup@latest Quick Start pup auth login Search Logs Basic search pup logs search --query = "status:error" --from = "1h" With filters pup logs search --query = "service:api status:error" --from = "1h" --limit 100 JSON output pup logs search --query = "@http.status_code:>=500" --from = "1h" --json Search Syntax Query Meaning err...
|
1.6K |
| 7447 | d1-drizzle-schema | jezweb/claude-skills |
D1 Drizzle Schema Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subtle bugs if you use standard SQLite patterns. This skill produces schemas that work correctly with D1's constraints. Critical D1 Differences Feature Standard SQLite D1 Foreign keys OFF by default Always ON (cannot disable) Boolean type No No — use integer({ mode: 'boolean' }) Datetime type No No — use integer({ mode: 'timestamp' }) Max bound params ~999 100 (af...
|
1.6K |
| 7448 | github | kostja94/marketing-skills |
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
|
1.6K |
| 7449 | explainer | pika-labs/pika-plugins |
/pika:explainer Generate a ~60–80s URL explainer video: drive a real browser through the URL along a beat-sheet timeline, generate an avatar lipsync of the narration, and composite it all in a 1280×800 macOS Sonoma frame with a 240-pixel inner avatar (246-pixel outer including 3px white stroke ring) at canvas (20, 476) and element-targeted zoom on every mid-section beat. Works on any URL — product pages, docs sites, blog posts, launches. GitHub URLs activate a repo-aware mode (README scan + live...
|
1.6K |
| 7450 | add-malli-schemas | metabase/metabase |
Add Malli Schemas to API Endpoints This skill helps you efficiently and uniformly add Malli schemas to API endpoints in the Metabase codebase. Reference Files (Best Examples) src/metabase/warehouses/api.clj - Most comprehensive schemas, custom error messages src/metabase/api_keys/api.clj - Excellent response schemas src/metabase/collections/api.clj - Great named schema patterns src/metabase/timeline/api/timeline.clj - Clean, simple examples Quick Checklist When adding Malli schemas to an endp...
|
1.6K |