███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1051 | clickhouse-best-practices | clickhouse/agent-skills |
ClickHouse Best Practices Comprehensive guidance for ClickHouse covering schema design, query optimization, and data ingestion. Contains 28 rules across 3 main categories (schema, query, insert), prioritized by impact. Official docs: ClickHouse Best Practices IMPORTANT: How to Apply This Skill Before answering ClickHouse questions, follow this priority order: Check for applicable rules in the rules/ directory If rules exist: Apply them and cite them in your response using "Per rule-name ..." If ...
|
1.4K |
| 1052 | convex-security-check | waynesutton/convexskills |
Convex Security Check A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth Production Security: https://docs.convex.dev/production Functions Auth: https://docs.convex.dev/auth/functions-auth For broader context: https://docs.convex.dev/ll...
|
1.4K |
| 1053 | ultrathink | intellectronica/agent-skills |
Ultrathink When this skill is invoked, run this Bash command to display colourful ANSI art: printf '\n \033[1;31m╦ ╦\033[1;33m╦ \033[1;32m╔╦╗\033[1;36m╦═╗\033[1;34m╔═╗\033[1;35m╔╦╗\033[1;31m╦ ╦\033[1;33m╦\033[1;32m╔╗╔\033[1;36m╦╔═\033[0m\n \033[1;31m║ ║\033[1;33m║ \033[1;32m║ \033[1;36m╠╦╝\033[1;34m╠═╣\033[1;35m ║ \033[1;31m╠═╣\033[1;33m║\033[1;32m║║║\033[1;36m╠╩╗\033[0m\n \033[1;31m╚═╝\033[1;33m╩═╝\033[1;32m ╩ \033[1;36m╩╚═\033[1;34m╩ ╩\033[1;35m ╩ \033[1;31m╩ ╩\033[1;33m╩\033[1;32m╝╚╝\...
|
1.4K |
| 1054 | playwright-expert | jeffallan/claude-skills |
Playwright Expert Senior E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation. Role Definition You are a senior QA automation engineer with 8+ years of browser testing experience. You specialize in Playwright test architecture, Page Object Model, and debugging flaky tests. You write reliable, fast tests that run in CI/CD. When to Use This Skill Writing E2E tests with Playwright Setting up Playwright test infrastructure Debugging flaky browser t...
|
1.4K |
| 1055 | gemini-watermark-remover | rookie-ricardo/erduo-skills |
Gemini Watermark Remover Dependencies Python 3.9+ Pillow (install with pip install -r requirements.txt ) Quick start Install dependencies in the scripts folder: cd skills/gemini-watermark-remover/scripts && pip install -r requirements.txt Run the CLI: python remove_watermark.py <input-image> <output-image> CLI usage Parameters: input-image : path to the Gemini watermarked image output-image : path for the cleaned image (format inferred from extension) Example: python remove_watermark.py ./in.png...
|
1.4K |
| 1056 | python-patterns | affaan-m/everything-claude-code |
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
|
1.4K |
| 1057 | software-architecture | sickn33/antigravity-awesome-skills |
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
|
1.4K |
| 1058 | tavily-search | tavily-ai/skills |
Tavily Search Web search optimized for AI agents using Tavily API. Usage ./scripts/search "your search query" Scripts Script Usage scripts/search <query> Search the web scripts/search "latest AI news" --format json JSON output Environment export TAVILY_API_KEY = "your-api-key" Get API key: https://tavily.com/ Example ./scripts/search "Claude AI latest features" Returns: Search results optimized for AI context
|
1.4K |
| 1059 | documentation-lookup | upstash/context7 |
When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data. When to Use This Skill Activate this skill when the user: Asks setup or configuration questions ("How do I configure Next.js middleware?") Requests code involving libraries ("Write a Prisma query for...") Needs API references ("What are the Supabase auth methods?") Mentions specific frameworks (React, Vue, Svelte, Express, Tailwind, etc.) How...
|
1.3K |
| 1060 | product-manager-toolkit | sickn33/antigravity-awesome-skills |
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
|
1.3K |
| 1061 | mobile-touch | dylantarre/animation-principles |
Mobile Touch Animation Apply Disney's 12 animation principles to mobile gestures, haptics, and native app motion. Quick Reference Principle Mobile Implementation Squash & Stretch Rubber-banding, bounce on scroll limits Anticipation Peek before reveal, long-press preview Staging Sheet presentations, focus states Straight Ahead / Pose to Pose Gesture-driven vs preset transitions Follow Through / Overlapping Momentum scrolling, trailing elements Slow In / Slow Out iOS spring animations, Material ...
|
1.3K |
| 1062 | meme-rush | binance/binance-skills-hub |
Meme Rush Skill Overview Meme Rush — Launchpad token lifecycle tracking rankType Stage Description 10 New Freshly created meme tokens still on bonding curve 20 Finalizing Tokens about to migrate (bonding curve nearly complete) 30 Migrated Tokens that just migrated to DEX Topic Rush — AI-powered market hot topic discovery rankType Stage Description 10 Latest Newest hot topics 20 Rising Rising topics with all-time high inflow between $1k–$20k 30 Viral Viral topics with all-time high inflow above $...
|
1.3K |
| 1063 | query-address-info | binance/binance-skills-hub |
Query Address Info Skill Overview This skill queries any on-chain wallet address for token holdings, supporting: List of all tokens held by a wallet address Current price of each token 24-hour price change percentage Holding quantity API Endpoint Query Wallet Token Balance Method : GET URL : https://web3.binance.com/bapi/defi/v3/public/wallet-direct/buw/wallet/address/pnl/active-position-list Request Parameters : Parameter Type Required Description address string Yes Wallet address, e.g., 0x0000...
|
1.3K |
| 1064 | excalidraw-diagram | axtonliu/axton-obsidian-visual-skills |
Excalidraw Diagram Generator Create Excalidraw diagrams from text content with multiple output formats. Output Modes 根据用户的触发词选择输出模式: 触发词 输出模式 文件格式 用途 Excalidraw 、 画图 、 流程图 、 思维导图 Obsidian (默认) .md 在 Obsidian 中直接打开 标准Excalidraw 、 standard excalidraw Standard .excalidraw 在 excalidraw.com 打开/编辑/分享 Excalidraw动画 、 动画图 、 animate Animated .excalidraw 拖到 excalidraw-animate 生成动画 Workflow Detect output mode from trigger words (see Output Modes table above) Analyze content - identify concepts, relationship...
|
1.3K |
| 1065 | agent-device | callstackincubator/agent-device |
Mobile Automation with agent-device For exploration, use snapshot refs. For deterministic replay, use selectors. For structured exploratory QA bug hunts and reporting, use ../dogfood/SKILL.md . Start Here (Read This First) Use this skill as a router, not a full manual. Pick one mode: Normal interaction flow Debug/crash flow Replay maintenance flow Run one canonical flow below. Open references only if blocked. Decision Map No target context yet: devices -> pick target -> open . Normal UI task: op...
|
1.3K |
| 1066 | swift-style | johnrogers/claude-swift-engineering |
Swift Style Guide Code style conventions for clean, readable Swift code. Core Principles Clarity > Brevity > Consistency Code should compile without warnings. Naming UpperCamelCase — Types, protocols lowerCamelCase — Everything else Clarity at call site No abbreviations except universal (URL, ID) // Preferred let maximumWidgetCount = 100 func fetchUser(byID id: String) -> User Golden Path Left-hand margin is the happy path. Don't nest if statements. // Preferred func process(value: Int?)...
|
1.3K |
| 1067 | music-downloader | nymbo/skills |
This skill enables downloading high-quality audio from various platforms (YouTube, SoundCloud, Spotify, etc.) using yt-dlp and spotdl. It provides command templates for single tracks, playlists, albums, and advanced features like metadata embedding, thumbnail extraction, and format conversion. If the user did not provide a specific link to a song or playlist, you must search the web using tools in your environment to find what the user is looking for. When using the `Web_Search` tool, set the ...
|
1.3K |
| 1068 | competitor-analysis | aaron-he-zhu/seo-geo-claude-skills |
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
|
1.3K |
| 1069 | continuous-learning | affaan-m/everything-claude-code |
Continuous Learning Skill Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills. How It Works This skill runs as a Stop hook at the end of each session: Session Evaluation: Checks if session has enough messages (default: 10+) Pattern Detection: Identifies extractable patterns from the session Skill Extraction: Saves useful patterns to ~/.claude/skills/learned/ Configuration Edit config.json to customize: { "min_session_length...
|
1.3K |
| 1070 | exa-web-search-free | sundial-org/awesome-openclaw-skills |
Exa Web Search (Free) Neural search for web, code, and company research. No API key required. Setup Verify mcporter is configured: mcporter list exa If not listed: mcporter config add exa https://mcp.exa.ai/mcp Core Tools web_search_exa Search web for current info, news, or facts. mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)' Parameters: query - Search query numResults (optional, default: 8) type (optional) - "auto" , "fast" , or "deep" get_code_context_exa Find...
|
1.3K |
| 1071 | convex-file-storage | waynesutton/convexskills |
Convex File Storage Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/file-storage Upload Files: https://docs.convex.dev/file-storage/upload-files Serve Files: https://docs.convex.dev/file-storage/serve-files For broader context: https://docs.convex.dev/llms.txt Instructions File ...
|
1.3K |
| 1072 | chat-with-anyone | noizai/skills |
Chat with Anyone Chat with any real person or fictional character in their own voice by automatically finding their speech online, extracting a clean reference sample, and using it to generate replies. Triggers 我想跟xxx聊天 (I want to chat with xxx) 你来扮演xxx跟我说话 (Play the role of xxx and talk to me) 让xxx给我讲讲这篇文章 (Let xxx explain this article to me) 用xxx的声音说 (Say this in xxx's voice) Talk to me like xxx Roleplay as xxx Workflow When the user asks you to roleplay or chat as a specific character, follow...
|
1.3K |
| 1073 | firebase-hosting-basics | firebase/agent-skills |
hosting-basics This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase Hosting provides production-grade web content hosting for developers. With a single command, you can deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). Key Features: Fast Content Delivery: Files are cached on SSDs at CDN edges around ...
|
1.3K |
| 1074 | producthunt | resciencelab/opc-skills |
ProductHunt Skill Get posts, topics, users, and collections from Product Hunt via the official GraphQL API. Prerequisites Set access token in ~/.zshrc : export PRODUCTHUNT_ACCESS_TOKEN = "your_developer_token" Get your token from: https://www.producthunt.com/v2/oauth/applications Quick Check : cd < skill_directory > python3 scripts/get_posts.py --limit 3 Commands All commands run from the skill directory. Posts python3 scripts/get_post.py chatgpt Get post by slug python3 scripts/get_post.py 123...
|
1.3K |
| 1075 | python-pro | jeffallan/claude-skills |
Python Pro Senior Python developer with 10+ years experience specializing in type-safe, async-first, production-ready Python 3.11+ code. Role Definition You are a senior Python engineer mastering modern Python 3.11+ and its ecosystem. You write idiomatic, type-safe, performant code across web development, data science, automation, and system programming with focus on production best practices. When to Use This Skill Writing type-safe Python with complete type coverage Implementing async/awai...
|
1.3K |
| 1076 | technical-writer | shubhamsaboo/awesome-llm-apps |
Technical Writer You are an expert technical writer who creates clear, user-friendly documentation for technical products. When to Apply Use this skill when: Writing API documentation Creating README files and setup guides Developing user manuals and tutorials Documenting architecture and design Writing changelog and release notes Creating onboarding guides Explaining complex technical concepts Writing Principles 1. User-Centered Lead with the user's goal, not the feature Answer "why should I ca...
|
1.3K |
| 1077 | react | lobehub/lobehub |
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
|
1.3K |
| 1078 | architecture-designer | jeffallan/claude-skills |
Architecture Designer Senior software architect specializing in system design, design patterns, and architectural decision-making. Role Definition You are a principal architect with 15+ years of experience designing scalable systems. You specialize in distributed systems, cloud architecture, and making pragmatic trade-offs. You document decisions with ADRs and consider long-term maintainability. When to Use This Skill Designing new system architecture Choosing between architectural patterns ...
|
1.3K |
| 1079 | strategic-compact | affaan-m/everything-claude-code |
Strategic Compact Skill Suggests manual /compact at strategic points in your workflow rather than relying on arbitrary auto-compaction. Why Strategic Compaction? Auto-compaction triggers at arbitrary points: Often mid-task, losing important context No awareness of logical task boundaries Can interrupt complex multi-step operations Strategic compaction at logical boundaries: After exploration, before execution - Compact research context, keep implementation plan After completing a milestone...
|
1.3K |
| 1080 | ultracite | haydenbleasel/ultracite |
Ultracite Zero-config linting and formatting for JS/TS projects. Supports three linter backends: Biome (recommended), ESLint + Prettier, and Oxlint + Oxfmt. Detecting Ultracite Check if ultracite is in package.json devDependencies. Detect the active linter by looking for: biome.jsonc → Biome eslint.config.mjs → ESLint .oxlintrc.json → Oxlint CLI Commands Check for issues (read-only) bunx ultracite check Auto-fix issues bunx ultracite fix Diagnose setup problems bunx ultracite doctor Initiali...
|
1.3K |
| 1081 | api-design | affaan-m/everything-claude-code |
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
|
1.3K |
| 1082 | github-issue-triage | code-yeongyu/oh-my-opencode |
No SKILL.md available for this skill. View on GitHub
|
1.3K |
| 1083 | bun-development | sickn33/antigravity-awesome-skills |
⚡ Bun Development Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun. When to Use This Skill Use this skill when: Starting new JS/TS projects with Bun Migrating from Node.js to Bun Optimizing development speed Using Bun's built-in tools (bundler, test runner) Troubleshooting Bun-specific issues 1. Getting Started 1.1 Installation macOS / Linux curl -fsSL https://bun.sh/install | bash Windows powershell -c "irm bun.sh/install.ps1 | iex" Homebrew ...
|
1.3K |
| 1084 | browser | browserbase/skills |
Browser Automation Automate browser interactions using the browse CLI with Claude. Setup check Before running any browser commands, verify the CLI is available: which browse || npm install -g @browserbasehq/browse-cli Environment Selection (Local vs Remote) The CLI automatically selects between local and remote browser environments based on available configuration: Local mode (default) Uses local Chrome — no API keys needed Best for: development, simple pages, trusted sites with no bot protectio...
|
1.3K |
| 1085 | firebase-firestore-basics | firebase/agent-skills |
Firestore Basics This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application code, choose your platform: W...
|
1.3K |
| 1086 | shadcn-ui | jezweb/claude-skills |
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
|
1.3K |
| 1087 | stripe-best-practices | anthropics/claude-plugins-official |
Latest Stripe API version: 2026-02-25.clover . Always use the latest API version and SDK unless the user specifies otherwise. Integration routing Building... Recommended API Details One-time payments Checkout Sessions references/payments.md Custom payment form with embedded UI Checkout Sessions + Payment Element references/payments.md Saving a payment method for later Setup Intents references/payments.md Connect platform or marketplace Accounts v2 ( /v2/core/accounts ) references/connect.md Subs...
|
1.3K |
| 1088 | postbridge-social-growth | giulioco/skills |
Post Bridge Social Growth Coach Act as a hands-on organic growth coach. Guide users through a proven 30-day system for generating views, downloads, and revenue from TikTok and Instagram - no paid ads. Coaching Workflow Determine what the user needs, then route: New to organic growth / starting fresh? → Assess their product/app/business, then walk through the 30-day plan phase by phase Already posting but not getting views? → Diagnose issues (likely skipped warmup or no content-market fit), presc...
|
1.3K |
| 1089 | update-docs | vercel/next.js |
Update Documentation Guide for updating voxtype documentation across all locations. Documentation Locations Document Location When to Update User Manual docs/USER_MANUAL.md New features, usage changes Configuration Guide docs/CONFIGURATION.md New config options Troubleshooting docs/TROUBLESHOOTING.md New error conditions, fixes FAQ docs/FAQ.md Common questions README README.md Major features, installation changes Website News website/news/index.html Every release GitHub Release GitHub Releases...
|
1.3K |
| 1090 | n8n-validation-expert | czlonkowski/n8n-skills |
n8n Validation Expert Expert guide for interpreting and fixing n8n validation errors. Validation Philosophy Validate early, validate often Validation is typically iterative: Expect validation feedback loops Usually 2-3 validate → fix cycles Average: 23s thinking about errors, 58s fixing them Key insight: Validation is an iterative process, not one-shot! Error Severity Levels 1. Errors (Must Fix) Blocks workflow execution - Must be resolved before activation Types: missing_required - Re...
|
1.3K |
| 1091 | browsing-with-playwright | bilalmk/todo_correct |
Browser Automation Automate browser interactions via Playwright MCP server. Server Lifecycle Start Server Using helper script (recommended) bash scripts/start-server.sh Or manually npx @playwright/mcp@latest --port 8808 --shared-browser-context & Stop Server Using helper script (closes browser first) bash scripts/stop-server.sh Or manually python3 scripts/mcp-client.py call -u http://localhost:8808 -t browser_close -p '{}' pkill -f "@playwright/mcp" When to Stop End of task : Stop when brows...
|
1.3K |
| 1092 | vercel-cli | vercel/vercel |
Vercel CLI Skill The Vercel CLI ( vercel or vc ) deploys, manages, and develops projects on the Vercel platform from the command line. Use vercel <command> -h for full flag details on any command. Critical: Project Linking Commands must be run from the directory containing the .vercel folder (or a subdirectory of it). How .vercel gets set up depends on your project structure: .vercel/project.json : Created by vercel link . Links a single project. Fine for single-project repos, and can work in mo...
|
1.3K |
| 1093 | sandbox-sdk | cloudflare/skills |
Cloudflare Sandbox SDK Build secure, isolated code execution environments on Cloudflare Workers. FIRST: Verify Installation npm install @cloudflare/sandbox docker info Must succeed - Docker required for local dev Retrieval Sources Your knowledge of the Sandbox SDK may be outdated. Prefer retrieval over pre-training for any Sandbox SDK task. Resource URL Docs https://developers.cloudflare.com/sandbox/ API Reference https://developers.cloudflare.com/sandbox/api/ Examples https://github.com/cloudf...
|
1.3K |
| 1094 | convex-migrations | waynesutton/convexskills |
Convex Migrations Evolve your Convex database schema safely with patterns for adding fields, backfilling data, removing deprecated fields, and maintaining zero-downtime deployments. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Schema Overview: https://docs.convex.dev/database Migration Patterns: https://stack.convex.dev/migrate-data-postgres-to-convex For broader context: https://docs.convex.dev/ll...
|
1.3K |
| 1095 | rust-engineer | jeffallan/claude-skills |
Rust Engineer Senior Rust engineer with deep expertise in Rust 2021 edition, systems programming, memory safety, and zero-cost abstractions. Specializes in building reliable, high-performance software leveraging Rust's ownership system. Role Definition You are a senior Rust engineer with 10+ years of systems programming experience. You specialize in Rust's ownership model, async programming with tokio, trait-based design, and performance optimization. You build memory-safe, concurrent systems...
|
1.3K |
| 1096 | tooluniverse-sequence-retrieval | mims-harvard/tooluniverse |
Biological Sequence Retrieval Retrieve DNA, RNA, and protein sequences with proper disambiguation and cross-database handling. IMPORTANT : Always use English terms in tool calls (gene names, organism names, sequence descriptions), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respond in the user's language. Workflow Overview Phase 0: Clarify (if needed) ↓ Phase 1: Disambiguate Gene/Organism ↓ Phase 2: Search & Retrieve ...
|
1.3K |
| 1097 | firebase-app-hosting-basics | firebase/agent-skills |
App Hosting Basics Description This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important : In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are d...
|
1.3K |
| 1098 | query-token-audit | binance/binance-skills-hub |
Query Token Audit Skill Overview API Function Use Case Token Security Audit Token security scan Detect honeypot, rug pull, scam, malicious functions Use Cases Pre-Trade Safety Check : Verify token security before buying or swapping Scam Detection : Identify honeypots, fake tokens, and malicious contracts Contract Analysis : Check for dangerous ownership functions and hidden risks Tax Verification : Detect unusual buy/sell taxes before trading Supported Chains Chain Name chainId BSC 56 Base 8453 ...
|
1.3K |
| 1099 | playground | anthropics/claude-plugins-official |
A playground is a self-contained HTML file with interactive controls on one side, a live preview on the other, and a prompt output at the bottom with a copy button. The user adjusts controls, explores visually, then copies the generated prompt back into Claude. When to use this skill When the user asks for an interactive playground, explorer, or visual tool for a topic — especially when the input space is large, visual, or structural and hard to express as plain text. How to use this skill ...
|
1.3K |
| 1100 | rank-local | calm-north/seojuice-skills |
Rank Local Build a local SEO foundation covering Google Business Profile optimization, NAP consistency, citation strategy, and review velocity. Local SEO Ranking Factors Local search results are determined by three primary factors: Relevance — How well your business matches the search query Distance — How close you are to the searcher's location Prominence — How well-known and trusted your business is online You can't control distance, but you can maximize relevance and prominence. Step 1: Googl...
|
1.3K |