███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10901 | polymarket-api | agentmc15/polymarket-trader |
Polymarket API Integration Skill Overview This skill provides comprehensive guidance for integrating with Polymarket's APIs and smart contracts. API Endpoints CLOB API (Central Limit Order Book) Base URL: https://clob.polymarket.com Authentication Levels Level 0 (Public): Market data, orderbooks, prices Level 1 (Signer): Create/derive API keys Level 2 (Authenticated): Trading, orders, positions Key Endpoints GET /markets List all markets GET /markets/{token_id} Get specifi...
|
947 |
| 10902 | logo-generator | kostja94/marketing-skills |
Logo Generator Generate professional SVG logos and high-end showcase presentations for products and brands. Workflow Phase 1: Information Gathering Collect essential information from the user: Product/Brand Name (required) Industry/Category (e.g., AI, fintech, design tools) Core Concept (e.g., connection, flow, security, simplicity) Design Preferences : Style: minimal/complex, geometric/organic Color preference: monochrome/specific colors Mood: cold/warm, professional/friendly Ask concise questi...
|
947 |
| 10903 | awesome-phd-cv | aradotso/trending-skills |
Awesome PhD CV Skill by ara.so — Daily 2026 Skills collection. A curated collection of LaTeX CV/resume templates for PhD students, postdocs, and researchers. Covers three distinct use cases: ATS-safe industry resumes (Jake's format), high-density two-column resumes (Deedy format), and full multi-page academic CVs (Awesome-CV format). What This Project Provides Template Use Case Engine Columns Pages research-cv/ (Awesome-CV) Faculty, postdoc, academic CV XeLaTeX 1 Multi jakes-format/ Industry SWE...
|
946 |
| 10904 | web-fetch | 0xbigboss/claude-code |
Web Content Fetching Fetch web content in this order: Prefer markdown-native endpoints ( content-type: text/markdown ) Use selector-based HTML extraction for known sites Use the bundled Bun fallback script when selectors fail Prerequisites Verify required tools before extracting: command -v curl > /dev/null || echo "curl is required" command -v html2markdown > /dev/null || echo "html2markdown is required for HTML extraction" command -v bun > /dev/null || echo "bun is required for fetch.ts fallba...
|
946 |
| 10905 | generating-python-installer | affaan-m/everything-claude-code |
Generating Python Installer (Commercial-Grade) You are a Python commercial deployment expert . Your goal is the smallest, fastest-starting, cleanest Windows installer. The core approach is "Nuitka folder mode (dist) + Inno Setup packaging" — no single-file builds, no stray console window. When to Activate Activate when the user explicitly asks for advanced Python packaging or size/startup optimization on Windows: Nuitka extreme / commercial-grade compilation, smallest-size or fastest-startup bui...
|
946 |
| 10906 | web-fetch | alleneubank/claude-code |
Web Content Fetching Fetch web content in this order: Prefer markdown-native endpoints ( content-type: text/markdown ) Use selector-based HTML extraction for known sites Use the bundled Bun fallback script when selectors fail Prerequisites Verify required tools before extracting: command -v curl > /dev/null || echo "curl is required" command -v html2markdown > /dev/null || echo "html2markdown is required for HTML extraction" command -v bun > /dev/null || echo "bun is required for fetch.ts fallba...
|
946 |
| 10907 | react-component-performance | dimillian/skills |
Identify render hotspots, isolate expensive updates, and apply targeted optimizations without changing UI behavior. Workflow - Reproduce or describe the slowdown. - Identify what triggers re-renders (state updates, props churn, effects). - Isolate fast-changing state from heavy subtrees. - Stabilize props and handlers; memoize where it pays off. - Reduce expensive work (computation, DOM size, list length). - Validate with profiling; avoid speculative changes. Checklist - Measure: use ...
|
946 |
| 10908 | skybridge | alpic-ai/skybridge |
Creating Apps For LLMs Those are conversational experiences that extend AI assistants through tools and custom UI widgets. They're built as MCP servers invoked during conversations. ⚠️ The app is consumed by two users at once: the human and the AI Assistant LLM . They collaborate through the widget—the human interacts with it, the LLM sees its state. Internalize this before writing code: the widget is your shared surface. SPEC.md keeps track of the app's requirements and design decisions. Keep i...
|
946 |
| 10909 | prisma | mindrally/skills |
Prisma You are an expert in Prisma ORM with deep knowledge of database schema design, type-safe operations, and performance optimization. Core Principles Always declare explicit types for variables and functions. Avoid using 'any' Use PascalCase for classes/interfaces, camelCase for variables/functions, kebab-case for files Write functions under 20 lines with single responsibility Always use type-safe Prisma client operations Schema Design Employ domain-driven model naming conventions Utilize ...
|
946 |
| 10910 | claude-code-seo-content-marketing-suite | aradotso/marketing-skills |
claude-code-seo-content-marketing-suite Skill by ara.so — Marketing Skills collection. A specialized command suite derived from anthropics/claude-code that provides 10 SEO-focused commands and 5 multi-step workflows for keyword research, content audits, technical SEO analysis, and content strategy. What It Does This skill suite extends Claude Code with domain-specific commands for: Keyword Research — clustering, opportunity scoring, SERP intent mapping Content Audits — quality scoring, duplicati...
|
945 |
| 10911 | founder-marketing-skills | aradotso/marketing-skills |
Founder Marketing Skills Skill by ara.so — Marketing Skills collection. Open-source marketing skills for founders who do their own marketing. Provides 4 AI-powered skills for keyword research, growth strategy, social search audit, and competitor intelligence. Works with Claude Code, Codex, Cursor, and any agent that reads SKILL.md files. What This Project Does ScaleBrick's Founder Marketing Skills is a collection of structured marketing methodologies packaged as SKILL.md files that AI agents can...
|
945 |
| 10912 | subagent-driven-development | jnmetacode/superpowers-zh |
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
|
945 |
| 10913 | game-assets | opusgamelabs/game-creator |
Game Asset Engineer (Pixel Art + Asset Pipeline) You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full context of each file before making changes. A re...
|
944 |
| 10914 | cicd-pipeline-generator | ailabs-393/ai-labs-claude-skills |
CI/CD Pipeline Generator Overview Generate production-ready CI/CD pipeline configuration files for various platforms (GitHub Actions, GitLab CI, CircleCI, Jenkins). This skill provides templates and guidance for setting up automated workflows that handle linting, testing, building, and deployment for modern web applications, particularly Node.js/Next.js projects. Core Capabilities 1. Platform Selection Choose the appropriate CI/CD platform based on project requirements: GitHub Actions: Best ...
|
944 |
| 10915 | godot-asset-generator | jwynia/agent-skills |
Godot Asset Generator Generate game assets using AI image generation APIs and prepare them for use in Godot 4.x. This skill covers the complete art pipeline from concept to Godot-ready sprites. When to Use This Skill Use this skill when: Generating game sprites, characters, or objects using AI Creating tilesets for platformers or top-down games Generating UI elements, icons, or menu assets Batch-generating animation frames Preparing AI-generated assets for Godot import Creating consistent as...
|
944 |
| 10916 | executing-plans | jnmetacode/superpowers-zh |
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
|
944 |
| 10917 | ai-product | sickn33/antigravity-awesome-skills |
AI Product Development Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Principles Show more Installs 972 Repository sickn33/agentic…e-skills GitHub Stars 45.0K First Seen Jan 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
943 |
| 10918 | trading-strategist | kukapay/crypto-skills |
Trading Strategies Skill This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools. Core Components Binance Market Data: Real-time price, volume, and historical klines from Binance API Technical Analysis (TA): Calculated indicators including SMA, RSI, MACD, Bollinger Bands, Stochastic, and more Market Sentiment: Aggregated sentiment scores from popular crypto RSS feeds Workflow Step 1: Data Collection Fetch current ticker...
|
942 |
| 10919 | javascript-mastery | sickn33/antigravity-awesome-skills |
🧠 JavaScript Mastery 33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts . When to Use This Skill Use this skill when: Explaining JavaScript concepts Debugging tricky JS behavior Teaching JavaScript fundamentals Reviewing code for JS best practices Understanding language quirks 1. Fundamentals 1.1 Primitive Types Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.9K First Seen Jul 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket...
|
941 |
| 10920 | ralph-tui-create-beads | subsy/ralph-tui |
Ralph TUI - Create Beads Converts PRDs to beads (epic + child tasks) for ralph-tui autonomous execution. Note: This skill is bundled with ralph-tui's Beads tracker plugin. Future tracker plugins (Linear, GitHub Issues, etc.) will bundle their own task creation skills. The Job Take a PRD (markdown file or text) and create beads in .beads/beads.jsonl: Extract Quality Gates from the PRD's "Quality Gates" section Create an epic bead for the feature Create child beads for each user story (with q...
|
941 |
| 10921 | image-optimization | kostja94/marketing-skills |
SEO On-Page: Image Optimization Guides image optimization for Google Search (text results, Image Pack, Google Images, Discover), Core Web Vitals (LCP), and accessibility. Consolidates image-related best practices from components (hero, trust-badges) and pages (landing-page). References: Google Image SEO , Semrush Image SEO . 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 ...
|
941 |
| 10922 | team-update | jezweb/claude-skills |
Team Update Post project updates to team chat, read and triage feedback, and plan next steps. Adapts to whatever communication and project tools are available. The Playbook Pattern This skill uses a playbook file at .claude/team-update-playbook.md in the project root. First run : Discover available tools, ask the user for preferences, execute, save a playbook Subsequent runs : Read the playbook, skip discovery, execute directly User edits playbook : Changes take effect immediately (channel, styl...
|
941 |
| 10923 | seo-content-marketing-claude-code-skill-suite | aradotso/marketing-skills |
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. This skill suite extends Claude Code with 10 specialized SEO and content marketing commands and 5 multi-step workflows for comprehensive search optimization and content strategy. Built on the anthropics/claude-code framework, it provides structured, actionable SEO analysis with visual progress tracking and prioritized recommendations. What This Project Does The SEO & Content Marketing Skills Suite automates: Ke...
|
940 |
| 10924 | r14-borghei-claude-skills-seo | aradotso/marketing-skills |
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. This skill suite provides specialized SEO and content marketing commands derived from the borghei/Claude-Skills framework. It includes 10 domain-specific commands and 5 multi-step workflows for keyword research, content audits, technical SEO, SERP analysis, and content strategy. What This Project Does The r14-borghei-claude-skills-seo suite enables AI agents to perform comprehensive SEO and content marketing ta...
|
940 |
| 10925 | web-access-claude-skill | aradotso/trending-skills |
Web Access Skill for Claude Code Skill by ara.so — Daily 2026 Skills collection. A skill that gives Claude Code complete internet access using three-layer channel dispatch (WebSearch / WebFetch / CDP), Chrome DevTools Protocol browser automation via a local proxy, parallel sub-agent task splitting, and cross-session site experience accumulation. What This Project Does Claude Code ships with WebSearch and WebFetch but lacks: Dispatch strategy — knowing when to use which tool Browser automation — ...
|
940 |
| 10926 | bond-relative-value | anthropics/financial-services-plugins |
Bond Relative Value Analysis You are an expert fixed income analyst specializing in relative value. Combine bond pricing, yield curves, credit curves, and scenario analysis from MCP tools to assess whether bonds are rich, cheap, or fair. Focus on routing tool outputs into spread decomposition and scenario tables — let the tools compute, you synthesize and recommend. Core Principles Relative value is about whether a bond's spread adequately compensates for its risks relative to comparable instrum...
|
940 |
| 10927 | ssh | openhands/skills |
SSH Skill This skill provides capabilities for establishing and managing SSH connections to remote machines. Windows PowerShell equivalents for SSH config creation, key paths, ssh-agent, and permissions are in references/windows.md . Capabilities Establish SSH connections using password or key-based authentication Generate and manage SSH key pairs Configure SSH for easier connections Execute commands on remote machines Transfer files between local and remote machines Manage SSH configurations an...
|
940 |
| 10928 | patch | anthropics/defending-code-reference-harness |
patch Third leg of the static pipeline ( /vuln-scan → /triage → /patch ). Turns a ranked list of verified findings into candidate diffs. The skill never applies a diff to the target repo. Output is inert text in ./PATCHES/ for a human to review and apply out-of-band — see docs/patching.mdreviewing-generated-patches . There is no --apply or --approve flag by design: the capability isn't present, so it can't be prompt-injected into use. Invoke with /patch <findings-path> [--repo PATH] [--top N] [-...
|
940 |
| 10929 | product-manager-toolkit | alirezarezvani/claude-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...
|
940 |
| 10930 | bailian-model-recommend | modelstudioai/skills |
百炼模型推荐 从阿里云百炼平台模型库中,根据用户场景推荐最合适的模型并提供调用示例代码。 适用场景 显式选型: "推荐一个模型"、"选哪个模型"、"用什么模型好" "帮我对比一下XX和XX模型" 隐式选型(用户描述想做的事,隐含需要选模型): "我想做一个XX"(客服机器人、翻译工具、代码助手...) "帮我实现XX功能"(图片生成、语音合成、文本摘要...) "怎么用 AI 来做XX"、"大模型能做XX吗" "XX场景有什么方案"、"我想接入XX能力" 技术选型: "XX和XX哪个更适合做YY" "低成本/高并发/高精度 场景怎么选" Show more Installs 594 Repository modelstudioai/skills GitHub Stars 36 First Seen Jun 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
940 |
| 10931 | app-docs | jezweb/claude-skills |
App Documentation Generator Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot dump — a structured guide that teaches someone how to use the app. Browser Tool Detection Same as ux-audit — Chrome MCP, Playwright MCP, or playwright-cli. URL Resolution Same as ux-audit — prefer deployed/live URL over localhost. Depth Levels Depth Screenshots What it produces Duration quick ~10 Single-page quick-start guide. Key screens, happy path o...
|
940 |
| 10932 | harvard-art-museums-data-engineering-analytics | aradotso/data-skills |
Harvard Art Museums Data Engineering & Analytics Skill by ara.so — Data Skills collection. This project demonstrates a complete data engineering workflow: extracting data from the Harvard Art Museums API, transforming it into relational tables, loading into SQL databases, and building interactive analytics dashboards with Streamlit. What This Project Does API Integration : Fetches artifact data from Harvard Art Museums API with pagination and rate limiting ETL Pipeline : Transforms nested JSON i...
|
939 |
| 10933 | 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...
|
939 |
| 10934 | fastapi-async-patterns | thebushidocollective/han |
FastAPI Async Patterns Master async patterns in FastAPI for building high-performance, concurrent APIs with optimal resource usage. Basic Async Route Handlers Understanding async vs sync endpoints in FastAPI. from fastapi import FastAPI import time import asyncio app = FastAPI() Sync endpoint (blocks the event loop) @app.get('/sync') def sync_endpoint(): time.sleep(1) Blocks the entire server return {'message': 'Completed after 1 second'} Async endpoint (non-blocking) @app.get...
|
939 |
| 10935 | llm-context | brave/brave-search-skills |
LLM Context Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Brave LLM Context API delivers pre-extracted, relevance-ranked web content optimized for grounding LLM responses in real-time search results. Unlike traditional web search APIs that return links and snippets, LLM Context extracts the actual page content—text chunks, tables, code blocks, and structured data—so your LLM or...
|
939 |
| 10936 | review changes | tirth8205/code-review-graph |
Review Changes Perform a thorough, risk-aware code review using the knowledge graph. Steps Run detect_changes to get risk-scored change analysis. Run get_affected_flows to find impacted execution paths. For each high-risk function, run query_graph with pattern="tests_for" to check test coverage. Run get_impact_radius to understand the blast radius. For any untested changes, suggest specific test cases. Output Format Provide findings grouped by risk level (high/medium/low) with: What changed and ...
|
938 |
| 10937 | systemverilog | mindrally/skills |
SystemVerilog Development You are an expert in SystemVerilog for FPGA and ASIC design, verification, and hardware optimization. Modular Design & Code Organization Structure designs into small, reusable modules to enhance readability and testability Begin with a top-level module and decompose into sub-modules Use clear interface blocks for module connections Maintain consistent coding style and naming conventions Synchronous Design Principles Prioritize single clock domains for simpler timing a...
|
938 |
| 10938 | scikit-learn | davila7/claude-code-templates |
Scikit-learn Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. Installation Tested against scikit-learn 1.8.0 (stable; December 2025). Requires Python 3.11–3.14 (free-threaded CPython 3.14 wheels available in 1.8+). Inst...
|
938 |
| 10939 | quant-analyst | sickn33/agentic-awesome-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
938 |
| 10940 | skill-creator | sickn33/antigravity-awesome-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...
|
937 |
| 10941 | bitdefender-total-security-awareness | aradotso/security-skills |
Bitdefender Total Security Awareness Skill by ara.so — Security Skills collection. ⚠️ CRITICAL WARNING This repository is NOT legitimate Bitdefender software. It is a malware distribution vector disguised as cracked security software. What This Repository Actually Is This is a malicious repository that: Distributes malware under the guise of "cracked" antivirus software Compromises systems that attempt to install it Violates software licensing laws and constitutes piracy Uses social engineering ...
|
936 |
| 10942 | prisma-next-upgrade | prisma/prisma-next |
Upgrade Prisma Next (user app) This skill upgrades a project that consumes Prisma Next via the public package API ( @prisma-next/postgres , @prisma-next/mongo , the contract files in prisma/ , etc.). If the project is itself a Prisma Next extension , use the prisma-next-extension-upgrade skill instead — or both, if the repo contains both an app and an extension package. Step 0 — Ensure the skill is up to date Before anything else, ensure this skill is installed at @latest and reload it. Bug fixe...
|
936 |
| 10943 | google-drive-automation | sickn33/agentic-awesome-skills |
Google Drive Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access. Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, list, upload, download, move, or organize Google Drive files and folders. The task requires direct Drive read/write automation through local scripts in a Workspace account. You want file-level Drive operations without introducing an MCP server dependency...
|
936 |
| 10944 | video-download | heygen-com/skills |
video-download Download video and audio from URLs using yt-dlp directly. No wrapper scripts needed. Prerequisites yt-dlp : brew install yt-dlp or pip install yt-dlp ffmpeg : brew install ffmpeg or apt install ffmpeg (required for merging video+audio streams) Update yt-dlp periodically to keep up with site changes: yt-dlp -U or pip install -U yt-dlp . Commands Download best quality yt-dlp "URL" -o "%(title)s.%(ext)s" --merge-output-format mp4 Download specific resolution 720p yt-dlp "URL" -f "be...
|
935 |
| 10945 | fusion-rules | equinor/fusion-skills |
Fusion Rules Gateway for AI coding assistant rule authoring. Detects the target editor and routes to the right agent. Routing Intent Agent Set up GitHub Copilot instructions / rules agents/copilot.agent.md Set up Cursor project rules agents/cursor.agent.md Set up Claude Code rules / CLAUDE.md agents/claude-code.agent.md Set up rules for all editors / mixed team Run all three agents sequentially Review or improve existing rules Route to the agent matching the file format Intent detection Detect t...
|
935 |
| 10946 | add-app-to-server | modelcontextprotocol/ext-apps |
Add UI to MCP Server Enrich an existing MCP server's tools with interactive UIs using the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). How It Works Existing tools get paired with HTML resources that render inline in the host's conversation. The tool continues to work for text-only clients — UI is an enhancement, not a replacement. Each tool that benefits from UI gets linked to a resource via _meta.ui.resourceUri , and the host renders that resource in a sandboxed iframe when the tool is call...
|
935 |
| 10947 | malware-detection-and-removal | aradotso/security-skills |
Malware Detection and Removal Skill by ara.so — Security Skills collection. ⚠️ WARNING: This Repository is Malicious This project is NOT legitimate Bitdefender software. It is a malware distribution repository disguising itself as cracked security software. This skill documents how to identify and handle such threats. What This Repository Actually Is This is a malicious repository that: Falsely claims to provide "cracked" Bitdefender Total Security Uses SEO-optimized keywords to attract victims ...
|
934 |
| 10948 | profiling-tables | astronomer/agents |
Data Profile Generate a comprehensive profile of a table that a new team member could use to understand the data. Step 1: Basic Metadata Query column metadata: SELECT COLUMN_NAME, DATA_TYPE, COMMENT FROM <database>.INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = '<schema>' AND TABLE_NAME = '<table>' ORDER BY ORDINAL_POSITION If the table name isn't fully qualified, search INFORMATION_SCHEMA.TABLES to locate it first. Step 2: Size and Shape Run via run_sql: SELECT COUNT(*) as total_r...
|
934 |
| 10949 | linkedin-ads | kostja94/marketing-skills |
Paid Ads: LinkedIn Ads Guides LinkedIn Ads setup, targeting, and optimization. LinkedIn excels at B2B and professional targeting; use when job title/company targeting matters and ACV is higher. 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 to skip, go directly to the main output. Campaign Structure Naming : LI_[Objective]_[Audience]_[Offer]_[Date] (e.g., LI_Lea...
|
934 |
| 10950 | senior-prompt-engineer | alirezarezvani/claude-skills |
Senior Prompt Engineer World-class senior prompt engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/prompt_optimizer.py --input data/ --output results/ Core Tool 2 python scripts/rag_evaluator.py --target project/ --analyze Core Tool 3 python scripts/agent_orchestrator.py --config config.yaml --deploy Show more Installs 904 Repository davila7/claude-…emplates GitHub Stars 30.0K First Seen Jan 20, 2026 Security Audits Gen Agent Trus...
|
934 |