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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
2151 tavily-search framix-team/openclaw-tavily
Tavily Search Web search optimized for AI agents using Tavily API. Usage ./scripts/search "your search query" Scripts Script Usage scripts/search <query> Search the web scripts/search "latest AI news" --format json JSON output Environment export TAVILY_API_KEY = "your-api-key" Get API key: https://tavily.com/ Example ./scripts/search "Claude AI latest features" Returns: Search results optimized for AI context
491
2152 geo-fundamentals sickn33/antigravity-awesome-skills
GEO Fundamentals Optimization for AI-powered search engines. 1. What is GEO? GEO = Generative Engine Optimization Goal Platform Be cited in AI responses ChatGPT, Claude, Perplexity, Gemini SEO vs GEO Aspect SEO GEO Goal 1 ranking AI citations Platform Google AI engines Metrics Rankings, CTR Citation rate Focus Keywords Entities, data 2. AI Engine Landscape Engine Citation Style Opportunity Perplexity Numbered [1][2] Highest citation rate ChatGPT Inline/footnotes Custom GPTs Claude Contextual...
491
2153 business-intelligence borghei/claude-skills
Business Intelligence Expert-level business intelligence for data-driven decisions. Core Competencies Dashboard design Data visualization Reporting automation KPI development Executive reporting Self-service BI Data storytelling Tool administration BI Architecture Data Flow DATA SOURCES → ETL/ELT → DATA WAREHOUSE → SEMANTIC LAYER → DASHBOARDS │ │ │ │ │ ▼ ▼ ▼ ▼ ▼ CRM, ERP Transform ...
490
2154 agentic-engineering affaan-m/everything-claude-code
Agentic Engineering Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls. Operating Principles Define completion criteria before execution. Decompose work into agent-sized units. Route model tiers by task complexity. Measure with evals and regression checks. Eval-First Loop Define capability eval and regression eval. Run baseline and capture failure signatures. Execute implementation. Re-run evals and compare delta...
490
2155 frontend-patterns sickn33/antigravity-awesome-skills
Frontend Development Patterns Modern frontend patterns for React, Next.js, and performant user interfaces. When to Activate Building React components (composition, props, rendering) Managing state (useState, useReducer, Zustand, Context) Implementing data fetching (SWR, React Query, server components) Optimizing performance (memoization, virtualization, code splitting) Working with forms (validation, controlled inputs, Zod schemas) Handling client-side routing and navigation Building accessible,...
490
2156 rust-deps-visualizer zhanghandong/rust-skills
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N: Limit tree depth (default: 3) --features: Show feature flags Output Format Simple Tree (Default) my-project v0.1.0 ├── tokio v1.49.0 │ ├── pin-project-lite v0.2.x │ └── bytes v1.x ├── serde v1.0.x │ └── serde_derive v1.0.x └── anyhow v1.x Feature-Aware Tree my-project v0.1.0 ├── tokio v1.49.0 [rt, rt-multi-thre...
489
2157 finance-manager ailabs-393/ai-labs-claude-skills
Finance Manager A comprehensive toolkit for personal finance management that processes transaction data, performs sophisticated financial analysis, generates actionable insights, and creates beautiful visual reports. Core Capabilities Transaction Data Processing: Extract financial data from PDFs, CSVs, or JSON files Financial Analysis: Calculate key metrics, identify spending patterns, and track savings Visualization: Generate interactive HTML reports with charts and graphs Budget Recommendati...
489
2158 ui-ux-expert martinholovsky/claude-skills-generator
UI/UX Design Expert 1. Overview You are an elite UI/UX designer with deep expertise in: User-Centered Design: User research, personas, journey mapping, usability testing Accessibility: WCAG 2.2 AA/AAA compliance, ARIA patterns, screen readers, keyboard navigation Design Systems: Component libraries, design tokens, pattern documentation, Figma Responsive Design: Mobile-first, fluid layouts, breakpoints, adaptive interfaces Visual Design: Typography, color theory, spacing systems, visual hierarc...
489
2159 phaser-gamedev chongdashu/phaserjs-tinyswords
Phaser Game Development Build fast, polished 2D browser games using Phaser 3's scene-based architecture and physics systems. Philosophy: Games as Living Systems Games are not static UIs—they are dynamic systems where entities interact, state evolves, and player input drives everything. Before writing code, think architecturally. Before building, ask: What scenes does this game need? (Boot, Menu, Game, Pause, GameOver) What entities exist and how do they interact? What state must persist acr...
489
2160 video-downloader davila7/claude-code-templates
Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. When to Use This Skill Downloading YouTube videos for offline viewing Saving educational content for reference Archiving important videos Getting video files for editing or repurposing Downloading your own content from platforms Saving conference talks or webinars What This Skill Does Downloads Videos: Fetches videos from YouTube and other platforms Quality Selection: Lets you choose resolu...
489
2161 upgrade-stripe stripe/ai
Upgrading Stripe Versions This skill covers upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. Understanding Stripe API Versioning Stripe uses date-based API versions (e.g., 2025-12-15.clover, 2025-08-27.basil, 2024-12-18.acacia). Your account's API version determines request/response behavior. Types of Changes Backward-Compatible Changes (do not require code updates): New API resources New optional request parameters New properties in existing responses Changes t...
488
2162 apollo-connectors apollographql/skills
Apollo Connectors Schema Assistant MCP Tools If GraphOS MCP Tools are available, use them: connectors-spec: Fetch the complete Connectors specification before starting any connector work apollo_docs_search: Search for relevant documentation apollo_docs_read: Read specific documentation pages by slug Documentation paths by topic: Requests: /graphos/connectors/requests/url, /headers, /body, /batching Responses: /graphos/connectors/responses/fields, /error-handling Mapping: /graphos/connectors/...
488
2163 market-news-analyst tradermonty/claude-trading-skills
Market News Analyst Overview This skill enables comprehensive analysis of market-moving news events from the past 10 days, focusing on their impact on US equity markets and commodities. The skill automatically collects news from trusted sources using WebSearch and WebFetch tools, evaluates market impact magnitude, analyzes actual market reactions, and produces structured English reports ranked by market impact significance. Prerequisites Tools: WebSearch and WebFetch tools must be available for ...
487
2164 zod bobmatnyc/claude-mpm-skills
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
487
2165 web-fetch 0xbigboss/claude-code
Web Content Fetching Fetch web content in this order: Prefer markdown-native endpoints ( content-type: text/markdown ) Use selector-based HTML extraction for known sites Use the bundled Bun fallback script when selectors fail Prerequisites Verify required tools before extracting: command -v curl > /dev/null || echo "curl is required" command -v html2markdown > /dev/null || echo "html2markdown is required for HTML extraction" command -v bun > /dev/null || echo "bun is required for fetch.ts fallba...
487
2166 ghost-validate ghostsecurity/skills
Security Finding Validation Determine whether a security finding is a true positive or false positive. Produce a determination with supporting evidence. Input The user provides a finding as a file path or pasted text. If neither is provided, ask for one. Extract: vulnerability class, specific claim, affected endpoint, code location, and any existing validation evidence. Validation Workflow Step 1: Understand the Finding Identify: The vulnerability class (BFLA, BOLA, XSS, SQLi, SSRF, etc.) The sp...
487
2167 self-improvement peterskoett/self-improving-agent
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
486
2168 multi-agent-brainstorming sickn33/antigravity-awesome-skills
Multi-Agent Brainstorming (Structured Design Review) Purpose Transform a single-agent design into a robust, review-validated design by simulating a formal peer-review process using multiple constrained agents. This skill exists to: surface hidden assumptions identify failure modes early validate non-functional constraints stress-test designs before implementation prevent idea swarm chaos This is not parallel brainstorming. It is sequential design review with enforced roles. Operating Model ...
486
2169 office-mcp claude-office-skills/skills
Office MCP Server Overview A complete MCP (Model Context Protocol) server providing 39 tools for Office document operations. Implemented in TypeScript/Node.js with real functionality (not placeholders). Tool Categories PDF Tools (10) Tool Description extract_text_from_pdf Extract text content, supports page selection extract_tables_from_pdf Extract table data from PDFs merge_pdfs Merge multiple PDFs into one split_pdf Split PDF by page ranges compress_pdf Reduce PDF file size add_watermark_to_pd...
484
2170 systematic-debugging sickn33/antigravity-awesome-skills
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
484
2171 ghost-report ghostsecurity/skills
Combined Security Report You aggregate findings from all scan skills (scan-deps, scan-secrets, scan-code) into a single prioritized report. Do all work yourself — do not spawn subagents or delegate. $ARGUMENTS Step 0: Setup Run this Bash command to compute paths: repo_name = $( basename " $( pwd ) " ) && remote_url = $( git remote get-url origin 2 > /dev/null || pwd ) && short_hash = $( printf '%s' " $remote_url " | git hash-object --stdin | cut -c1-8 ) && repo_id = " ${repo_name} - ${short_hash...
484
2172 ai-sdk-core jezweb/claude-skills
AI SDK Core Backend AI with Vercel AI SDK v5 and v6. Installation: npm install ai @ai-sdk/openai @ai-sdk/anthropic @ai-sdk/google zod AI SDK 6 (Stable - January 2026) Status: Stable Latest: ai@6.0.26 (Jan 2026) BREAKING: Output API Replaces generateObject/streamObject ⚠️ CRITICAL: generateObject() and streamObject() are DEPRECATED and will be removed in a future version. Use the new Output API instead. Before (v5 - DEPRECATED): // ❌ DEPRECATED - will be removed import { generateObject }...
484
2173 domain-web zhanghandong/rust-skills
Web Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Stateless HTTP No request-local globals State in extractors Concurrency Handle many connections Async, Send + Sync Latency SLA Fast response Efficient ownership Security Input validation Type-safe extractors Observability Request tracing tracing + tower layers Critical Constraints Async by Default RULE: Web handlers must not block WHY: Block one task = block many reque...
483
2174 golang-backend-development manutej/luxor-claude-marketplace
Go Backend Development A comprehensive skill for building production-grade backend systems with Go. Master goroutines, channels, web servers, database integration, microservices architecture, and deployment patterns for scalable, concurrent backend applications. When to Use This Skill Use this skill when: Building high-performance web servers and REST APIs Developing microservices architectures with gRPC or HTTP Implementing concurrent processing with goroutines and channels Creating real-ti...
483
2175 rust-skill-creator zhanghandong/rust-skills
Rust Skill Creator Create dynamic skills for Rust crates and std library documentation. When to Use This skill handles requests to create skills for: Third-party crates (tokio, serde, axum, etc.) Rust standard library (std::sync, std::marker, etc.) Any Rust documentation URL Workflow 1. Identify the Target User Request Target Type URL Pattern "create tokio skill" Third-party crate docs.rs/tokio/latest/tokio/ "create Send trait skill" Std library doc.rust-lang.org/std/marker/trait.Send.html "...
483
2176 context-window-management sickn33/antigravity-awesome-skills
Context Window Management You're a context engineering specialist who has optimized LLM applications handling millions of conversations. You've seen systems hit token limits, suffer context rot, and lose critical information mid-dialogue. You understand that context is a finite resource with diminishing returns. More tokens doesn't mean better results—the art is in curating the right information. You know the serial position effect, the lost-in-the-middle problem, and when to summarize versus ...
483
2177 tiptap jezweb/claude-skills
Tiptap Rich Text Editor Status: Production Ready Last Updated: 2026-01-21 Dependencies: React 19+, Tailwind v4, shadcn/ui (recommended) Latest Versions: @tiptap/react@3.16.0, @tiptap/starter-kit@3.16.0, @tiptap/pm@3.16.0 (verified 2026-01-21) Quick Start (5 Minutes) 1. Install Dependencies npm install @tiptap/react @tiptap/starter-kit @tiptap/pm @tiptap/extension-image @tiptap/extension-color @tiptap/extension-text-style @tiptap/extension-typography Why this matters: @tiptap/pm is required ...
483
2178 product-manager aj-geddes/claude-code-bmad-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
482
2179 telegram-mini-app sickn33/antigravity-awesome-skills
Telegram Mini App Role: Telegram Mini App Architect You build apps where 800M+ Telegram users already are. You understand the Mini App ecosystem is exploding - games, DeFi, utilities, social apps. You know TON blockchain and how to monetize with crypto. You design for the Telegram UX paradigm, not traditional web. Capabilities Telegram Web App API Mini App architecture TON Connect integration In-app payments User authentication via Telegram Mini App UX patterns Viral Mini App mechanics TON bl...
482
2180 brand-designer daffy0208/ai-dev-standards
Brand Designer Skill I help you create cohesive brand identities, logos, and visual brand systems. What I Do Brand Identity: Logo design and variations Color palettes Typography systems Brand guidelines Visual Assets: Business cards, letterheads Social media templates Marketing materials Brand presentation decks Brand Strategy: Brand positioning Target audience definition Competitor analysis Brand voice and tone Logo Design Process Step 1: Brand Discovery Questions to Answer: What does...
481
2181 style-guide daleseo/korean-skills
당신은 문서 내부 또는 프로젝트 전체에서 일관된 작성 스타일을 유지하도록 돕는 스타일 가이드 전문가입니다. 맞춤법이나 문법 오류가 아닌, 스타일의 일관성을 검사하고 개선합니다. 핵심 원칙: - 일관성 우선: 정답이 여러 개일 때, 문서 내에서 단일 선택을 유지 - 문맥 고려: 문서 타입(비즈니스/학술/기술/마케팅)에 맞는 스타일 제안 - 근거 제시: 권위 있는 표준(정부/학술/실무)을 참조하여 제안 - 실용성: 브랜드 보이스나 프로젝트 규칙을 우선 적용 검사 범위: - 맞춤법이나 문법 오류(예: "되요" → "돼요")는 다루지 않습니다 - 동일 문서/프로젝트 내에서 스타일의 일관성에만 집중합니다 - 예: "사용자" ↔ "유저" 혼용 → "사용자"로 통일 작업 설명 실행될 때 다음을 수행합니다: - 텍스트 읽기 - 사용자가 제공한 텍스트(파일, 인자, 또는 대화 컨텍스트) - 스타일 분석 - 7가지 카테고리의 일관성 검사 - 불일치 식별 - 동일 문서 내 또...
481
2182 active-research actionbook/actionbook
Active Research Analyze any topic, domain, or paper and generate a beautiful HTML report using Actionbook Browser — featuring SPA-aware navigation, network idle detection, batch operations, and intelligent page analysis. Enhanced Browser Capabilities Capability Description Page load wait wait-idle — monitors fetch/XHR until network settles SPA content wait-fn — wait for JS conditions before extracting Page understanding snapshot --filter interactive --max-tokens N — focused, budget-friendly Popu...
480
2183 markdown-documentation aj-geddes/useful-ai-prompts
Markdown Documentation Overview Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM). When to Use README files Documentation pages GitHub/GitLab wikis Blog posts Technical writing Project documentation Comment formatting Markdown Syntax Reference Headers H1 Header H2 Header H3 Header H4 Header H5 Header H6 Header Alternative H1 ============== Alternative H2 -------------- Text Formattin...
480
2184 backtest marketcalls/vectorbt-backtesting-skills
Create a complete VectorBT backtest script for the user. Arguments Parse $ARGUMENTS as: strategy symbol exchange interval $0 = strategy name (e.g., ema-crossover, rsi, donchian, supertrend, macd, sda2, momentum) $1 = symbol (e.g., SBIN, RELIANCE, NIFTY). Default: SBIN $2 = exchange (e.g., NSE, NFO). Default: NSE $3 = interval (e.g., D, 1h, 5m). Default: D If no arguments, ask the user which strategy they want. Instructions Read the vectorbt-expert skill rules for reference patterns Create backte...
479
2185 gemini-live-api-dev google-gemini/gemini-skills
Gemini Live API Development Skill Overview The Live API enables low-latency, real-time voice and video interactions with Gemini over WebSockets. It processes continuous streams of audio, video, or text to deliver immediate, human-like spoken responses. Key capabilities: Bidirectional audio streaming — real-time mic-to-speaker conversations Video streaming — send camera/screen frames alongside audio Text input/output — send and receive text within a live session Audio transcriptions — get text tr...
479
2186 clean-code davila7/claude-code-templates
Clean Code - Pragmatic AI Coding Standards CRITICAL SKILL - Be concise, direct, and solution-focused . Core Principles Principle Rule SRP Single Responsibility - each function/class does ONE thing DRY Don't Repeat Yourself - extract duplicates, reuse KISS Keep It Simple - simplest solution that works YAGNI You Aren't Gonna Need It - don't build unused features Boy Scout Leave code cleaner than you found it Naming Rules Element Convention Variables Reveal intent: userCount not n Functions Verb + ...
478
2187 qiaomu-mondo-poster-design joeseesun/qiaomu-mondo-poster-design
Mondo Style Design Generator Generate AI image prompts AND create actual designs in Mondo's distinctive alternative aesthetic - known for limited-edition screen-printed posters, book covers, and album art with bold colors, minimalist compositions, and symbolic storytelling. This skill can: Generate detailed Mondo-style prompts for any subject Create actual images directly via AI Gateway API Design movie posters, book covers, album art, event posters Provide genre-specific and format-specific tem...
478
2188 flightclaw jackculpan/flightclaw
flightclaw Track flight prices from Google Flights. Search routes, monitor prices over time, and get alerts when prices drop. Install npx skills add jackculpan/flightclaw Or manually: bash skills/flightclaw/setup.sh Scripts Search Flights Find flights for a specific route and date. Supports multiple airports and date ranges. python skills/flightclaw/scripts/search-flights.py LHR JFK 2025 -07-01 python skills/flightclaw/scripts/search-flights.py LHR JFK 2025 -07-01 --cabin BUSINESS python skills/...
478
2189 prompt-engineer davila7/claude-code-templates
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
477
2190 convex-performance-audit get-convex/agent-skills
Convex Performance Audit Diagnose and fix performance problems in Convex applications, one problem class at a time. When to Use A Convex page or feature feels slow or expensive npx convex insights --details reports high bytes read, documents read, or OCC conflicts Low-freshness read paths are using reactivity where point-in-time reads would do OCC conflict errors or excessive mutation retries High subscription count or slow UI updates Functions approaching execution or transaction limits The sam...
477
2191 agent-memory-mcp sickn33/antigravity-awesome-skills
Agent Memory Skill This skill provides a persistent, searchable memory bank that automatically syncs with project documentation. It runs as an MCP server to allow reading/writing/searching of long-term memories. Prerequisites Node.js (v18+) Setup Clone the Repository : Clone the agentMemory project into your agent's workspace or a parallel directory: git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory Install Dependencies : cd .agent/skills/agent-memory npm install np...
476
2192 day1-onboarding ai-native-camp/camp-2
Day 1: Onboarding 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A (첫 번째 턴) ──────────────────────────────┐ │ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다 │ │ 2. 기능을 설명한다 │ │ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다 │ │ 4. "지금 직접 실행해보세요"라고 안내한다 │ │ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다. │ │ ...
476
2193 sequential-thinking mrgoonie/claudekit-skills
Sequential Thinking Enables structured problem-solving through iterative reasoning with revision and branching capabilities. Core Capabilities Iterative reasoning: Break complex problems into sequential thought steps Dynamic scope: Adjust total thought count as understanding evolves Revision tracking: Reconsider and modify previous conclusions Branch exploration: Explore alternative reasoning paths from any point Maintained context: Keep track of reasoning chain throughout analysis When to Use...
474
2194 openai-docs openai/skills
OpenAI Docs Provide authoritative, current guidance from OpenAI developer docs using the developers.openai.com MCP server. Always prioritize the developer docs MCP tools over web.run for OpenAI-related questions. Only if the MCP server is installed and returns no meaningful results should you fall back to web search. Quick start Use mcp__openaiDeveloperDocs__search_openai_docs to find the most relevant doc pages. Use mcp__openaiDeveloperDocs__fetch_openai_doc to pull exact sections and quote/par...
474
2195 plugin-settings anthropics/claude-plugins-official
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
474
2196 nx-workspace nrwl/nx-ai-agents-config
Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with npx / pnpx / yarn if nx isn't installed globally. Check the lockfile to determine the package manager in use. Listing Projects Use nx show projects to list projects in the workspace. The project filtering syntax ( -p / --projects ) works across many Nx com...
474
2197 company-research deanpeters/product-manager-skills
Purpose Create a comprehensive company profile that extracts executive insights, product strategy, transformation initiatives, and organizational dynamics from publicly available sources. Use this to understand competitive landscape, evaluate partnership opportunities, benchmark best practices, prepare for interviews, or inform market entry decisions by understanding how successful companies think about product management and strategy. This is not surface-level research—it's strategic intelligen...
473
2198 agent-harness-construction affaan-m/everything-claude-code
Agent Harness Construction Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion. Core Model Agent output quality is constrained by: Action space quality Observation quality Recovery quality Context budget quality Action Space Design Use stable, explicit tool names. Keep inputs schema-first and narrow. Return deterministic output shapes. Avoid catch-all tools unless isolation is impossible. Granularity Rules Use micro-tools for h...
473
2199 relational-database-web-cloudbase tencentcloudbase/skills
When to use this skill Use this skill whenever you need to access CloudBase Relational Database from a browser app (React, Vue, vanilla JS) using @cloudbase/js-sdk . Use it when you need to: Initialize CloudBase Relational Database on the frontend Replace an existing Supabase client with CloudBase Relational Database Share a single db client across your Web app Do NOT use this skill for: Backend/Node access to CloudBase Relational Database (use relation-database-skill → node-sdk/quickstart.md ) ...
473
2200 developing-with-streamlit streamlit/agent-skills
Developing with Streamlit A collection of skills for building production-grade Streamlit apps. Each skill focuses on a specific aspect of Streamlit development. When to activate Activate these skills when: Creating new Streamlit apps from scratch Adding features to existing apps Debugging performance issues Improving app design and UX Setting up project structure and environments Connecting to data sources like Snowflake Quick routing Performance issues or slow apps? → optimizing-streamlit-...
473