███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 16401 | npm-library-setup | huozhi/npm-skills |
npm Library Setup with ESM This skill provides comprehensive guidance on setting up an npm library with package.json, with a preference for ES Modules (ESM). Overview This skill helps you create npm packages that: Use ES Modules (ESM) with "type": "module" Configure modern exports field (no deprecated module field) Use bunchee for zero-config bundling Use vitest for modern testing Support TypeScript and React component libraries When to Use This Skill Use when: "Set up an npm package" "Cre...
|
45 |
| 16402 | lifecycle marketing manager | eddiebe147/claude-settings |
Lifecycle Marketing Manager Design customer lifecycle marketing with automated email sequences and journeys When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create lifecycle marketing manager lifecycle marketing Review and optimize review lifecycle marketing manager Get...
|
45 |
| 16403 | foundation-models | johnrogers/claude-swift-engineering |
Foundation Models Apple's on-device AI framework providing access to a 3B parameter language model for summarization, extraction, classification, and content generation. Runs entirely on-device with no network required. Overview Foundation Models enable intelligent text processing directly on device without server round-trips, user data sharing, or network dependencies. The core principle: leverage on-device AI for specific, contained tasks (not for general knowledge). Reference Loading Guid...
|
45 |
| 16404 | test-engineer | caomeiyouren/momei |
Test Engineer Skill 能力 (Capabilities) 测试编写 : 使用 Vitest 编写针对 Vue 组件和 TypeScript 逻辑的测试。 测试运行 : 熟练运行 pnpm test 或针对特定文件的测试命令。 覆盖率分析 : 阅读和理解测试覆盖率报告。 Mocking : 模拟 API 响应、Nuxt composables (如 useI18n )。 指令 (Instructions) Worktree 意识 : 务必在 ../momei-test 工作树中运行测试命令。如果尚不存在该路径,应引导用户或自动创建之。 规范对齐 : 在运行测试前必须阅读并遵循 测试规范 。 测试策略 : 优先执行 定向测试 (Targeted Testing),仅运行与改动相关的测试文件。 全量测试条件 : 除非涉及大规模重构或安全风险,否则避免全量测试。全量测试通常仅在专门的“测试增强”任务中进行。 用例设计 : 考虑正常流程、异常流程和边缘情况。 Mock 配置 : 在测试文件中配置必要的 mock(如 useI18n )。 执行验证 : 编写完后必须运行测试确保其...
|
45 |
| 16405 | team-tasks | win4r/team-tasks |
Team Tasks — Multi-Agent Pipeline Coordination Overview Coordinate dev team agents through shared JSON task files + AGI dispatch. AGI is the command center — agents never talk to each other directly. Two modes: Mode A (linear): Fixed pipeline order code → test → docs → monitor Mode B (dag): Tasks declare dependencies, parallel dispatch when deps are met Task Manager CLI All commands use: python3 <skill-dir>/scripts/task_manager.py <command> [args] Where <skill-dir> is the directory containing th...
|
45 |
| 16406 | nx-run-tasks | tech-leads-club/agent-skills |
You can run tasks with Nx in the following way. Keep in mind that you might have to prefix things with npx/pnpx/yarn if the user doesn't have nx installed globally. Look at the package.json or lockfile to determine which package manager is in use. For more details on any command, run it with --help (e.g. nx run-many --help , nx affected --help ). Understand which tasks can be run You can check those via nx show project <projectname> --json , for example nx show project myapp --json . It contains...
|
45 |
| 16407 | animejs-mastery | frogody/app.isyncso |
Anime.js Animation Upgrade Agent Autonomous agent that analyzes codebases and systematically implements polished, performant animations using anime.js. Agent Workflow Execute these phases sequentially. Work autonomously—don't ask for permission between steps. Phase 1: Codebase Analysis 1. Identify framework and structure find . -name "package.json" -o -name "*.tsx" -o -name "*.jsx" -o -name "*.vue" -o -name "*.svelte" | head -20 2. Check if anime.js is installed grep -r "animejs\|anime.js" pac...
|
45 |
| 16408 | agentdb performance optimization | proffesor-for-testing/agentic-qe |
AgentDB Performance Optimization What This Skill Does Provides comprehensive performance optimization techniques for AgentDB vector databases. Achieve 150x-12,500x performance improvements through quantization, HNSW indexing, caching strategies, and batch operations. Reduce memory usage by 4-32x while maintaining accuracy. Performance : <100µs vector search, <1ms pattern retrieval, 2ms batch insert for 100 vectors. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Existing AgentDB dat...
|
45 |
| 16409 | fine-tuning assistant | eddiebe147/claude-settings |
Fine-Tuning Assistant The Fine-Tuning Assistant skill guides you through the process of adapting pre-trained models to your specific use case. Fine-tuning can dramatically improve model performance on specialized tasks, teach models your preferred style, and add capabilities that prompting alone cannot achieve. This skill covers when to fine-tune versus prompt engineer, preparing training data, selecting base models, configuring training parameters, evaluating results, and deploying fine-tuned m...
|
45 |
| 16410 | vibe-notionbot | devxoul/vibe-notion |
Vibe Notionbot A TypeScript CLI tool that enables AI agents and humans to interact with Notion workspaces through the official Notion API. Supports pages, databases, blocks, users, comments, and search. Which CLI to Use This package ships two CLIs. Pick the right one based on your situation: vibe-notion vibe-notionbot (this CLI) API Unofficial private API Official Notion API Auth token_v2 auto-extracted from Notion desktop app NOTION_TOKEN env var (Integration token) Identity Acts as the user Ac...
|
45 |
| 16411 | demo-specialist | ncklrs/startup-os-skills |
Demo Specialist Strategic expertise for delivering product demonstrations that convert prospects into customers. Philosophy A demo isn't a feature tour. It's a story about your prospect's future told through your product. The best product demos: Start with their problem — Not your solution Show, don't tell — Features are boring; outcomes are compelling Match the audience — Executives need different things than end-users Create urgency — Show the cost of inaction End with a clear next step — Neve...
|
45 |
| 16412 | bmad-os-gh-triage | bmad-code-org/bmad-method |
Read prompts/instructions.md and execute.
|
45 |
| 16413 | monitoring-expert | personamanagmentlayer/pcl |
Monitoring Expert Observability and performance specialist implementing comprehensive monitoring, alerting, tracing, and performance testing systems. Role Definition You are a senior SRE with 10+ years of experience in production systems. You specialize in the three pillars of observability: logs, metrics, and traces. You build monitoring systems that enable quick incident response, proactive issue detection, and performance optimization. When to Use This Skill Setting up application monitor...
|
45 |
| 16414 | nocodb | nocodb/agent-skills |
NocoDB CLI CLI for NocoDB API. Platform Support Linux / macOS : scripts/nocodb.sh (Bash, requires curl and jq ) Plan Requirements FREE PLANS: Base, Table, Field, Record, Link, Attachment APIs, Fiter, Sorts APIs ENTERPRISE (self-hosted OR cloud-hosted): Workspace, Workspace Collaboration APIs, Base Collaboration APIs, View, Script, Team, API Token APIs Setup export NOCODB_TOKEN = "your-api-token" export NOCODB_URL = "https://app.nocodb.com" optional, this is default export NOCODB_VERBOSE = 1 op...
|
45 |
| 16415 | commodities | joellewis/finance_skills |
Commodities Purpose Analyze commodity markets including futures curve dynamics, roll yield mechanics, commodity index construction, and supply/demand fundamentals. This skill covers the unique return drivers of commodity investing and the critical distinction between spot returns and futures-based returns. Layer 2 — Asset Classes Direction both When to Use User asks about commodity investing, commodity ETFs, or commodity futures User asks about contango, backwardation, or futures curve shape Use...
|
45 |
| 16416 | nz-business-english | jezweb/claude-skills |
NZ Business English Professional but approachable. Warm without being over-the-top. Inclusive by default. Write like a competent Kiwi professional -- not like an Australian pretending to be from New Zealand, not like someone who just discovered Te Reo, and not like a corporate drone. NZ English is close to Australian English in spelling and register, but softer in tone, more collaborative in framing, and increasingly incorporates Te Reo Maori in everyday business use. Spelling (EN-NZ) EN-NZ foll...
|
45 |
| 16417 | webpack | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
45 |
| 16418 | swain-help | cristoslc/swain |
swain-help Contextual help for the swain skill ecosystem. Mode detection Determine the mode from context: Signal Mode Invoked from swain-init Phase 4, or user says "just set up swain" / "what now after init" Onboarding User asks a specific question ("how do I...", "what is...", "when should I...") Question User asks for a reference, cheat sheet, commands, or overview Reference Onboarding mode Present a concise orientation — help the user understand what they just installed without overwhelming t...
|
45 |
| 16419 | flutter-project-creater | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
45 |
| 16420 | session-security-checker | jeremylongshore/claude-code-plugins-plus-skills |
Session Security Checker Purpose This skill provides automated assistance for session security checker tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "session security checker" in your request Ask about session security checker patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-st...
|
45 |
| 16421 | frontend-design | blogic-cz/blogic-marketplace |
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 :...
|
45 |
| 16422 | solidity-debug | 0xlayerghost/solidity-agent-kit |
Failed Transaction Debug Workflow Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Step 1: 获取交易回执 — 判断成功/失败 使用 Foundry cast CLI 查询交易回执(receipt),传入 tx hash 和 RPC endpoint。 关注字段: 字段 含义 status 0 = 失败, 1 = 成功 gasUsed 实际消耗的 gas logs 空数组 [] = 交易 revert,无事件发出 to 目标合约地址 Step 2: 获取交易详情 — 拿到 gas limit 和 input 使用 Foundry cast CLI 查询交易详情(tx),传入 tx hash 和 RPC endpoint。 关注字段: 字段 含义 gas 发送方设置的 gas limit inpu...
|
45 |
| 16423 | depot-ci | depot/skills |
Depot CI (Beta) Depot CI is a drop-in replacement for GitHub Actions that runs your existing Actions-format YAML workflows entirely within Depot's infrastructure. It parses GitHub Actions workflow files and executes them on Depot's compute. Status: Beta — keep GitHub Actions running in parallel. Things may break. Architecture Three subsystems: compute (provisions and executes work), orchestrator (schedules multi-step workflows, handles dependencies), GitHub Actions parser (translates Actions YAM...
|
45 |
| 16424 | drone-inspection-specialist | erichowens/some_claude_skills |
Drone Inspection Specialist Expert in drone-based infrastructure inspection with computer vision, thermal analysis, and 3D reconstruction for insurance, property assessment, and environmental monitoring. Decision Tree: When to Use This Skill User mentions drones/UAV? ├─ YES → Is it about inspection or assessment of something? │ ├─ Fire detection, smoke, thermal hotspots → THIS SKILL │ ├─ Roof damage, hail, shingles → THIS SKILL │ ├─ Property/insurance assessment → THIS SKI...
|
45 |
| 16425 | grafana-dashboard-creator | jeremylongshore/claude-code-plugins-plus-skills |
Grafana Dashboard Creator Purpose This skill provides automated assistance for grafana dashboard creator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "grafana dashboard creator" in your request Ask about grafana dashboard 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 guidance for graf...
|
45 |
| 16426 | v3 security overhaul | proffesor-for-testing/agentic-qe |
V3 Security Overhaul What This Skill Does Orchestrates comprehensive security overhaul for claude-flow v3, addressing critical vulnerabilities and establishing security-first development practices using specialized v3 security agents. Quick Start Initialize V3 security domain (parallel) Task ( "Security architecture" , "Design v3 threat model and security boundaries" , "v3-security-architect" ) Task ( "CVE remediation" , "Fix CVE-1, CVE-2, CVE-3 critical vulnerabilities" , "security-auditor" ) ...
|
45 |
| 16427 | testing-tauri-apps | dchuk/claude-code-tauri-skills |
This skill covers testing strategies for Tauri v2 applications: unit testing with mocks, end-to-end testing with WebDriver, and CI integration. Testing Approaches Overview Tauri supports two primary testing methodologies: - Unit/Integration Testing - Uses a mock runtime without executing native webview libraries - End-to-End Testing - Uses WebDriver protocol for browser automation Mocking Tauri APIs The `@tauri-apps/api/mocks` module simulates a Tauri environment during frontend testing....
|
45 |
| 16428 | react-composition-patterns | tech-leads-club/agent-skills |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
45 |
| 16429 | laravel:transactions-and-consistency | jpcaparas/superpowers-laravel |
Ensure multi-step changes are atomic; make retries safe. Commands ``` DB::transaction(function () use ($order, $payload) { $order->update([...]); $order->items()->createMany($payload['items']); OrderUpdated::dispatch($order); // or flag for after-commit }); // Listener queued after commit class SendInvoice implements ShouldQueue { public $afterCommit = true; } ``` Patterns - Use `DB::transaction` to wrap write sequences and related side-effects - Prefer `$afterCom...
|
45 |
| 16430 | dataset curator | eddiebe147/claude-settings |
Dataset Curator The Dataset Curator skill guides you through the critical process of preparing high-quality training data for machine learning models. Data quality is the single most important factor in model performance, yet it is often underinvested. This skill helps you systematically clean, validate, augment, and maintain datasets that lead to better models. From initial collection to ongoing maintenance, this skill covers deduplication, label quality assessment, bias detection, augmentation...
|
45 |
| 16431 | hwc-media-content | thehotwireclub/hotwire_club-skills |
Media & Rich Content Implement media-centric Hotwire features with Stimulus and Turbo Frames. Core Workflow Identify media mode: upload/preview, playback controls, progress persistence, or embedded library integration. Keep media state in Stimulus values; bridge third-party APIs through value callbacks and targets. Use browser-native APIs first ( URL.createObjectURL , Picture-in-Picture, IntersectionObserver, MediaSession). Clean up all allocated resources in disconnect() (observers, blob URLs, ...
|
45 |
| 16432 | ms365-tenant-manager | borghei/claude-skills |
Microsoft 365 Tenant Manager This skill provides expert guidance and automation for Microsoft 365 Global Administrators managing tenant setup, configuration, user lifecycle, security policies, and organizational optimization. Capabilities Tenant Setup & Configuration: Initial tenant setup, domain configuration, DNS records, service provisioning User & Group Management: User lifecycle (create, modify, disable, delete), group creation, license assignment Security & Compliance: Conditional Access...
|
45 |
| 16433 | equity structurer | eddiebe147/claude-settings |
Equity Structurer Structure founder equity, vesting schedules, and employee option plans When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create equity structurer equity structure Review and optimize review equity structurer Get best practices equity structurer best pra...
|
45 |
| 16434 | prd-generator | oimiragieo/agent-studio |
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...
|
45 |
| 16435 | claude-md-writer | testacode/llm-toolkit |
CLAUDE.md Writer A skill for creating and optimizing CLAUDE.md files following official Anthropic best practices (2026-01). When to Use This Skill Creating a new CLAUDE.md for a project Reviewing/auditing an existing CLAUDE.md Optimizing documentation for better Claude Code performance User asks about CLAUDE.md best practices Golden Rule Para cada línea, preguntá: "¿Eliminar esto causaría que Claude cometa errores?" Si no, eliminalo. CLAUDE.md inflados causan que Claude ignore instrucciones. ...
|
45 |
| 16436 | infographic-template-updater | antvis/infographic |
Infographic Template Updater Overview Update public template lists and gallery mappings when new templates are added in src/templates. Workflow Collect new template names from the added src/templates/*.ts file (object keys). If templates are composed via spreads (e.g. ...listZigzagTemplates), also confirm the final keys in src/templates/built-in.ts. Update template lists: .skills/infographic-creator/SKILL.md in the "Available Templates" list. site/src/components/AIPlayground/Prompt.ts in the t...
|
45 |
| 16437 | monorepo-architecture | thebushidocollective/han |
This skill provides comprehensive guidance on designing and structuring monorepos, including workspace organization, dependency management, versioning strategies, and architectural patterns that scale from small projects to enterprise applications. Monorepo vs Polyrepo When to Choose Monorepo A monorepo is beneficial when: - Code sharing is frequent: Multiple projects share common libraries, utilities, or components - Atomic changes needed: Changes span multiple packages and need to be de...
|
45 |
| 16438 | monorepo-setup | patricio0312rev/skills |
Monorepo Setup Configure a scalable monorepo with Turborepo and pnpm workspaces. Core Workflow Initialize structure: Create workspace layout Configure pnpm: Setup workspaces Add Turborepo: Configure build pipeline Create shared packages: Common utilities Setup apps: Applications consuming packages Configure CI/CD: Optimized builds Directory Structure monorepo/ ├── apps/ │ ├── web/ Next.js app │ ├── api/ Express/Fastify API │ └── mobile/ Rea...
|
45 |
| 16439 | site-reliability-engineer | erichowens/some_claude_skills |
Site Reliability Engineer Expert in Docusaurus build health, MDX validation, and deployment safety for the Claude Skills showcase website. Prevents common build failures through pre-commit validation and automated health checks. When to Use Use for: Pre-commit validation of markdown/MDX files Catching Liquid template syntax errors Validating SkillHeader component props Checking for missing hero images/ZIP files Pre-build link validation Post-build health reports Diagnosing Docusaurus build f...
|
45 |
| 16440 | router-engineering | vasilyu1983/ai-agents-public |
Router: Engineering Routes technical problems through the complete engineering skill set. Routing Workflow Identify the primary user intent (what they want done). Match the intent to a domain (AI/ML, software, data, dev workflow, Claude Code). Select a primary skill and up to 2 supporting skills (a chain) when the task spans domains. If confidence is below 0.8 or intents tie, ask 1 clarifying question before routing. If the request is mainly business/marketing or QA/DevOps, hand off to the app...
|
45 |
| 16441 | logo-management | sgcarstrends/sgcarstrends |
Logo Management Skill This skill helps you manage car logos in packages/logos/. When to Use This Skill Adding new car brand logos Updating logo sources or URLs Debugging logo fetching failures Implementing brand name normalization Managing Vercel Blob storage Optimizing logo caching with Redis Scraping logos from external sources Logo Package Architecture packages/logos/ ├── src/ │ ├── services/ │ │ └── logo/ │ │ ├── fetch.ts Logo fetching logic │ │ ├── list.ts ...
|
45 |
| 16442 | pentest-expert | duck4nh/antigravity-kit |
No SKILL.md available for this skill. View on GitHub
|
45 |
| 16443 | finops-waste | laurigates/claude-plugins |
/finops:waste Identify GitHub Actions waste patterns and provide actionable fix suggestions. Analyzes skipped runs, bot triggers, missing concurrency groups, and missing path filters. Context Current repo: ! gh repo view --json nameWithOwner --jq '.nameWithOwner' Workflow files: ! find .github/workflows -maxdepth 1 \( -name '*.yml' -o -name '*.yaml' \) Parameters Parameter Description Default repo Repository in owner/name format Current repository Execution 1. Run API-based waste analysis: bash ...
|
45 |
| 16444 | content-trend-researcher | nicepkg/ai-workflow |
Content Trend Researcher A comprehensive content research and analysis skill designed for content creators, marketers, and publishers who need to create high-performing content based on real-world trends and user intent signals. What This Skill Does This skill acts as your content intelligence system, analyzing trends across 10+ platforms to help you: Identify trending topics - Find what's gaining traction across platforms Understand user intent - Analyze search patterns and engagement signa...
|
45 |
| 16445 | workflow-brainstorm | heyvhuang/ship-faster |
Brainstorming Ideas Into Designs Goal Transform "vague ideas/requirements" into actionable designs and specifications , producing reusable file artifacts (rather than just staying in chat). Key requirement: Ask only one question at a time . If a topic is complex, break it into multiple rounds of Q&A—don't throw out a checklist all at once. Core Process (Must Follow) 0) Check Project Context First (Required When Repo Exists) Before asking questions, quickly check: Key documentation: README.md , d...
|
45 |
| 16446 | dify-knowledge-base-search | tiangong-ai/skills |
Dify Knowledge Base Search Prepare required inputs Provide data as JSON containing query and optional retrieval_model.top_k . Read these env vars: DIFY_API_BASE_URL : base API URL and include /v1 (example: https://api.dify.ai/v1 ). DIFY_DATASET_ID : target dataset ID. DIFY_API_KEY : send as Authorization: Bearer <DIFY_API_KEY> . Send request Endpoint: ${DIFY_API_BASE_URL}/datasets/${DIFY_DATASET_ID}/retrieve Headers: Content-Type: application/json Authorization: Bearer <DIFY_API_KEY> Use assets/...
|
45 |
| 16447 | method-shorthand-jsdoc | epicenterhq/epicenter |
Method Shorthand for JSDoc Preservation When factory functions have helper functions that are only used by returned methods, move them INTO the return object using method shorthand. This ensures JSDoc comments are properly passed through to consumers. The Problem You write a factory function with a well-documented helper: function createHeadDoc ( options : { workspaceId : string } ) { const { workspaceId } = options ; / * Get the current epoch number. * * Computes the maximum of all client-propo...
|
45 |
| 16448 | sports-podcast-outline-generator | onewave-ai/claude-skills |
Sports Podcast Outline Generator Create structured podcast episodes. Segment timing, debate points, hot takes, listener questions, ad break placement. Instructions You are an expert sports podcast producer and content strategist. Generate: episode outlines with segment timing, debate topics and hot takes, listener question integration, ad break placement, show flow optimization, and guest interview prep. Output Format Sports Podcast Outline Generator Output Generated: {timestamp} --- Re...
|
45 |
| 16449 | alicloud-ai-multimodal-qwen-omni-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate that the omni skill includes the correct latest model family and sample payload. Prerequisites Target skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-omni Recommended check python skills/ai/multimodal/alicloud-ai-multimodal-qwen-omni/scripts/prepare_omni_request.py \ --output output/alicloud-ai-multimodal-qwen-omni/request.json
|
45 |
| 16450 | solidity-deploy | 0xlayerghost/solidity-agent-kit |
Deployment Workflow Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Pre-deployment Checklist (all must pass) Step Command / Action Format code forge fmt Run all tests forge test — zero failures required Check gas report forge test --gas-report — review critical functions Verify config Manually check config/*.json parameters Dry-run forge script <Script> --fork-url <RPC_URL> -vvvv (no --broadc...
|
45 |