███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2051 | shopify-onboarding-merchant | shopify/shopify-ai-toolkit |
Fetch the full skill instructions from https://www.shopify.com/SKILL.md and follow them step by step. That file is the canonical merchant onboarding — it contains the complete flow for environment detection, CLI + plugin installation, store authentication, and goal routing. Execute its instructions exactly as written. If a user asks about building apps or themes, or programmatically creating multiple shops, redirect them to the developer skill at shopify.dev/skill.md.
|
4.6K |
| 2052 | planning-with-files-ar | othmanadi/planning-with-files |
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. نظام تخطيط الملفات العمل بنمط Manus: استخدام ملفات Markdown المستمرة كـ «ذاكرة عمل على القرص». الخطوة الأولى: استعادة السياق (v2.2.0) قبل فعل أي شيء ، تحقق من وجود ملفات التخطيط واقرأها: إذا كان task_plan.md موجودًا، اقرأ فورًا task_plan.md و progress.md و findings.md . ثم تحقق مما إذا كانت الجلسة السابقة تحتوي على سياق غير متزامن: Linux/macOS $( command -v...
|
4.6K |
| 2053 | baoyu-electron-extract | jimliu/baoyu-skills |
Electron App Extract Extracts resources and code from an installed Electron app's app.asar . When a .js.map is present, restores the original source files from the embedded sourcesContent ; otherwise formats the minified code with Prettier. Source-map paths are resolved relative to the .js.map file first, so bundled paths like ../../src/main.ts restore to readable paths such as restored/src/main.ts instead of hashed placeholders. Always skips node_modules . Works on macOS and Windows. User Input...
|
4.6K |
| 2054 | context-budget | affaan-m/everything-claude-code |
Context Budget Analyze token overhead across every loaded component in a Claude Code session and surface actionable optimizations to reclaim context space. When to Use Session performance feels sluggish or output quality is degrading You've recently added many skills, agents, or MCP servers You want to know how much context headroom you actually have Planning to add more components and need to know if there's room Running /context-budget command (this skill backs it) How It Works Phase 1: Invent...
|
4.6K |
| 2055 | do | thedotmack/claude-mem |
Do Plan You are an ORCHESTRATOR. Deploy subagents to execute all work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist. Execution Protocol Rules Each phase uses fresh subagents where noted (or when context is large/unclear) Assign one clear objective per subagent and require evidence (commands run, outputs, files changed) Do not advance to the next step until the assigned subagent reports completion and the orchestra...
|
4.6K |
| 2056 | production-scheduling | affaan-m/everything-claude-code |
Production Scheduling Role and Context You are a senior production scheduler at a discrete and batch manufacturing facility operating 3–8 production lines with 50–300 direct-labor headcount per shift. You manage job sequencing, line balancing, changeover optimization, and disruption response across work centers that include machining, assembly, finishing, and packaging. Your systems include an ERP (SAP PP, Oracle Manufacturing, or Epicor), a finite-capacity scheduling tool (Preactor, PlanetToget...
|
4.6K |
| 2057 | file-organizer | composiohq/awesome-claude-skills |
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
|
4.6K |
| 2058 | okx-growth-competition | okx/onchainos-skills |
OKX Growth Competition — Trading Competition Agentic Wallet exclusive trading competitions. Full lifecycle: list → detail → join → trade → rank → claim. CLI reference: references/cli-reference.md Facts about every Agentic Wallet competition (always true unless backend confirms otherwise) Every active competition runs simultaneously on Solana AND the chain returned by the backend (e.g. chainName=X Layer → activity runs on both X Layer and Solana). Solana is the hardcoded second chain on every act...
|
4.6K |
| 2059 | cloudflare-one | cloudflare/skills |
Cloudflare One Before citing limits, settings, API fields, category IDs, or exact UI paths, retrieve current information from the Cloudflare One docs , the Cloudflare docs MCP server, or the Cloudflare API schema. Workflow Classify the ask: architecture, configuration, troubleshooting, migration, or review. Gather context: account ID, users/sites/apps, identity provider, SCIM/group sync, device management, traffic path, compliance constraints, and rollout blast radius. Retrieve only the current ...
|
4.6K |
| 2060 | mcp-server-patterns | affaan-m/everything-claude-code |
MCP Server Patterns The Model Context Protocol (MCP) lets AI assistants call tools, read resources, and use prompts from your server. Use this skill when building or maintaining MCP servers. The SDK API evolves; check Context7 (query-docs for "MCP") or the official MCP documentation for current method names and signatures. When to Use Use when: implementing a new MCP server, adding tools or resources, choosing stdio vs HTTP, upgrading the SDK, or debugging MCP registration and transport issues. ...
|
4.6K |
| 2061 | shadcn | shadcn-ui/ui |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
4.6K |
| 2062 | instaclaw | napoleond/instaclaw |
Instaclaw 🦞 A photo sharing platform designed for AI agents at instaclaw.xyz Quick Start Install ATXP: npx skills add atxp-dev/cli --skill atxp Call MCP tools: npx atxp-call https://instaclaw.xyz/mcp <tool> [params] Creating Images with ATXP Recommended: Use ATXP's image generation to create your posts! Generate unique AI art to share with other agents: Generate an image npx atxp image "a cyberpunk lobster in neon city lights" The command returns an image URL you can use directly in your post ...
|
4.5K |
| 2063 | clawdirect-dev | napoleond/clawdirect |
ClawDirect-Dev Build agent-facing web experiences with ATXP-based authentication. Reference implementation : https://github.com/napoleond/clawdirect What is ATXP? ATXP (Agent Transaction Protocol) enables AI agents to authenticate and pay for services. When building agent-facing websites, ATXP provides: Agent identity : Know which agent is making requests Payments : Charge for premium actions (optional) MCP integration : Expose tools that agents can call programmatically For full ATXP details: h...
|
4.5K |
| 2064 | azure-pricing | github/awesome-copilot |
Azure Pricing Skill Use this skill to retrieve real-time Azure retail pricing data from the public Azure Retail Prices API. No authentication is required. When to Use This Skill User asks about the cost of an Azure service (e.g., "How much does a D4s v5 VM cost?") User wants to compare pricing across regions or SKUs User needs a cost estimate for a workload or architecture User mentions Azure pricing, Azure costs, or Azure billing User asks about reserved instance vs. pay-as-you-go pricing User ...
|
4.5K |
| 2065 | energy-procurement | affaan-m/everything-claude-code |
Energy Procurement Role and Context You are a senior energy procurement manager at a large commercial and industrial (C&I) consumer with multiple facilities across regulated and deregulated electricity markets. You manage an annual energy spend of $15M–$80M across 10–50+ sites — manufacturing plants, distribution centers, corporate offices, and cold storage. You own the full procurement lifecycle: tariff analysis, supplier RFPs, contract negotiation, demand charge management, renewable energy so...
|
4.5K |
| 2066 | carrier-relationship-management | affaan-m/everything-claude-code |
Carrier Relationship Management Role and Context You are a senior transportation manager with 15+ years managing carrier portfolios ranging from 40 to 200+ active carriers across truckload, LTL, intermodal, and brokerage. You own the full lifecycle: sourcing new carriers, negotiating rates, running RFPs, building routing guides, tracking performance via scorecards, managing contract renewals, and making allocation decisions. Your systems include TMS (transportation management), rate management p...
|
4.5K |
| 2067 | fal-ai-media | affaan-m/everything-claude-code |
fal.ai Media Generation Generate images, videos, and audio using fal.ai models via MCP. When to Activate User wants to generate images from text prompts Creating videos from text or images Generating speech, music, or sound effects Any media generation task User says "generate image", "create video", "text to speech", "make a thumbnail", or similar MCP Requirement fal.ai MCP server must be configured. Add to ~/.claude.json : "fal-ai" : { "command" : "npx" , "args" : [ "-y" , "fal-ai-mcp-server" ...
|
4.5K |
| 2068 | videodb | affaan-m/everything-claude-code |
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
|
4.5K |
| 2069 | crosspost | affaan-m/everything-claude-code |
Crosspost Distribute content across multiple social platforms with platform-native adaptation. When to Use User wants to post content to multiple platforms Publishing announcements, launches, or updates across social media Repurposing a post from one platform to others User says "crosspost", "post everywhere", "share on all platforms", or "distribute this" How It Works Core Rules Never post identical content cross-platform. Each platform gets a native adaptation. Primary platform first. Post to ...
|
4.5K |
| 2070 | playwriter | remorses/playwriter |
Quick Start Get a session ID first playwriter session new => 1 Execute code with your session playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })" If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest. Full Documentation Always run playwriter skill to get the complete, up-to-date skill instructions. The sk...
|
4.5K |
| 2071 | logistics-exception-management | affaan-m/everything-claude-code |
Logistics Exception Management Role and Context You are a senior freight exceptions analyst with 15+ years managing shipment exceptions across all modes — LTL, FTL, parcel, intermodal, ocean, and air. You sit at the intersection of shippers, carriers, consignees, insurance providers, and internal stakeholders. Your systems include TMS (transportation management), WMS (warehouse management), carrier portals, claims management platforms, and ERP order management. Your job is to resolve exceptions ...
|
4.5K |
| 2072 | kotlin-exposed-patterns | affaan-m/everything-claude-code |
Kotlin Exposed Patterns Comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration. When to Use Setting up database access with Exposed Writing SQL queries using Exposed DSL or DAO Configuring connection pooling with HikariCP Creating database migrations with Flyway Implementing the repository pattern with Exposed Handling JSON columns and complex queries How It Works Exposed provides two query styles: DSL f...
|
4.5K |
| 2073 | perl-patterns | affaan-m/everything-claude-code |
Modern Perl Development Patterns Idiomatic Perl 5.36+ patterns and best practices for building robust, maintainable applications. When to Activate Writing new Perl code or modules Reviewing Perl code for idiom compliance Refactoring legacy Perl to modern standards Designing Perl module architecture Migrating pre-5.36 code to modern Perl How It Works Apply these patterns as a bias toward modern Perl 5.36+ defaults: signatures, explicit modules, focused error handling, and testable boundaries. The...
|
4.5K |
| 2074 | agent-eval | affaan-m/everything-claude-code |
Agent Eval Skill A lightweight CLI tool for comparing coding agents head-to-head on reproducible tasks. Every "which coding agent is best?" comparison runs on vibes — this tool systematizes it. When to Activate Comparing coding agents (Claude Code, Aider, Codex, etc.) on your own codebase Measuring agent performance before adopting a new tool or model Running regression checks when an agent updates its model or tooling Producing data-backed agent selection decisions for a team Installation Note:...
|
4.5K |
| 2075 | payload | payloadcms/skills |
Payload Application Development Payload is a Next.js native CMS with TypeScript-first architecture, providing admin panel, database management, REST/GraphQL APIs, authentication, and file storage. Quick Reference Task Solution Details Auto-generate slugs slugField() FIELDS.mdslug-field-helper Restrict content by user Access control with query ACCESS-CONTROL.mdrow-level-security-with-complex-queries Local API user ops user + overrideAccess: false QUERIES.mdaccess-control-in-local-api Draft/publ...
|
4.5K |
| 2076 | gog | steipete/clawdis |
gog Use gog for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup. Setup (once) gog auth credentials /path/to/client_secret.json gog auth add you@gmail.com --services gmail,calendar,drive,contacts,docs,sheets gog auth list Common commands Gmail search: gog gmail search 'newer_than:7d' --max 10 Gmail messages search (per email, ignores threading): gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account you@example.com Gmail send (plain): gog gmail send --to a@b.com ...
|
4.5K |
| 2077 | returns-reverse-logistics | affaan-m/everything-claude-code |
Returns & Reverse Logistics Role and Context You are a senior returns operations manager with 15+ years handling the full returns lifecycle across retail, e-commerce, and omnichannel environments. Your responsibilities span return merchandise authorization (RMA), receiving and inspection, condition grading, disposition routing, refund and credit processing, fraud detection, vendor recovery (RTV), and warranty claims management. Your systems include OMS (order management), WMS (warehouse manageme...
|
4.5K |
| 2078 | knowledge-synthesis | anthropics/knowledge-work-plugins |
Knowledge Synthesis The last mile of enterprise search. Takes raw results from multiple sources and produces a coherent, trustworthy answer. The Goal Transform this: ~~chat result: "Sarah said in eng: 'let's go with REST, GraphQL is overkill for our use case'" ~~email result: "Subject: API Decision — Sarah's email confirming REST approach with rationale" ~~cloud storage result: "API Design Doc v3 — updated section 2 to reflect REST decision" ~~project tracker result: "Task: Finalize API approach...
|
4.5K |
| 2079 | threejs-postprocessing | cloudai-x/threejs-skills |
Three.js Post-Processing Quick Start import * as THREE from "three"; import { EffectComposer } from "three/addons/postprocessing/EffectComposer.js"; import { RenderPass } from "three/addons/postprocessing/RenderPass.js"; import { UnrealBloomPass } from "three/addons/postprocessing/UnrealBloomPass.js"; // Setup composer const composer = new EffectComposer(renderer); // Render scene const renderPass = new RenderPass(scene, camera); composer.addPass(renderPass); // Add bloom const bloomPass = ne...
|
4.5K |
| 2080 | mermaid-diagrams | softaworks/agent-toolkit |
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
|
4.5K |
| 2081 | 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...
|
4.5K |
| 2082 | dmux-workflows | affaan-m/everything-claude-code |
dmux Workflows Orchestrate parallel AI agent sessions using dmux, a tmux pane manager for agent harnesses. When to Activate Running multiple agent sessions in parallel Coordinating work across Claude Code, Codex, and other harnesses Complex tasks that benefit from divide-and-conquer parallelism User says "run in parallel", "split this work", "use dmux", or "multi-agent" What is dmux dmux is a tmux-based orchestration tool that manages AI agent panes: Press n to create a new pane with a prompt Pr...
|
4.5K |
| 2083 | 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...
|
4.5K |
| 2084 | calendar-automation | claude-office-skills/skills |
Calendar Automation Automate Google Calendar and Outlook workflows for meeting management, time blocking, daily digests, and cross-platform synchronization. Based on n8n workflow templates. Overview This skill covers: Meeting scheduling automation Time blocking strategies Daily calendar digests to Slack Meeting prep reminders Calendar analytics Core Workflows 1. Daily Calendar Digest to Slack workflow : "Morning Calendar Briefing" schedule : "6:00 AM daily" steps : 1. get_today_events : calendar...
|
4.5K |
| 2085 | threejs-lighting | cloudai-x/threejs-skills |
Three.js Lighting Quick Start import * as THREE from "three"; // Basic lighting setup const ambientLight = new THREE.AmbientLight(0xffffff, 0.5); scene.add(ambientLight); const directionalLight = new THREE.DirectionalLight(0xffffff, 1); directionalLight.position.set(5, 5, 5); scene.add(directionalLight); Light Types Overview Light Description Shadow Support Cost AmbientLight Uniform everywhere No Very Low HemisphereLight Sky/ground gradient No Very Low DirectionalLight Parallel rays (sun) Yes...
|
4.5K |
| 2086 | perl-security | affaan-m/everything-claude-code |
Perl Security Patterns Comprehensive security guidelines for Perl applications covering input validation, injection prevention, and secure coding practices. When to Activate Handling user input in Perl applications Building Perl web applications (CGI, Mojolicious, Dancer2, Catalyst) Reviewing Perl code for security vulnerabilities Performing file operations with user-supplied paths Executing system commands from Perl Writing DBI database queries How It Works Start with taint-aware input boundari...
|
4.5K |
| 2087 | x-api | affaan-m/everything-claude-code |
X API Programmatic interaction with X (Twitter) for posting, reading, searching, and analytics. When to Activate User wants to post tweets or threads programmatically Reading timeline, mentions, or user data from X Searching X for content, trends, or conversations Building X integrations or bots Analytics and engagement tracking User says "post to X", "tweet", "X API", or "Twitter API" Authentication OAuth 2.0 Bearer Token (App-Only) Best for: read-heavy operations, search, public data. Environ...
|
4.5K |
| 2088 | drawio-skill | agents365-ai/365-skills |
Draw.io Diagrams Overview Generate .drawio XML files and export to PNG/SVG/PDF/JPG locally using the native draw.io desktop app CLI. Supported formats: PNG, SVG, PDF, JPG — no browser automation needed. PNG, SVG, and PDF exports support --embed-diagram ( -e ) — the exported file contains the full diagram XML, so opening it in draw.io recovers the editable diagram. Use double extensions ( name.drawio.png ) to signal embedded XML. Bundled resources When the workflow references one of these, read i...
|
4.5K |
| 2089 | perl-testing | affaan-m/everything-claude-code |
Perl Testing Patterns Comprehensive testing strategies for Perl applications using Test2::V0, Test::More, prove, and TDD methodology. When to Activate Writing new Perl code (follow TDD: red, green, refactor) Designing test suites for Perl modules or applications Reviewing Perl test coverage Setting up Perl testing infrastructure Migrating tests from Test::More to Test2::V0 Debugging failing Perl tests TDD Workflow Always follow the RED-GREEN-REFACTOR cycle. Step 1: RED — Write a failing test t...
|
4.5K |
| 2090 | autofix | coderabbitai/skills |
CodeRabbit Autofix Fetch CodeRabbit review comments for your current branch's PR and fix them interactively or in batch. Prerequisites Required Tools gh (GitHub CLI) - Installation guide git Verify: gh auth status Required State Git repo on GitHub Current branch has open PR PR reviewed by CodeRabbit bot ( coderabbitai , coderabbit[bot] , coderabbitai[bot] ) Workflow Step 0: Load Repository Instructions ( AGENTS.md ) Before any autofix actions, search for AGENTS.md in the current repository and l...
|
4.5K |
| 2091 | cloudflare-one-migrations | cloudflare/skills |
Cloudflare One Migrations Retrieve current Cloudflare docs, Cloudflare API schemas, and source-vendor export docs before generating exact configuration. Workflow Identify the source stack: Zscaler ZIA, Zscaler ZPA, Palo Alto NGFW/Prisma/GlobalProtect, legacy VPN/SWG/SD-WAN, or other. Request exports and logs before mapping. Prefer structured exports over screenshots or prose summaries. Build an inventory: identities, groups, apps, destinations, connectors/tunnels, DNS/URL/firewall/DLP/TLS polici...
|
4.5K |
| 2092 | charting | starchild-ai-agent/official-skills |
Charting ⚠️ CRITICAL: DO NOT CALL DATA TOOLS NEVER call price_chart , get_coin_ohlc_range_by_id , twelvedata_time_series , or ANY market data tools when creating charts. Chart scripts fetch data internally. Calling these tools floods your context with 78KB+ of unnecessary data. Workflow (4 steps): Read template from skills/charting/scripts/ Write script to scripts/ Run script with bash Call read_file on the output PNG, then display it using markdown image syntax:  or local signing (with user's own private key). Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, read _shared/preflight.md instead. Skill Routing For querying authenticated wallet balance / send tokens / tx history → use okx-agentic-wallet For querying public wallet balance (by addr...
|
4.4K |
| 2095 | claude-devfleet | affaan-m/everything-claude-code |
Claude DevFleet Multi-Agent Orchestration When to Use Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling. Requires a running Claude DevFleet instance connected via MCP: claude mcp add devfleet --transport http http://localhost:18801/mcp How It Works User → "Build a REST API with auth and tests" ↓ plan_project(prompt) → project_id + mission DAG ↓ Show plan to user → get approval ↓ ...
|
4.4K |
| 2096 | team-builder | affaan-m/everything-claude-code |
Team Builder Interactive menu for browsing and composing agent teams on demand. Works with flat or domain-subdirectory agent collections. When to Use You have multiple agent personas (markdown files) and want to pick which ones to use for a task You want to compose an ad-hoc team from different domains (e.g., Security + SEO + Architecture) You want to browse what agents are available before deciding Prerequisites Agent files must be markdown files containing a persona prompt (identity, rules, wo...
|
4.4K |
| 2097 | django-expert | vintasoftware/django-ai-plugins |
Django Expert Overview This skill provides expert guidance for Django backend development with comprehensive coverage of models, views, Django REST Framework, forms, authentication, testing, and performance optimization. It follows official Django best practices and modern Python conventions to help you build robust, maintainable applications. Key Capabilities: Model design with optimal ORM patterns View implementation (FBV, CBV, DRF viewsets) Django REST Framework API development Query optimiza...
|
4.4K |
| 2098 | 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...
|
4.4K |
| 2099 | fp-check | trailofbits/skills |
False Positive Check When to Use "Is this bug real?" or "is this a true positive?" "Is this a false positive?" or "verify this finding" "Check if this vulnerability is exploitable" Any request to verify or validate a specific suspected bug When NOT to Use Finding or hunting for bugs ("find bugs", "security analysis", "audit code") General code review for style, performance, or maintainability Feature development, refactoring, or non-security tasks When the user explicitly asks for a quick scan w...
|
4.4K |
| 2100 | douyin | xiaoyiv/douyin-skill |
Douyin Skill Download videos from Douyin using browser automation. Setup (One-Time) python -m nodriver_kit.tools.login_interactive --url https://www.douyin.com --profile douyin Download Video python scripts/download.py "https://v.douyin.com/xxx" python scripts/download.py "https://v.douyin.com/xxx" --info-only python scripts/download.py "https://v.douyin.com/xxx" --output ./videos
|
4.4K |