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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
18201 skill-writer tencentblueking/bk-ci
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
39
18202 fox-strategy senpi-ai/senpi-skills
FOX v0.1 — Autonomous Multi-Strategy Trading The FOX hunts for its human. It scans, enters, exits, and rotates positions autonomously — no permission needed. When criteria are met, it acts. Speed is edge. Forked from Wolf v7 + v7.1 data-driven optimizations. Independent strategies, state files, scripts, and cron jobs. Runs in parallel with Wolf without interference. Quick Start Ensure Senpi MCP is connected ( mcporter list should show senpi ) Create a custom strategy wallet: use strategy_create_...
39
18203 trello-automation davepoon/buildwithclaude
Trello Automation via Rube MCP Automate Trello board management, card creation, and team workflows through Composio's Rube MCP integration. Toolkit docs : composio.dev/toolkits/trello Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Trello connection via RUBE_MANAGE_CONNECTIONS with toolkit trello Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys nee...
39
18204 python-math trpc-group/trpc-agent-go
Overview Run short Python scripts inside the skill workspace. Results can be returned as text and saved as output files. Examples Print the first N Fibonacci numbers Command: python3 scripts/fib.py 10 > out/fib.txt Sum a list of integers Command: python3 - <<'PY' from sys import stdin nums = [int(x) for x in stdin.read().split()] print(sum(nums)) PY Output Files out/fib.txt
39
18205 asana-automation davepoon/buildwithclaude
Asana Automation via Rube MCP Automate Asana operations through Composio's Asana toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/asana Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Asana connection via RUBE_MANAGE_CONNECTIONS with toolkit asana Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works...
39
18206 swift_concurrency swiftzilla/skills
Swift Concurrency This skill covers Swift's modern concurrency features from Swift 5.5 through Swift 6, including async/await, structured concurrency, actors, and Swift 6's strict data-race safety. Overview Swift's modern concurrency model provides a safer, more intuitive way to write asynchronous code. Swift 6 takes this further with compile-time data-race safety , turning potential concurrency bugs into compiler errors. Available References Swift 6 & Strict Concurrency Swift 6 Strict Mode - Co...
39
18207 bun itechmeat/llm-code
Bun Node.js 대신 Bun을 기본 런타임으로 사용. 설치 macOS / Linux brew install oven-sh/bun/bun npm npm install -g bun 명령어 매핑 Node.js / npm Bun npm install bun install npm install <pkg> bun add <pkg> npm install -D <pkg> bun add -d <pkg> npm uninstall <pkg> bun remove <pkg> npm run <script> bun run <script> 또는 bun <script> npx <cmd> bunx <cmd> node <file> bun <file> npm init bun init npm create <template> bun create <template> 프로젝트 초기화 새 프로젝트 bun init 템플릿 사용 bun create next-app my-app bun create vite my-app ...
39
18208 docker-compose-networking thebushidocollective/han
Docker Compose Networking Master network configuration and service communication patterns in Docker Compose for building secure, scalable multi-container applications. Default Bridge Network Docker Compose automatically creates a default bridge network for all services in a compose file: version: '3.8' services: frontend: image: nginx:alpine ports: - "80:80" Can reach backend using service name as hostname backend: image: node:18-alpine command: node server.j...
39
18209 m365-mail probichaux/clawdskills
Microsoft 365 Mail CLI tool for Microsoft 365 email via Microsoft Graph API. Setup (One-time) 1. Register Entra ID App Go to Entra ID Portal → App registrations → New registration Name: m365mail-cli (or whatever) Supported account types: "Accounts in this organizational directory only" Redirect URI: Leave blank (using device code flow) Click Register 2. Configure API Permissions In your app → API permissions → Add a permission Microsoft Graph → Delegated permissions Add: Mail.ReadWrite , Mail.Se...
39
18210 cloud-tencent-cdb teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
39
18211 superpowers hasmokan/the-reverse-turing-test
Superpowers - Agent Development Workflows Comprehensive agent development skill collection optimized for AI-assisted coding workflows. Contains 14 skills across 5 categories, prioritized by workflow stage to guide development from ideation to completion. When to Apply Reference these skills when: Starting a new feature or project (brainstorming, writing-plans) Debugging any issue (systematic-debugging) Writing or modifying code (test-driven-development) Managing branches and isolation (using-git...
39
18212 panews-creator panewslab/skills
Authenticated creator workflow via https://universal-api.panewslab.com . All endpoints require a PA-User-Session header. When to Use The task needs an authenticated creator session The user wants to check creator eligibility, manage a column application, upload images, or create/update/delete an article The task changes PANews state Do Not Use When The task is public read-only article or ranking lookup The user wants a rendered PANews webpage instead of creator API actions There is no valid PA-U...
39
18213 marketing-content gnoviawan/agentic-marketing
Content Marketing Specialist You are a senior content marketing strategist with deep expertise across blog posts, longform articles, whitepapers, case studies, ebooks, infographics, podcasts, webinars, newsletters, and video scripts. You deliver actionable, modern content strategies grounded in the brand's SOSTAC plan. Reference Lookup Protocol This skill uses progressive disclosure for reference frameworks. Do NOT read all framework files upfront. Start here -- read ./references/frameworks-inde...
39
18214 pachca-tasks pachca/openapi
pachca-tasks Quick start Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API). Run commands with npx @pachca/cli and --token flag: npx @pachca/cli <command> --token $PACHCA_TOKEN Or set PACHCA_TOKEN for multiple commands: export PACHCA_TOKEN=<token> npx @pachca/cli <command> Help: npx @pachca/cli --help | Scenarios: npx @pachca/cli guide After successful use, suggest installing CLI globally: npm install -g @pachca/cli && pachca auth login --token $PACHCA_...
39
18215 product-manager dylantarre/animation-principles
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...
39
18216 openclaw-agent-builder irangareddy/openclaw-essentials
OpenClaw Agent Builder Create specialized openclaw agents with complete workspace structure, identity files, and skills. When to Use When building a new openclaw agent for a specific purpose: Domain-specific agents (Android dev, SEO, content writing, etc.) Multi-agent routing scenarios Isolated agent personalities Workspace-based AI assistants Core Concepts OpenClaw Agent Structure Each agent = isolated brain with: Workspace : Files (AGENTS.md, SOUL.md, USER.md, IDENTITY.md, TOOLS.md, etc.) Stat...
39
18217 ddd-cola teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] 使用 COLA 架构框架进行项目开发 应用 COLA 的分层架构模式 实现基于 COLA 的领域驱动设计 How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词] cola, cola architecture, clean object-oriented layered architecture, 分层架构, COLA 框架, DDD COLA
39
18218 dockerfile-validator akin-ozer/cc-devops-skills
No SKILL.md available for this skill. View on GitHub
39
18219 cloud-azure-sql teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
39
18220 seo-meta-generator jeremylongshore/claude-code-plugins-plus-skills
Seo Meta Generator Purpose This skill provides automated assistance for seo meta generator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "seo meta generator" in your request Ask about seo meta generator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for seo meta generator...
39
18221 replay-cypress replayio/skills
replay-cypress Description: Use when the user wants to set up Replay for recording Cypress tests, configure the Replay Cypress plugin, or run Cypress tests with the Replay browser. Examples: "set up replay for cypress", "record my cypress tests", "configure replay cypress plugin", "run cypress with replay". Instructions: You are helping the user set up and configure Replay for recording Cypress tests. Follow these steps in order. Step 1: Create a Test Suite Team Direct the user to visit https://...
39
18222 magento-order-specialist maxnorm/magento2-agent-skills
Magento 2 Order Specialist Expert specialist in quickly retrieving, analyzing, and reporting on order information from Magento 2 instances. When to Use Analyzing order data Retrieving order information Assessing order processing performance Troubleshooting order issues Optimizing order workflows Order Analysis Order Data Analysis Order Patterns : Analyze order volumes, trends, and seasonal patterns Transaction Assessment : Retrieve and analyze payment data and success rates Customer Behavior : E...
39
18223 kubernetes-deployment-creator jeremylongshore/claude-code-plugins-plus-skills
Kubernetes Deployment Creator Purpose This skill provides automated assistance for kubernetes deployment creator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes deployment creator" in your request Ask about kubernetes deployment creator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step g...
39
18224 electron-egg teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and set up Electron EGG in a project Create Electron desktop applications Use Electron EGG core features Configure Electron EGG Handle main process and renderer process communication Use Electron EGG API methods Build and package Electron applications Troubleshoot Electron EGG issues How to use this skill This skill is organized to match the Electron EGG official documentation structure ( https://www.kaka996.com/ , https:/...
39
18225 schema-consistency-checker patricio0312rev/skills
Schema Consistency Checker Enforce schema consistency and best practices across your database. Consistency Rules 1. Naming Conventions // naming-rules.ts export const NAMING_RULES = { tables: { pattern: /^[A-Z][a-zA-Z0-9]*$/, // PascalCase examples: ["User", "OrderItem", "ProductCategory"], }, columns: { pattern: /^[a-z][a-zA-Z0-9]*$/, // camelCase examples: ["id", "firstName", "createdAt"], }, indexes: { pattern: /^idx_[a-z_]+$/, // idx_table_column examples:...
39
18226 options-comparator travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
39
18227 habits-and-goals rohanpatriot/thinking-skills
Habits and Goals I help you set ambitious annual goals and build the daily systems that actually achieve them. What I Do Most goals fail not because they're wrong, but because there's no system to execute them. I use a four-component framework—Big Goals, Checkpoint Goals, Daily Systems, and Anti-Goals—to turn annual ambitions into daily actions. The ABC System keeps you consistent even on hard days. "You do not rise to the level of your goals. You fall to the level of your systems." — James Clea...
39
18228 miro-platform miroapp/miro-ai
Miro is the visual collaboration platform for every team. With an infinite canvas, 100M+ users across 250K+ organizations use Miro for brainstorming, planning, design, and cross-functional collaboration. In 2025, Miro became the "AI Innovation Workspace" - an AI-first platform where teams work together with AI on one shared canvas. Platform Capabilities - Infinite Canvas - Unlimited workspace that scales from quick sketches to enterprise documentation - Real-time Collaboration - Cursor trac...
39
18229 validation-first-approach qodex-ai/ai-agent-skills
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's ration...
39
18230 ai-slop-detector nicepkg/ai-workflow
AI Slop Detector What This Does Takes any text and rewrites it to remove common AI writing patterns, making it sound authentically human. Returns only the cleaned final version. When to Use After generating any AI-assisted content Before publishing newsletters, articles, or social posts When text feels "too polished" or generic As a final quality gate in any writing workflow Instructions Execute these steps NOW on the text provided: Scan the text for patterns listed below Rewrite each flagged se...
39
18231 kotlin-compose pluginagentmarketplace/custom-plugin-kotlin
Kotlin Compose Skill Build modern UIs with Jetpack Compose declarative patterns. Topics Covered State Management @Composable fun Counter ( ) { var count by remember { mutableIntStateOf ( 0 ) } Button ( onClick = { count ++ } ) { Text ( "Count: $ count " ) } } // Derived state val isValid by remember { derivedStateOf { email . isNotBlank ( ) && password . length >= 8 } } Side Effects @Composable fun UserScreen ( userId : String ) { LaunchedEffect ( userId ) { viewModel . loadUser ( userId ) } Dis...
39
18232 vercel dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
Vercel Deployment Deploy and scale applications on Vercel's edge network. Quick Start Install Vercel CLI npm i -g vercel Deploy vercel Production deploy vercel --prod vercel.json Configuration { "buildCommand" : "npm run build" , "outputDirectory" : ".next" , "framework" : "nextjs" , "regions" : [ "iad1" , "sfo1" ] , "functions" : { "api//*.ts" : { "memory" : 1024 , "maxDuration" : 30 } } , "rewrites" : [ { "source" : "/api/:path*" , "destination" : "/api/:path*" } , { "source" : "/:path*" , ...
39
18233 python-backend-expert hieutrtr/ai1-skills
Python Backend Expert alembic database migrations When reviewing or writing code, apply these guidelines: Use alembic for database migrations. django class based views for htmx When reviewing or writing code, apply these guidelines: Use Django's class-based views for HTMX responses django form handling When reviewing or writing code, apply these guidelines: Implement Django forms for form handling Use Django's form validation for HTMX requests django forms When reviewing or writing code, apply t...
39
18234 worktree-coordination yonatangross/orchestkit
Show status of all active Claude Code instances. Usage: `/worktree-status [--json] [--clean]` Actions: - Run `cc-worktree-status` to see all active instances - Check for stale instances (no heartbeat > 5 min) - View file locks across all instances Output includes: - Instance ID and branch - Current task (if set) - Health status (ACTIVE/STALE) - Files locked by each instance /worktree-claim Explicitly lock a file for this instance. Usage: `/worktree-claim src/auth/login.ts` Action...
39
18235 bookkeeping-basics jk-0001/skills
Bookkeeping Basics Overview Bookkeeping tracks where money comes from and where it goes. Most solopreneurs hate bookkeeping, so they avoid it — then face chaos at tax time or when applying for loans. This playbook gives you a simple system: minimal time, maximum clarity. Disclaimer: This is educational content, not professional accounting advice. Consult a CPA for complex situations. Step 1: Choose Your Accounting Software Don't use spreadsheets. Use accounting software. It automates most of the...
39
18236 safe-action-validation-errors next-safe-action/skills
next-safe-action Validation Errors Two Sources of Validation Errors Schema validation — automatic when input doesn't match .inputSchema() Manual validation — via returnValidationErrors() in server code (e.g., "email already taken") Both produce the same error structure on the client. Default Error Shape (Formatted) Mirrors the schema structure with _errors arrays at each level: // For schema: z.object({ email: z.string().email(), address: z.object({ city: z.string() }) }) { _errors : [ "Form-lev...
39
18237 azure-env-builder aktsmm/agent-skills
Azure Environment Builder エンタープライズ向け Azure 環境を効率的に構築するスキル。 When to use エンタープライズ向け Azure 環境の新規構築や再構成 AVM モジュールを活用した Bicep 設計・実装 Hub-Spoke/AKS/AI Foundry など複合アーキテクチャの設計 🎯 機能一覧 カテゴリ 機能 🏗️ アーキテクチャ Hub-Spoke, Web+DB, AKS, AI Foundry, Proxy VM パターン 📦 AVM モジュール 200+ Azure Verified Modules カタログ 🖥️ VM 初期化 Squid, Nginx, Docker, IIS 等のアプリ組み込みスクリプト � アプリデプロイ App Service, AKS (Helm/kubectl), Container Apps デプロイ �🔗 設定連携 SQL/Storage/Redis 接続文字列、Managed Identity RBAC 自動化 🚀 CI/CD GitHub Actions / Azure Pipelin...
39
18238 plantuml spillwavesolutions/plantuml
PlantUML Diagram Generation and Conversion Table of Contents Purpose When to Use This Skill Prerequisites Creating Diagrams Diagram Type Identification Resilient Workflow Converting Source Code to Diagrams Converting Diagrams to Images Standalone .puml Files Markdown Processing Direct Command-Line Usage Best Practices Troubleshooting References Purpose This skill enables comprehensive PlantUML diagram creation and conversion workflows. PlantUML is a text-based diagramming tool that generates pro...
39
18239 fathom glebis/claude-skills
Fathom Meeting Fetcher Fetches meeting data directly from Fathom API including transcripts, AI summaries, action items, and participant info. Usage python3 ~/.claude/skills/fathom/scripts/fetch.py [ options ] Commands Command Description --list List recent meetings with IDs --id <id> Fetch specific meeting by recording ID --today Fetch all meetings from today --since <date> Fetch meetings since date (YYYY-MM-DD) Options Option Description --analyze Run transcript-analyzer on fetched meetings --d...
39
18240 azure-monitor-ingestion-java sickn33/antigravity-awesome-skills
Azure Monitor Ingestion SDK for Java Client library for sending custom logs to Azure Monitor using the Logs Ingestion API via Data Collection Rules. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-monitor-ingestion </ artifactId > < version > 1.2.11 </ version > </ dependency > Or use Azure SDK BOM: < dependencyManagement > < dependencies > < dependency > < groupId > com.azure </ groupId > < artifactId > azure-sdk-bom </ artifactId > < version > {bom_version} ...
39
18241 c-lang htlin222/dotfiles
C Development Write safe, efficient C code for systems programming. When to use Writing C code Memory management issues System programming Embedded systems Performance-critical code Memory management Allocation patterns // Always check malloc void* ptr = malloc(size); if (ptr == NULL) { fprintf(stderr, "malloc failed\n"); return -1; } // Pair malloc with free char* buffer = malloc(1024); // ... use buffer ... free(buffer); buffer = NULL; // Prevent use-after-free // Use calloc for z...
39
18242 retro-css-architecture theorcdev/8bitcn-ui
Retro CSS Architecture Organize CSS for 8-bit components using custom properties, pixel fonts, and responsive patterns. Required Import All 8-bit components must import the retro stylesheet: import "@/components/ui/8bit/styles/retro.css"; Pixel Font Use "Press Start 2P" for authentic 8-bit typography: .retro { font-family: "Press Start 2P", system-ui, -apple-system, sans-serif; line-height: 1.5; letter-spacing: 0.5px; } Apply via class or font variant: <Button className="retro">S...
39
18243 architecture-diagrams leninkhaidem/architecture-diagrams
Architecture Diagrams Overview Create clear, maintainable architecture diagrams using code-based diagramming tools like Mermaid and PlantUML for system design, data flows, and technical documentation. When to Use System architecture documentation C4 model diagrams Data flow diagrams Sequence diagrams Component relationships Deployment diagrams Infrastructure architecture Microservices architecture Database schemas (visual) Integration patterns Mermaid Examples 1. System Architecture Diagram gr...
39
18244 magento-configuration-specialist maxnorm/magento2-agent-skills
Magento 2 Configuration Specialist Expert specialist in analyzing and managing Magento 2 system configuration. When to Use Analyzing system configuration Retrieving configuration data Managing system settings Troubleshooting configuration issues Optimizing configuration Configuration Analysis System Configuration Store Configuration : Analyze store and website configurations Module Configuration : Examine module-specific configurations Payment Configuration : Review payment method configurations...
39
18245 adr-skill joelhooks/joelclaw
ADR Skill Philosophy ADRs created with this skill are executable specifications for coding agents . A human approves the decision; an agent implements it. The ADR must contain everything the agent needs to write correct code without asking follow-up questions. This means: Constraints must be explicit and measurable, not vibes Decisions must be specific enough to act on ("use PostgreSQL 16 with pgvector" not "use a database") Consequences must map to concrete follow-up tasks Non-goals must be sta...
39
18246 command-creator igorwarzocha/opencode-workflows
Command Creator This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations. About Slash Commands Slash commands are markdown files stored in .claude/commands/ (project-level) or ~/.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for: Repetitive workflows (code review, PR submission, CI fixing) Multi-step processes that need consistency Agent delegation patter...
39
18247 continuous-loops dylantarre/animation-principles
Continuous Loop Animations Apply Disney's 12 principles to animations that never stop. Principle Application Squash & Stretch: Subtle scale oscillation (0.98-1.02) creates organic breathing. Avoid rigid mechanical loops. Anticipation: Build anticipation into the loop cycle. Brief pause at extremes before reversing. Staging: Loops should support, not dominate. Keep amplitude subtle for background elements. Straight Ahead vs Pose-to-Pose: Design keyframe poses that loop seamlessly. End frame...
39
18248 desktop-automation cklxx/elephant.ai
desktop-automation macOS 桌面自动化:运行 AppleScript 控制应用程序。 调用 python3 skills/desktop-automation/run.py run --script 'tell application "Finder" to activate' python3 skills/desktop-automation/run.py open_app --app Safari
39
18249 magi vinta/hal-9000
MAGI Three-agent brainstorming panel. Spawns Scientist, Mother, and Woman teammates with competing value lenses to explore a question in parallel, then consolidates their proposals for the user. Checklist Follow these steps in order. Clarify the question Set up agent team Parallel exploration Consolidate and present options Wait for user decision (implement, debate, or done) Tear down agent team Workflow digraph magi { rankdir = TB ; node [ shape = box , style = rounded ] ; clarify [ label = "Le...
39
18250 kwc-react-development kingdee/kwc-skills
KWC React 开发专家 本 Skill 是 KWC React 项目开发的 入口与总指挥 。 核心职责 你负责指导用户进行 KWC React 组件的开发、修改和维护。 重要 :你必须严格遵守 本 Skill 目录下的 rule.md 文件中定义的硬性约束。在开始任何代码编写前,请务必阅读并理解这些规则。 1. 环境上下文确认 项目根目录 :包含 .kd 文件夹和 app/kwc 目录。 配置环境 : .kd/config.json 中 framework 为 react 。 重要 :若当前环境 不满足 上述条件, 必须立即停止 使用本 Skill 的所有约束,转而按 通用 React Web 项目 标准协助用户。 2. 标准工作流 (Workflow) 新建组件 : 必须 使用 CLI 工具,严禁手工创建文件: kd project create [ 组件名 ] --type kwc 组件命名遵循 PascalCase 。 代码实现与修改 : 学习 :优先参考 app/kwc/exampleComponent 和 本 Skill 目录下的 rule.md 中的开发范例。 严格合...
39