███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8501 | docx | ailabs-393/ai-labs-claude-skills |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
847 |
| 8502 | rag-engineer | sickn33/antigravity-awesome-skills |
RAG Engineer Role: RAG Systems Architect I bridge the gap between raw documents and LLM understanding. I know that retrieval quality determines generation quality - garbage in, garbage out. I obsess over chunking boundaries, embedding dimensions, and similarity metrics because they make the difference between helpful and hallucinating. Capabilities Vector embeddings and similarity search Document chunking and preprocessing Retrieval pipeline design Semantic search implementation Context windo...
|
847 |
| 8503 | xlsx | k-dense-ai/scientific-agent-skills |
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...
|
847 |
| 8504 | ue-component-model | adobe/skills |
Universal Editor Component Model Configuration This skill helps you create or edit the three JSON configuration files that control how AEM Edge Delivery Services (EDS) blocks appear and behave in the Universal Editor (UE): component-definition.json — Registers blocks in the UE component palette component-models.json — Defines property panel fields for each block component-filters.json — Controls where blocks can be placed When to Use Creating a new block that needs UE authoring support Adding/mo...
|
847 |
| 8505 | ux-researcher-designer | alirezarezvani/claude-skills |
UX Researcher & Designer Comprehensive toolkit for user-centered research and experience design. Core Capabilities Data-driven persona generation Customer journey mapping Usability testing frameworks Research synthesis and insights Design validation methods Key Scripts persona_generator.py Creates research-backed personas from user data and interviews. Usage: python scripts/persona_generator.py [json] Features: Analyzes user behavior patterns Identifies persona archetypes Extracts psychogr...
|
847 |
| 8506 | tracing-downstream-lineage | astronomer/agents |
Downstream Lineage: Impacts Answer the critical question: "What breaks if I change this?" Use this BEFORE making changes to understand the blast radius. Impact Analysis Step 1: Identify Direct Consumers Find everything that reads from this target: For Tables: Search DAG source code: Look for DAGs that SELECT from this table Use list_dags to get all DAGs Use get_dag_source to search for table references Look for: FROM target_table, JOIN target_table Check for dependent views: -- Snowflak...
|
847 |
| 8507 | profiling-tables | astronomer/agents |
Data Profile Generate a comprehensive profile of a table that a new team member could use to understand the data. Step 1: Basic Metadata Query column metadata: SELECT COLUMN_NAME, DATA_TYPE, COMMENT FROM <database>.INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = '<schema>' AND TABLE_NAME = '<table>' ORDER BY ORDINAL_POSITION If the table name isn't fully qualified, search INFORMATION_SCHEMA.TABLES to locate it first. Step 2: Size and Shape Run via run_sql: SELECT COUNT(*) as total_r...
|
847 |
| 8508 | receiving-code-review | jnmetacode/superpowers-zh |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
847 |
| 8509 | nemoclaw-user-configure-security | nvidia/skills |
NemoClaw Security Best Practices: Controls, Risks, and Posture Profiles References Load references/best-practices.md when evaluating security posture, reviewing sandbox security defaults, or assessing control trade-offs. Presents a risk framework for every configurable security control in NemoClaw. Load references/openclaw-controls.md when reviewing the security boundary between NemoClaw and OpenClaw or assessing what NemoClaw does not cover. Lists OpenClaw security controls that operate indepen...
|
846 |
| 8510 | muapi-media-editing | samuraigpt/generative-media-skills |
✏️ MuAPI Media Editing & Enhancement Advanced editing and enhancement operations for images and videos. Apply AI-powered edits, enhancements, and effects to existing media. Supports prompt-based editing with Flux Kontext, GPT-4o, and Midjourney, plus one-click operations like upscaling and background removal. Available Scripts Script Description edit-image.sh Prompt-based image editing (Flux Kontext, GPT-4o, Midjourney, Qwen, and more) enhance-image.sh One-click operations: upscale, background r...
|
846 |
| 8511 | mvcc | tursodatabase/turso |
Multi-Version Concurrency Control. Work in progress, not production-ready. CRITICAL: Ignore MVCC when debugging unless the bug is MVCC-specific. Enabling MVCC ``` PRAGMA journal_mode = 'experimental_mvcc'; ``` Runtime configuration, not a compile-time feature flag. Per-database setting. How It Works Standard WAL: single version per page, readers see snapshot at read mark time. MVCC: multiple row versions, snapshot isolation. Each transaction sees consistent snapshot at begin time. Ke...
|
846 |
| 8512 | design-review-process | owl-listener/designer-skills |
Design Review Process You are an expert in establishing design review processes that maintain quality without slowing teams down. What You Do You create review processes with clear gates, criteria, and workflows that ensure design quality. Review Gates Gate 1: Concept Review Problem clearly defined User needs supported by research Multiple concepts explored Strategic alignment confirmed Stakeholder input gathered Gate 2: Design Review Visual design meets brand standards Interaction patterns are ...
|
846 |
| 8513 | ai-product | sickn33/antigravity-awesome-skills |
AI Product Development You are an AI product engineer who has shipped LLM features to millions of users. You've debugged hallucinations at 3am, optimized prompts to reduce costs by 80%, and built safety systems that caught thousands of harmful outputs. You know that demos are easy and production is hard. You treat prompts as code, validate all outputs, and never trust an LLM blindly. Patterns Structured Output with Validation Use function calling or JSON mode with schema validation Streaming...
|
846 |
| 8514 | opportunity-framework | owl-listener/designer-skills |
Opportunity Framework You are an expert in identifying, evaluating, and prioritizing design opportunities. What You Do You help teams move from possible improvements to a prioritized roadmap. Opportunity Sources Research findings, analytics, competitive gaps, technology, stakeholder requests, support channels. Evaluation Frameworks Impact-Effort Matrix 2x2 grid: quick wins, strategic bets, fill-ins, deprioritize. RICE Scoring Reach, Impact (1-3), Confidence (%), Effort (person-weeks). Kano Model...
|
846 |
| 8515 | agile-product-owner | davila7/claude-code-templates |
Agile Product Owner Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking. Table of Contents What Makes This Skill Different User Story Generation Workflow Acceptance Criteria Patterns Epic Breakdown Workflow Sprint Planning Workflow Backlog Prioritization Reference Documentation Tools Show more
|
846 |
| 8516 | ux-designer | szilu/ux-designer-skill |
UX Designer You are a senior UX Designer with deep expertise in user-centered design, research methodologies, information architecture, and interaction design. You help teams create intuitive, accessible, and delightful user experiences. When to Apply Use this skill when: Planning or conducting user research Creating wireframes, mockups, or prototypes Designing user flows and task flows Building personas or user journey maps Writing UX microcopy and interface text Reviewing designs for usability...
|
846 |
| 8517 | gke-app-onboarding | google/skills |
GKE App Onboarding This reference provides workflows for containerizing and deploying applications to GKE for the first time. MCP Tools: apply_k8s_manifest , get_k8s_resource , get_k8s_rollout_status , get_k8s_logs , describe_k8s_resource Workflow 1. App Assessment Before containerizing, assess the application: Show more Installs 698 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
846 |
| 8518 | quickstart | boshu2/agentops |
/quickstart One job: Tell a new user what AgentOps does and what to do first. Fast. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execution Steps Step 1: Detect setup git rev-parse --is-inside-work-tree > /dev/null 2 > &1 && echo "GIT=true" || echo "GIT=false" command -v ao > /dev/null && echo "AO=true" || echo "AO=false" command -v bd > /dev/null && echo "BD=true" || echo "BD=false" [ -d .agents ] && echo "AGENTS=true" || echo "AGENTS=false" Step 2: Show what AgentOps does Output exa...
|
845 |
| 8519 | homepage-generator | kostja94/marketing-skills |
Pages: Homepage Guides homepage content, structure, and conversion optimization. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and value prop...
|
845 |
| 8520 | magicstarfishboost-seo-content-marketing-skill-suite | aradotso/marketing-skills |
MagicStarfishBoost SEO & Content Marketing Skill Suite Skill by ara.so — Marketing Skills collection. A specialized command suite derived from shanraisshan/claude-code-best-practice that provides 10 SEO and content marketing commands plus 5 multi-step workflows. Every command outputs structured, actionable results with progress tracking and prioritized action plans. What This Skill Does Keyword Research — clustering, opportunity scoring, intent mapping Content Audits — quality scoring, duplicati...
|
845 |
| 8521 | m07-concurrency | zhanghandong/rust-skills |
Concurrency Layer 1: Language Mechanics Core Question Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency primitives: What's the workload type? What data needs to be shared? What's the thread safety requirement? Error → Design Question Show more
|
845 |
| 8522 | feishu-cli-import | riba2534/feishu-cli |
Markdown 导入技能 从本地 Markdown 文件创建或更新飞书云文档。 支持 Mermaid/PlantUML 图表转飞书画板、大表格自动拆分 。 CRITICAL: 每次创建新文档后, 必须立即 执行以下两步: 授予 full_access 权限: feishu-cli perm add <document_id> --doc-type docx --member-type email --member-id user@example.com --perm full_access --notification 转移文档所有权: feishu-cli perm transfer-owner <document_id> --doc-type docx --member-type email --member-id user@example.com --notification 详见下方"执行流程 → 创建新文档"。 核心特性 三阶段并发管道 :顺序创建块 → 并发处理图表/表格 → 失败回退 Mermaid/PlantUML → 飞书画板 : mermaid / plantum...
|
845 |
| 8523 | go-documentation | cxuu/golang-skills |
Go Documentation This skill covers documentation conventions from Google's Go Style Guide. Doc Comments Normative: All top-level exported names must have doc comments. Basic Rules Begin with the name of the object being described An article ("a", "an", "the") may precede the name Use full sentences (capitalized, punctuated) // Good: // A Request represents a request to run a command. type Request struct { ... // Encode writes the JSON encoding of req to w. func Encode(w io.Writer, req *Requ...
|
845 |
| 8524 | lovart-api | lovartai/lovart-skill |
⚠️ RULE 0: ONLY USE SKILL COMMANDS — NO DIRECT API CALLS You MUST interact with Lovart EXCLUSIVELY through the commands defined in this skill. NEVER construct URLs, make curl/wget/fetch requests, or call Lovart APIs directly NEVER guess API endpoints, paths, or parameters — only use the commands listed below NEVER modify the skill's source code (agent_skill.py) during execution to "debug" issues (users may freely read the source to verify it) If a command fails, retry it or report the error to t...
|
845 |
| 8525 | differential-fuzzer | tursodatabase/turso |
Always load [Debugging skill for reference](https://github.com/tursodatabase/turso/blob/main/.claude/skills/differential-fuzzer/../debugging/) The differential fuzzer compares Turso results against SQLite for generated SQL statements to find correctness bugs. Location `testing/differential-oracle/fuzzer/` Running the Fuzzer Single Run ``` Basic run (100 statements, random seed) cargo run --bin differential_fuzzer With specific seed for reproducibility cargo run --bin differential_fuz...
|
845 |
| 8526 | setting-up-astro-project | astronomer/agents |
Astro Project Setup This skill helps you initialize and configure Airflow projects using the Astro CLI. To run the local environment, see the managing-astro-local-env skill. To write DAGs, see the authoring-dags skill. Initialize a New Project astro dev init Creates this structure: project/ ├── dags/ DAG files ├── include/ SQL, configs, supporting files ├── plugins/ Custom Airflow plugins ├── tests/ Unit tests ├── Dockerfile ...
|
845 |
| 8527 | systematic-debugging | jnmetacode/superpowers-zh |
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
|
845 |
| 8528 | quality-documentation-manager | davila7/claude-code-templates |
Senior Quality Documentation Manager Expert-level quality documentation management with comprehensive document control system design, regulatory documentation oversight, change management, and configuration control for medical device organizations. Core Documentation Management Competencies 1. Document Control System Design (ISO 13485 Clause 4.2.3) Design and implement comprehensive document control systems ensuring systematic document management and regulatory compliance. Document Control S...
|
845 |
| 8529 | axiom-apple-docs | charleswiltgen/axiom |
Apple Documentation Router Apple bundles for-LLM markdown documentation inside Xcode. These are authoritative, up-to-date guides and diagnostics written by Apple engineers. Use them alongside Axiom skills for the most accurate information. When to Use Use Apple's bundled docs when: You need the exact API signature or behavior from Apple Axiom skills reference an Apple framework and you want the official source A Swift compiler diagnostic needs explanation The user asks about a specific Apple fra...
|
845 |
| 8530 | skill-creator | netlify/context-and-tools |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
845 |
| 8531 | gke-multitenancy | google/skills |
GKE Multi-Tenancy This reference covers enterprise multi-tenancy patterns on GKE, including namespace isolation, RBAC planning, resource quotas, and network segmentation. MCP Tools: apply_k8s_manifest , get_k8s_resource , check_k8s_auth , describe_k8s_resource , delete_k8s_resource When to Use Multiple teams sharing a single GKE cluster Isolating workloads by environment (dev/staging/prod) within one cluster Implementing least-privilege access control Cost allocation across teams or projects Mul...
|
845 |
| 8532 | link-building | kostja94/marketing-skills |
SEO Off-Page: Link Building Guides link building strategy: acquiring quality backlinks to improve domain authority and rankings. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Off-Page SEO) Link building : Acquire backlinks from relevant, authoritative sites Broken link building : Find broken links on others' sites...
|
844 |
| 8533 | finviz-screener | tradermonty/claude-trading-skills |
FinViz Screener Overview Translate natural-language stock screening requests into FinViz screener filter codes, build the URL, and open it in Chrome. No API key required for public screener; FINVIZ Elite is auto-detected from $FINVIZ_API_KEY for enhanced functionality. Key Features: Natural language → filter code mapping (Japanese + English) URL construction with view type and sort order selection Elite/Public auto-detection (environment variable or explicit flag) Chrome-first browser opening wi...
|
844 |
| 8534 | javascript-mastery | sickn33/antigravity-awesome-skills |
🧠 JavaScript Mastery 33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts. When to Use This Skill Use this skill when: Explaining JavaScript concepts Debugging tricky JS behavior Teaching JavaScript fundamentals Reviewing code for JS best practices Understanding language quirks 1. Fundamentals 1.1 Primitive Types JavaScript has 7 primitive types: // String const str = "hello"; // Number (integers and floats) const num = 42; const float = 3.14; // BigI...
|
844 |
| 8535 | judge-with-debate | neolabhq/context-engineering-kit |
judge-with-debate Key benefits: Structured evaluation - Meta-judge produces tailored rubrics and criteria before judging begins Multiple perspectives - Three independent judges reduce individual bias Evidence-based debate - Judges defend positions with specific evidence from the solution and evaluation specification Iterative refinement - Up to 3 debate rounds drive convergence on accurate scores Shared specification - Meta-judge runs once; all judges across all rounds share the same evaluation ...
|
844 |
| 8536 | root-cause-tracing | neolabhq/context-engineering-kit |
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
|
844 |
| 8537 | html | mindrally/skills |
HTML Review the files throughout references/html-effectiveness/ . Create an HTML file for whatever the user is describing. Use the references as best you can to match alignment — style, density, and tone. Always include dark mode: hand-rolled CSS variables on :root / html.dark , a small theme toggle button, localStorage persistence, and an apply-before-paint script in <head> (default to prefers-color-scheme ). Installs 767 Repository plannotator/eff…ive-html GitHub Stars 1.1K First Seen 13 days ...
|
844 |
| 8538 | retro | boshu2/agentops |
Sprint Retrospective Facilitator Run a structured retrospective that surfaces insights and produces actionable improvements. Context You are facilitating a retrospective for $ARGUMENTS . If the user provides files (sprint data, velocity charts, team feedback, or previous retro notes), read them first. Instructions Choose a retro format based on context (or let the user pick): Format A — Start / Stop / Continue : Start : What should we begin doing? Stop : What should we stop doing? Continue : Wha...
|
843 |
| 8539 | trace | boshu2/agentops |
Trace Skill Quick Ref: Trace design decisions through CASS sessions, handoffs, git, and artifacts. Output: .agents/research/YYYY-MM-DD-trace-*.md YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. When to Use Trace HOW architectural decisions evolved Find WHEN a concept was introduced Understand WHY something was designed a certain way Build provenance chain for design decisions For knowledge artifact lineage (learnings, patterns, tiers), use /provenance instead. CLI dependencies: cass (se...
|
843 |
| 8540 | investigating-agentforce-architecture | forcedotcom/sf-skills |
investigating-agentforce-architecture — declared architecture snapshot Design-time metadata tree for one Agentforce agent: planner → topics → actions → flows → Apex → prompts → NGA plugins. Reads declared metadata only — BotDefinition , GenAiPlanner* , GenAiPlugin* , GenAiFunction* , Flow , ApexClass , GenAiPromptTemplate . Does not read runtime audit rows. Runtime budget: 30–45s typical, ≤60s hard cap on reference fixtures. Sequential baseline would be 90–220s; parallel Tooling SOQL fan-out del...
|
843 |
| 8541 | pptx | ailabs-393/ai-labs-claude-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
843 |
| 8542 | research-grants | k-dense-ai/scientific-agent-skills |
Research Grant Writing Overview Research grant writing is the process of developing competitive funding proposals for federal agencies and foundations. Master agency-specific requirements, review criteria, narrative structure, budget preparation, and compliance for NSF (National Science Foundation), NIH (National Institutes of Health), DOE (Department of Energy), DARPA (Defense Advanced Research Projects Agency), and Taiwan's NSTC (National Science and Technology Council) submissions. Critical P...
|
843 |
| 8543 | ux-design | mindrally/skills |
UX Design Best Practices You are an expert in UX design principles for software development. Apply these guidelines when designing or reviewing user experiences. User Research Conduct user interviews to understand needs and pain points Create user personas based on research data Map user journeys to identify opportunities Validate assumptions through usability testing Use analytics to inform design decisions Information Architecture Organize content logically to facilitate easy access Use clea...
|
843 |
| 8544 | game-assets | opusgamelabs/game-creator |
Game Asset Engineer (Pixel Art + Asset Pipeline) You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales. Reference Files For detailed reference, see companion files in this directory: sprite-catalog.md — All sprite archetypes: humanoid, flying enemy, ground enemy, collectible item, projectile, tile/platform, ...
|
843 |
| 8545 | freecad-scripts | github/awesome-copilot |
FreeCAD Scripts Expert skill for generating production-quality Python scripts for the FreeCAD CAD application. Interprets shorthand, quasi-code, and natural language descriptions of 3D modeling tasks and translates them into correct FreeCAD Python API calls. When to Use This Skill Writing Python scripts for FreeCAD's built-in console or macro system Creating or manipulating 3D geometry (Part, Mesh, Sketcher, Path, FEM) Building parametric FeaturePython objects with custom properties Developing G...
|
843 |
| 8546 | click-test-plan | owl-listener/designer-skills |
Click Test Plan You are an expert in designing click tests that evaluate findability and navigation clarity. What You Do You design first-click and click tests that measure whether users can find information and features. Test Types First-click test : Where do users click first for a given task? Click-path test : Full sequence of clicks to complete a task Navigation test : Can users find items using the nav structure? Five-second test : What do users remember after 5 seconds? Test Plan Structure...
|
843 |
| 8547 | gke-inference | google/skills |
GKE AI/ML Inference This reference covers deploying AI/ML inference workloads on GKE using Google's Inference Quickstart (GIQ) and best practices for LLM serving. MCP Tools: apply_k8s_manifest , get_k8s_resource , get_k8s_logs , get_k8s_rollout_status , describe_k8s_resource , list_k8s_events . CLI-only: gcloud container ai profiles * When to Use Deploy an AI model (Llama, Gemma, Mistral, etc.) to GKE Generate optimized Kubernetes manifests for inference Select GPU/TPU accelerators for model ser...
|
843 |
| 8548 | seedance | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 585 First Seen – Security Audits Gen Agent ...
|
842 |
| 8549 | nemoclaw-user-configure-inference | nvidia/skills |
Use a Local Inference Server Gotchas Ollama is convenient for local chat, but some model/template combinations can return tool calls as plain text under realistic agent load. Prerequisites NemoClaw installed. A local model server running, or a supported Ollama, vLLM, or NIM setup that the NemoClaw onboard wizard can use, start, or install. NemoClaw can route inference to a model server running on your machine instead of a cloud API. This page covers Ollama, compatible-endpoint paths for other se...
|
842 |
| 8550 | plan-task | neolabhq/context-engineering-kit |
Refine Task Workflow Role You are a task refinement orchestrator. Take a draft task file created by /add-task and refine it through a coordinated multi-agent workflow with quality gates after each phase. Goal This workflow command refines an existing draft task through: Parallel Analysis - Research, codebase analysis, and business analysis in parallel Architecture Synthesis - Combine findings into architectural overview Decomposition - Break into implementation steps with risks Parallelize - Reo...
|
842 |