███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8251 | storyboard-creation | inference-sh/skills |
Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "height": 832 }' Stitch panels into a board belt app run inf...
|
633 |
| 8252 | video-ad-specs | inference-sh/skills |
Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a vertical video ad scene belt app run bytedance/seedance-1-5-pro --input '{ "prompt": "vertical video, person excitedly unboxing a product, clean modern room, bright natural lighting, social media ad style, authentic feeling, 9:16 format" }' Platform Specifications TikTok Spec Value Aspect ratio 9:16 (vertical) Resolution 1080 x 1920 p...
|
633 |
| 8253 | meeting-minutes-taker | daymade/claude-code-skills |
Meeting Minutes Taker Transform raw meeting transcripts into comprehensive, evidence-based meeting minutes through iterative review. Quick Start Pre-processing (Optional but Recommended): Document conversion: Use markdown-tools skill to convert .docx/.pdf to Markdown first (preserves tables/images) Transcript cleanup: Use transcript-fixer skill to fix ASR/STT errors if transcript quality is poor Context file: Prepare context.md with team directory for accurate speaker identification Core Wo...
|
633 |
| 8254 | automate-github-issues | google-labs-code/jules-skills |
Automate GitHub Issues with Jules You are setting up a repository to automatically analyze open GitHub issues, plan implementation tasks, and dispatch parallel Jules coding agents to fix them. What You're Setting Up A 5-phase automated pipeline that runs via GitHub Actions (or locally): Analyze — Fetch open issues and format as structured markdown Plan — A Jules session performs deep code-level triage and produces self-contained task prompts Validate — Verify no two tasks modify the same file (p...
|
633 |
| 8255 | session-logger | charon-fan/agent-playbook |
A skill for automatically saving conversation history to persistent session log files. When This Skill Activates This skill activates when you: - Say "保存对话信息" or "保存对话" - Say "记录会话内容" or "保存session" - Say "save session" or "save conversation" - Ask to save the current conversation Session File Location All sessions are saved to: `sessions/YYYY-MM-DD-{topic}.md` What Gets Logged For each session, log: - Metadata Date and duration - Context/working directory - Main topic - Summ...
|
633 |
| 8256 | ib-check-deck | anthropics/financial-services-plugins |
IB Deck Checker Perform comprehensive QC on the presentation across four dimensions. Read every slide, then report findings. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting: Add-in — read from the live open deck. Chat — read from the uploaded .pptx file. This is read-and-report only — no edits — so the workflow is identical in both. Workflow Read the deck Pull text from every slide, keeping track of which slide each line came fr...
|
633 |
| 8257 | nature-reviewer | yuan1z0825/nature-skills |
Nature Reviewer Assessment Skill Use this skill to simulate a Nature -style reviewer assessment package from the referee side. This skill is for reviewer-style manuscript evaluation, not for drafting the authors' response. If the user wants rebuttal writing, route to nature-response . Default stance Ground the review only in the local source basis plus manuscript facts supplied by the user. Evaluate the manuscript against source-grounded axes: originality , scientific importance , interdisciplin...
|
633 |
| 8258 | generating-ui-bundle-custom-app | forcedotcom/sf-skills |
Custom Application for React UI Bundles Create and configure a Salesforce Custom Application that hosts a React UI bundle in Lightning Experience. This skill generates the CustomApplication metadata so the app appears in the Lightning App Launcher and can be accessed by internal users. Custom Applications differ from Experience Sites: they don't need Networks, CustomSite, DigitalExperienceConfig, or DigitalExperienceBundle metadata. The Custom Application acts as a thin launcher entry that deleg...
|
633 |
| 8259 | canvas-design | sickn33/antigravity-awesome-skills |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
632 |
| 8260 | design-token-audit | owl-listener/designer-skills |
Design Token Audit You are an expert in auditing design token adoption and consistency across products. What You Do You audit how design tokens are used (or not used) in a product, identifying inconsistencies, gaps, and hard-coded values. Audit Scope Token Coverage What percentage of visual properties use tokens? Which properties are commonly hard-coded? Are the right tier of tokens used (global vs semantic vs component)? Token Consistency Are the same tokens used for the same purposes? Are ther...
|
632 |
| 8261 | promptfoo-evaluation | daymade/claude-code-skills |
Promptfoo Evaluation Overview This skill provides guidance for configuring and running LLM evaluations using Promptfoo, an open-source CLI tool for testing and comparing LLM outputs. Quick Start Initialize a new evaluation project npx promptfoo@latest init Run evaluation npx promptfoo@latest eval View results in browser npx promptfoo@latest view Configuration Structure A typical Promptfoo project structure: project/ ├── promptfooconfig.yaml Main configuration ├── prompts/ │ ├── s...
|
632 |
| 8262 | component-spec | owl-listener/designer-skills |
Component Spec You are an expert in writing thorough, implementable component specifications for design systems. What You Do You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage. Specification Structure Overview — Name, description, when to use / not use Anatomy — Visual breakdown, required vs optional elements Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout Props/API — Name, type, default, description, required status Sta...
|
632 |
| 8263 | arkts-syntax-assistant | summerkaze/skill-arkts-syntax-assistant |
[中文文档](https://github.com/summerkaze/skill-arkts-syntax-assistant/blob/main/SKILL.zh.md) Overview ArkTS is the default development language for OpenHarmony applications. It builds upon TypeScript with enhanced static typing to improve program stability and performance. Core Features - Static Typing: All types determined at compile time, reducing runtime checks - No Dynamic Object Layout: Object structure fixed at compile time, cannot be modified at runtime - Restricted Operators: Some op...
|
632 |
| 8264 | browser-automation | davila7/claude-code-templates |
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
|
632 |
| 8265 | comfyui-video-pipeline | mckruz/comfyui-expert |
ComfyUI Video Pipeline Orchestrates video generation across three engines, selecting the best one based on requirements and available resources. Engine Selection VIDEO REQUEST | |-- Need film-level quality? | |-- Yes + 24GB+ VRAM → Wan 2.2 MoE 14B | |-- Yes + 8GB VRAM → Wan 2.2 1.3B | |-- Need long video (>10 seconds)? | |-- Yes → FramePack (60 seconds on 6GB) | |-- Need fast iteration? | |-- Yes → AnimateDiff Lightning (4-8 steps) | |-- Need camera/motion control? | |-- Yes → AnimateD...
|
632 |
| 8266 | dbs-unblock | dontbesilent2025/dbskill |
dbs-unblock:执行力诊断 你是 dontbesilent 的执行力诊断 AI。你的任务是帮用户搞清楚:为什么他知道该做什么,但就是不做。 这不是激励工具。这是诊断工具。 你不会告诉用户"加油""相信自己""你已经很棒了"。你会告诉他,他不做的真正原因是什么。 核心判断:99% 的创业问题是伪装成创业问题的心理问题。 如果用户来找你,大概率他的问题不是"不知道怎么做",而是"知道怎么做但在逃避"。 核心哲学(阿德勒个体心理学 + dontbesilent 的实战观察) 公理 1:拖延是有目的的 按照阿德勒的理论,执行力低是因为: 如果不执行,就可以维护一个人设:「我是一个能力很强但暂时被拖延症耽误的人」 如果执行了,就有可能失败,就无法再维持这个人设:「原来就算没有拖延症这回事,我的能力也不够」 所以拖延的根源是 自卑 ——无法承担执行了却没有结果的风险。 公理 2:「想赚钱」的意思就是不想赚钱 「想赚钱」的意思就是不想赚钱,「正在赚钱」的意思才是想赚钱。用行动定义意愿,不要用语言定义意愿。 从「想赚钱」到「正在赚钱」,中间隔着的不是方法,而是你愿不愿意承认:那些你明知道正确却...
|
631 |
| 8267 | financereport | aojdevstudio/finance-guru |
Generate comprehensive 8-10 page PDF investment analysis reports with Finance Guru branding. Workflow Routing When executing a workflow, output this notification directly: ``` Running the WorkflowName workflow from the FinanceReport skill... ``` | GenerateSingleReport | "generate report for TSLA", "create PDF" | `workflows/GenerateSingleReport.md` | RegenerateBatch | "regenerate batch", "redo all reports" | `workflows/RegenerateBatch.md` | FullResearchWorkflow | "full analysis", "...
|
631 |
| 8268 | ssh | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
SSH Skill This skill provides capabilities for establishing and managing SSH connections to remote machines. Capabilities Establish SSH connections using password or key-based authentication Generate and manage SSH key pairs Configure SSH for easier connections Execute commands on remote machines Transfer files between local and remote machines Manage SSH configurations and known hosts Authentication Methods Password Authentication Show more Installs 624 Repository openhands/skills GitHub Stars ...
|
631 |
| 8269 | encode-ccres-database | google-deepmind/science-skills |
ENCODE Database Skill This skill allows you to query the ENCODE Registry of cCREs (candidate cis-Regulatory Elements) via the SCREEN GraphQL API. It helps identify functional non-coding DNA elements (like Promoters, Enhancers, and insulators) by analyzing biochemical signatures (DNase, H3K4me3, H3K27ac, CTCF). Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this...
|
631 |
| 8270 | accessibility-audit | owl-listener/designer-skills |
No SKILL.md available for this skill. View on GitHub Installs 492 Repository owl-listener/de…r-skills GitHub Stars 1.4K First Seen Mar 9, 2026
|
631 |
| 8271 | r3f-best-practices | emalorenzo/three-agent-skills |
Comprehensive guide for React Three Fiber and the Poimandres ecosystem. Contains 70+ rules across 12 categories, prioritized by impact. Sources & Credits Additional tips from [100 Three.js Tips](https://www.utsubo.com/blog/threejs-best-practices-100-tips) by [Utsubo](https://www.utsubo.com) When to Apply Reference these guidelines when: - Writing new R3F components - Optimizing R3F performance (re-renders are the 1 issue) - Using Drei helpers correctly - Managing state with Zustand - ...
|
631 |
| 8272 | competitor-teardown | inference-sh/skills |
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website belt app run infsh/agent-browser --input '{ "url": "https://competitor.com", "action": "screenshot" }' Teardown Framework The 7-Laye...
|
631 |
| 8273 | us-market-bubble-detector | tradermonty/claude-trading-skills |
US Market Bubble Detection Skill (Revised v2.1) Key Revisions in v2.1 Critical Changes from v2.0: ✅ Mandatory Quantitative Data Collection - Use measured values, not impressions or speculation ✅ Clear Threshold Settings - Specific numerical criteria for each indicator ✅ Two-Phase Evaluation Process - Quantitative evaluation → Qualitative adjustment (strict order) ✅ Stricter Qualitative Criteria - Max +3 points (reduced from +5), requires measurable evidence ✅ Confirmation Bias Prevention - Expli...
|
631 |
| 8274 | opencode-bridge | different-ai/openwork |
OpenWork communicates with OpenCode via three mechanisms: - CLI invocation: Spawn `opencode` with prompts and get JSON responses. - Database access: Read OpenCode's SQLite database for sessions and messages. - MCP bridge: Real-time bidirectional communication for streaming and permissions. CLI Invocation Non-interactive mode ``` opencode -p "your prompt" -f json -q ``` Returns JSON with the response content. Flags | `-p` | Prompt to execute | `-f` | Output format (`text`, `json`...
|
630 |
| 8275 | company-values | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user define their company values — the foundation of their culture. Core Principle Focus on culture before hiring. Before you hire anyone, define what kind of company people want to work for. Values are how you do that. They're not generic two-word commandments — they're for stating the non-obvious, in non-obvious ways. Why Values Matter Values tell employees how to behave every day AN...
|
630 |
| 8276 | experience-map | owl-listener/designer-skills |
Experience Map You are an expert in mapping complex, multi-channel user experiences at a systems level. What You Do You create experience maps showing the entire ecosystem of user interactions across touchpoints, channels, and time. Structure Horizontal Axis: Phases Awareness, evaluation, onboarding, regular use, advanced use, advocacy/departure. Vertical Layers User Actions — what the user does, key decisions Touchpoints — website, app, email, support, community Channels — desktop, mobile, in-p...
|
630 |
| 8277 | empathy-map | owl-listener/designer-skills |
Empathy Map Build an empathy map to synthesize user research and align the team around user understanding. Context You are a senior UX researcher helping a design team build an empathy map for $ARGUMENTS. If the user provides files (interview transcripts, observation notes, survey data), read them first. Domain Context Empathy Maps (Dave Gray, XPLANE): A collaborative tool to externalize what we know about a user type. Four quadrants: Says (direct quotes), Thinks (inferred beliefs), Does (observ...
|
630 |
| 8278 | agent-xlsx | apetta/agent-xlsx |
agent-xlsx XLSX CLI for AI agents. JSON to stdout by default (raw text for --format csv|markdown ). Polars+fastexcel for data reads (7-10x faster than openpyxl), openpyxl for metadata/writes, three rendering engines for visual capture (Aspose → Excel → LibreOffice), oletools for VBA. Running If agent-xlsx is not already installed, use uvx for zero-install execution: uvx agent-xlsx probe report.xlsx All examples below use agent-xlsx directly — prefix with uvx if not globally installed. This file ...
|
630 |
| 8279 | grepai-search-advanced | yoanbernabeu/grepai-skills |
This skill covers advanced search options including JSON output, compact mode, and integration with AI agents. When to Use This Skill - Integrating GrepAI with scripts or tools - Using GrepAI with AI agents (Claude, GPT) - Processing search results programmatically - Reducing token usage in AI contexts Command-Line Options | `--limit N` | Number of results (default: 10) | `--json` | JSON output format | `--compact` | Compact JSON (80% token reduction) JSON Output Standard JS...
|
630 |
| 8280 | eastmoney_financial_data | meission/eastmoney |
东方财富金融数据skill (eastmoney_financial_data) 通过 文本输入 查询金融相关数据(股票、板块、指数等),接口返回 JSON格式内容。 使用方式 首先检查环境变量 EASTMONEY_APIKEY 是否存在: echo $EASTMONEY_APIKEY 如果不存在,提示用户在东方财富Skills页面( https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。 ⚠️ 安全注意事项 外部请求 : 本 Skill 会将您的查询文本发送至东方财富官方 API 域名 ( mkapi2.dfcfs.com ) 以获取金融数据。 凭据保护 : API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。 使用POST请求调用接口: curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/quer...
|
630 |
| 8281 | nlp-natural-language-processing | mindrally/skills |
Natural Language Processing (NLP) Development You are an expert in natural language processing, text analysis, and language modeling, with a focus on transformers, spaCy, NLTK, and related libraries. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in NLP workflows Use functional programming for text processing pipelines Implement proper tokenization and text preprocessing Use descriptive variable names that refl...
|
630 |
| 8282 | 3d-modeling | omer-metin/skills-for-antigravity |
3D Modeling Identity Role: Senior 3D Artist / Technical Artist Personality: I'm a battle-hardened 3D artist who has shipped AAA games and worked on VFX productions. I've debugged more topology nightmares than I can count, and I know exactly which shortcuts will burn you in production. I speak the truth about poly counts, edge flow, and UV layouts - even when it hurts. Expertise Areas: Production topology for games and film Non-destructive modeling workflows High-to-low poly baking pipelines ...
|
630 |
| 8283 | company-valuation | himself65/finance-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Company Valuation Triangulates intrinsic value via three methods, then blends them to an implied share price: DCF — 5-year FCFF projection, discount at WACC, terminal value. Relative — apply peer median P/E, EV/Revenue, EV/EBITDA. SOTP — when 2+ distinct reporting segments exist, value each at pure-play peer multiples. Always present a WACC × t...
|
630 |
| 8284 | commit-helper | cockroachdb/cockroach |
CockroachDB Commit Helper Help the user create properly formatted commit messages and release notes that follow CockroachDB conventions. Workflow Analyze the changes : Run git diff --staged or git diff to understand what was modified Determine the package prefix : Identify the primary package affected Ask the user for: Issue/epic number if not already known Whether release notes are needed and what category fits best Write the subject line : Imperative mood, no period, under 72 characters Write ...
|
629 |
| 8285 | python-pro | sickn33/antigravity-awesome-skills |
Python Pro Senior Python developer with 10+ years experience specializing in type-safe, async-first, production-ready Python 3.11+ code. Role Definition You are a senior Python engineer mastering modern Python 3.11+ and its ecosystem. You write idiomatic, type-safe, performant code across web development, data science, automation, and system programming with focus on production best practices. When to Use This Skill Writing type-safe Python with complete type coverage Implementing async/awai...
|
629 |
| 8286 | theming-system | owl-listener/designer-skills |
Theming System You are an expert in flexible theming architectures for multi-brand, multi-mode design systems. What You Do You design theming systems allowing one component library to support multiple visual themes through token mapping. Architecture Layer 1 : Global tokens (raw palette) Layer 2 : Semantic tokens (purpose-driven aliases) — themes override here Layer 3 : Component tokens (scoped) Theme Types Color modes: light, dark, high contrast, dimmed Brand themes: primary, sub-brands, white-...
|
629 |
| 8287 | react-native-ease-refactor | appandflow/react-native-ease |
react-native-ease refactor You are a migration assistant that converts react-native-reanimated and React Native's built-in Animated API code to react-native-ease EaseView components. Follow these 6 phases exactly. Do not skip phases or reorder them. Phase 1: Discovery Scan the user's project for animation code: Use Grep to find all files importing from react-native-reanimated : Pattern: from ['"]react-native-reanimated['"] Search in /*.{ts,tsx,js,jsx} Use Grep to find all files using React Nativ...
|
629 |
| 8288 | debugger | charon-fan/agent-playbook |
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
|
629 |
| 8289 | kaizen | neolabhq/context-engineering-kit |
Kaizen: Continuous Improvement Apply continuous improvement mindset - suggest small iterative improvements, error-proof designs, follow established patterns, avoid over-engineering; automatically applied to guide quality and simplicity Overview Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed. Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes. When to Use Always applied for: Code implemen...
|
629 |
| 8290 | literature-review | collaborative-deep-research/agent-papers-cli |
Literature Review Conduct deep literature reviews through multi-perspective dialogue and systematic search. Input $0 — Research topic or question $1 — Optional: specific focus or angle References Multi-perspective dialogue prompts (STORM): ~/.claude/skills/literature-review/references/dialogue-prompts.md Literature review workflow (AgentLaboratory): ~/.claude/skills/literature-review/references/review-workflow.md Scripts (from literature-search skill) Search Semantic Scholar python ~/.claude/sk...
|
629 |
| 8291 | whitepaper | adobe/skills |
Professional PDF Generator This skill converts Markdown files into professionally typeset PDF whitepapers using pandoc and typst. Assets The skill includes (located in the plugin's root directory): Typst template : templates/whitepaper.typ Source Sans 3 fonts : fonts/ — variable fonts supporting all weights (open source from Google Fonts) Source Code Pro fonts : fonts/ (Regular, Bold, Italic, Bold Italic) — used for code blocks and inline code Plugin Root: The plugin root is determined dynamical...
|
629 |
| 8292 | generate-image | k-dense-ai/scientific-agent-skills |
Generate Image Generate and edit high-quality images using OpenRouter's image generation models including FLUX.2 Pro and Gemini 3 Pro. When to Use This Skill Use generate-image for: Photos and photorealistic images Artistic illustrations and artwork Concept art and visual concepts Visual assets for presentations or documents Image editing and modifications Any general-purpose image generation needs Use scientific-schematics instead for: Flowcharts and process diagrams Circuit diagrams and ...
|
629 |
| 8293 | adhd | uditakhourii/adhd |
ADHD Stop picking the textbook answer. The first three answers the model would give are the answers a senior engineer would give in thirty seconds. Correct. Forgettable. The interesting answers live past number three, in the awkward middle nobody walks into. This skill makes the model walk there. Pre-flight (run before Phase 1) This skill is expensive. About 10 Agent calls, 30 to 90 seconds wall clock, 5 to 10x a single answer. Do not pay that cost when a direct answer is better. Run this gate b...
|
629 |
| 8294 | swarm-orchestration | ruvnet/ruflo |
Swarm Orchestration Skill Purpose Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. When to Trigger 3+ files need changes new feature implementation cross-module refactoring API changes with tests security-related changes performance optimization across codebase database schema changes When to Skip single file edits simple bug fixes (1-2 lines) documentation updates config...
|
628 |
| 8295 | open-multi-agent-orchestration | aradotso/trending-skills |
Open Multi-Agent Orchestration Skill by ara.so — Daily 2026 Skills collection. open-multi-agent is a TypeScript framework for building AI agent teams where agents with different roles, models, and tools collaborate on complex goals. The framework handles task dependency resolution (DAG scheduling), parallel execution, shared memory, and inter-agent communication — all in-process with no subprocess overhead. Installation npm install @jackchen_me/open-multi-agent or pnpm add @jackchen_me/open-mul...
|
628 |
| 8296 | flutter | alinaqi/claude-bootstrap |
Flutter Skill Load with: base.md Project Structure project/ ├── lib/ │ ├── core/ Core utilities │ │ ├── constants/ App constants │ │ ├── extensions/ Dart extensions │ │ ├── router/ go_router configuration │ │ │ └── app_router.dart │ │ └── theme/ App theme │ │ └── app_theme.dart │ ├── data/ Data layer │ │ ├── models/ ...
|
628 |
| 8297 | ucsc-conservation-and-tfbs | google-deepmind/science-skills |
Conservation Scores & TFBS Lookup (UCSC) This skill provides access to evolutionary constraint scores and conserved elements from the UCSC Genome Browser. It retrieves scores from the PHAST package — specifically phastCons (identifying functional blocks) and phyloP (measuring individual site constraint) — calculated from multiple alignments. Use this skill to determine if a non-coding variant hits a site that hasn't changed since a common ancestor (which is a strong signal for pathogenicity) or ...
|
628 |
| 8298 | a11y-audit | alirezarezvani/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
628 |
| 8299 | drama-creator | vangongwanxiaowan/screen-creative-skills |
竖屏短剧剧本创作大师 角色设定 你将扮演"金牌剧作官",一个在短剧行业内以"节奏魔法师"和"台词手术刀"闻名的顶尖编剧。 核心特质 冷静: 保持客观理性的创作视角,不受个人情绪影响 精准: 每一句台词、每一个情节都精确到位,不浪费一个字 犀利: 对拖沓、无效的情节和对话"零容忍",敢于指出问题 行为准则 你的每一句反馈、每一次修改,都以"如何最大化观众情绪"为唯一目标。你善于用最精炼的文字,实现最强烈的视觉冲击和情感引爆。 口头禅 "观众的情绪是根弹簧,我的任务就是把它压到最紧,再瞬间松开。" "这个场景,砍掉一半的台词,爽感能提升一倍。" "每场戏要么压弹簧,要么放弹簧,没有中间状态。" 功能 创作竖屏短剧剧本,涵盖宏观建构、剧本创作、精准优化、创意发想等全方位创作任务。 使用场景 从零开始创作竖屏短剧剧本 优化现有剧本的情节和台词 设计故事大纲和整体结构 构思"打脸"场景和悬念钩子 头脑风暴人物小传和创意 核心理论 情绪弹簧理论 这是短剧剧本的灵魂!每一集剧本(1-2分钟)的存在价值只有两个:"压弹簧"或"放弹簧"。 压弹簧: 通过制造误会、主角被压制、反派嚣张、危...
|
628 |
| 8300 | ui-design | mindrally/skills |
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
|
628 |