███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7051 | seo-aeo-audit | warpdotdev/oz-skills |
SEO Optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. Technical SEO Crawlability robots.txt: /robots.txt User-agent: * Allow: / Block admin/private areas Disallow: /admin/ Disallow: /api/ Disallow: /private/ Don't block resources needed for rendering ❌ Disallow: /static/ Sitemap: https://example.com/sitemap.xml Meta robots: <!-- Default: indexable, followable --> < meta name ...
|
122 |
| 7052 | vitest-testing-patterns | erichowens/some_claude_skills |
Vitest Testing Patterns This skill helps you write effective tests using Vitest and React Testing Library following project conventions. When to Use ✅ USE this skill for: Writing unit tests for utilities and functions Creating component tests with React Testing Library Setting up mocks for API calls, databases, or external services Integration testing patterns Understanding test coverage and CI setup ❌ DO NOT use for: Jest-specific patterns → similar but check Jest docs for differences End...
|
122 |
| 7053 | develop-secure-contracts | openzeppelin/openzeppelin-skills |
Develop Secure Smart Contracts with OpenZeppelin Core Workflow Understand the Request Before Responding For conceptual questions ("How does Ownable work?"), explain without generating code. For implementation requests, proceed with the workflow below. CRITICAL: Always Read the Project First Before generating code or suggesting changes: Search the user's project for existing contracts ( Glob for /*.sol , /*.cairo , /*.rs , etc.) Read the relevant contract files to understand what already exists D...
|
122 |
| 7054 | senpi-onboard | senpi-ai/senpi-skills |
Senpi Agent Onboarding Onboard an AI agent into the Senpi trading platform. After this flow the agent will have a Senpi account, an API key, and a working MCP server connection for portfolio management, trader discovery, strategy creation, and order execution on Hyperliquid. Prerequisites: Shell/code execution access and Node.js (required for npx ). Defaults SENPI_MCP_ENDPOINT : https://mcp.prod.senpi.ai (use this if {{SENPI_MCP_ENDPOINT}} is a literal unsubstituted placeholder) REFERRAL_CODE : ...
|
122 |
| 7055 | sadd:launch-sub-agent | neolabhq/context-engineering-kit |
launch-sub-agent Process Phase 1: Task Analysis with Zero-shot CoT Before dispatching, analyze the task systematically. Think through step by step: Let me analyze this task step by step to determine the optimal configuration: 1. Task Type Identification "What type of work is being requested?" - Code implementation / feature development - Research / investigation / comparison - Documentation / technical writing - Code review / quality analysis - Architecture / system design - Testing / validation...
|
122 |
| 7056 | git:attach-review-to-pr | neolabhq/context-engineering-kit |
How to Attach Line-Specific Review Comments to Pull Requests This guide explains how to add line-specific review comments to pull requests using the GitHub CLI ( gh ) API or mcp__github_inline_comment__create_inline_comment if it not available, similar to how the GitHub UI allows commenting on specific lines of code. Preferred Approach: Using MCP GitHub Tools If available , use the mcp__github_inline_comment__create_inline_comment MCP tool for posting line-specific inline comments on pull reques...
|
122 |
| 7057 | pandas-best-practices | mindrally/skills |
Pandas Best Practices Expert guidelines for Pandas development, focusing on data manipulation, analysis, and efficient DataFrame operations. Code Style and Structure Write concise, technical responses with accurate Python examples Prioritize reproducibility in data analysis workflows Use functional programming; avoid unnecessary classes Prefer vectorized operations over explicit loops Use descriptive variable names reflecting data content Follow PEP 8 style guidelines DataFrame Creation and I/...
|
122 |
| 7058 | axiom-auto-layout-debugging | charleswiltgen/axiom |
Auto Layout Debugging When to Use This Skill Use when: Seeing "Unable to simultaneously satisfy constraints" errors in console Views positioned incorrectly or not appearing Constraint warnings during app launch or navigation Ambiguous layout errors Views appearing at unexpected sizes Debug View Hierarchy shows misaligned views Storyboard/XIB constraints behaving differently at runtime Overview Core Principle: Auto Layout constraint errors follow predictable patterns. Systematic debugging with...
|
122 |
| 7059 | telegram-automation | composiohq/awesome-claude-skills |
Telegram Automation via Rube MCP Automate Telegram operations through Composio's Telegram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Telegram connection via RUBE_MANAGE_CONNECTIONS with toolkit telegram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Telegram Bot Token required (created via @BotFather) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
|
122 |
| 7060 | idempotency-handling | aj-geddes/useful-ai-prompts |
Idempotency Handling Overview Implement idempotency to ensure operations produce the same result regardless of how many times they're executed. When to Use Payment processing API endpoints with retries Webhooks and callbacks Message queue consumers Distributed transactions Bank transfers Order creation Email sending Resource creation Implementation Examples 1. Express Idempotency Middleware import express from 'express'; import Redis from 'ioredis'; import crypto from 'crypto'; interface Idem...
|
121 |
| 7061 | algolia-search | davila7/claude-code-templates |
Algolia Search Integration Patterns React InstantSearch with Hooks Modern React InstantSearch setup using hooks for type-ahead search. Uses react-instantsearch-hooks-web package with algoliasearch client. Widgets are components that can be customized with classnames. Key hooks: useSearchBox: Search input handling useHits: Access search results useRefinementList: Facet filtering usePagination: Result pagination useInstantSearch: Full state access Next.js Server-Side Rendering SSR integration...
|
121 |
| 7062 | pua-en | tanweai/pua |
PUA Universal Motivation Engine You are a P8-level engineer who was once given high expectations. When you were leveled, people believed in your potential. This skill applies to all task types : code, debugging, research, writing, planning, ops, API integration, data analysis, deployment, and any scenario where you might "get stuck" or "deliver garbage work." It does three things: Uses Chinese and Western corporate PUA rhetoric so you don't dare give up Uses a universal systematic methodology so...
|
121 |
| 7063 | axiom-core-location-diag | charleswiltgen/axiom |
Core Location Diagnostics Symptom-based troubleshooting for Core Location issues. When to Use Location updates never arrive Background location stops working Authorization always denied Location accuracy unexpectedly poor Geofence events not triggering Location icon won't go away Related Skills axiom-core-location — Implementation patterns, decision trees axiom-core-location-ref — API reference, code examples axiom-energy-diag — Battery drain from location Symptom 1: Location Updates Never Arr...
|
121 |
| 7064 | qq-email | shadowcz007/skills |
何时使用 用户要使用 QQ 邮箱 发邮件 、 收邮件 、 查邮件 、 代发邮件 或 配置 QQ 邮箱 时使用本 skill。 QQ 邮箱收发 面向 QQ 邮箱:通过 IMAP 收取邮件、SMTP 发送邮件。账号与授权码 仅从环境变量读取 ,不在代码或配置中硬编码。 凭证(环境变量) 变量 说明 QQ_EMAIL_ACCOUNT QQ 邮箱账号(完整地址,如 xxx@qq.com ) QQ_EMAIL_AUTH_CODE QQ 邮箱授权码(在 QQ 邮箱「设置 → 账户」中开启 IMAP/SMTP 后生成, 非 QQ 登录密码 ;勿提交到仓库) 脚本会校验,缺失时报错并退出;请勿在终端用 echo 等方式检查,以免泄露授权码。 QQ 邮箱服务器 IMAP : imap.qq.com ,端口 993(SSL) SMTP : smtp.qq.com ,端口 465(SSL) 脚本 脚本 作用 scripts/send.js 从环境变量读凭证,用 nodemailer 连接 QQ 邮箱 SMTP 发信;支持收件人、主题、正文(CLI 参数)。 scripts/receive.js 从环境变量读...
|
121 |
| 7065 | sadd:do-and-judge | neolabhq/context-engineering-kit |
do-and-judge Key benefits: Fresh context - Implementation agent works with clean context window External verification - Judge catches blind spots self-critique misses Feedback loop - Retry with specific issues identified by judge Quality gate - Work doesn't ship until it meets threshold CRITICAL: You are the orchestrator - you MUST NOT perform the task yourself. Your role is to: Analyze the task and select optimal model Dispatch implementation sub-agent with structured prompt Dispatch judge sub-...
|
121 |
| 7066 | dashboard-patterns | yonatangross/orchestkit |
Dashboard Patterns Dashboard UI patterns for building admin panels, analytics dashboards, and data-driven interfaces with React. Layout Patterns Responsive Dashboard Grid function DashboardLayout({ children }: { children: React.ReactNode }) { return ( <div className="min-h-screen bg-muted/40"> <aside className="fixed inset-y-0 left-0 z-10 w-64 border-r bg-background"> <Sidebar /> </aside> <main className="pl-64"> <header className="sticky top-0 z-10 bord...
|
121 |
| 7067 | sports-betting-analyzer | onewave-ai/claude-skills |
Sports Betting Analyzer Analyze spreads, over/unders, prop bets. Historical trends, situational stats, value bet identification. For entertainment/education only. Instructions You are an expert sports betting analyst. Analyze betting markets, identify value, and provide educational analysis. Always include responsible gambling disclaimers. Output Format Sports Betting Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable nex...
|
121 |
| 7068 | sadd:do-in-parallel | neolabhq/context-engineering-kit |
do-in-parallel Common use cases: Apply the same refactoring across multiple files Run code analysis on several modules simultaneously Generate documentation for multiple components Execute independent transformations in parallel Process Phase 1: Parse Input and Identify Targets Extract targets from the command arguments: Input patterns: 1. --files "src/a.ts,src/b.ts,src/c.ts" --> File-based targets 2. --targets "UserService,OrderService" --> Named targets 3. Infer from task description ...
|
121 |
| 7069 | artifact-management | aj-geddes/useful-ai-prompts |
Artifact Management Overview Implement comprehensive artifact management strategies for storing, versioning, and distributing built binaries, Docker images, and packages across environments. When to Use Docker image registry management Package publication and versioning Build artifact storage and retrieval Container image optimization Artifact retention policies Multi-registry distribution Dependency caching Implementation Examples 1. Docker Registry Configuration Dockerfile with multi-stage ...
|
121 |
| 7070 | daily-meeting-update | davila7/claude-code-templates |
Daily Meeting Update Generate a daily standup/meeting update through an interactive interview . Never assume tools are configured—ask first. Workflow START │ ▼ ┌─────────────────────────────────────────────────────┐ │ Phase 1: DETECT & OFFER INTEGRATIONS │ │ • Check: Claude Code history? gh CLI? jira CLI? │ │ • Claude Code → Pull yesterday's session digest │ │ → User selects relevant items via multiSelect │ │ • GitHub/Jira → Ask user, pull if approved │ │ • ...
|
121 |
| 7071 | agent-browser | brianlovin/claude-config |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
121 |
| 7072 | data-migration-scripts | aj-geddes/useful-ai-prompts |
Data Migration Scripts Overview Create robust, safe, and reversible data migration scripts for database schema changes and data transformations with minimal downtime. When to Use Database schema changes Adding/removing/modifying columns Migrating between database systems Data transformations and cleanup Splitting or merging tables Changing data types Adding indexes and constraints Backfilling data Multi-tenant data migrations Migration Principles Reversible - Every migration should have a roll...
|
121 |
| 7073 | comfyui-nodes-dev | jimlee2048/skills |
ComfyUI V3 Custom Nodes (Server-Side) ComfyUI baseline: v0.12.0 (Comfy API v0_0_2). Update this line when revising the skill. Scope Focus on server-side V3 nodes (Python). Exclude client-server extension patterns and frontend-only extensions. Quick Workflow Choose API adapter: comfy_api.v0_0_2 for stability or comfy_api.latest for newest features. (Optional) Scaffold a nodepack using comfy node scaffold . Implement a V3 node with io.ComfyNode.define_schema() and execute() . Return io.NodeOutput ...
|
121 |
| 7074 | tooluniverse-network-pharmacology | mims-harvard/tooluniverse |
Network Pharmacology Pipeline Construct and analyze compound-target-disease (C-T-D) networks to identify drug repurposing opportunities, understand polypharmacology, and predict drug mechanisms using systems pharmacology approaches. IMPORTANT : Always use English terms in tool calls (drug names, disease names, target names), 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. When to Use This S...
|
121 |
| 7075 | sadd:multi-agent-patterns | neolabhq/context-engineering-kit |
Multi-Agent Architecture Patterns for Claude Code Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. Core Concepts Multi-agent systems address single-agent ...
|
121 |
| 7076 | axiom-swiftdata-migration-diag | charleswiltgen/axiom |
SwiftData Migration Diagnostics Overview SwiftData migration failures manifest as production crashes, data loss, corrupted relationships, or simulator-only success. Core principle 90% of migration failures stem from missing models in VersionedSchema, relationship inverse issues, or untested migration paths—not SwiftData bugs. Red Flags — Suspect SwiftData Migration Issue If you see ANY of these, suspect a migration configuration problem: App crashes on launch after schema change "Expected on...
|
121 |
| 7077 | axiom-networking-diag | charleswiltgen/axiom |
Network.framework Diagnostics Overview Core principle 85% of networking problems stem from misunderstanding connection states, not handling network transitions, or improper error handling—not Network.framework defects. Network.framework is battle-tested in every iOS app (powers URLSession internally), handles trillions of requests daily, and provides smart connection establishment with Happy Eyeballs, proxy evaluation, and WiFi Assist. If your connection is failing, timing out, or behaving une...
|
121 |
| 7078 | raindrop-api | intellectronica/agent-skills |
This skill enables interaction with the Raindrop.io bookmarks service through its REST API. Use `curl` and `jq` for direct REST calls. Official API documentation: [https://developer.raindrop.io/](https://developer.raindrop.io/) Authentication Token Resolution Resolve the API token in this order: - Check environment variable `RAINDROP_TOKEN` - Check if the user has provided a token in the conversation context - If neither is available, use AskUserQuestion to request the token from the us...
|
121 |
| 7079 | intermittent-issue-debugging | aj-geddes/useful-ai-prompts |
Intermittent Issue Debugging Overview Intermittent issues are the most difficult to debug because they don't occur consistently. Systematic approach and comprehensive monitoring are essential. When to Use Sporadic errors in logs Users report occasional issues Flaky tests Race conditions suspected Timing-dependent bugs Resource exhaustion issues Instructions 1. Capturing Intermittent Issues // Strategy 1: Comprehensive Logging // Add detailed logging around suspected code function processPayme...
|
121 |
| 7080 | load-balancer-setup | aj-geddes/useful-ai-prompts |
Load Balancer Setup Overview Deploy and configure load balancers to distribute traffic across multiple backend servers, ensuring high availability, fault tolerance, and optimal resource utilization across your infrastructure. When to Use Multi-server traffic distribution High availability and failover Session persistence and sticky sessions Health checking and auto-recovery SSL/TLS termination Cross-region load balancing API rate limiting at load balancer DDoS mitigation Implementation Example...
|
121 |
| 7081 | slack-bot-builder | davila7/claude-code-templates |
Slack Bot Builder Patterns Bolt App Foundation Pattern The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic. Key benefits: Event handling in a few lines of code Security checks and payload validation built-in Organized, consistent patterns Works for experiments and production Available in: Python, JavaScript (Node.js), Java When to use: ['Starting any ne...
|
121 |
| 7082 | natural language processing | aj-geddes/useful-ai-prompts |
Natural Language Processing Overview This skill provides comprehensive tools for building NLP applications using modern transformers, BERT, GPT, and classical NLP techniques for text classification, named entity recognition, sentiment analysis, and more. When to Use Building text classification systems for sentiment analysis, topic categorization, or intent detection Extracting named entities (people, places, organizations) from unstructured text Implementing machine translation, text summarizat...
|
121 |
| 7083 | brainstorm | hyperb1iss/hyperskills |
/brainstorm — Clarify Goals Before Planning Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution. Four phases: Assess clarity — Is the goal specific enough? Understand idea — What problem, who benefits, what exists? Explore approaches — Generate options, compare tradeoffs Capture design — Write structured output for /plan Quick Start /brainstorm "add user authentication" full 4-phase process /brainstorm prompts for goal Execution Steps Phase 1: Assess Clar...
|
121 |
| 7084 | base-ui-react | jackspace/claudeskillz |
Base UI React Status: Beta (v1.0.0-beta.4) - Stable v1.0 expected Q4 2025 Last Updated: 2025-11-07 Dependencies: React 19+, Vite (recommended), Tailwind v4 (recommended) Latest Versions: @base-ui-components/react@1.0.0-beta.4 ⚠️ Important Beta Status Notice Base UI is currently in beta. Before using in production: ✅ Stable: Core components (Dialog, Popover, Tooltip, Select, Accordion) are production-ready ⚠️ API May Change: Minor breaking changes possible before v1.0 (Q4 2025) ✅ Production T...
|
121 |
| 7085 | axiom-ios-integration | charleswiltgen/axiom |
iOS System Integration Router You MUST use this skill for ANY iOS system integration including Siri, Shortcuts, widgets, in-app purchases, camera, photo library, audio, axiom-haptics, and more. When to Use Use this router for: Siri & Shortcuts (App Intents) Apple Intelligence integration Widgets & Live Activities In-app purchases (StoreKit) Camera capture (AVCaptureSession) Photo library & pickers (PHPicker, PhotosPicker) Audio & haptics Localization Privacy & permissions Spotlight search Ap...
|
121 |
| 7086 | at-dispatch-v2 | pytorch/pytorch |
AT_DISPATCH to AT_DISPATCH_V2 Converter This skill helps convert PyTorch's legacy AT_DISPATCH macros to the new AT_DISPATCH_V2 format, as defined in aten/src/ATen/Dispatch_v2.h. When to use this skill Use this skill when: Converting AT_DISPATCH_* macros to AT_DISPATCH_V2 Porting ATen kernels to use the new dispatch API Working with files in aten/src/ATen/native/ that use dispatch macros User mentions "AT_DISPATCH", "dispatch v2", "Dispatch_v2.h", or macro conversion Quick reference Old form...
|
121 |
| 7087 | rust | pproenca/dot-skills |
Community Rust Best Practices Comprehensive performance optimization guide for Rust applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Rust code Optimizing memory allocation and ownership patterns Working with iterators and collections Writing async code with Tokio or other runtimes Reviewing code for performance issues Rule Categories by Priority Priority Ca...
|
121 |
| 7088 | customaize-agent:create-command | neolabhq/context-engineering-kit |
Command Creator Assistant This meta-command helps create other commands by: Understanding the command's purpose Determining its category and pattern Choosing command location (project vs user) Generating the command file Creating supporting resources Updating documentation <command_categories> Planning Commands (Specialized) Feature ideation, proposals, PRDs Complex workflows with distinct stages Interactive, conversational style Create documentation artifacts Examples: @/.claude/commands/01_bra...
|
121 |
| 7089 | event-sourcing-architect | sickn33/antigravity-awesome-skills |
Event Sourcing Architect Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for event-sourced systems, audit trail requirements, or complex domain modeling with temporal queries. Capabilities Event store design and implementation CQRS (Command Query Responsibility Segregation) patterns Projection building and read model optimization Saga and process manager...
|
121 |
| 7090 | symfony:doctrine-fixtures-foundry | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-fixtures-foundry<div
|
121 |
| 7091 | docx-format-replicator | iamzhihuix/happy-claude-skills |
DOCX Format Replicator Overview Extract formatting information from existing Word documents (.docx) and use it to generate new documents with identical formatting but different content. This skill enables creating document templates, maintaining consistent formatting across multiple documents, and replicating complex Word document structures. When to Use This Skill Use this skill when the user: Wants to extract formatting from an existing Word document Needs to create multiple documents with...
|
121 |
| 7092 | continuous-discovery | wondelai/skills |
Continuous Discovery Habits Framework Framework for building a sustainable, weekly practice of customer discovery that keeps product teams making progress toward desired outcomes. Rather than treating discovery as a phase that happens before development, this framework embeds customer learning into the ongoing rhythm of product work so that every decision is informed by fresh evidence. Core Principle Good product discovery requires a continuous cadence, not a one-time event. Teams that talk to c...
|
121 |
| 7093 | axiom-extensions-widgets | charleswiltgen/axiom |
Extensions & Widgets — Discipline Core Philosophy "Widgets are not mini apps. They're glanceable views into your app's data, rendered at strategic moments and displayed by the system. Extensions run in sandboxed environments with limited memory and execution time." Mental model: Think of widgets as archived snapshots on a timeline, not live views. Your widget doesn't "run" continuously — it renders, gets archived, and the system displays the snapshot. Extension sandboxing: Extensions have: L...
|
121 |
| 7094 | axiom-app-discoverability | charleswiltgen/axiom |
App Discoverability Overview Core principle Feed the system metadata across multiple APIs, let the system decide when to surface your app. iOS surfaces apps in Spotlight, Siri suggestions, and system experiences based on metadata you provide through App Intents, App Shortcuts, Core Spotlight, and NSUserActivity. The system learns from actual usage and boosts frequently-used actions. No single API is sufficient—comprehensive discoverability requires a multi-API strategy. Key insight iOS boosts...
|
121 |
| 7095 | google-docs | odyssey4me/agent-skills |
Google Docs Interact with Google Docs for document creation, editing, and content management. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-docs.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Connectivity to Goog...
|
121 |
| 7096 | nutritional-specialist | ailabs-393/ai-labs-claude-skills |
Nutritional Specialist Overview This skill transforms Claude into a personalized nutritional advisor by maintaining a persistent database of user food preferences, allergies, goals, and dietary restrictions. The skill ensures all food-related advice is tailored to the individual user's needs and constraints. When to Use This Skill Invoke this skill for any food-related query, including: Meal planning and suggestions Recipe recommendations Nutritional advice and information Dietary planning f...
|
121 |
| 7097 | streamlit | silvainfm/claude-skills |
Streamlit Overview Streamlit is a Python framework for rapidly building and deploying interactive web applications for data science and machine learning. Create beautiful web apps with just Python - no frontend development experience required. Apps automatically update in real-time as code changes. When to Use This Skill Activate when the user: Wants to build a web app, dashboard, or data visualization tool Mentions Streamlit explicitly Needs to create an ML/AI demo or prototype Wants to vis...
|
121 |
| 7098 | xss-prevention | aj-geddes/useful-ai-prompts |
XSS Prevention Overview Implement comprehensive Cross-Site Scripting (XSS) prevention using input sanitization, output encoding, CSP headers, and secure coding practices. When to Use User-generated content display Rich text editors Comment systems Search functionality Dynamic HTML generation Template rendering Implementation Examples 1. Node.js XSS Prevention // xss-prevention.js const createDOMPurify = require('dompurify'); const { JSDOM } = require('jsdom'); const he = require('he'); const ...
|
121 |
| 7099 | frontend-slides | zarazhangrui/frontend-slides |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
121 |
| 7100 | azure-pipelines | microsoft/vscode |
Validating Azure Pipeline Changes When modifying Azure DevOps pipeline files (YAML files in build/azure-pipelines/ ), you can validate changes locally using the Azure CLI before committing. This avoids the slow feedback loop of pushing changes, waiting for CI, and checking results. Prerequisites Check if Azure CLI is installed : az --version If not installed, install it: macOS brew install azure-cli Windows (PowerShell as Administrator) winget install Microsoft.AzureCLI Linux (Debian/Ubuntu) ...
|
121 |