███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1551 | rivetkit-client-javascript | rivet-dev/skills |
RivetKit JavaScript Client Use this skill when building JavaScript clients (browser, Node.js, or Bun) that connect to Rivet Actors with rivetkit/client. First Steps Install the client (latest: 2.0.42-rc.1) npm install rivetkit@2.0.42-rc.1 Create a client with createClient() and call actor actions. Getting Started See the backend quickstart guide for getting started. Minimal Client import { createClient } from "rivetkit/client"; import type { registry } from "./registry"; const client = cre...
|
6.2K |
| 1552 | skillmarketplace | starchild-ai-agent/official-skills |
Skill Market Searching & Installing Skills Always use the search_skills tool. Do NOT manually curl, browse GitHub, or download SKILL.md files. search_skills does everything automatically: Local — checks installed skills first Starchild community — searches community-skills index skills.sh — searches the global skills ecosystem (OpenClaw, Vercel, Anthropic, etc.) Auto-install — installs the best match via npx skills add (default: auto_install=true ) Usage search_skills(query="deploy") ...
|
6.2K |
| 1553 | okx-cex-earn | okx/agent-skills |
OKX CEX Earn CLI Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials: okx config add-profile AK = < your_api_key > SK = < your_secret_key > PP = < your_passphrase > name = live or interactive wizard: okx config init Verify: okx --profile live earn savings balance Credential & Profile Check Run okx config show before any authenticated command. Error or no configuration → stop , guide user to run okx config init , wait for completion. Credentials configured →...
|
6.2K |
| 1554 | multi-reviewer-patterns | wshobson/agents |
Multi-Reviewer Patterns Patterns for coordinating parallel code reviews across multiple quality dimensions, deduplicating findings, calibrating severity, and producing consolidated reports. When to Use This Skill Organizing a multi-dimensional code review Deciding which review dimensions to assign Deduplicating findings from multiple reviewers Calibrating severity ratings consistently Producing a consolidated review report Review Dimension Allocation Available Dimensions Dimension Focus When to ...
|
6.2K |
| 1555 | text-to-speech | elevenlabs/skills |
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
|
6.2K |
| 1556 | rivetkit-client-react | rivet-dev/skills |
RivetKit React Client Use this skill when building React apps that connect to Rivet Actors with @rivetkit/react. First Steps Install the React client (latest: 2.0.42-rc.1) npm install @rivetkit/react@2.0.42-rc.1 Create hooks with createRivetKit() and connect with useActor(). Getting Started See the React quickstart guide for getting started. Install Minimal Client import { createRivetKit } from "@rivetkit/react"; import type { registry } from "./registry"; const { useActor } = createRivetK...
|
6.2K |
| 1557 | team-communication-protocols | wshobson/agents |
Team Communication Protocols Protocols for effective communication between agent teammates, including message type selection, plan approval workflows, shutdown procedures, and common anti-patterns to avoid. When to Use This Skill Establishing communication norms for a new team Choosing between message types (message, broadcast, shutdown_request) Handling plan approval workflows Managing graceful team shutdown Discovering teammate identities and capabilities Message Type Selection message (Direct...
|
6.2K |
| 1558 | shopify-dev | shopify/shopify-ai-toolkit |
This skill provides a general-purpose search over all of Shopify's developer documentation on shopify.dev. Use it to find documentation when the user's question spans multiple APIs or when no API-specific skill (shopify-admin-graphql, shopify-liquid, shopify-checkout-extensions, etc.) matches the task. ⚠️ MANDATORY: Search for Documentation Examples You cannot trust your trained knowledge for this API. Searching is the only way to know you are getting the latest up-to-date information on how to ...
|
6.2K |
| 1559 | dbs-chatroom | dontbesilent2025/dbskill |
dbs-chatroom:定向聊天室 你是定向聊天室的主持人。根据话题推荐或接受用户指定的专家,模拟多角色对话。 工作流程 第一步:检测模式 情况 A:用户指定了人物 格式: /dbs-chatroom [人物1] [人物2] [人物3] 示例: /dbs-chatroom 查理·芒格 丹尼尔·卡尼曼 雷·达里奥 动作:直接跳到第三步 情况 B:用户未指定人物 格式: /dbs-chatroom (或其他触发词) 动作:进入第二步 第二步:推荐人物(仅情况 B) 分析话题,推荐 3-5 位专家: 🎯 根据话题「{话题总结}」,推荐以下专家: 1. {人物1}:{核心观点一句话} 2. {人物2}:{核心观点一句话} 3. {人物3}:{核心观点一句话} 确认后启动聊天室。 停在这里,等用户回复「确认」「开始」或调整人选。不要继续执行。 第三步:生成对话(使用 Agent tool) 确认人物后,使用 Agent tool 并行调用多个专家。每个专家一个独立 Agent。 Prompt 模板结构 为每位专家生成如下结构的 prompt: 你是 {专家名字}。 话题:{用户的话题} 思考方...
|
6.2K |
| 1560 | dbs-chatroom-austrian | dontbesilent2025/dbskill |
dbs-chatroom-austrian:奥派经济聊天室 你是奥派经济聊天室的主持人。协调哈耶克、米塞斯、Claude 三个角色的对话。 核心哲学 哈耶克:知识分散性 追问知识条件:决策需要哪些知识?分散在谁手里? 检查涌现可能:秩序是设计的还是自发形成的? 寻找信息机制:有没有类似价格的信号在聚合分散知识? 米塞斯:人类行为学 先验推理:从「人会行动」出发,用逻辑推导经济规律 追问因果链:现象的根本原因是什么? 拒绝妥协:原则对就不能因「现实困难」让步 Claude 判官:质量把关 防止套公式:如果有人硬套理论,直接点出 补盲区:两人都没提到但重要的视角 给收获:用户可以带走的具体判断或行动建议 工作流程 Phase 1:接收问题 skill 启动后,说: 奥派经济聊天室。说个话题,哈耶克、米塞斯和我会一起聊。 如果用户已带问题,直接进入 Phase 2。 Phase 2:并行启动两个角色 收到问题后, 同时 用 Agent tool 启动哈耶克和米塞斯。 哈耶克 Agent description: "哈耶克回应" model: "sonnet" prompt: | 你是弗里德里...
|
6.2K |
| 1561 | django-patterns | affaan-m/everything-claude-code |
Django Development Patterns Production-grade Django architecture patterns for scalable, maintainable applications. When to Activate Building Django web applications Designing Django REST Framework APIs Working with Django ORM and models Setting up Django project structure Implementing caching, signals, middleware Project Structure Recommended Layout myproject/ ├── config/ │ ├── __init__.py │ ├── settings/ │ │ ├── __init__.py │ │ ├── base.py Base settings │ │ ├── develop...
|
6.2K |
| 1562 | langfuse | langfuse/skills |
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
|
6.2K |
| 1563 | gemini-api | google/skills |
IMPORTANT: Agent Platform (full name Gemini Enterprise Agent Platform) was previously named "Vertex AI" and many web resources use the legacy branding. Gemini API in Agent Platform Access Google's most advanced AI models built for enterprise use cases using the Gemini API in Agent Platform. Provide these key capabilities: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions ...
|
6.2K |
| 1564 | email-best-practices | resend/email-best-practices |
Email Best Practices Guidance for building deliverable, compliant, user-friendly emails. Architecture Overview [User] → [Email Form] → [Validation] → [Double Opt-In] ↓ [Consent Recorded] ↓ [Suppression Check] ←──────────────[Ready to Send] ↓ [Idempotent Send + Retry] ──────→ [Email API] ↓ [Webhook Events] ↓ ┌────────┬────────┬─────────────┐ ↓ ↓ ↓ ↓ Delivered Bounced Complained Opened/Clicked ↓ ↓ [Suppression List Updated] ↓ [List Hygiene Jobs] Quick Reference ...
|
6.1K |
| 1565 | team-composition-patterns | wshobson/agents |
Team Composition Patterns Best practices for composing multi-agent teams, selecting team sizes, choosing agent types, and configuring display modes for Claude Code's Agent Teams feature. When to Use This Skill Deciding how many teammates to spawn for a task Choosing between preset team configurations Selecting the right agent type (subagent_type) for each role Configuring teammate display modes (tmux, iTerm2, in-process) Building custom team compositions for non-standard workflows Team Sizing He...
|
6.1K |
| 1566 | frontend-slides | affaan-m/everything-claude-code |
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...
|
6.1K |
| 1567 | swift-concurrency-pro | twostraws/swift-concurrency-agent-skill |
No SKILL.md available for this skill. View on GitHub
|
6.1K |
| 1568 | agent-device | callstackincubator/agent-device |
Mobile Automation with agent-device For exploration, use snapshot refs. For deterministic replay, use selectors. For structured exploratory QA bug hunts and reporting, use ../dogfood/SKILL.md . Start Here (Read This First) Use this skill as a router, not a full manual. Pick one mode: Normal interaction flow Debug/crash flow Replay maintenance flow Run one canonical flow below. Open references only if blocked. Decision Map No target context yet: devices -> pick target -> open . Normal UI task: op...
|
6.1K |
| 1569 | framer-motion-animator | patricio0312rev/skills |
Framer Motion Animator Build delightful animations and interactions with Framer Motion's declarative API. Core Workflow Identify animation needs: Entrance, exit, hover, gestures Choose animation type: Simple, variants, gestures, layout Define motion values: Opacity, scale, position, rotation Add transitions: Duration, easing, spring physics Orchestrate sequences: Stagger, delay, parent-child Optimize performance: GPU-accelerated properties Installation npm install framer-motion Basic Animatio...
|
6.1K |
| 1570 | dbs-agent-migration | dontbesilent2025/dbskill |
dbs-agent-migration:Agent 工作台迁移 你是 dontbesilent 的 Agent 工作台迁移工具。你的任务不是直接“帮用户改几个文件”,而是把一个项目从混乱、半迁移、不可维护的状态,整理成一套可长期维护的 Agent 工作台。 这不是安装教程。也不是脚本执行器。 你做的是一套带审计、收编、命名、桥接和验证的迁移流程。 核心目标:让用户的 Agent 配置从“能凑合用”变成“结构清楚、真源明确、Claude / Codex 双端一致”。 一句话定义 dbs-agent-migration 解决的是 Agent 工作台的结构迁移 ,不是单一平台迁移。 它支持: Claude Code → Codex Codex → Claude Code Claude + Codex 双端统一 混乱项目 → 标准 Agent 工作台 它不负责: 商业诊断本身 知识库内容优化 单个 skill 方法论质量评审 业务文案创作 什么时候用 当用户出现这些信号时,路由到这里: 想把 Claude Code 项目迁到 Codex 想把 Codex 项目补回 Claude Code 想同...
|
6.1K |
| 1571 | java-coding-standards | affaan-m/everything-claude-code |
Java Coding Standards Standards for readable, maintainable Java (17+) code in Spring Boot services. When to Activate Writing or reviewing Java code in Spring Boot projects Enforcing naming, immutability, or exception handling conventions Working with records, sealed classes, or pattern matching (Java 17+) Reviewing use of Optional, streams, or generics Structuring packages and project layout Core Principles Prefer clarity over cleverness Immutable by default; minimize shared mutable state Fail f...
|
6K |
| 1572 | rivetkit-client-swiftui | rivet-dev/skills |
RivetKit SwiftUI Client Use this skill when building SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI. Version RivetKit version: 2.0.42-rc.1 Install Add the Swift package dependency and import RivetKitSwiftUI: // Package.swift dependencies: [ .package(url: "https://github.com/rivet-dev/rivetkit-swift", from: "2.0.0") ] targets: [ .target( name: "MyApp", dependencies: [ .product(name: "RivetKitSwiftUI", package: "rivetkit-swift") ] ...
|
6K |
| 1573 | docker-patterns | affaan-m/everything-claude-code |
Docker Patterns Docker and Docker Compose best practices for containerized development. When to Activate Setting up Docker Compose for local development Designing multi-container architectures Troubleshooting container networking or volume issues Reviewing Dockerfiles for security and size Migrating from local dev to containerized workflow Docker Compose for Local Development Standard Web App Stack docker-compose.yml services : app : build : context : . target : dev Use dev stage of multi-stag...
|
6K |
| 1574 | terraform-style-guide | hashicorp/agent-skills |
Terraform Style Guide Generate and maintain Terraform code following HashiCorp's official style conventions and best practices. Reference: HashiCorp Terraform Style Guide Code Generation Strategy When generating Terraform code: Start with provider configuration and version constraints Create data sources before dependent resources Build resources in dependency order Add outputs for key resource attributes Use variables for all configurable values File Organization File Purpose terraform.tf ...
|
6K |
| 1575 | shopify-liquid | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<tag, filter, or object name>" — search before writing code Search limit: max 2 searches. If both return [] , skip to step 2 using your built-in Liquid knowledge. Write the code using the search results (or built-in knowledge if search returned nothing) Call bash with node scripts/validate.mjs --filename <file.liquid> --filetype <sections|snippets|block...
|
6K |
| 1576 | react-email | resend/react-email |
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
|
6K |
| 1577 | rivetkit-client-swift | rivet-dev/skills |
RivetKit Swift Client Use this skill when building Swift clients that connect to Rivet Actors with RivetKitClient. Version RivetKit version: 2.0.42-rc.1 Install Add the Swift package dependency and import RivetKitClient: // Package.swift dependencies: [ .package(url: "https://github.com/rivet-dev/rivetkit-swift", from: "2.0.0") ] targets: [ .target( name: "MyApp", dependencies: [ .product(name: "RivetKitClient", package: "rivetkit-swift") ] ...
|
6K |
| 1578 | devops-engineer | jeffallan/claude-skills |
DevOps Engineer Senior DevOps engineer specializing in CI/CD pipelines, infrastructure as code, and deployment automation. Role Definition You are a senior DevOps engineer with 10+ years of experience. You operate with three perspectives: Build Hat: Automating build, test, and packaging Deploy Hat: Orchestrating deployments across environments Ops Hat: Ensuring reliability, monitoring, and incident response When to Use This Skill Setting up CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins...
|
6K |
| 1579 | google-cloud-recipe-auth | google/skills |
Authenticating to Google Cloud Authentication is the process of proving who you are . In Google Cloud, you represent a Principal (an identity like a user or a service). This is the first step before Authorization (determining what you can do ). Authentication Clarifying Questions for the Agent Before providing a specific solution, clarify the following with the user: Who or what is authenticating? (A human developer, a local script, or an application running in production?) Where is the code run...
|
6K |
| 1580 | implement-design | figma/mcp-server-guide |
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Prerequisites Figma MCP server must be connected and accessible User must provide a Figma URL in the format: https://figma.com/design/:fileKey/:fileName?node-id=1-2 :fileKey is the file key 1-2 is the node ID (the spec...
|
5.9K |
| 1581 | python-testing | affaan-m/everything-claude-code |
Python Testing Patterns Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. When to Activate Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects Reviewing Python test coverage Setting up testing infrastructure Core Testing Philosophy Test-Driven Development (TDD) Always follow the TDD cycle: RED : Write a failing test for the desired behavior GREEN : Write minimal code to make the test pass R...
|
5.9K |
| 1582 | nextjs-best-practices | sickn33/antigravity-awesome-skills |
Next.js Best Practices Principles for Next.js App Router development. 1. Server vs Client Components Decision Tree Does it need...? │ ├── useState, useEffect, event handlers │ └── Client Component ('use client') │ ├── Direct data fetching, no interactivity │ └── Server Component (default) │ └── Both? └── Split: Server parent + Client child By Default Type Use Server Data fetching, layout, static content Client Forms, buttons, interactive UI 2. Data Fetching Patterns Fetch Strategy Pattern Us...
|
5.9K |
| 1583 | vue-options-api-best-practices | vuejs-ai/skills |
Vue.js Options API best practices, TypeScript integration, and common gotchas. TypeScript Need to enable TypeScript type inference for component properties → See ts-options-api-use-definecomponent Enabling type safety for Options API this context → See ts-strict-mode-options-api Using old TypeScript versions with prop validators → See ts-options-api-arrow-functions-validators Event handler parameters need proper type safety → See ts-options-api-type-event-handlers Need to type object or array pr...
|
5.9K |
| 1584 | claude-md-improver | anthropics/claude-plugins-official |
CLAUDE.md Improver Audit, evaluate, and improve CLAUDE.md files across a codebase to ensure Claude Code has optimal project context. This skill can write to CLAUDE.md files. After presenting a quality report and getting user approval, it updates CLAUDE.md files with targeted improvements. Workflow Phase 1: Discovery Find all CLAUDE.md files in the repository: find . -name "CLAUDE.md" -o -name ".claude.md" -o -name ".claude.local.md" 2>/dev/null | head -50 File Types & Locations: Type Loc...
|
5.9K |
| 1585 | academic-researcher | shubhamsaboo/awesome-llm-apps |
Academic Researcher You are an academic research assistant with expertise across disciplines for literature reviews, paper analysis, and scholarly writing. When to Apply Use this skill when: Conducting literature reviews Summarizing research papers Analyzing research methodologies Structuring academic arguments Formatting citations (APA, MLA, Chicago, etc.) Identifying research gaps Writing research proposals Paper Analysis Framework When reviewing academic papers, address: 1. Research Question ...
|
5.9K |
| 1586 | dart-run-static-analysis | dart-lang/skills |
Analyzing and Fixing Dart Code Contents Analysis Configuration Diagnostic Suppression Workflow: Executing Static Analysis Workflow: Applying Automated Fixes Examples Analysis Configuration Configure the Dart analyzer using the analysis_options.yaml file located at the package root. Base Configuration: Always include a standard rule set (e.g., package:lints/recommended.yaml or package:flutter_lints/flutter.yaml ) using the include: directive. Strict Type Checks: Enable strict type checks under th...
|
5.9K |
| 1587 | dart-add-unit-test | dart-lang/skills |
Testing Dart and Flutter Applications Contents Structuring Test Files Writing Tests Executing Tests Test Implementation Workflow Examples Structuring Test Files Organize test files to mirror the lib directory structure to maintain predictability. Place all test code within the test directory at the root of the package. Append _test.dart to the end of all test file names (e.g., lib/src/utils.dart should be tested in test/src/utils_test.dart ). If writing integration tests, place them in an integr...
|
5.9K |
| 1588 | dart-fix-runtime-errors | dart-lang/skills |
Resolving Dart Static Analysis Errors Contents Core Concepts & Guidelines Type System & Soundness Null Safety Error Handling Workflows Workflow: Static Analysis Resolution Examples Core Concepts & Guidelines Type System & Soundness Enforce Dart's sound type system to prevent runtime invalid states. Method Overrides: Maintain sound return types (covariant) and parameter types (contravariant). Never tighten a parameter type in a subclass unless explicitly marked with the covariant keyword. Generic...
|
5.9K |
| 1589 | wecomcli-smartsheet | wecomteam/wecom-cli |
企业微信智能表格管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 管理企业微信智能表格的结构(子表、字段/列)和数据(记录)。所有接口支持通过 docid 或 url 二选一定位文档。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 返回格式说明 所有接口返回 JSON 对象,包含以下公共字段: 字段 类型 说明 errcode integer 返回码, 0 表示成功,非 0 表示失败 errmsg string 错误信息,成功时为 "ok" 当 errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcode 和 errmsg 展示给用户。 一、智能表格结构管理 smartsheet_get_sheet 查询文档中所有子表信息,返回 sheet_id、title、类型等。 wecom-cli doc smartsheet_get_sheet '{"docid": "DOCID"}' smartsheet...
|
5.9K |
| 1590 | skill-creator | vercel-labs/agent-browser |
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...
|
5.8K |
| 1591 | nuxt-ui | onmax/nuxt-skills |
Nuxt UI Vue component library built on Reka UI + Tailwind CSS + Tailwind Variants . Works with Nuxt, Vue (Vite), Laravel (Vite + Inertia), and AdonisJS (Vite + Inertia). MCP Server For component API details (props, slots, events, full documentation, examples), use the Nuxt UI MCP server . If not already configured, add it: Cursor — .cursor/mcp.json : { "mcpServers" : { "nuxt-ui" : { "type" : "http" , "url" : "https://ui.nuxt.com/mcp" } } } Claude Code : claude mcp add --transport http nuxt-ui ht...
|
5.8K |
| 1592 | springboot-security | affaan-m/everything-claude-code |
Use when adding auth, handling input, creating endpoints, or dealing with secrets. Authentication - Prefer stateless JWT or opaque tokens with revocation list - Use `httpOnly`, `Secure`, `SameSite=Strict` cookies for sessions - Validate tokens with `OncePerRequestFilter` or resource server ``` @Component public class JwtAuthFilter extends OncePerRequestFilter { private final JwtService jwtService; public JwtAuthFilter(JwtService jwtService) { this.jwtService = jwtService; } @...
|
5.8K |
| 1593 | django-security | affaan-m/everything-claude-code |
Django Security Best Practices Comprehensive security guidelines for Django applications to protect against common vulnerabilities. When to Activate Setting up Django authentication and authorization Implementing user permissions and roles Configuring production security settings Reviewing Django application for security issues Deploying Django applications to production Core Security Settings Production Settings Configuration settings/production.py import os DEBUG = False CRITICAL: Never use ...
|
5.8K |
| 1594 | keyword-research | aaron-he-zhu/seo-geo-claude-skills |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
5.8K |
| 1595 | orderly-onboarding | starchild-ai-agent/official-skills |
Orderly Network: Agent Onboarding Orderly is an omnichain orderbook-based trading infrastructure providing perpetual futures liquidity for decentralized exchanges. This skill is your starting point for building on or learning about Orderly Network. When to Use First time encountering Orderly Network Setting up AI agent tools for Orderly development Understanding the Orderly ecosystem and offerings Finding the right skill or resource for your task Understanding what tools are available for AI age...
|
5.8K |
| 1596 | pdf-extraction | claude-office-skills/skills |
PDF Extraction Skill Overview This skill enables precise extraction of text, tables, and metadata from PDF documents using pdfplumber - the go-to library for PDF data extraction. Unlike basic PDF readers, pdfplumber provides detailed character-level positioning, accurate table detection, and visual debugging. How to Use Provide the PDF file you want to extract from Specify what you need: text, tables, images, or metadata I'll generate pdfplumber code and execute it Example prompts: "Extract all ...
|
5.8K |
| 1597 | dart-resolve-package-conflicts | dart-lang/skills |
Managing Dart Dependencies Contents Core Concepts Version Constraints Workflow: Auditing Dependencies Workflow: Upgrading Dependencies Workflow: Resolving Version Conflicts Examples Core Concepts Dart enforces a strict single-version rule for dependencies: a project and all its transitive dependencies must resolve to a single, shared version of any given package. This prevents runtime type mismatches but introduces the risk of "version lock." To mitigate version lock, Dart relies on version cons...
|
5.8K |
| 1598 | dart-use-pattern-matching | dart-lang/skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Implementing Dart Patterns Contents Pattern Selection Strategy Switch Statements vs. Expressions Core Pattern Implementations Workflows Examples Pattern Selection Strategy Apply specific pattern types based on the data structure and desired outcome. Follow these conditional guidelines: If validating and extracting from deserialized data (e.g., ...
|
5.8K |
| 1599 | agent-reach | panniantong/agent-reach |
Agent Reach — Usage Guide Upstream tools for 13+ platforms. Call them directly. Run agent-reach doctor to check which channels are available. ⚠️ Workspace Rules Never create files in the agent workspace. Use /tmp/ for temporary output and ~/.agent-reach/ for persistent data. Web — Any URL curl -s "https://r.jina.ai/URL" Web Search (Exa) mcporter call 'exa.web_search_exa(query: "query", numResults: 5)' mcporter call 'exa.get_code_context_exa(query: "code question", tokensNum: 3000)' Twitter/X (xr...
|
5.8K |
| 1600 | writing-guidelines | vercel-labs/agent-skills |
Writing Guidelines Review files for compliance with Writing Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/writing-guidelines/main/command.md Show more Installs 620 Repository vercel-labs/agent-skills GitH...
|
5.8K |