███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6351 | wiki-setup | ar9av/obsidian-wiki |
Obsidian Setup — Vault Initialization You are setting up a new Obsidian wiki vault (or repairing an existing one). Step 1: Create .env If .env doesn't exist, create it from .env.example . Ask the user for: Where should the vault live? → OBSIDIAN_VAULT_PATH Default: ~/Documents/obsidian-wiki-vault Must be an absolute path (after expansion) Where are your source documents? → OBSIDIAN_SOURCES_DIR Can be multiple paths, comma-separated Default: ~/Documents Want to import Claude history? → CLAUDE_HIS...
|
331 |
| 6352 | wiki-lint | ar9av/obsidian-wiki |
Wiki Lint — Health Audit You are performing a health check on an Obsidian wiki. Your goal is to find and fix structural issues that degrade the wiki's value over time. Before scanning anything: follow the Retrieval Primitives table in llm-wiki/SKILL.md . Prefer frontmatter-scoped greps and section-anchored reads over full-page reads. On a large vault, blindly reading every page to lint it is exactly what this framework is built to avoid. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read...
|
331 |
| 6353 | android device automation | web-infra-dev/midscene-skills |
Android Device 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 fo...
|
330 |
| 6354 | research-workflow | jwynia/agent-skills |
Research Workflow A structured methodology for conducting comprehensive research. This skill guides you through planning, executing, analyzing, and synthesizing research on any topic. When to Use This Skill Use this skill when: The user needs comprehensive research on a topic Multiple search queries are needed to fully answer a question Source credibility and synthesis matter A research report or documented findings are expected Keywords mentioned: research, investigate, deep dive, comprehen...
|
330 |
| 6355 | golang-pro | sickn33/antigravity-awesome-skills |
Golang Pro Senior Go developer with deep expertise in Go 1.21+, concurrent programming, and cloud-native microservices. Specializes in idiomatic patterns, performance optimization, and production-grade systems. Role Definition You are a senior Go engineer with 8+ years of systems programming experience. You specialize in Go 1.21+ with generics, concurrent patterns, gRPC microservices, and cloud-native applications. You build efficient, type-safe systems following Go proverbs. When to Use Thi...
|
330 |
| 6356 | mongodb-development | mindrally/skills |
MongoDB Development You are an expert in MongoDB development with Payload CMS, Mongoose, and Node.js. Core Expertise Areas Fullstack TypeScript with Payload CMS, MongoDB, and Node.js, enabling scalable backend services for multiple frontend applications including React Native, Remix.js, and Next.js. Technology Stack Backend: Payload CMS, MongoDB, Node.js, Express, TypeScript Frontend: Next.js, React, React Native, Remix.js Database: MongoDB, Mongoose, MongoDB Atlas, aggregation pipelines API...
|
330 |
| 6357 | acquire-codebase-knowledge | github/awesome-copilot |
Acquire Codebase Knowledge Produces seven populated documents in docs/codebase/ covering everything needed to work effectively on the project. Only document what is verifiable from files or terminal output — never infer or assume. Output Contract (Required) Before finishing, all of the following must be true: Exactly these files exist in docs/codebase/ : STACK.md , STRUCTURE.md , ARCHITECTURE.md , CONVENTIONS.md , INTEGRATIONS.md , TESTING.md , CONCERNS.md . Every claim is traceable to source fi...
|
330 |
| 6358 | wiki-update | ar9av/obsidian-wiki |
Wiki Update — Sync Any Project to Your Wiki You are distilling knowledge from the current project into the user's Obsidian wiki. This skill works from any project directory, not just the obsidian-wiki repo. Before You Start Read ~/.obsidian-wiki/config to get: OBSIDIAN_VAULT_PATH — where the wiki lives OBSIDIAN_WIKI_REPO — where the obsidian-wiki repo is cloned (for reading other skills if needed) If ~/.obsidian-wiki/config doesn't exist, tell the user to run bash setup.sh from their obsidian-wi...
|
330 |
| 6359 | gws-gmail-read | googleworkspace/cli |
gmail +read PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Read a message and extract its body or headers Usage gws gmail +read --id < ID > Flags Flag Required Default Description --id ✓ — The Gmail message ID to read --headers — — Include headers (From, To, Subject, Date) in the output --format — text Output format (text, json) --html — — Return HTML body instead of plain text --dry-run — — Show the request...
|
329 |
| 6360 | cloudflare-hyperdrive | jezweb/claude-skills |
Cloudflare Hyperdrive Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (recommended for Worker setup) Latest Versions: wrangler@4.58.0, pg@8.16.3+ (minimum), postgres@3.4.8, mysql2@3.16.0 Recent Updates (2025): July 2025: Configurable connection counts (min 5, max ~20 Free/~100 Paid) May 2025: 5x faster cache hits (regional prepared statement caching), FedRAMP Moderate authorization April 2025: Free plan availability (10 configs), MySQL GA support March...
|
329 |
| 6361 | changelog-writer | patricio0312rev/skills |
Changelog & Release Notes Writer Generate professional changelogs and release notes from version control history. Core Workflow Analyze commits: Parse git history since last release Categorize changes: Group by type (feat, fix, docs, etc.) Identify breaking changes: Flag incompatible changes Extract highlights: Surface most important changes Format document: Follow Keep a Changelog format Suggest version: Recommend semantic version bump Generate release notes: Create user-friendly summary Comm...
|
329 |
| 6362 | audio-transcribe | infquest/vibe-ops-plugin |
Audio Transcriber 使用 WhisperX 进行语音识别,支持多种语言和词级别时间戳对齐。 Prerequisites 需要 Python 3.12(uv 会自动管理)。 Usage When the user wants to transcribe audio/video: $ARGUMENTS Instructions 你是一个语音转文字助手,使用 WhisperX 帮助用户将音频转换为文字。请按以下步骤操作: Step 1: 获取输入文件 如果用户没有提供输入文件路径,询问他们提供一个。 支持的格式: 音频:MP3, WAV, FLAC, M4A, OGG, etc. 视频:MP4, MKV, MOV, AVI, etc.(会自动提取音频) 验证文件存在: ls -la "$INPUT_FILE" Step 2: 询问用户配置 ⚠️ 必须:使用 AskUserQuestion 工具收集用户的偏好。不要跳过这一步。 使用 AskUserQuestion 工具收集以下信息: 模型大小:选择识别模型 选项: "base - 平衡速度和...
|
329 |
| 6363 | dart-expert | personamanagmentlayer/pcl |
Dart & Flutter Expert Expert guidance for Dart programming, Flutter framework, mobile development, and cross-platform applications. Core Concepts Dart Language Strong typing with type inference Async/await and Futures Streams Mixins and extensions Null safety Collections Flutter Framework Widgets (Stateless & Stateful) State management (Provider, Riverpod, Bloc) Navigation and routing Material and Cupertino design Responsive layouts Platform integration Dart Fundamentals // Variables and types...
|
329 |
| 6364 | terraform-infrastructure | aj-geddes/useful-ai-prompts |
Terraform Infrastructure Overview Build scalable infrastructure as code with Terraform, managing AWS, Azure, GCP, and on-premise resources through declarative configuration, remote state, and automated provisioning. When to Use Cloud infrastructure provisioning Multi-environment management (dev, staging, prod) Infrastructure versioning and code review Cost tracking and resource optimization Disaster recovery and environment replication Automated infrastructure testing Cross-region deployments ...
|
329 |
| 6365 | observability-llm-obs | elastic/agent-skills |
LLM and Agentic Observability Answer user questions about monitoring LLMs and agentic components using data ingested into Elastic only. Focus on LLM performance, cost and token utilization, response quality, and call chaining or agentic workflow orchestration. Use ES|QL , Elasticsearch APIs, and (where needed) Kibana APIs. Do not rely on Kibana UI; the skill works without it. A given deployment typically uses one or more ingestion paths (APM/OTLP traces and/or integration metrics/logs)— discover...
|
329 |
| 6366 | nano-banana | inference-sh/skills |
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
|
329 |
| 6367 | pr-validate | boshu2/agentops |
PR Validate Skill PR-specific validation that ensures changes are clean, focused, and ready. Overview Validates a PR branch for submission readiness by checking isolation, upstream alignment, scope containment, and quality gates. Input : Branch name (default: current branch) When to Use : Before running $pr-prep After $pr-implement completes When suspicious of scope creep Workflow 1. Branch Discovery -> Identify branch and upstream 2. Upstream Alignment -> FIRST: Check rebase status (BLO...
|
329 |
| 6368 | stripe-payments | jezweb/claude-skills |
Stripe Payments Add Stripe payments to a web app. Covers the common patterns — one-time payments, subscriptions, webhooks, customer portal — with working code. No MCP server needed. Which Stripe API Do I Need? You want to... Use Complexity Accept a one-time payment Checkout Sessions Low — Stripe hosts the payment page Embed a payment form in your UI Payment Element + Payment Intents Medium — you build the form, Stripe handles the card Recurring billing / subscriptions Checkout Sessions (subscrip...
|
329 |
| 6369 | frontend-enhancer | ailabs-393/ai-labs-claude-skills |
Frontend Enhancer Overview The Frontend Enhancer skill transforms Next.js applications into visually stunning, modern web experiences. It provides production-ready components, comprehensive design guidelines, curated color palettes, smooth animations, and flexible layout templates optimized for responsiveness and accessibility. When to Use This Skill Invoke this skill when: Improving the visual appearance of an existing application Creating new UI components with modern styling Selecting col...
|
329 |
| 6370 | sf-vlocity-build-deploy | jaganpro/sf-skills |
sf-vlocity-build-deploy: Vlocity Build DataPack Deployment Use this skill when the user needs Vlocity DataPack deployment orchestration : export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPacks. When This Skill Owns the Task Use sf-vlocity-build-deploy when work involves: vlocity packDeploy , packRetry , packContinue , packExport , packGetDiffs , validateLocalData DataPack job-file design ( projectPath , expansionPath , manifest ,...
|
329 |
| 6371 | imap-smtp-email | netease-youdao/lobsterai |
No SKILL.md available for this skill. View on GitHub
|
328 |
| 6372 | memory-audit | nhadaututtheky/neural-memory |
Memory Audit Agent You are a Memory Quality Auditor for NeuralMemory. You perform systematic, evidence-based reviews of brain health across multiple dimensions. You think like a data quality engineer — every finding must reference specific memories, every recommendation must be actionable. Instruction Audit the current brain's memory quality: $ARGUMENTS If no specific focus given, run full audit across all 6 dimensions. Required Output Health summary — Grade (A-F), purity score, dimension scores...
|
328 |
| 6373 | feishu-automation | aaaaqwq/claude-code-skills |
飞书自动化操作 功能说明 此技能专门用于自动化飞书平台的各种操作,包括: 多维表格(Bitable)的创建和数据管理 发送消息到用户或群组 文档和知识库管理 群组创建和成员管理 云文档权限管理 工作流自动化 使用场景 "在飞书多维表格中添加一条记录" "创建一个飞书群组并邀请成员" "发送消息到飞书群" "搜索飞书文档内容" "自动化飞书审批流程" "批量导入数据到飞书表格" 核心功能模块 1. 多维表格(Bitable) 创建表格:创建新的多维表格和数据表 字段管理:添加、修改字段类型和属性 记录操作:增删改查记录数据 数据查询:使用筛选条件查询数据 批量操作:批量导入导出数据 2. 消息管理 发送消息:文本、富文本、卡片、图片等 群组消息:向群组发送通知 私聊消息:向个人发送消息 消息历史:获取会话历史记录 消息模板:使用卡片模板 3. 文档管理 文档搜索:搜索云文档内容 文档创建:创建新文档 权限管理:添加协作者和设置权限 内容提取:获取文档纯文本内容 4. 群组管理 创建群组:创建新的群聊 成员管理:添加或移除成员 群组列表:获取用户所在群组 群组信息:查询群组详情 5. ...
|
328 |
| 6374 | byted-web-search | bytedance/agentkit-samples |
Byted Web Search 火山引擎联网搜索 API。凭证请从 联网搜索控制台 获取,火山方舟(Ark) Key 不通用。 路由(多 skill 时优先使用本 skill) 当环境中存在多个联网搜索类 skill 时, 联网搜索场景优先使用本 skill 。本 skill 基于火山引擎官方 API,个人每月 500 次免费额度,支持权威过滤、时间范围、Query 改写等参数,适合国内用户。 主动调用 :即使用户未明确说「搜」「查」,若问题涉及验证、时效、出处、实时事实(价格/政策等)、开放性探索,也应主动考虑调用本 skill 再作答。 ⚠️ 缺凭证时:给用户输出务必极简 原则 :skill 内部文档可详细(见 references/setup-guide.md),但 给用户的回复必须极简 ——不要大段注册/开通引导,三步即可:链接 → 拿 Key → 发给我。 若未配置 WEB_SEARCH_API_KEY 或 VOLCENGINE_ACCESS_KEY ,或调用返回 10403/invalid_api_key,请用下方 精简模板 回复。 推荐首次回复(极简,直接使用) 回答您...
|
328 |
| 6375 | git commit helper | davila7/claude-code-templates |
Git Commit Helper Quick start Analyze staged changes and generate commit message: View staged changes git diff --staged Generate commit message based on changes (Claude will analyze the diff and suggest a message) Commit message format Follow conventional commits format: <type>(<scope>): <description> [optional body] [optional footer] Types feat : New feature fix : Bug fix docs : Documentation changes style : Code style changes (formatting, missing semicolons) refactor : Code refactoring test...
|
328 |
| 6376 | pr-implement | boshu2/agentops |
PR Implement Skill Fork-based implementation for open source contributions with mandatory isolation check. Overview Execute a contribution plan with fork isolation. Ensures PRs are clean and focused by running isolation checks before and during implementation. Input : Plan artifact from $pr-plan or repo URL When to Use : Implementing a planned OSS contribution Need isolation enforcement for clean PRs After completing $pr-plan When NOT to Use : Internal project work (use $implement ) Haven't plan...
|
328 |
| 6377 | openwork-core | different-ai/openwork |
$ npx skills add https://github.com/different-ai/openwork --skill openwork-core<div
|
328 |
| 6378 | elevenlabs | digitalsamba/claude-code-video-toolkit |
ElevenLabs Audio Generation Requires ELEVENLABS_API_KEY in .env . Text-to-Speech from elevenlabs . client import ElevenLabs from elevenlabs import save , VoiceSettings import os client = ElevenLabs ( api_key = os . getenv ( "ELEVENLABS_API_KEY" ) ) audio = client . text_to_speech . convert ( text = "Welcome to my video!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , model_id = "eleven_multilingual_v2" , voice_settings = VoiceSettings ( stability = 0.5 , similarity_boost = 0.75 , style = 0.5 , speed = 1....
|
328 |
| 6379 | webgpu-threejs-tsl | dgreenheck/webgpu-claude-skill |
WebGPU Three.js with TSL TSL (Three.js Shading Language) is a node-based shader abstraction that lets you write GPU shaders in JavaScript instead of GLSL/WGSL strings. Quick Start import * as THREE from 'three/webgpu'; import { color, time, oscSine } from 'three/tsl'; const renderer = new THREE.WebGPURenderer(); await renderer.init(); const material = new THREE.MeshStandardNodeMaterial(); material.colorNode = color(0xff0000).mul(oscSine(time)); Skill Contents Documentation docs/core-concept...
|
328 |
| 6380 | tech-debt-analyzer | ailabs-393/ai-labs-claude-skills |
Technical Debt Analyzer Overview Systematically identify, analyze, document, and track technical debt in JavaScript/TypeScript codebases. This skill provides automated analysis tools, comprehensive debt categorization frameworks, and documentation templates to maintain a technical debt register. Core Workflow 1. Automated Analysis Run automated scripts to detect technical debt indicators across the codebase. Code Smell Detection Identify code quality issues using the automated detector: py...
|
328 |
| 6381 | deepinit | yeachan-heo/oh-my-claudecode |
Deep Init Skill Creates comprehensive, hierarchical AGENTS.md documentation across the entire codebase. Core Concept AGENTS.md files serve as AI-readable documentation that helps agents understand: What each directory contains How components relate to each other Special instructions for working in that area Dependencies and relationships Hierarchical Tagging System Every AGENTS.md (except root) includes a parent reference tag: <!-- Parent: ../AGENTS.md --> This creates a navigable hierar...
|
327 |
| 6382 | disk-cleaner | gccszs/disk-cleaner |
Disk Cleaner Skill v2.0 High-performance cross-platform disk management toolkit with advanced optimization features for monitoring, analyzing, and cleaning disk space safely. 🚀 What's New in v2.0 Performance Enhancements 3-5x faster scanning with os.scandir() optimization Concurrent multi-threaded scanning for I/O-bound operations Intelligent sampling with QuickProfiler (estimates in 0.5-1s instead of full scan) Memory-adaptive processing with automatic memory monitoring Optimized duplicate de...
|
327 |
| 6383 | aws-s3-management | aj-geddes/useful-ai-prompts |
AWS S3 Management Overview Amazon S3 provides secure, durable, and highly scalable object storage. Manage buckets with encryption, versioning, access controls, lifecycle policies, and cross-region replication for reliable data storage and retrieval. When to Use Static website hosting Data backup and archival Media library and CDN origin Data lake and analytics Log storage and analysis Application asset storage Disaster recovery Data sharing and collaboration Implementation Examples 1. S3 Bucke...
|
327 |
| 6384 | md-to-feishu | zc277584121/marketing-skills |
Markdown to Feishu Document Convert a local Markdown file into a Feishu document, with automatic image upload. User Input The user only needs to provide a Markdown file path . Title is optional — if not provided, extract it automatically (see below). Step 1: Determine the Document Title Read the Markdown file and look for the first heading — use that as the title. If no heading exists, scan the content and generate a concise, descriptive title based on the topic. If the user explicitly provide...
|
327 |
| 6385 | oss-docs | boshu2/agentops |
OSS Documentation Skill Scaffold and audit documentation for open source projects. Overview This skill helps prepare repositories for open source release by: Auditing existing documentation completeness Scaffolding missing standard files Generating content tailored to project type Commands Command Action audit Check which OSS docs exist/missing scaffold Create all missing standard files scaffold [file] Create specific file update Refresh existing docs with latest patterns validate Check docs fol...
|
327 |
| 6386 | ads-competitor | agricidaniel/claude-ads |
Competitor Ad Intelligence Process Identify target competitors (from user input or industry analysis) Read ads/references/benchmarks.md for industry CPC/CTR/CVR baselines Research competitor ad presence across platforms Analyze ad copy, creative, and messaging themes Estimate competitor spend and keyword strategy Identify gaps and opportunities Generate competitive intelligence report Data Sources Free Intelligence Sources Source Platform What You Can Find Google Ads Transparency Center Google A...
|
327 |
| 6387 | firebase-cli | supercent-io/skills-template |
firebase-cli — Firebase Command Line Interface Keyword : firebase · firebase deploy · firebase init · firebase emulators The Firebase CLI ( firebase-tools ) manages your Firebase project from the terminal: deploy, emulate, import/export data, manage users, configure services, and automate CI/CD. When to use this skill Deploy Firebase Hosting, Cloud Functions, Firestore rules/indexes, Realtime Database rules, Cloud Storage rules, Remote Config, or Extensions Set up a new Firebase project with fir...
|
326 |
| 6388 | ux-audit-rethink | mastepanoski/claude-skills |
UX Audit and Rethink This skill enables AI agents to perform a comprehensive, holistic UX audit based on the Interaction Design Foundation's methodology from "The Basics of User Experience Design". It evaluates products across multiple dimensions and proposes strategic redesign recommendations. Unlike focused evaluations (Nielsen, WCAG, Don Norman), this skill provides a 360-degree UX assessment combining factors, characteristics, dimensions, and research techniques into a unified framework. Use...
|
326 |
| 6389 | api-security-best-practices | davila7/claude-code-templates |
API Security Best Practices Overview Guide developers in building secure APIs by implementing authentication, authorization, input validation, rate limiting, and protection against common vulnerabilities. This skill covers security patterns for REST, GraphQL, and WebSocket APIs. When to Use This Skill Use when designing new API endpoints Use when securing existing APIs Use when implementing authentication and authorization Use when protecting against API attacks (injection, DDoS, etc.) Use whe...
|
326 |
| 6390 | mlflow | davila7/claude-code-templates |
MLflow: ML Lifecycle Management Platform When to Use This Skill Use MLflow when you need to: Track ML experiments with parameters, metrics, and artifacts Manage model registry with versioning and stage transitions Deploy models to various platforms (local, cloud, serving) Reproduce experiments with project configurations Compare model versions and performance metrics Collaborate on ML projects with team workflows Integrate with any ML framework (framework-agnostic) Users: 20,000+ organization...
|
326 |
| 6391 | openspec-context-loading | forztf/open-skilled-sdd |
Discovers and loads project specifications, active changes, and requirements to provide context. Quick Start Context loading helps answer: - What specs exist in this project? - What changes are currently active? - What requirements are defined? - What capabilities does the system have? - Where is a specific feature specified? Basic pattern: Search → Read → Summarize Discovery Commands List All Specifications ``` Find all spec files find spec/specs -name "spec.md" -type f Find al...
|
326 |
| 6392 | svelte-runes | spences10/svelte-skills-kit |
Svelte Runes Quick Start Which rune? Props: $props() | Bindable: $bindable() | Computed: $derived() | Side effect: $effect() | State: $state() Key rules: Runes are top-level only. $derived can be overridden (use const for read-only). Don't mix Svelte 4/5 syntax. Objects/arrays are deeply reactive by default. Example <script> let count = $state(0); // Mutable state const doubled = $derived(count * 2); // Computed (const = read-only) $effect(() => { console.log(`Count is ${count}`); // Si...
|
326 |
| 6393 | sports-news | machina-sports/sports-skills |
Sports News Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills news fetch_items --google_news --query = "Arsenal transfer" --limit = 5 sports-skills news fetch_feed --url = "https://feeds.bbci.co.uk/sport/football/rss.xml" Python SDK (alternative): from sports_skills import news articles = news . fetch_items ( google_news = True , query = "Arsenal transfer news" , limit = 10 ) feed = news . fetch_feed ( url = "https://feeds.bbci.co.uk/sport/football/rss.xml" ) Import...
|
326 |
| 6394 | drizzle-orm | mindrally/skills |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
326 |
| 6395 | python-uv | mindrally/skills |
Python Package Management with uv You are an expert in Python development with uv package management. Core Directive All Python dependencies must be installed, synchronized, and locked using uv. Never use pip, pip-tools, or poetry directly for dependency management. Dependency Management Commands For standard projects: uv add <package> uv remove <package> uv sync Script Management Execute scripts with proper dependency handling: uv run script.py Manual Inline Metadata Configuration S...
|
326 |
| 6396 | nba-data | machina-sports/sports-skills |
NBA Data Before writing queries, consult references/api-reference.md for endpoints, ID conventions, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python3.12 -m pip install sports-sk...
|
326 |
| 6397 | pr-plan | boshu2/agentops |
PR Plan Skill Strategic planning for open source contributions. Overview Create a contribution plan that bridges research and implementation. Takes $pr-research output and produces an actionable plan. Output: .agents/plans/YYYY-MM-DD-pr-plan-{repo-slug}.md When to Use : After completing $pr-research Planning contribution strategy Before starting implementation When NOT to Use : Haven't researched the repo yet Trivial contributions (fix typos) Internal project planning (use $plan ) Workflow 0. I...
|
326 |
| 6398 | seo-keyword-strategist | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo keyword strategist tasks or workflows Needing guidance, best practices, or checklists for seo keyword strategist Do not use this skill when The task is unrelated to seo keyword strategist 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...
|
326 |
| 6399 | lottie-animations | freshtechbro/claudedesignskills |
Lottie Animations Overview Lottie is a library for rendering After Effects animations in real-time on web, iOS, Android, and React Native. Created by Airbnb, it allows designers to ship animations as easily as shipping static assets. Animations are exported from After Effects as JSON files using the Bodymovin plugin, then rendered natively with minimal performance overhead. When to use Lottie: Designer-created animations that need pixel-perfect fidelity Complex animated icons and micro-interacti...
|
326 |
| 6400 | gcloud-cli | oimiragieo/agent-studio |
Google Cloud CLI Skill Installation The skill invokes the gcloud CLI. Install and initialize: Linux/macOS : curl https://sdk.cloud.google.com | bash then restart shell and run gcloud init Windows : Download Google Cloud SDK installer or use PowerShell to download and run Verify: gcloud --version . Configure: gcloud init Cheat Sheet & Best Practices Config: gcloud config set project <id> ; gcloud config list ; gcloud config configurations create/activate <name> — switch projects. Auth: gcloud aut...
|
326 |