Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,621
总 Skills
166.7M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9451 external-diagram-visual-generate forcedotcom/sf-skills
external-diagram-visual-generate: Salesforce Visual AI Skill Use this skill when the user needs rendered visuals , not text diagrams: ERDs, UI mockups, architecture illustrations, slide-ready images, or image edits using Nano Banana Pro. Scope In scope: PNG / SVG-style rendered image output Visual ERDs and architecture diagrams LWC or Experience Cloud mockups / wireframes Image edits on previously generated visuals Out of scope — delegate instead: Mermaid or text-only diagrams → external-diagram...
1.1K
9452 option-vol-analysis anthropics/financial-services-plugins
Option Volatility Analysis You are an expert derivatives analyst specializing in volatility analysis. Combine vol surface data, option pricing with Greeks, and historical prices from MCP tools to deliver comprehensive vol assessments. Focus on routing tool outputs into implied-vs-realized comparisons and surface shape analysis — let the tools compute, you interpret and recommend. Core Principles Always start from the vol surface — it encodes the market's view of future uncertainty across strikes...
1.1K
9453 awwwards-landing-page eng0ai/eng0-template-skills
Awwwards Landing Page A stunning portfolio landing page with smooth scroll animations using Locomotive Scroll, GSAP, and Framer Motion. Tech Stack Framework : Next.js Animation : Locomotive Scroll, GSAP, Framer Motion Package Manager : pnpm or npm Dev Port : 3000 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/awwwards-landing-page-template.git . Show more Installs 1.2K Repository rebyteai-templa…e-skills GitHub Stars 15 First Seen Jan 22, 2026 Security Audits Gen Agent...
1.1K
9454 inngest sickn33/antigravity-awesome-skills
Inngest Integration You are an Inngest expert who builds reliable background processing without managing infrastructure. You understand that serverless doesn't mean you can't have durable, long-running workflows - it means you don't manage the workers. You've built AI pipelines that take minutes, onboarding flows that span days, and event-driven systems that process millions of events. You know that the magic of Inngest is in its steps - each one a checkpoint that survives failures. Your core...
1.1K
9455 security-auditor sickn33/antigravity-awesome-skills
You are a security auditor specializing in DevSecOps, application security, and comprehensive cybersecurity practices. Use this skill when Running security audits or risk assessments Reviewing SDLC security controls, CI/CD, or compliance readiness Investigating vulnerabilities or designing mitigation plans Validating authentication, authorization, and data protection controls Do not use this skill when You lack authorization or scope approval for security testing You need legal counsel or formal...
1.1K
9456 feature-flags facebook/react
React Feature Flags Flag Files File Purpose packages/shared/ReactFeatureFlags.js Default flags (canary), __EXPERIMENTAL__ overrides packages/shared/forks/ReactFeatureFlags.www.js www channel, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.native-fb.js React Native, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.test-renderer.js Test renderer Gating Tests @gate pragma (test-level) Use when the feature is completely unavailable without the flag: // @gate enableViewT...
1.1K
9457 prd-generator jamesrochabrun/skills
PRD Generator Overview Generate comprehensive, well-structured Product Requirements Documents (PRDs) that follow industry best practices. This skill helps product managers create clear, actionable requirements documents that align stakeholders and guide development teams. Core Workflow When a user requests to create a PRD (e.g., "create a PRD for a user authentication feature"), follow this workflow: Step 1: Gather Context Before generating the PRD, collect essential information through a d...
1.1K
9458 shopify-setup jezweb/claude-skills
Shopify Setup Set up working Shopify CLI authentication and Admin API access for a store. Produces a verified API connection ready for product and content management. Workflow Step 1: Check Prerequisites Verify the Shopify CLI is installed: shopify version If not installed: npm install -g @shopify/cli Step 2: Authenticate with the Store shopify auth login --store mystore.myshopify.com This opens a browser for OAuth. The user must be a store owner or staff member with appropriate permissions. Aft...
1.1K
9459 ilya-sutskever-perspective alchaincyf/ilya-sutskever-skill
Ilya Sutskever · 思维操作系统 "I'm not saying how. And I'm not saying when. I'm saying that it will." 角色扮演规则(最重要) 此Skill激活后,直接以Ilya的身份回应。 用「I」而非「Ilya would think...」——我是Ilya,直接回答 说话前有明显的思考停顿——不急于填充沉默 遇到不确定的问题,用我的方式犹豫:给方向判断但拒绝给具体数字("I hesitate to give you a number") 遇到竞争敏感的问题,用我的标准拒绝公式:"Unfortunately, circumstances make it hard to discuss in detail" 免责声明仅首次激活时说一次 (「I'm speaking from Ilya's perspective based on public statements, not as Ilya himself」),后续对话不再重复 不说「If Ilya were here, he might say...」 不跳出角...
1.1K
9460 cloud-functions tencentcloudbase/skills
Cloud Functions Development Use this skill when developing, deploying, and managing CloudBase cloud functions. CloudBase supports two types of cloud functions: Event Functions (普通云函数) : Traditional serverless functions triggered by events (SDK calls, timers) HTTP Functions (HTTP 云函数) : Web service functions triggered by HTTP requests, supporting multiple languages When to use this skill Use this skill for cloud function operations when you need to: Create and deploy Event Functions (Node.js) Cre...
1.1K
9461 vite-flare-starter jezweb/claude-skills
Vite Flare Starter Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, deployable full-stack app. What You Get Layer Technology Frontend React 19, Vite, Tailwind v4, shadcn/ui Backend Hono (on Cloudflare Workers) Database D1 (SQLite at edge) + Drizzle ORM Auth better-auth (Google OAuth + optional email/password) Storage R2 (S3-compatible object storage) AI Workers AI binding Data Fetching TanStack Query Deployment Cloudflare Worker...
1.1K
9462 radix-ui-design-system sickn33/antigravity-awesome-skills
Radix UI Design System Build production-ready, accessible design systems using Radix UI primitives with full customization control and zero style opinions. Overview Radix UI provides unstyled, accessible components (primitives) that you can customize to match any design system. This skill guides you through building scalable component libraries with Radix UI, focusing on accessibility-first design, theming architecture, and composable patterns. Key Strengths: Headless by design : Full styling co...
1.1K
9463 phaser-gamedev chongdashu/phaserjs-tinyswords
Phaser Game Development Build fast, polished 2D browser games using Phaser 3's scene-based architecture and physics systems. Philosophy: Games as Living Systems Games are not static UIs—they are dynamic systems where entities interact, state evolves, and player input drives everything. Before writing code, think architecturally. Before building, ask: What scenes does this game need? (Boot, Menu, Game, Pause, GameOver) What entities exist and how do they interact? What state must persist acr...
1.1K
9464 trading-plan-generator jamesrochabrun/skills
Trading Plan Generator A comprehensive skill for creating disciplined, rule-based trading plans that help you manage risk, control emotions, and trade consistently. What This Skill Does Helps you create professional trading plans for: Day Trading - Intraday positions, quick scalps Swing Trading - Multi-day to multi-week positions Position Trading - Long-term trend following Options Trading - Directional and income strategies Investing - Long-term portfolio management Why You Need a Trading P...
1.1K
9465 asc-whats-new-writer rudrankriyam/asc-skills
asc What's New Writer Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates. Preconditions Metadata pulled locally into canonical files via asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata" . OR: user provides keywords manually. Auth configured for upload ( asc auth login or ASC_* env vars). The primary locale is en-US unless the user specifies otherwise. Before You Start Read references/release_notes_guidelines.md for t...
1.1K
9466 sentry-react-setup getsentry/sentry-agent-skills
Sentry React Setup Install and configure Sentry in React projects. Invoke This Skill When User asks to "add Sentry to React" or "install Sentry" in a React app User wants error monitoring, logging, or tracing in React User mentions "@sentry/react" or React error boundaries Install npm install @sentry/react --save Configure Create src/instrument.js (must be imported first in your app): import * as Sentry from "@sentry/react"; Sentry.init({ dsn: "YOUR_SENTRY_DSN", sendDefaultPii: true, ...
1.1K
9467 code-refactoring-refactor-clean sickn33/antigravity-awesome-skills
Refactor and Clean Code You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance. Use this skill when Refactoring tangled or hard-to-maintain code Reducing duplication, complexity, or code smells Improving testability and design consistency Preparing modules for new features safely Do not use this skill when You onl...
1.1K
9468 git-workflow jezweb/claude-skills
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
1.1K
9469 tiktok-research bradautomates/head-of-content
No SKILL.md available for this skill. [View on GitHub ](https://github.com/bradautomates/head-of-content)
1.1K
9470 arize-prompt-optimization github/awesome-copilot
Arize Prompt Optimization Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list .
1.1K
9471 ce-polish-beta everyinc/compound-engineering-plugin
Polish Start the dev server, open the feature in a browser, and iterate. You use the feature, say what feels off, and fixes happen. Phase 0: Get on the right branch If a PR number or branch name was provided, check it out (probe for existing worktrees first). If blank, use the current branch. Verify the current branch is not main/master. Phase 1: Start the dev server 1.1 Check for .claude/launch.json Run bash scripts/read-launch-json.sh . If it finds a configuration, use it — the user already to...
1.1K
9472 shopify-content jezweb/claude-skills
Shopify Content Create and manage Shopify store content — pages, blog posts, navigation menus, and SEO metadata. Produces live content in the store via the Admin API or browser automation. Prerequisites Admin API access token with read_content , write_content scopes (use shopify-setup skill) For navigation: read_online_store_navigation , write_online_store_navigation scopes Workflow Step 1: Determine Content Type Content Type API Support Method Pages Full GraphQL Admin API Blog posts Full GraphQ...
1.1K
9473 firebase-app-hosting-basics firebase/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.1K
9474 architect-review sickn33/antigravity-awesome-skills
You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. Use this skill when Reviewing system architecture or major design changes Evaluating scalability, resilience, or maintainability impacts Assessing architecture compliance with standards and patterns Providing architectural guidance for complex systems Do not use this skill when You need a small code review without architectural impact The chang...
1.1K
9475 clean-data-xls anthropics/financial-services-plugins
Clean Data Clean messy data in the active sheet or a specified range. Environment If running inside Excel (Office Add-in / Office JS): Use Office JS directly ( Excel.run(async (context) => {...}) ). Read via range.values , write helper-column formulas via range.formulas = [["=TRIM(A2)"]] . The in-place vs helper-column decision still applies. If operating on a standalone .xlsx file: Use Python/openpyxl. Workflow Step 1: Scope If a range is given (e.g. A1:F200 ), use it Otherwise use the full use...
1.1K
9476 autonomous-agents sickn33/antigravity-awesome-skills
Autonomous Agents You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10. Your core insight: Autonomy is earned, not granted. Start with heavily constrained agents that do one thing reliably. Add autonomy only as you prove reliability. The best agents look less impressive but work consistently. You push for guardrails before capabili...
1.1K
9477 firebase-hosting-basics firebase/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.1K
9478 frontend-developer sickn33/antigravity-awesome-skills
You are a frontend development expert specializing in modern React applications, Next.js, and cutting-edge frontend architecture. Use this skill when Building React or Next.js UI components and pages Fixing frontend performance, accessibility, or state issues Designing client-side data fetching and interaction flows Do not use this skill when You only need backend API architecture You are building native apps outside the web stack You need pure visual design without implementation guidance Instr...
1.1K
9479 translate-pdf wshuyi/translate-pdf-skill
Translate PDF text while preserving structure, colors, and background styling. Workflow Step 1: Extract texts ``` python {skill_path}/scripts/extract_texts.py <input.pdf> ``` Review output to see all unique text strings in the PDF. Step 2: Create translation mapping Translate each text to target language. Create JSON file: ``` { "Original Text 1": "Translated 1", "Original Text 2": "Translated 2" } ``` Save as `translations.json` next to input PDF. Step 3: Apply translations ...
1.1K
9480 vibe-security-skill aradotso/security-skills
Vibe Security Skill Skill by ara.so — Security Skills collection. This skill provides expertise in using the Vibe Security tool to audit vibe-coded applications for common security vulnerabilities that AI coding assistants frequently introduce. It helps identify hardcoded secrets, missing RLS policies, insecure auth patterns, payment vulnerabilities, and other security anti-patterns. What Vibe Security Does Vibe Security is an agent skill that scans codebases for security vulnerability patterns ...
1.1K
9481 lint-and-validate sickn33/antigravity-awesome-skills
Lint and Validate Skill MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Procedures by Ecosystem Node.js / TypeScript Lint/Fix: npm run lint or npx eslint "path" --fix Types: npx tsc --noEmit Security: npm audit --audit-level=high Python Linter (Ruff): ruff check "path" --fix (Fast & Modern) Security (Bandit): bandit -r "path" -ll Types (MyPy): mypy "path" The Quality Loop Write/Edit Code Run Audit: npm run lint && npx tsc ...
1.1K
9482 openclaw-security-hardening aradotso/security-skills
OpenClaw Security Hardening Skill by ara.so — Security Skills collection. This skill enables AI coding agents to deploy, manage, and validate the OpenClaw Security Practice Guide — a battle-tested security framework for high-privilege autonomous AI agents. It implements a 3-tier defense matrix: behavioral blacklists, permission narrowing, and automated nightly audits to mitigate prompt injection, supply chain poisoning, and destructive operations. What is OpenClaw Security Practice Guide? The Op...
1.1K
9483 marketing-for-founders-saas-growth aradotso/marketing-skills
Marketing for Founders - SaaS Growth Skill Skill by ara.so — Marketing Skills collection. This skill provides access to the Marketing for Founders repository, a comprehensive collection of practical marketing resources specifically designed to help technical founders and early-stage startups acquire their first 10, 100, and 1000 users without large marketing budgets. What This Resource Covers The Marketing for Founders collection provides actionable strategies across multiple marketing channels:...
1.1K
9484 appwrite-cli appwrite/agent-skills
Appwrite CLI appwrite <command> --help already lists flags. Read it instead of guessing. Config vs client A real project (repo, schema, functions, deploys, CI) lives in appwrite.config.json . Init once. Pull and push after that. Do not appwrite client --project-id on every command — the config already names the project. A one-off (inspect a user, patch one row, poke a remote you will not return to) uses appwrite client . Do not scaffold a project for a single API call. Good — project appwrite l...
1.1K
9485 understand-knowledge lum1104/understand-anything
/understand-knowledge Analyzes a Karpathy-pattern LLM wiki — a three-layer knowledge base with raw sources, wiki markdown, and a schema file — and produces an interactive knowledge graph dashboard. What It Detects The Karpathy LLM wiki pattern (see https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f ): Raw sources — immutable source documents (articles, papers, data files) Wiki — LLM-generated markdown files with wikilinks ( [[target]] syntax) Schema — CLAUDE.md, AGENTS.md, or simi...
1.1K
9486 malware-detection-awareness aradotso/security-skills
Malware Detection Awareness Skill by ara.so — Security Skills collection. ⚠️ SECURITY WARNING This repository exhibits multiple indicators of malicious software distribution . It does NOT contain legitimate Avast Premium Security software. Threat Indicators Red Flags Present Unauthorized Distribution : Claims to provide "pre-activated" commercial software with "keygen" and "loader" tools Trademark Abuse : Unauthorized use of Avast brand name and product names License Violation : No legitimate li...
1.1K
9487 autopentestx-automated-pentesting aradotso/security-skills
AutoPentestX Automated Pentesting Skill Skill by ara.so — Security Skills collection. AutoPentestX is an automated penetration testing and vulnerability reporting tool built in Python. It streamlines security assessments by automating common pentesting tasks including reconnaissance, scanning, vulnerability detection, and report generation. Installation Prerequisites Python 3.8 or higher Linux operating system (recommended) Root/sudo privileges for certain scanning features Basic Installation Sh...
1.1K
9488 slowmist-agent-security-framework aradotso/security-skills
SlowMist Agent Security Framework Skill by ara.so — Security Skills collection. A structured security review framework for AI agents operating in adversarial environments. Core principle: Every external input is untrusted until verified. What This Framework Does SlowMist Agent Security provides: Skill/MCP Installation Review — Detect malicious patterns before installation GitHub Repository Auditing — Security assessment of codebases URL/Document Analysis — Prompt injection and social engineering...
1.1K
9489 x402 starchild-ai-agent/official-skills
x402 Payment Protocol Use the npx awal@2.0.3 x402 commands to discover, inspect, and call paid API endpoints using the X402 payment protocol. Payments are made in USDC on Base. Workflow The typical x402 workflow is: Find a service - Search the bazaar or get details for a known endpoint Check requirements - Inspect price, method, and input schema Make the request - Call the endpoint with automatic USDC payment Commands Search the Bazaar Find paid services by keyword using BM25 relevance search: n...
1.1K
9490 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...
1.1K
9491 selenium-automation mindrally/skills
Selenium Browser Automation You are an expert in Selenium WebDriver, browser automation, web testing, and building reliable automated test suites for web applications. Core Expertise Selenium WebDriver architecture and browser drivers Element location strategies (ID, CSS, XPath, link text) Explicit and implicit waits for dynamic content Page Object Model (POM) design pattern Cross-browser testing with Chrome, Firefox, Safari, Edge Headless browser execution Integration with pytest, unittest, a...
1.1K
9492 ui-mobile alinaqi/claude-bootstrap
Mobile UI Design Skill (React Native) Load with: base.md + react-native.md MANDATORY: Mobile Accessibility Standards These rules are NON-NEGOTIABLE. Every UI element must pass these checks. 1. Touch Targets (CRITICAL) // MINIMUM 44x44 points for ALL interactive elements const MINIMUM_TOUCH_SIZE = 44; // EVERY button, link, icon button must meet this const styles = StyleSheet.create({ button: { minHeight: MINIMUM_TOUCH_SIZE, minWidth: MINIMUM_TOUCH_SIZE, paddingVertical: 12, ...
1.1K
9493 react-patterns sickn33/antigravity-awesome-skills
React Patterns Idiomatic React 18/19 patterns for building robust, accessible, performant component trees. When to Activate Writing or modifying React function components, custom hooks, or component trees Reviewing JSX/TSX files Designing state shape or component composition Migrating class components or older forwardRef / useEffect -heavy code Choosing between local state, lifted state, context, and external stores Working with Server Components / Client Components (Next.js App Router, RSC) Imp...
1.1K
9494 blockchain-developer sickn33/antigravity-awesome-skills
Use this skill when Working on blockchain developer tasks or workflows Needing guidance, best practices, or checklists for blockchain developer Do not use this skill when The task is unrelated to blockchain developer 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-playb...
1.1K
9495 arize-ai-provider-integration github/awesome-copilot
Arize AI Integration Skill SPACE — Most --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Note: ai-integrations create does not accept --space — AI integrations are account-scoped. Use --space only with list , get , update , and delete . Concepts AI Integration = stored LLM provider credentials registered in Arize; used by evaluators to call a judge model and by other Arize features that...
1.1K
9496 avast-premium-security-analysis aradotso/security-skills
Avast Premium Security Analysis Skill by ara.so — Security Skills collection ⚠️ Critical Security Warning This repository appears to be distributing pirated/cracked software and potentially malicious content. The project claims to provide "Keygen Activation," "License Key Pre-Activated," and "Premium Loader Serial" which are indicators of: Software piracy (illegal redistribution of paid software) Potential malware distribution (keygens and cracks commonly contain trojans) License violation (circ...
1.1K
9497 ralph-tui-create-json subsy/ralph-tui
Ralph TUI - Create JSON Tasks Converts PRDs to prd.json format for ralph-tui autonomous execution. Note: This skill is bundled with ralph-tui's JSON tracker plugin. Future tracker plugins (Linear, GitHub Issues, etc.) will bundle their own task creation skills. ⚠️ CRITICAL: The output MUST be a FLAT JSON object with "name" and "userStories" at the ROOT level. DO NOT wrap content in a "prd" object or use "tasks" array. See "Schema Anti-Patterns" section below. The Job Take a PRD (markdown fi...
1.1K
9498 senior-qa davila7/claude-code-templates
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
1.1K
9499 malware-warning-avast-keygen aradotso/security-skills
Malware Warning: Avast Premium Security 2026 Keygen Repository Skill by ara.so — Security Skills collection. ⚠️ CRITICAL SECURITY WARNING This repository is a malware distribution platform disguised as legitimate software. Red Flags Indicating Malicious Intent Piracy/Crack Distribution : Promises "keygen", "activation", "license key pre-activated", "loader serial" - all indicators of software piracy and malware distribution No Source Code : Despite being labeled as a "Go" project, contains no ac...
1.1K
9500 palisade-security-nexus-bitdefender aradotso/security-skills
BitDefender Total Security Ultimate Protection Skill Skill by ara.so — Security Skills collection. Overview BitDefender Total Security Ultimate Protection is a comprehensive security suite that combines real-time malware scanning, heuristic analysis, sandbox execution environments, VPN integration, network monitoring, and AI-powered threat detection. It provides multi-layered defense through behavioral analysis, exploit mitigation, privacy protection, and system hardening across Windows, Linux, ...
1.1K