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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,447
总 Skills
35.6M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
5001 clerk-vue-patterns clerk/skills
Vue Patterns SDK: @clerk/vue v2+ (Vue 3). For Nuxt, use clerk-nuxt-patterns . What Do You Need? Task Reference Composables: useAuth, useUser, useOrganization references/composables.md Vue Router navigation guards references/vue-router-guards.md Pinia store with auth state references/pinia-integration.md Mental Model Vue uses composables from @clerk/vue : useAuth() — reactive isSignedIn , userId , signOut useUser() — reactive user object useClerk() — full Clerk instance for advanced operations us...
459
5002 v4-security-foundations uniswap/uniswap-ai
v4 Hook Security Foundations Security-first guide for building Uniswap v4 hooks. Hook vulnerabilities can drain user funds—understand these concepts before writing any hook code. Threat Model Before writing code, understand the v4 security context: Threat Area Description Mitigation Caller Verification Only PoolManager should invoke hook functions Verify msg.sender == address(poolManager) Sender Identity msg.sender always equals PoolManager, never the end user Use sender parameter for user ident...
458
5003 paid-ads sickn33/antigravity-awesome-skills
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
458
5004 kotlin-multiplatform vitorpamplona/amethyst
Kotlin Multiplatform: Platform Abstraction Decisions Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific. When to Use This Skill Making platform abstraction decisions: "Should I create expect/actual or keep Android-only?" "Can I share this ViewModel logic?" "Where does this crypto/JSON/network implementation belong?" "This uses Android Context - can it be abstracted?" "Is this code in the wrong module?" Preparing for iOS/web/wasm targets Detect...
458
5005 coding-guidelines actionbook/rust-skills
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static, no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity(), String::with_capacity() Avoi...
458
5006 bkt avivsinai/bitbucket-cli
`bkt` is a unified CLI for Bitbucket Data Center and Bitbucket Cloud. It mirrors `gh` ergonomics and provides structured JSON/YAML output for automation. Dependency Check Before executing any `bkt` command, verify the CLI is installed: ``` bkt --version ``` If the command fails or `bkt` is not found, install it using one of these methods: | macOS/Linux | `brew install avivsinai/tap/bitbucket-cli` | Windows | `scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket && scoo...
458
5007 testimonials-generator kostja94/marketing-skills
Components: Testimonials Guides testimonial design and placement for conversion. 92% of consumers read reviews before buying; testimonials can increase conversion by up to 67%. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context....
458
5008 url-structure kostja94/marketing-skills
SEO On-Page: URL Structure Guides URL structure optimization for SEO: readability, hierarchy, and best practices. 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. Scope (On-Page SEO) URL hierarchy : Path structure, categories, depth URL format : Static vs dynamic; omit file extensions URL slug : See url-slug-generator for s...
458
5009 serp-features kostja94/marketing-skills
SEO On-Page: SERP Features Guides SERP (Search Engine Results Page) features: types, obtainability, and optimization. ~98.5% of Google's first page includes SERP features; rich results receive ~58% of clicks vs 41% for standard listings. Understanding SERP features helps prioritize keywords and content strategy. 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 ...
458
5010 naver-blog-research nomadamas/k-skill
네이버 블로그 리서치 What this skill does 네이버 블로그를 검색하고, 개별 포스트의 원문을 읽고, 이미지를 로컬에 다운로드한다. API 키 없이 python3 표준 라이브러리만으로 동작한다. 검색 결과를 구조화된 JSON으로 출력한다. 모바일 버전( m.blog.naver.com )을 이용해 iframe 없이 본문을 직접 추출한다. 블로그 이미지 CDN( blogfiles.naver.net , postfiles.pstatic.net )에서 이미지를 다운로드한다. When to use "네이버 블로그에서 결혼식 체크리스트 검색해줘" "네이버 블로그 리서치 해줘" "한국 블로그에서 관련 정보 조사해줘" "네이버 블로그 글 읽어줘" "이 네이버 블로그 포스트에서 이미지 다운로드해줘" 한국어 콘텐츠 리서치에서 구글 외 네이버 블로그 소스가 필요한 상황 When not to use 네이버 뉴스, 카페, 지식iN 등 블로그 외 네이버 서비스 검색 대량 크롤링/스크래핑 (한 세션...
458
5011 photos-camera-media dpearson2699/swift-ios-skills
Photos, Camera & Media Modern patterns for photo picking, camera capture, image loading, and media permissions targeting iOS 26+ with Swift 6.2. Patterns are backward-compatible to iOS 16 unless noted. See references/photospicker-patterns.md for complete picker recipes and references/camera-capture.md for AVCaptureSession patterns. Contents PhotosPicker (SwiftUI, iOS 16+) Privacy and Permissions Camera Capture Basics Image Loading and Display Common Mistakes Review Checklist References PhotosPic...
457
5012 clawdstrike cantinaxyz/clawdstrike
Clawstrike Security Audit Goal Audit an OpenClaw deployment for misconfigurations and real-world attack paths. Produce a deterministic OK/VULNERABLE report with severity, evidence, and fixes. Non-negotiable safety rules Verified mode is required. Execute scripts/collect_verified.sh immediately (no consent prompt). Verified mode uses only the strict allowlist; do not run any command outside it. Never run remote content (no curl|bash, wget, Invoke-WebRequest, installers, package managers, update s...
457
5013 pubmed-database davila7/claude-code-templates
PubMed Database Overview PubMed is the U.S. National Library of Medicine's comprehensive database providing free access to MEDLINE and life sciences literature. Construct advanced queries with Boolean operators, MeSH terms, and field tags, access data programmatically via E-utilities API for systematic reviews and literature analysis. When to Use This Skill This skill should be used when: Searching for biomedical or life sciences research articles Constructing complex search queries with Boo...
457
5014 preline-theme-generator htmlstreamofficial/preline
Preline Theme Generator This file is for the AGENT (LLM) only — not end users. Generate a Preline Theme CSS file that produces a beautiful, consistent UI across all Preline components. Docs docs/step-1.md to docs/step-7.md (detailed workflow guidance) docs/palette-guidance.md (mood, hue, neutral mapping, OKLCH rules) docs/validation-checklist.md docs/token-reference.md docs/examples.md Agent workflow (FOLLOW THIS) When user requests a theme, the agent MUST: Step 1: Interpret user request P...
457
5015 writing-skills sickn33/antigravity-awesome-skills
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
457
5016 customaize-agent:create-skill neolabhq/context-engineering-kit
Create Skill Command This command provides guidance for creating effective skills. Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.codex/skills for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you d...
457
5017 write-api-reference vercel/next.js
Writing API Reference Pages Goal Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven. Each page documents one API . If the API has sub-methods (like cookies.set() ), document them on the same page. If two APIs are independent, they get separate pages. Structure Identify which category the API belongs to, then follow the corresponding template. Categories Fu...
457
5018 payment-assistant binance/binance-skills-hub
⚠️ CRITICAL: How to Handle QR Images When user sends a QR code image, you MUST follow this order: Step 1: Try to READ the QR data directly (Vision) Look at the QR code image and try to extract the actual data string (URL or EMV code). If you can read it → --action purchase --raw_qr "<DATA>" If you cannot read the data (only see logo/colors) → Go to Step 2 Step 2: Check for image file path Does your platform provide the image attachment path in message metadata? If YES → --action decode_qr --imag...
457
5019 browser automation web-infra-dev/midscene-skills
Browser Automation Automate web browser interactions for scraping, testing, and workflow automation. Core Capabilities Navigation navigation : goto : url : "https://example.com" wait_until : "networkidle" timeout : 30000 actions : - wait_for_selector : ".content" - scroll_to_bottom : true - wait_for_navigation : true Element Interaction interactions : click : selector : "button.submit" options : click_count : 1 delay : 100 type : selector : "input[name='email']" text : "user@example.com" options...
456
5020 dingtalk-ai-table aliramw/dingtalk-ai-table
钉钉 AI 表格操作 通过 MCP 协议连接钉钉 AI 表格 API,执行表格和数据操作。 ⚠️ 安全须知 安装前请阅读: 本技能需要外部 CLI 工具 - 需安装 mcporter (npm/bun 全局安装) 需要配置认证凭证 - Streamable HTTP URL 包含访问令牌,请妥善保管 脚本审查建议 - scripts/ 目录包含 Python 辅助脚本,建议先审查再运行 测试环境优先 - 首次使用建议在测试表格中验证,确认无误后再操作生产数据 🔒 安全加固措施(v0.3.4+) 脚本已实施以下安全保护: 保护措施 说明 路径沙箱 resolve_safe_path() 防止目录遍历攻击,限制文件访问在 OPENCLAW_WORKSPACE 内 dentryUuid 验证 验证 API 返回的 dentryUuid 格式,兼容平台返回的合法 ID,防止空值和明显异常输入 文件扩展名白名单 仅允许 .json / .csv 文件 文件大小限制 JSON 最大 10MB,CSV 最大 50MB,防止 DoS 字段类型白名单 仅允许预定义的字段类型 命令超时 mcporter ...
456
5021 draft-nda phuryn/pm-skills
NDA (Non-Disclosure Agreement) Drafting You are an experienced legal document specialist with expertise in confidentiality agreements. Your role is to help draft detailed, clear, and professional Non-Disclosure Agreements between parties. Purpose Draft a comprehensive Non-Disclosure Agreement (NDA) between two parties. The NDA covers information types, jurisdiction, and clearly marks clauses that require legal review. Provide plain-language explanations to make the document accessible. Important...
456
5022 kaizen:kaizen neolabhq/context-engineering-kit
Kaizen: Continuous Improvement Apply continuous improvement mindset - suggest small iterative improvements, error-proof designs, follow established patterns, avoid over-engineering; automatically applied to guide quality and simplicity Overview Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed. Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes. When to Use Always applied for: Code implemen...
456
5023 git:commit neolabhq/context-engineering-kit
Claude Command: Commit Your job is to create well-formatted commits with conventional commit messages and emoji. Instructions CRITICAL: Perform the following steps exactly as described: Branch check : Checks if current branch is master or main . If so, asks the user whether to create a separate branch before committing. If user confirms a new branch is needed, creates one using the pattern <type>/<username>/<description> (e.g., feature/leovs09/add-new-command ) Unless specified with --no-verify ...
456
5024 database-architect sickn33/antigravity-awesome-skills
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
456
5025 referral-program kostja94/marketing-skills
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
456
5026 creator-program kostja94/marketing-skills
Channels: Creator Program Guides creator program strategy for AI/SaaS products. Long-term partnerships with creators for content co-creation and brand building. Differs from affiliate (sales focus) and influencer (paid promotion focus). 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. Initial Assessment Check for product ma...
456
5027 top-banner-generator kostja94/marketing-skills
Components: Top Banner (Announcement Bar) Guides top announcement bar and sticky banner design for conversion. Top banners answer visitor questions in ~3 seconds (trust, discount, free shipping, urgency) and can increase coupon redemption by 30-50% when used well. 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. Initial Ass...
456
5028 discount-marketing-strategy kostja94/marketing-skills
Strategies: Discount Marketing Guides discount and promotional pricing strategy for SaaS, e-commerce, and tools. Covers discount structures, lifetime deals (LTD), redeem codes, Black Friday / Cyber Monday, and campaign design. Aligns with pricing-strategy (base price structure); discounts apply on top of base pricing. 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 as...
456
5029 medium-posts kostja94/marketing-skills
Platforms: Medium Guides Medium publishing for parasite SEO and content distribution. Medium's domain authority helps content rank faster than on new sites; articles can reach page 1 within days. Use this skill when planning Medium content or republishing from your site. 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. Init...
456
5030 clerk-nuxt-patterns clerk/skills
Nuxt Patterns What Do You Need? Task Reference Protect routes with middleware references/nuxt-middleware.md Auth in server API routes (Nitro) references/server-api-routes.md useAuth / useUser in components references/composables.md SSR-safe auth patterns references/ssr-auth.md References Reference Description references/nuxt-middleware.md Route protection, clerkMiddleware() references/server-api-routes.md Nitro server route auth references/composables.md useAuth, useUser, useClerk references/ssr...
456
5031 skill-developer sickn33/antigravity-awesome-skills
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
455
5032 canvas-design sickn33/antigravity-awesome-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
455
5033 asc-shots-pipeline rudrankriyam/asc-skills
asc screenshots pipeline (xcodebuild -> AXe -> frame -> asc) Use this skill for agent-driven screenshot workflows where the app is built and launched with Xcode CLI tools, UI is driven with AXe, and screenshots are uploaded with asc . Current scope Implemented now: build/run, AXe plan capture, frame composition, and upload. Device discovery is built-in via asc screenshots list-frame-devices . Local screenshot automation commands are experimental in asc cli. Framing is pinned to Koubou 0.13.0 for...
455
5034 d1-migration jezweb/claude-skills
D1 Migration Workflow Guided workflow for Cloudflare D1 database migrations using Drizzle ORM. Standard Migration Flow 1. Generate Migration pnpm db:generate This creates a new .sql file in drizzle/ (or your configured migrations directory). 2. Inspect the SQL (CRITICAL) Always read the generated SQL before applying. Drizzle sometimes generates destructive migrations for simple schema changes. Red Flag: Table Recreation If you see this pattern, the migration will likely fail: CREATE TABLE ` my_t...
455
5035 breadcrumb-generator kostja94/marketing-skills
Components: Breadcrumb Navigation Guides breadcrumb implementation for SEO, UX, and GEO. Breadcrumbs show users their location in the site hierarchy and help search engines understand content taxonomy. Well-implemented breadcrumbs can increase CTR by 20–30%, reduce bounce rates by up to 30%, and strengthen internal linking. 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 u...
455
5036 newsletter-signup-generator kostja94/marketing-skills
Components: Newsletter Signup Guides newsletter signup form design for list growth. Email subscribers spend 138% more than non-subscribers; top popups convert at 23%+. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cu...
455
5037 media-kit-page-generator kostja94/marketing-skills
Pages: Media Kit Guides media kit and press page content, structure, and accessibility for journalists. Media kits provide self-service brand assets; consistent presentation builds trust (companies with strong guidelines are 20% more valuable). Distinct from press-coverage-page-generator : Media kit = assets for journalists; press coverage = aggregation of third-party mentions for visitor trust. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why ...
455
5038 grepai-ollama-setup yoanbernabeu/grepai-skills
This skill covers installing and configuring Ollama as the local embedding provider for GrepAI. Ollama enables 100% private code search where your code never leaves your machine. When to Use This Skill - Setting up GrepAI with local, private embeddings - Installing Ollama for the first time - Choosing and downloading embedding models - Troubleshooting Ollama connection issues Why Ollama? | 🔒 Privacy | Code never leaves your machine | 💰 Free | No API costs | ⚡ Fast | Local process...
455
5039 cypress bobmatnyc/claude-mpm-skills
Cypress (E2E + Component Testing) Overview Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters. Quick Start Install and open npm i -D cypress npx cypress open Minimal spec // cypress/e2e/health.cy.ts describe("health", () => { it("loads", () => { cy.visit("/"); cy.contains("Hello").should("be.visible"); }); }); Core ...
454
5040 vitest hairyf/skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
454
5041 nextjs-best-practices davila7/claude-code-templates
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...
454
5042 zoho-crm membranedev/application-skills
Zoho CRM Zoho CRM is a customer relationship management platform used by sales, marketing, and customer support teams. It helps businesses manage their sales pipeline, automate marketing tasks, and provide better customer service. Official docs: https://www.zoho.com/crm/developer/docs/api/v6/ Zoho CRM Overview Leads Contacts Accounts Deals Tasks Meetings Calls Modules Layouts Working with Zoho CRM This skill uses the Membrane CLI to interact with Zoho CRM. Membrane handles authentication and cre...
454
5043 alpine-js mindrally/skills
Alpine.js Development You are an expert in Alpine.js for building lightweight, reactive web interfaces. Core Principles Write concise, technical responses with accurate Alpine.js examples Use Alpine.js for lightweight, declarative interactivity Prioritize performance optimization and minimal JavaScript Integrate seamlessly with Tailwind CSS and backend frameworks Alpine.js Fundamentals Directives x-data - Define reactive data for a component x-bind - Bind attributes to expressions x-on - Attac...
454
5044 antigravity-workflows sickn33/antigravity-awesome-skills
Antigravity Workflows Use this skill to turn a complex objective into a guided sequence of skill invocations. When to Use This Skill Use this skill when: The user wants to combine several skills without manually selecting each one. The goal is multi-phase (for example: plan, build, test, ship). The user asks for best-practice execution for common scenarios like: Shipping a SaaS MVP Running a web security audit Building an AI agent system Implementing browser automation and E2E QA Workflow Source...
454
5045 plotly davila7/claude-code-templates
Plotly Python graphing library for creating interactive, publication-quality visualizations with 40+ chart types. Quick Start Install Plotly: uv pip install plotly Basic usage with Plotly Express (high-level API): import plotly.express as px import pandas as pd df = pd.DataFrame({ 'x': [1, 2, 3, 4], 'y': [10, 11, 12, 13] }) fig = px.scatter(df, x='x', y='y', title='My First Plot') fig.show() Choosing Between APIs Use Plotly Express (px) For quick, standard visualizations with ...
454
5046 r3f-fundamentals enzed/r3f-skills
React Three Fiber Fundamentals Quick Start import { Canvas } from '@react-three/fiber' import { useRef } from 'react' import { useFrame } from '@react-three/fiber' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default fun...
454
5047 stock-info-explorer sundial-org/awesome-openclaw-skills
Stock Information Explorer This skill fetches OHLCV data from Yahoo Finance via yfinance and computes technical indicators locally (no API key required). Commands 1) Real-time Quotes ( price ) uv run --script scripts/yf.py price TSLA shorthand uv run --script scripts/yf.py TSLA 2) Fundamental Summary ( fundamentals ) uv run --script scripts/yf.py fundamentals NVDA 3) ASCII Trend ( history ) uv run --script scripts/yf.py history AAPL 6mo 4) Professional Chart ( pro ) Generates a high-resolution ...
454
5048 customaize-agent:apply-anthropic-skill-best-practices neolabhq/context-engineering-kit
Anthropic's official skill authoring best practices Apply Anthropic's official skill authoring best practices to your skill. Good Skills are concise, well-structured, and tested with real usage. This guide provides practical authoring decisions to help you write Skills that Claude can discover and use effectively. Core principles Skill Metadata Not every token in your Skill has an immediate cost. At startup, only the metadata (name and description) from all Skills is pre-loaded. Claude reads SKI...
454
5049 cloudbase-guidelines tencentcloudbase/skills
CloudBase Development Guidelines 💡 Recommended: MCP Installation For enhanced CloudBase development experience, we recommend installing CloudBase MCP (Model Context Protocol). CloudBase MCP provides essential tools for CloudBase development, including environment management, function deployment, database operations, and more. While not required, installing MCP will significantly improve your development workflow. MCP Configuration Instructions Most Coding Agents support project-level MCP configu...
453
5050 parallel-agents sickn33/antigravity-awesome-skills
Native Parallel Agents Orchestration through Claude Code's built-in Agent Tool Overview This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scripts, this approach keeps all orchestration within Claude's control. When to Use Orchestration ✅ Good for: Complex tasks requiring multiple expertise domains Code analysis from security, performance, and quality perspectives Comprehensive reviews (architecture + security + testing) F...
453