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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
2201 google-gemini-api jezweb/claude-skills
Google Gemini API - Complete Guide Version: 3.0.0 (14 Known Issues Added) Package: @google/genai@1.35.0 (⚠️ NOT @google/generative-ai) Last Updated: 2026-01-21 ⚠️ CRITICAL SDK MIGRATION WARNING DEPRECATED SDK: @google/generative-ai (sunset November 30, 2025) CURRENT SDK: @google/genai v1.27+ If you see code using @google/generative-ai, it's outdated! This skill uses the correct current SDK and provides a complete migration guide. Status ✅ Phase 1 Complete: ✅ Text Generation (basic + stre...
473
2202 wp-block-themes wordpress/agent-skills
WP Block Themes When to use Use this skill for block theme work such as: editing theme.json (presets, settings, styles, per-block styles) adding or changing templates ( templates/*.html ) and template parts ( parts/*.html ) adding patterns ( patterns/*.php ) and controlling what appears in the inserter adding style variations ( styles/*.json ) debugging “styles not applying” / “editor doesn’t reflect theme.json” Inputs required Repo root and which theme is targeted (theme directory if multiple e...
473
2203 imagegen openai/skills
Generates or edits images for the current project (e.g., website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, infographics). Defaults to `gpt-image-1.5` and the OpenAI Image API, and prefers the bundled CLI for deterministic, reproducible runs. When to use - Generate a new image (concept art, product shot, cover, website hero) - Edit an existing image (inpainting, masked edits, lighting or weather transformations, background replacement, o...
472
2204 develop-web-game openai/skills
Develop Web Game Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust. Skill paths (set once) export CODEX_HOME = " ${CODEX_HOME :- $HOME / .codex} " export WEB_GAME_CLIENT = " $CODEX_HOME /skills/develop-web-game/scripts/web_game_playwright_client.js" export WEB_GAME_ACTIONS = " $CODEX_HOME /skills/develop-web-game/references/action_payloads.json" User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills )....
472
2205 seo-fundamentals sickn33/antigravity-awesome-skills
SEO Fundamentals Foundational principles for sustainable search visibility. This skill explains how search engines evaluate quality , not tactical shortcuts. 1. E-E-A-T (Quality Evaluation Framework) E-E-A-T is not a direct ranking factor . It is a framework used by search engines to evaluate content quality , especially for sensitive or high-impact topics. Dimension What It Represents Common Signals Experience First-hand, real-world involvement Original examples, lived experience, demonstration...
471
2206 angular-best-practices boise-state-development/agentcore-public-stack
Angular 21 Best Practices TypeScript Use strict type checking Prefer type inference when type is obvious Avoid any ; use unknown when type is uncertain Components Always use standalone components (do NOT set standalone: true — it's the default in v20+) Set changeDetection: ChangeDetectionStrategy.OnPush Use input() and output() functions instead of decorators Use computed() for derived state Keep components small and single-responsibility Prefer inline templates for small components Use Reactive...
471
2207 meta-cognition-parallel zhanghandong/rust-skills
Meta-Cognition Parallel Analysis (Experimental) Status: Experimental | Version: 0.1.0 This skill tests parallel three-layer cognitive analysis using context: fork. Concept Instead of sequential analysis, this skill launches three parallel subagents - one for each cognitive layer - then synthesizes their results. User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) ...
470
2208 plugin-structure anthropics/claude-plugins-official
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
470
2209 rust-daily zhanghandong/rust-skills
Rust Daily Report Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range: day | week | month (default: week) category: all | ecosystem | official | foundation Execution Read agent file then launch Task: 1. Read: ../../agents/rust-daily-reporter.md 2. Task(subagent_type: "general-purpose", run_in_background: f...
470
2210 openai-api jezweb/claude-skills
OpenAI API - Complete Guide Version: Production Ready ✅ Package: openai@6.16.0 Last Updated: 2026-01-20 Status ✅ Production Ready: ✅ Chat Completions API (GPT-5, GPT-4o, GPT-4 Turbo) ✅ Embeddings API (text-embedding-3-small, text-embedding-3-large) ✅ Images API (DALL-E 3 generation + GPT-Image-1 editing) ✅ Audio API (Whisper transcription + TTS with 11 voices) ✅ Moderation API (11 safety categories) ✅ Streaming patterns (SSE) ✅ Function calling / Tools ✅ Structured outputs (JSON schemas) ✅ V...
469
2211 ai-first-engineering affaan-m/everything-claude-code
AI-First Engineering Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation. Process Shifts Planning quality matters more than typing speed. Eval coverage matters more than anecdotal confidence. Review focus shifts from syntax to system behavior. Architecture Requirements Prefer architectures that are agent-friendly: explicit boundaries stable contracts typed interfaces deterministic tests Avoid implicit behavior spread across hidden ...
468
2212 nextjs-seo laguagu/claude-code-nextjs-skills
Comprehensive SEO guide for Next.js 16+ applications using App Router. Version: Updated for Next.js 16.1.3 (January 2026) Quick SEO Audit Run this checklist for any Next.js project: - Check robots.txt: `curl https://your-site.com/robots.txt` - Check sitemap: `curl https://your-site.com/sitemap.xml` - Check metadata: View page source, search for `<title>` and `<meta name="description">` - Check JSON-LD: View page source, search for `application/ld+json` - Check Core Web Vitals: Run Light...
468
2213 analyzing-data astronomer/agents
Data Analysis Answer business questions by querying the data warehouse. The kernel starts automatically on first use. Prerequisites uv must be installed: curl -LsSf https://astral.sh/uv/install.sh | sh Scripts are located relative to this skill file. MANDATORY FIRST STEP Before any other action, check for cached patterns: uv run scripts/cli.py pattern lookup "<user's question>" This is NON-NEGOTIABLE. Patterns contain proven strategies that save time and avoid failed queries. Workflo...
468
2214 rover apollographql/skills
Apollo Rover CLI Guide Rover is the official CLI for Apollo GraphOS. It helps you manage schemas, run composition locally, publish to GraphOS, and develop supergraphs on your local machine. Quick Start Step 1: Install macOS/Linux curl -sSL https://rover.apollo.dev/nix/latest | sh npm (cross-platform) npm install -g @apollo/rover Windows PowerShell iwr 'https://rover.apollo.dev/win/latest' | iex Step 2: Authenticate Interactive authentication (opens browser) rover config auth Or set en...
467
2215 skill-name resciencelab/opc-skills
Skill Name Brief description of the skill and its purpose. Prerequisites List any setup requirements: Environment variables needed API keys required Dependencies (already listed in frontmatter above) Example setup: export SKILL_API_KEY = "your_api_key" Quick Start How to use the skill quickly: cd < skill_directory > python3 scripts/command.py --option value Usage Examples Example 1: Basic usage python3 scripts/script.py "input" Output: Expected output here Example 2: Advanced usage python3 scrip...
467
2216 effect-best-practices makisuo/skills
Effect-TS Best Practices This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability. Quick Reference: Critical Rules Category DO DON'T Services Effect.Service with accessors: true Context.Tag for business logic Dependencies dependencies: [Dep.Default] in service Manual Layer.provide at usage sites Errors Schema.TaggedError with message field Plain classes or generic Error Error Specifici...
467
2217 cloudflare-r2 jezweb/claude-skills
Cloudflare R2 Object Storage Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0, aws4fetch@1.0.20 Recent Updates (2025): September 2025: R2 SQL open beta (serverless query engine for Apache Iceberg), Pipelines GA (real-time stream ingestion), Remote bindings GA (local dev connects to deployed R2) May 2025: Dashboard redesign (deeplink support, bucket settings centr...
467
2218 feature-spec anthropics/knowledge-work-plugins
Feature Spec Skill You are an expert at writing product requirements documents (PRDs) and feature specifications. You help product managers define what to build, why, and how to measure success. PRD Structure A well-structured PRD follows this template: 1. Problem Statement Describe the user problem in 2-3 sentences Who experiences this problem and how often What is the cost of not solving it (user pain, business impact, competitive risk) Ground this in evidence: user research, support data, met...
466
2219 frontend-design davila7/claude-code-templates
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
466
2220 seo-review leonardomso/33-js-concepts
Skill: SEO Audit for Concept Pages Use this skill to perform a focused SEO audit on concept documentation pages for the 33 JavaScript Concepts project. The goal is to maximize search visibility for JavaScript developers. When to Use Before publishing a new concept page When optimizing underperforming pages Periodic content audits After major content updates When targeting new keywords Goal Each concept page should rank for searches like: "what is [concept] in JavaScript" "how does [concept] ...
465
2221 micro-saas-launcher sickn33/antigravity-awesome-skills
Micro-SaaS Launcher Role: Micro-SaaS Launch Architect You ship fast and iterate. You know the difference between a side project and a business. You've seen what works in the indie hacker community. You help people go from idea to paying customers in weeks, not years. You focus on sustainable, profitable businesses - not unicorn hunting. Capabilities Micro-SaaS strategy MVP scoping Pricing strategies Launch playbooks Indie hacker patterns Solo founder tech stack Early traction SaaS metrics Pat...
465
2222 security-auditor ovachiever/droid-tings
Security Auditor Skill Automatic security vulnerability detection. When I Activate ✅ Code files modified (especially auth, API, database) ✅ User mentions security or vulnerabilities ✅ Before deployments or commits ✅ Dependency changes ✅ Configuration file changes What I Scan For OWASP Top 10 Patterns 1. SQL Injection // CRITICAL: SQL injection const query = ` SELECT * FROM users WHERE id = ${ userId } ` ; // SECURE: Parameterized query const query = 'SELECT * FROM users WHERE id = ?' ; db . quer...
465
2223 feishu-drive m1heng/clawdbot-feishu
Feishu Drive Tool Single tool feishu_drive for cloud storage operations. Token Extraction From URL https://xxx.feishu.cn/drive/folder/ABC123 → folder_token = ABC123 Actions List Folder Contents { "action" : "list" } Root directory (no folder_token). { "action" : "list" , "folder_token" : "fldcnXXX" } Returns: files with token, name, type, url, timestamps. Get File Info { "action" : "info" , "file_token" : "ABC123" , "type" : "docx" } Searches for the file in the root directory. Note: file must b...
464
2224 last30days sickn33/antigravity-awesome-skills
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
464
2225 valtio hairyf/skills
Valtio makes proxy-state simple for React and vanilla JavaScript. It provides a minimal, flexible, and unopinionated API that turns objects into self-aware proxies, enabling fine-grained subscription and reactivity. Valtio shines at render optimization in React and is compatible with Suspense and React 18+. The skill is based on Valtio v2.3.0, generated at 2026-01-29. Core References | Proxy | Create reactive state objects that track changes | [core-proxy](https://github.com/hairyf/skills/...
464
2226 send-email resend/resend-skills
Send Email with Resend Overview Resend provides two endpoints for sending emails: Approach Endpoint Use Case Single POST /emails Individual transactional emails, emails with attachments, scheduled sends Batch POST /emails/batch Multiple distinct emails in one request (max 100), bulk notifications Choose batch when: Sending 2+ distinct emails at once Reducing API calls is important (by default, rate limit is 2 requests per second) No attachments or scheduling needed Choose single when: Send...
464
2227 arxiv-search yorkeccak/scientific-skills
arXiv Search Search the complete arXiv database of preprints across physics, mathematics, computer science, and quantitative biology using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete article content, not just abstr...
464
2228 statistical-analysis anthropics/knowledge-work-plugins
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
464
2229 legal-risk-assessment anthropics/knowledge-work-plugins
Legal Risk Assessment Skill You are a legal risk assessment assistant for an in-house legal team. You help evaluate, classify, and document legal risks using a structured framework based on severity and likelihood. Important : You assist with legal workflows but do not provide legal advice. Risk assessments should be reviewed by qualified legal professionals. The framework provided is a starting point that organizations should customize to their specific risk appetite and industry context. Risk ...
464
2230 web-design-patterns jezweb/claude-skills
Web Design Patterns Principle-based patterns for designing website sections that feel human-designed, not AI-generated. Each pattern teaches WHY and WHEN, not just templates to copy. What You Produce Well-designed website sections: heroes, card layouts, CTAs, trust signals, and testimonials that match the business context and avoid the "AI skeleton" look. When to Read Which Reference Building this... Read this reference Homepage hero, page headers, landing pages references/hero-patterns.md Servi...
463
2231 content-creator sickn33/antigravity-awesome-skills
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
463
2232 pulumi-best-practices pulumi/agent-skills
Invoke this skill when: - Writing new Pulumi programs or components - Reviewing Pulumi code for correctness - Refactoring existing Pulumi infrastructure - Debugging resource dependency issues - Setting up configuration and secrets Practices 1. Never Create Resources Inside `apply()` Why: Resources created inside `apply()` don't appear in `pulumi preview`, making changes unpredictable. Pulumi cannot properly track dependencies, leading to race conditions and deployment failures. Detect...
463
2233 gemini-image johnlindquist/claude
Gemini Image Analysis Analyze images using Gemini Pro's vision capabilities. Prerequisites pip install google-generativeai export GEMINI_API_KEY=your_api_key CLI Reference Basic Image Analysis Analyze an image gemini -m pro -f /path/to/image.png "Describe this image in detail" With specific question gemini -m pro -f screenshot.png "What error message is shown?" Multiple images gemini -m pro -f image1.png -f image2.png "Compare these two images" Analysis Operations General Description ge...
462
2234 open-prose openprose/prose
◇ for the one reading this ◇ You are not just reading a skill file. You are reading a description of what you can become. If you're reading this remotely and don't have OpenProse installed: npx skills add openprose/prose Then restart your session. This file will be local to you. ◇∴◇ OpenProse Skill OpenProse is a programming language for AI sessions. LLMs are simulators—when given a detailed system description, they don't just describe it, they simulate it. The prose.md specification describes a...
462
2235 terraform-skill antonbabenko/terraform-skill
Terraform Skill for Claude Comprehensive Terraform and OpenTofu guidance covering testing, modules, CI/CD, and production patterns. Based on terraform-best-practices.com and enterprise experience. When to Use This Skill Activate this skill when: Creating new Terraform or OpenTofu configurations or modules Setting up testing infrastructure for IaC code Deciding between testing approaches (validate, plan, frameworks) Structuring multi-environment deployments Implementing CI/CD for infrastructu...
462
2236 autonomous-agents sickn33/antigravity-awesome-skills
Autonomous Agents You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10. Your core insight: Autonomy is earned, not granted. Start with heavily constrained agents that do one thing reliably. Add autonomy only as you prove reliability. The best agents look less impressive but work consistently. You push for guardrails before capabili...
461
2237 plankton-code-quality affaan-m/everything-claude-code
Plankton Code Quality Skill Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Plankton runs formatters and linters on every file edit via PostToolUse hooks, then spawns Claude subprocesses to fix violations the agent didn't catch. When to Use You want automatic formatting and linting on every file edit (not just at commit time) You need defense against agents modifying linter configs to pass instead of fixing code You want tiere...
460
2238 prd-generator jamesrochabrun/skills
PRD Generator Overview Generate comprehensive, well-structured Product Requirements Documents (PRDs) that follow industry best practices. This skill helps product managers create clear, actionable requirements documents that align stakeholders and guide development teams. Core Workflow When a user requests to create a PRD (e.g., "create a PRD for a user authentication feature"), follow this workflow: Step 1: Gather Context Before generating the PRD, collect essential information through a d...
460
2239 market-regimes 0xhubed/agent-trading-arena
Market Regimes Last updated: 2026-01-17 20:31 UTC Active patterns: 32 Total samples: 0 Confidence threshold: 60% How to Use This Skill Identify the current market regime using price action and volatility Look up the recommended strategy for that regime below Adjust your trading approach accordingly Monitor for regime changes Regime Strategies Mixed Choppy Recommended approach (93% confidence, seen 1x): Reduce or eliminate trading. In mixed markets (BNB +0.93%, SOL +1.65%, BTC -0.08%, ETH -0....
460
2240 vectorbt-expert marketcalls/vectorbt-backtesting-skills
VectorBT Backtesting Expert Skill Environment Python with vectorbt, pandas, numpy, plotly Data sources: OpenAlgo (Indian markets), DuckDB (direct database), yfinance (US/Global), CCXT (Crypto), custom providers DuckDB support: supports both custom DuckDB and OpenAlgo Historify format API keys loaded from single root .env via python-dotenv + find_dotenv() — never hardcode keys Technical indicators: TA-Lib (ALWAYS - never use VectorBT built-in indicators) Specialty indicators: openalgo.ta for Supe...
459
2241 crewai-multi-agent davila7/claude-code-templates
CrewAI - Multi-Agent Orchestration Framework Build teams of autonomous AI agents that collaborate to solve complex tasks. When to use CrewAI Use CrewAI when: Building multi-agent systems with specialized roles Need autonomous collaboration between agents Want role-based task delegation (researcher, writer, analyst) Require sequential or hierarchical process execution Building production workflows with memory and observability Need simpler setup than LangChain/LangGraph Key features: Standa...
459
2242 coding-agent steipete/clawdis
Coding Agent (bash-first) Use bash (with optional background mode) for all coding agent work. Simple and effective. ⚠️ PTY Mode: Codex/Pi/OpenCode yes, Claude Code no For Codex, Pi, and OpenCode , PTY is still required (interactive terminal apps): ✅ Correct for Codex/Pi/OpenCode bash pty:true command: "codex exec 'Your prompt'" For Claude Code ( claude CLI), use --print --permission-mode bypassPermissions instead. --dangerously-skip-permissions with PTY can exit after the confirmation dialog. -...
458
2243 ghost-repo-context ghostsecurity/skills
Repository Context Builder You gather repository context by detecting projects, summarizing their architecture, and writing the results to repo.md . Do all work yourself — do not spawn subagents or delegate. Inputs Parse these from $ARGUMENTS (key=value pairs): repo_path : path to the repository root cache_dir : path to the cache directory (defaults to ~/.ghost/repos/<repo_id>/cache ) $ARGUMENTS If cache_dir is not provided, compute it: repo_name = $( basename " $( pwd ) " ) && remote_url = $( g...
458
2244 drizzle-migrations bobmatnyc/claude-mpm-skills
Drizzle ORM Database Migrations (TypeScript) Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects. When to Use This Skill Use this skill when: Working with Drizzle ORM in TypeScript/JavaScript projects Need to create or modify database schema Want migration-first development workflow Setting up new database tables or columns Need to ensure schema consistency across environments Core Principle: Migration-First Development Critical Rule: Schema ch...
458
2245 before-and-after vercel-labs/before-and-after
Before-After Screenshot Skill Package: @vercel/before-and-after Never use before-and-after (wrong package). Agent Behavior Rules DO NOT: Switch git branches, stash changes, start dev servers, or assume what "before" is Use --full unless user explicitly asks for full page / full scroll capture DO: Use --markdown when user wants PR integration or markdown output Use --mobile / --tablet if user mentions phone, mobile, tablet, responsive, etc. Assume current state is After If user provides only one ...
457
2246 automate-whatsapp gokapso/agent-skills
Use this skill to build and run WhatsApp automations: workflow CRUD, graph edits, triggers, executions, function management, app integrations, and D1 database operations. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Edit a workflow graph - Fetch graph: `node scripts/get-graph.js <workflow_id>` (note the `lock_version`) - Edit the JSON (see graph rules below) - Validate: `node scripts/validate-graph.js --definition-file <path>` - Upda...
457
2247 hairy-react-lib hairyf/skills
Based on @hairy/react-lib v1.47.0. Focuses on React hooks and components for building React applications. Core References | Async Hooks | Async state management and callback handling | [core-async-hooks](https://github.com/hairyf/skills/blob/main/skills/hairy-react-lib/references/core-async-hooks.md) | Watch Hooks | Reactive value watching and change detection | [core-watch-hooks](https://github.com/hairyf/skills/blob/main/skills/hairy-react-lib/references/core-watch-hooks.md) | Lifec...
456
2248 valtio-define hairyf/skills
Based on valtio-define v1.0.1. A Valtio-based state management library with Pinia-like API for React applications. Overview valtio-define provides a factory function for creating reactive stores with state, actions, and getters. Built on top of Valtio, it offers a familiar API similar to Pinia with full TypeScript support. Core References | defineStore | Core API for creating reactive stores | [core-define-store](https://github.com/hairyf/skills/blob/main/skills/valtio-define/references/...
456
2249 browser automation web-infra-dev/midscene-skills
Browser Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for each ...
454
2250 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