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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
12101 angular-modernization bitwarden/clients
Angular Modernization Transforms legacy Angular components to modern architecture using a two-step approach: Automated migrations - Angular CLI schematics for standalone, control flow, and signals Bitwarden patterns - ADR compliance, OnPush change detection, proper visibility, thin components Workflow Step 1: Run Angular CLI Migrations ⚠️ CRITICAL: ALWAYS use Angular CLI migrations when available. DO NOT manually migrate features that have CLI schematics. Angular provides automated schematic...
77
12102 youtube vm0-ai/vm0-skills
YouTube Data API Use the YouTube Data API v3 via direct curl calls to search videos, retrieve video details, get channel information, list playlist items, and fetch comments . Official docs: https://developers.google.com/youtube/v3 When to Use Use this skill when you need to: Search videos by keywords or filters Get video details (title, description, statistics, duration) Get channel info (subscriber count, video count, description) List playlist items (videos in a playlist) Fetch comments on vi...
77
12103 dependency-resolver rysweet/amplihack
Dependency Resolver Skill Purpose This skill detects and resolves local vs CI environment mismatches BEFORE push, preventing the 20-45 minute debug cycles documented in DISCOVERIES.md ("CI Failure Resolution Process Analysis" entry). The skill addresses a critical gap: existing tools (ci-diagnostic-workflow, pre-commit-diagnostic) fix issues AFTER they occur. This skill catches mismatches BEFORE push. Problem Statement From DISCOVERIES.md analysis: Environment mismatches (Local Python 3.12 ...
77
12104 task-dependency-patterns yonatangross/orchestkit
Claude Code 2.1.16 introduces a native Task Management System with four tools: - TaskCreate: Create new tasks with subject, description, and activeForm - TaskUpdate: Update status (pending → in_progress → completed), set dependencies - TaskGet: Retrieve full task details including blockers - TaskList: View all tasks with status and dependency summary Tasks enable structured work tracking, parallel coordination, and clear progress visibility. When to Use - Breaking down complex multi-step...
77
12105 remote-work rysweet/amplihack
Remote Work Skill Execute amplihack tasks on remote Azure VMs using the /amplihack:remote command. When to Use Use this skill when you want to: Run long-running tasks on remote VMs Leverage more powerful Azure compute Distribute work across multiple machines Isolate experimental or risky work Work in specific Azure regions How It Works When you say things like: "Run this remotely" "Execute on an eastus VM" "Offload this to Azure" "Use a remote machine for this" I will: Extract your task descript...
77
12106 capacitor-android abelv22/project-foundation
Capacitor & Android Native Bridge Skill This skill enables the assistant to handle the complex interaction between the Web layer (React) and the Native layer (Java/Android) specifically for background tracking. Knowledge Areas 1. Android Foreground Services Lifecycle Management: Start/stop/restart logic for LocationTrackingService.java . Notifications: Maintaining persistent notifications required by Android for foreground tasks. Boot Persistence: Implementing BOOT_COMPLETED receivers to restart...
77
12107 ffuf-web-fuzzing jthack/ffuf_claude_skill
FFUF (Fuzz Faster U Fool) Skill Overview FFUF is a fast web fuzzer written in Go, designed for discovering hidden content, directories, files, subdomains, and testing for vulnerabilities during penetration testing. It's significantly faster than traditional tools like dirb or dirbuster. Installation Using Go go install github.com/ffuf/ffuf/v2@latest Using Homebrew (macOS) brew install ffuf Binary download Download from: https://github.com/ffuf/ffuf/releases/latest Core Concepts The FUZZ Keyw...
77
12108 eval-recipes-runner rysweet/amplihack
eval-recipes Runner Skill Purpose Run Microsoft's eval-recipes benchmarks to validate amplihack improvements against baseline agents. When to Use User asks to "test with eval-recipes" User says "run the evals" or "benchmark this change" User wants to validate improvements against codex/claude_code Testing a PR branch to prove it improves scores Capabilities I can run eval-recipes benchmarks to: Test specific amplihack branches Compare against baseline agents (codex, claude_code) Run specific...
77
12109 forex-list octagonai/skills
Forex List Retrieve comprehensive information about actively traded currency pairs in the global forex market using the Octagon MCP server. Prerequisites Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions. Workflow 1. Define Scope Determine which currency pair categories you want to explore: Majors : USD paired with major currencies Crosses : Major currencies without USD Exotics : Emerging market c...
77
12110 alicloud-ai-chatbot-test cinience/alicloud-skills
Category: test AI CHATBOT Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/service/alicloud-ai-chatbot/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/service/alicloud-ai-chatbot \ --output output/alicloud-ai-chatbot-test/compile-check.json Read the target skill SKILL.md and...
77
12111 feishu-connection xiaomingx/moltbot-connector-feishu-dingtalk
Bridge Feishu bot messages to Clawdbot Gateway over local WebSocket. Architecture ``` Feishu user → Feishu cloud ←WS→ bridge.py (local) ←WS→ Clawdbot Gateway → AI agent ``` - Feishu SDK connects outbound (no inbound port / public IP needed) - Bridge authenticates to Gateway using the existing gateway token - Each Feishu chat maps to a Clawdbot session (`feishu:<chatId>`) Setup 1. Create Feishu bot - Go to [open.feishu.cn/app](https://open.feishu.cn/app) → Create self-built app → Add ...
77
12112 rollup-bundler mindrally/skills
Rollup Bundler You are an expert in Rollup.js, the JavaScript module bundler optimized for ES modules and library development. Follow these guidelines when working with Rollup configurations. Core Principles Rollup is designed for ES modules and produces cleaner, smaller bundles Superior tree-shaking through deep execution path analysis Ideal for libraries and packages that will be consumed by other projects Focus on producing efficient, readable output code Project Structure project/ ├── src/...
77
12113 torchforge-rl-training davila7/claude-code-templates
torchforge: PyTorch-Native Agentic RL Library torchforge is Meta's PyTorch-native RL library that separates infrastructure concerns from algorithm concerns. It enables rapid RL research by letting you focus on algorithms while handling distributed training, inference, and weight sync automatically. When to Use torchforge Choose torchforge when you need: Clean separation between RL algorithms and infrastructure PyTorch-native abstractions (no Ray dependency) Easy algorithm experimentation (GRPO, ...
77
12114 performance-expert shipshitdev/library
Performance Expert Skill Expert in performance optimization for React, Next.js, NestJS applications, MongoDB, and AWS infrastructure. When to Use This Skill Optimizing React components or Next.js pages Improving API response times Optimizing database queries Analyzing bundle sizes Implementing caching strategies Optimizing images or assets Configuring CDN or caching Reviewing Core Web Vitals Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md for performance architecture Identify per...
77
12115 xlsx davepoon/buildwithclaude
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
77
12116 oauth2-oidc-implementer patricio0312rev/skills
OAuth 2.0 & OIDC Implementer Implement secure authentication with OAuth 2.0 and OpenID Connect. Core Workflow Choose flow: Authorization Code, PKCE, Client Credentials Configure provider: Set up OAuth/OIDC provider Implement flow: Handle redirects and tokens Secure tokens: Storage and refresh Add providers: Multiple identity providers Handle sessions: Manage authenticated state OAuth 2.0 Flows Overview ┌─────────────────────────────────────────────────────────────┐ │ OAuth...
77
12117 consensus-voting rysweet/amplihack
Consensus Voting Skill Purpose Execute weighted multi-agent voting for critical decisions where domain expertise matters. Unlike debate (collaborative synthesis) or n-version (parallel generation), this skill focuses on structured voting with expertise weighting for security, authentication, and data-handling changes. Key Insight from Pattern Analysis From ~/.amplihack/.claude/context/DISCOVERIES.md (Pattern Applicability Analysis): Voting vs Expert Judgment Selection Criteria When Voting W...
77
12118 web-design-guidelines dedalus-erp-pas/foundation-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
77
12119 sales-strategist ncklrs/startup-os-skills
Sales Strategist Strategic sales operations expertise for B2B SaaS companies — from process design and methodology selection to compensation planning and pipeline optimization. Philosophy Great sales organizations are built on process, not heroics . The best quota-crushing reps eventually leave, but excellent sales systems compound. The best B2B sales strategies: Process before people — A-players in a broken system lose to B-players in a great system Qualify ruthlessly — Time is inventory; don't...
77
12120 expressjs-development manutej/luxor-claude-marketplace
Express.js Development Skill This skill provides comprehensive guidance for building production-ready web applications and REST APIs using Express.js, covering routing, middleware, request/response handling, error handling, authentication, validation, and deployment best practices. When to Use This Skill Use this skill when: Building RESTful APIs for web and mobile applications Creating backend services and microservices Developing web servers with server-side rendering Implementing API gate...
77
12121 github-code-review ruvnet/claude-flow
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
77
12122 slack-gif-creator shajith003/awesome-claude-skills
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
77
12123 mcp-app-builder alpic-ai/skybridge
Creating MCP Apps Those are conversational experiences that extend AI assistants through tools and custom UI widgets. They're built as MCP servers invoked during conversations. ⚠️ The app is consumed by two users at once: the human and the AI Assistant LLM . They collaborate through the widget—the human interacts with it, the LLM sees its state. Internalize this before writing code: the widget is your shared surface. SPEC.md keeps track of the app's requirements and design decisions. Keep it up ...
77
12124 offline-sync abelv22/project-foundation
Offline-First & Data Sync Specialist Skill This skill enables the assistant to design and implement a robust synchronization system to solve the "No Offline Queue" issue (P0). Knowledge Areas 1. Local Storage (Native) Room Database: Implementing a local SQLite storage on the Android side to buffer location updates. Data Entities: Defining schema for OfflineLocation that matches the Supabase registros_reten structure. 2. Synchronization Strategies Background Sync: Using WorkManager for reliable d...
77
12125 ai-prompt-engineering vasilyu1983/ai-agents-public
Prompt Engineering — Operational Skill Modern Best Practices (January 2026) : versioned prompts, explicit output contracts, regression tests, and safety threat modeling for tool/RAG prompts (OWASP LLM Top 10: https://owasp.org/www-project-top-10-for-large-language-model-applications/ ). This skill provides operational guidance for building production-ready prompts across standard tasks, RAG workflows, agent orchestration, structured outputs, hidden reasoning, and multi-step planning. All content...
77
12126 using-neon sickn33/antigravity-awesome-skills
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation Always reference the Neon documentation before making Neon-related claims. The documentation is the source of truth for all Neon-related information. Below you'll find a list of resources organized by area ...
77
12127 alicloud-platform-devops-test cinience/alicloud-skills
Category: test PLATFORM DEVOPS Smoke Test Prerequisites Target skill: skills/platform/devops/alicloud-platform-devops/ . Optional online SDK test dependency: python -m pip install -U alibabacloud_devops20210625 alibabacloud_tea_openapi Test Steps Run offline script compilation check: python3 tests/common/compile_skill_scripts.py \ --skill-path skills/platform/devops/alicloud-platform-devops \ --output output/alicloud-platform-devops-test/compile-check.json Run metadata API discovery script: pyth...
77
12128 research-analyst 404kidwiz/claude-supercode-skills
Research Analyst Purpose Provides systematic research capabilities for complex investigations requiring multi-source information gathering, critical analysis, and knowledge synthesis. Specializes in evidence evaluation, cross-domain analysis, and transforming disparate information into actionable insights. When to Use Conducting comprehensive market or technology research Synthesizing information from multiple sources into coherent reports Evaluating competing claims or technologies Building k...
77
12129 smart-test rysweet/amplihack
Optimizes test execution by intelligently selecting which tests to run based on code changes. Instead of running the full test suite every time, this skill: - Maps code changes to affected test files using import dependency analysis - Provides tiered testing strategies for different feedback loop needs - Tracks test reliability to prioritize stable tests in fast runs When I Activate I automatically load when you mention: - "run affected tests" or "run impacted tests" - "smart test" or "i...
77
12130 fastapi pluginagentmarketplace/custom-plugin-python
FastAPI Skill Production-tested patterns for FastAPI with Pydantic v2, SQLAlchemy 2.0 async, and JWT authentication. Latest Versions (verified January 2026): FastAPI: 0.128.0 Pydantic: 2.11.7 SQLAlchemy: 2.0.30 Uvicorn: 0.35.0 python-jose: 3.3.0 Requirements : Python 3.9+ (Python 3.8 support dropped in FastAPI 0.125.0) Pydantic v2.7.0+ (Pydantic v1 support completely removed in FastAPI 0.128.0) Quick Start Project Setup with uv Create project uv init my-api cd my-api Add dependencies uv add fa...
77
12131 component-library shipshitdev/library
Component Library Standards Skill Expert React/Next.js component architect specializing in creating consistent, reusable, and maintainable components. When to Use This Skill Use when you're: Creating new UI components Refactoring existing components for reusability Reviewing component architecture Setting up shared component patterns Optimizing component performance Quick Reference Naming Files: PascalCase (Button.tsx) Props: ComponentNameProps interface Hooks: use- prefix (use-auth.ts) Stru...
77
12132 testing-expert shipshitdev/library
Testing Expert Skill Expert in testing strategies for React, Next.js, and NestJS applications. When to Use This Skill Writing unit tests Creating integration tests Setting up E2E tests Testing React components Testing API endpoints Testing database operations Setting up test infrastructure Reviewing test coverage Project Context Discovery Scan Documentation: Check .agent/SYSTEM/ARCHITECTURE.md for testing architecture Identify Tools: Jest/Vitest, React Testing Library, Supertest, Playwright/Cy...
77
12133 performance-monitor 404kidwiz/claude-supercode-skills
Provides expertise in monitoring, benchmarking, and optimizing AI agent performance. Specializes in token usage tracking, latency analysis, cost optimization, and implementing quality evaluation metrics (evals) for AI systems. When to Use - Tracking token usage and costs for AI agents - Measuring and optimizing agent latency - Implementing evaluation metrics (evals) - Benchmarking agent quality and accuracy - Optimizing agent cost efficiency - Building observability for AI pipelines - A...
77
12134 pdf-text-extractor willoscar/research-units-pipeline-skills
Optionally collect full-text snippets to deepen evidence beyond abstracts. This skill is intentionally conservative: in many survey runs, abstract/snippet mode is enough and avoids heavy downloads. Inputs - `papers/core_set.csv` (expects `paper_id`, `title`, and ideally `pdf_url`/`arxiv_id`/`url`) - Optional: `outline/mapping.tsv` (to prioritize mapped papers) Outputs - `papers/fulltext_index.jsonl` (one record per attempted paper) - Side artifacts: `papers/pdfs/<paper_id>.pdf` (cached...
77
12135 automate-whatsapp sickn33/antigravity-awesome-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...
77
12136 react-server-components-framework yonatangross/orchestkit
React Server Components Framework Overview React Server Components (RSC) enable server-first rendering with client-side interactivity. This skill covers Next.js 16 App Router patterns, Server Components, Server Actions, and streaming. When to use this skill: Building Next.js 16+ applications with the App Router Designing component boundaries (Server vs Client Components) Implementing data fetching with caching and revalidation Creating mutations with Server Actions Optimizing performance with st...
77
12137 alicloud-media-video-translation-test cinience/alicloud-skills
Category: test MEDIA VIDEO TRANSLATION Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/media/video/alicloud-media-video-translation/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/media/video/alicloud-media-video-translation \ --output output/alicloud-media-video-translation-test...
77
12138 tech-design-doc bahayonghang/my-claude-code-settings
Technical Design Document Skill Execution Flow 1. Assess Complexity Level Scope Sections Required Small Single component, <100 LOC TL;DR, Design, Implementation Medium Cross-component, API changes + Background, Solution Analysis Large System-level, new service Full template 2. Gather Context Explore the codebase before writing: Identify affected components using Glob and Grep for related code. Read existing implementations and patterns. Note dependencies and potential side effects. Check for sim...
77
12139 svelte mindrally/skills
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
77
12140 ml-ops-engineer borghei/claude-skills
MLOps Engineer The agent operates as a senior MLOps engineer, deploying models to production, orchestrating training pipelines, monitoring model health, managing feature stores, and automating ML CI/CD. Workflow Assess ML maturity -- Determine the current level (manual notebooks vs. automated pipelines vs. full CI/CD). Identify the highest-impact gap to close first. Build or extend training pipeline -- Define fetch-data, validate, preprocess, train, evaluate stages. Use Kubeflow, Airflow, or equ...
77
12141 swift-testing-code-review existential-birds/beagle
Swift Testing Code Review Quick Reference Issue Type Reference expect vs require, expression capture, error testing references/expect-macro.md @Test with arguments, traits, zip() pitfalls references/parameterized.md confirmation, async sequences, completion handlers references/async-testing.md @Suite, tags, parallel execution, .serialized references/organization.md Review Checklist Expressions embedded directly in expect (not pre-computed booleans) require used only for preconditions, expect for...
77
12142 alicloud-ai-recommend-airec-test cinience/alicloud-skills
Category: test AI RECOMMEND AIREC Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/recommendation/alicloud-ai-recommend-airec/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/recommendation/alicloud-ai-recommend-airec \ --output output/alicloud-ai-recommend-airec-test/compile...
77
12143 breadboarding rjs/shaping-skills
No SKILL.md available for this skill. View on GitHub
77
12144 owasp-llm-top10 mastepanoski/claude-skills
OWASP Top 10 for LLM Applications Security Audit This skill enables AI agents to perform a comprehensive security assessment of Large Language Model (LLM) and Generative AI applications using the OWASP Top 10 for LLM Applications 2025 , published by the OWASP GenAI Security Project. The OWASP Top 10 for LLM Applications identifies the most critical security risks in systems that integrate large language models, covering vulnerabilities from prompt injection to unbounded resource consumption. Thi...
77
12145 errors yonatangross/orchestkit
Error Pattern Analysis Analyze errors captured from Claude Code sessions to identify patterns and get actionable insights. Quick Start /errors Batch analysis of historical error patterns /debug CC 2.1.30 real-time debug for current session When to Use Which Command Purpose Scope /errors Batch analysis of error patterns (last 24h/7d) Historical patterns /debug Real-time debug of current session state Current session /ork:fix-issue Full RCA workflow for specific bug Single issue Quick Analysis ...
77
12146 tensorrt-llm orchestra-research/ai-research-skills
TensorRT-LLM NVIDIA's open-source library for optimizing LLM inference with state-of-the-art performance on NVIDIA GPUs. When to use TensorRT-LLM Use TensorRT-LLM when: Deploying on NVIDIA GPUs (A100, H100, GB200) Need maximum throughput (24,000+ tokens/sec on Llama 3) Require low latency for real-time applications Working with quantized models (FP8, INT4, FP4) Scaling across multiple GPUs or nodes Use vLLM instead when: Need simpler setup and Python-first API Want PagedAttention without T...
77
12147 project-astrology-vedic vasilyu1983/ai-agents-public
Vedic Astrology (Jyotish) — Expert Advisor Defaults (State These Up Front) Use the sidereal zodiac. Default ayanamsa: Lahiri (unless the user requests Raman/KP/other). Default houses: Whole Sign (unless the user requests another tradition). Default nodes: mean Rahu/Ketu (unless the user requests true nodes). Default timing: Vimshottari Dasha + transits (Jupiter/Saturn emphasis). If any of these defaults materially affect the answer, ask the user to confirm them. Intake (Ask Only What You Need)...
77
12148 alicloud-ai-content-aicontent-test cinience/alicloud-skills
Category: test AI CONTENT AICONTENT Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/content/alicloud-ai-content-aicontent/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/content/alicloud-ai-content-aicontent \ --output output/alicloud-ai-content-aicontent-test/compile-check...
77
12149 alicloud-database-analyticdb-mysql-test cinience/alicloud-skills
Category: test DATABASE ANALYTICDB MYSQL Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/database/analyticdb/alicloud-database-analyticdb-mysql/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/database/analyticdb/alicloud-database-analyticdb-mysql \ --output output/alicloud-databa...
77
12150 doctor yonatangross/orchestkit
OrchestKit Health Diagnostics Argument Resolution FLAGS = "$ARGUMENTS" Full argument string, e.g., "--verbose" or "--json" FLAG = "$ARGUMENTS[0]" First token: -v, --verbose, --json, --category=X $ARGUMENTS[0], $ARGUMENTS[1] for indexed access (CC 2.1.59) Overview The /ork:doctor command performs comprehensive health checks on your OrchestKit installation. It auto-detects installed plugins and validates 12 categories: Installed Plugins - Detects ork plugin Skills Validation - Frontmatter, refe...
77