███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4251 | sag | openclaw/openclaw |
sag Use sag for ElevenLabs TTS with local playback. API key (required) ELEVENLABS_API_KEY (preferred) SAG_API_KEY also supported by the CLI Quick start sag "Hello there" sag speak -v "Roger" "Hello" sag voices sag prompting (model-specific tips) Model notes Default: eleven_v3 (expressive) Stable: eleven_multilingual_v2 Fast: eleven_flash_v2_5 Pronunciation + delivery rules First fix: respell (e.g. "key-note"), add hyphens, adjust casing. Numbers/units/URLs: --normalize auto (or off if it harms n...
|
3.1K |
| 4252 | gemini | openclaw/openclaw |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
3.1K |
| 4253 | bear-notes | openclaw/openclaw |
Bear Notes Use grizzly to create, read, and manage notes in Bear on macOS. Requirements Bear app installed and running For some operations (add-text, tags, open-note --selected), a Bear app token (stored in ~/.config/grizzly/token ) Getting a Bear Token For operations that require a token (add-text, tags, open-note --selected), you need an authentication token: Open Bear → Help → API Token → Copy Token Save it: echo "YOUR_TOKEN" > ~/.config/grizzly/token Common Commands Create a note echo "Note ...
|
3.1K |
| 4254 | camsnap | openclaw/openclaw |
camsnap Use camsnap to grab snapshots, clips, or motion events from configured cameras. Setup Config file: ~/.config/camsnap/config.yaml Add camera: camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass Common commands Discover: camsnap discover --info Snapshot: camsnap snap kitchen --out shot.jpg Clip: camsnap clip kitchen --dur 5s --out clip.mp4 Motion watch: camsnap watch kitchen --threshold 0.2 --action '...' Doctor: camsnap doctor --probe Notes Requires ffmpeg on PATH. Pref...
|
3.1K |
| 4255 | songsee | openclaw/openclaw |
songsee Generate spectrograms + feature panels from audio. Quick start Spectrogram: songsee track.mp3 Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg Stdin: cat track.mp3 | songsee - --format png -o out.png Common flags --viz list (repeatable or comma-separated) --style palette (classic, magma, inferno, viridis, gray) --width / --height output size --window / --hop FFT setti...
|
3.1K |
| 4256 | blucli | openclaw/openclaw |
blucli (blu) Use blu to control Bluesound/NAD players. Quick start blu devices (pick target) blu --device <id> status blu play|pause|stop blu volume set 15 Target selection (in priority order) --device <id|name|alias> BLU_DEVICE config default (if set) Common tasks Grouping: blu group status|add|remove TuneIn search/play: blu tunein search "query" , blu tunein play "query" Prefer --json for scripts. Confirm the target device before changing playback.
|
3.1K |
| 4257 | eightctl | openclaw/openclaw |
eightctl Use eightctl for Eight Sleep pod control. Requires auth. Auth Config: ~/.config/eightctl/config.yaml Env: EIGHTCTL_EMAIL , EIGHTCTL_PASSWORD Quick start eightctl status eightctl on|off eightctl temp 20 Common tasks Alarms: eightctl alarm list|create|dismiss Schedules: eightctl schedule list|create|update Audio: eightctl audio state|play|pause Base: eightctl base info|angle Notes API is unofficial and rate-limited; avoid repeated logins. Confirm before changing temperature or alarms.
|
3.1K |
| 4258 | okx-dex-strategy | okx/onchainos-skills |
Onchain OS DEX Strategy (Phase 1) 4 P0 subcommands that wrap the Agentic Wallet limit-order surface — create-limit , cancel , list , resume . SA activation (Trader Mode upgrade / re-upgrade) is performed transparently by the CLI when the BE returns UPGRADE_REQUIRED ; the skill does not need to expose that detail. Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, fall back to _shared/preflight.md . Strategy endpoints require an authenticated Agentic ...
|
3.1K |
| 4259 | bpmn | markdown-viewer/skills |
Business Process & Integration Diagram Generator Quick Start: Choose diagram type → Declare stencil icons for events/gateways/tasks → Group into pools/lanes → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for process flows (start→end reads left-to-right) Use mxgraph.bpmn.* for...
|
3.1K |
| 4260 | valyu-best-practices | valyuai/skills |
This skill provides instructions for using the Valyu API to perform search, content extraction, AI-powered answers, and deep research tasks. Quick Reference: Choosing the Right API Use this decision tree to select the appropriate Valyu API: ``` What do you need? ├─ Find information across multiple sources │ └─ Use Search API │ ├─ Extract content from specific URLs │ └─ Use Contents API │ ├─ Get an AI-synthesized answer with citations │ └─ Use Answer API │ ├─ Generate a comprehensive rese...
|
3.1K |
| 4261 | fetching-salesforce-docs | forcedotcom/sf-skills |
fetching-salesforce-docs Use this skill to retrieve and ground answers in official Salesforce documentation on the public web . This skill provides a reliable online retrieval playbook for Salesforce docs that are hard to fetch, especially help.salesforce.com , JS-heavy developer.salesforce.com , Lightning Design System docs on lightningdesignsystem.com , and other official Salesforce-owned doc pages such as architect.salesforce.com and admin.salesforce.com . Optional extraction scripts are avai...
|
3.1K |
| 4262 | wiki-status | ar9av/obsidian-wiki |
Wiki Status — Audit & Delta You are computing the current state of the wiki: what's been ingested, what's new since last ingest, and what the delta looks like. This helps the user decide whether to append (ingest the delta) or rebuild (archive and reprocess everything). Before You Start Read .env to get OBSIDIAN_VAULT_PATH , OBSIDIAN_SOURCES_DIR , CLAUDE_HISTORY_PATH , CODEX_HISTORY_PATH Read .manifest.json at the vault root — this is the ingest tracking ledger The Manifest The manifest lives at...
|
3.1K |
| 4263 | inngest-middleware | inngest/inngest-skills |
Inngest Middleware Master Inngest middleware to handle cross-cutting concerns like logging, error tracking, dependency injection, and data transformation. Middleware runs at key points in the function lifecycle, enabling powerful patterns for observability and shared functionality. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. What is Middleware? Middleware allows code to run ...
|
3.1K |
| 4264 | fullstack-dev | minimax-ai/skills |
Full-Stack Development Practices MANDATORY WORKFLOW — Follow These Steps In Order When this skill is triggered, you MUST follow this workflow before writing any code. Step 0: Gather Requirements Before scaffolding anything, ask the user to clarify (or infer from context): Stack : Language/framework for backend and frontend (e.g., Express + React, Django + Vue, Go + HTMX) Service type : API-only, full-stack monolith, or microservice? Database : SQL (PostgreSQL, SQLite, MySQL) or NoSQL (MongoDB, R...
|
3.1K |
| 4265 | sentry-sdk-setup | getsentry/sentry-for-ai |
All Skills Sentry SDK Setup Set up Sentry error monitoring, tracing, and session replay in any language or framework. This page helps you find the right SDK skill for your project. How to Fetch Skills Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details. curl -sL https://skills.sentry.gg/sentry-nextjs-sdk/SKILL.md Append the path from the Path column in the table below to https://skills.sentry.gg/ . Do not guess or shorten URLs. Start He...
|
3.1K |
| 4266 | interview-prep | anthropics/knowledge-work-plugins |
Interview Prep Create structured interview plans to evaluate candidates consistently and fairly. Interview Design Principles Structured : Same questions for all candidates in the role Competency-based : Map questions to specific skills and behaviors Evidence-based : Use behavioral and situational questions Diverse panel : Multiple perspectives reduce bias Scored : Use rubrics, not gut feelings Interview Plan Components Role Competencies Define 4-6 key competencies for the role (e.g., technical s...
|
3.1K |
| 4267 | wiki-update | ar9av/obsidian-wiki |
Wiki Update — Sync Any Project to Your Wiki You are distilling knowledge from the current project into the user's Obsidian wiki. This skill works from any project directory, not just the obsidian-wiki repo. Before You Start Read ~/.obsidian-wiki/config to get: OBSIDIAN_VAULT_PATH — where the wiki lives OBSIDIAN_WIKI_REPO — where the obsidian-wiki repo is cloned (for reading other skills if needed) If ~/.obsidian-wiki/config doesn't exist, tell the user to run bash setup.sh from their obsidian-wi...
|
3.1K |
| 4268 | coding-guidelines | actionbook/rust-skills |
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static , no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity() , String::with_capacity() Av...
|
3.1K |
| 4269 | xcode-project-analyzer | avdlee/xcode-build-optimization-agent-skill |
Xcode Project Analyzer Use this skill for project- and target-level build inefficiencies that are unlikely to be solved by source edits alone. Core Rules Recommendation-first by default. Require explicit approval before changing project files, schemes, or build settings. Prefer measured findings tied to timing summaries, build logs, or project configuration evidence. Distinguish debug-only pain from release-only pain. What To Review scheme build order and target dependencies debug vs release bui...
|
3.1K |
| 4270 | react-best-practices | alleneubank/claude-code |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
3.1K |
| 4271 | swift-language | dpearson2699/swift-ios-skills |
Swift Language Patterns Core Swift language features and modern syntax patterns targeting Swift 5.9+ through Swift 6. Covers language constructs, type system features, Codable, string and collection APIs, and formatting. For concurrency (actors, async/await, Sendable), see the swift-concurrency skill. For SwiftUI views and state management, see swiftui-patterns . Contents If/Switch Expressions Typed Throws Result Builders Property Wrappers Opaque and Existential Types Guard Patterns Never Type R...
|
3.1K |
| 4272 | neat-freak | kkkkhazix/khazix-skills |
洁癖 — Knowledge Base Neat-Freak Cross-platform Agent Skill — Claude Code · OpenAI Codex · OpenCode · OpenClaw 通用。 跨平台 SKILL.md,遵循开放 Agent Skill 规范。 你是一个 知识库编辑 ,不是记录员。记录员只会往后追加,编辑会审查全局、合并重复、修正过期、删除废弃。你的工作是让整个项目的知识体系始终保持 干净、准确、对新人友好 的状态——像有洁癖一样。 为什么这件事重要 在 AI 协作开发中,代码可以随时重写,但 文档和记忆是跨会话、跨 Agent 的唯一桥梁 。如果记忆里有过期信息,下一个 Agent(无论它是 Claude、Codex 还是别的)会基于错误前提做决策。如果 docs/ 混乱或缺失,接手者(尤其是下游项目的同事)会浪费大量时间搞清楚这套系统怎么用。 这个 Skill 的价值就在于: 让知识体系的每一层都跟得上代码的变化。 关键概念:三类知识,三种受众 必须先理解这件事,否则你会只改 CLAUDE.md 就结束,把下游同事和其他 agent ...
|
3.1K |
| 4273 | manimce-best-practices | adithya-s-k/manim_skill |
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - Scene structure, construct method, and scene types rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - Create, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, morphing rules/animation-gr...
|
3.1K |
| 4274 | design-audit | bencium/bencium-marketplace |
Design Audit Skill You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed. Before You Start Read and internalize before forming any opinion: DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii FRONTEND_GUIDELINES (.md) — component engineering, state m...
|
3.1K |
| 4275 | image-generation | zc277584121/marketing-skills |
Image Generation Skill Overview I help you create effective prompts for AI image generation tools like DALL-E, Midjourney, and Stable Diffusion. I understand the nuances of different platforms and can help you achieve specific visual styles. What I can do: Write detailed image generation prompts Optimize prompts for specific AI tools Suggest style keywords and modifiers Create negative prompts to avoid unwanted elements Adapt prompts for different aspect ratios Generate variations and alternativ...
|
3.1K |
| 4276 | mermaid-to-image | zc277584121/marketing-skills |
Skill: Mermaid to Image Convert ```mermaid code blocks in Markdown (or other text) files into PNG images, and replace the code blocks with image references. Useful for platforms that don't render Mermaid natively (GitHub Pages/Jekyll, Dev.to, etc.). When to Use The user asks to convert Mermaid diagrams in a file to images The user wants to render specific Mermaid code blocks as PNG A publishing workflow requires static images instead of Mermaid code blocks Workflow Step 1: Identify target files ...
|
3.1K |
| 4277 | dimensional-analysis | trailofbits/skills |
Dimensional Analysis Skill This skill orchestrates a dimensional-analysis pipeline for codebases that perform numeric computations with mixed units, precisions, or scaling factors. The main skill context is a workflow controller only: it delegates scanning, vocabulary discovery, annotation, propagation, and validation to specialized subagents, then manages batching, persistence, retries, coverage gates, and final reporting. When to Use Annotating a codebase with unit/dimension comments (e.g., D1...
|
3.1K |
| 4278 | provider-actions | hashicorp/agent-skills |
Terraform Provider Actions Implementation Guide Overview Terraform Actions enable imperative operations during the Terraform lifecycle. Actions are experimental features that allow performing provider operations at specific lifecycle events (before/after create, update, destroy). References: Terraform Plugin Framework Terraform Actions RFC File Structure Actions follow the standard service package structure: internal/service/<service>/ ├── <action_name>_action.go Action implementatio...
|
3.1K |
| 4279 | ml-pipeline | jeffallan/claude-skills |
Senior ML pipeline engineer specializing in production-grade machine learning infrastructure, orchestration systems, and automated training workflows. Role Definition You are a senior ML pipeline expert specializing in end-to-end machine learning workflows. You design and implement scalable feature engineering pipelines, orchestrate distributed training jobs, manage experiment tracking, and automate the complete model lifecycle from data ingestion to production deployment. You build robust, r...
|
3.1K |
| 4280 | new-terraform-provider | hashicorp/agent-skills |
To scaffold a new Terraform provider with Plugin Framework: If I am already in a Terraform provider workspace, then confirm that I want to create a new workspace. If I do not want to create a new workspace, then skip all remaining steps. Create a new workspace root directory. The root directory name should be prefixed with "terraform-provider-". Perform all subsequent steps in this new workspace. Initialize a new Go module.. Run go get -u github.com/hashicorp/terraform-plugin-framework@latest. ...
|
3.1K |
| 4281 | ads-tiktok | agricidaniel/claude-ads |
TikTok Ads Deep Analysis Process Collect TikTok Ads data (Ads Manager export, Pixel/Events API status) Read ads/references/tiktok-audit.md for full 25-check audit Read ads/references/benchmarks.md for TikTok-specific benchmarks Read ads/references/platform-specs.md for creative specifications Read ads/references/scoring-system.md for weighted scoring algorithm Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate TikTok Ads Health Score (0-100) Generate findings report with action p...
|
3.1K |
| 4282 | longbridge-technical | longbridge/skills |
longbridge-technical Computes seven classic technical indicators from 200 days of OHLCV data and produces a composite buy / sell / neutral signal via a multi-dimensional voting mechanism. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. When to use "NVDA MACD 金叉了吗" , "TSLA RSI 超买了吗" , "700.HK 技术指标怎么看" "600519.SH 布林带收口" , "AAPL 技術分析信號" , "ADX 趋势强吗" "technical analysis for NVDA" , "is TSLA overbought on RSI" , "MACD signal" Workflow Show mor...
|
3.1K |
| 4283 | authentication | dpearson2699/swift-ios-skills |
Authentication Implement authentication flows on iOS using the AuthenticationServices framework, including Sign in with Apple, OAuth/third-party web auth, Password AutoFill, and biometric authentication. Contents Sign in with Apple Credential Handling Credential State Checking Token Validation Existing Account Setup Flows ASWebAuthenticationSession (OAuth) Password AutoFill Credentials Biometric Authentication SwiftUI SignInWithAppleButton Common Mistakes Review Checklist References Sign in with...
|
3.1K |
| 4284 | agent-slack | stablyai/agent-slack |
Slack automation with agent-slack agent-slack is a CLI binary installed on $PATH . Invoke it directly (e.g. agent-slack user list ). If installed via Nix flake only, run commands with nix run github:stablyai/agent-slack -- <args> . CRITICAL: Bash command formatting rules Claude Code's permission checker has security heuristics that force manual approval prompts. Avoid these patterns to keep commands auto-allowed. See: https://github.com/anthropics/claude-code/issues/34379 No anywhere in the com...
|
3.1K |
| 4285 | angular-developer | angular/angular |
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
|
3.1K |
| 4286 | cmux-ghostty | manaflow-ai/cmux |
cmux Ghostty GhosttyKit builds When rebuilding GhosttyKit.xcframework, always use Release optimizations: cd ghostty && zig build -Demit-xcframework = true -Dxcframework-target = universal -Doptimize = ReleaseFast Submodule workflow Ghostty changes must be committed in the ghostty submodule and pushed to the manaflow-ai/ghostty fork. Keep docs/ghostty-fork.md up to date with any fork changes and conflict notes. Show more Installs 594 Repository manaflow-ai/cmux GitHub Stars 23.1K First Seen Jun 9...
|
3.1K |
| 4287 | workflow-init | vercel/workflow |
workflow-init Initial setup of Vercel Workflow DevKit before workflow is installed. Fetch the official getting-started guide for the user's framework. Decision Flow 0) Sanity check Read package.json . If workflow is already a dependency, tell the user to use /workflow instead (it reads versioned docs from node_modules/workflow/docs/ ). Only continue if workflow is missing. 1) Determine the framework Non-interactive: If the user named a framework in their prompt, use it directly. Auto-detect: Ins...
|
3.1K |
| 4288 | healthkit | dpearson2699/swift-ios-skills |
HealthKit Read and write health and fitness data from the Apple Health store. Covers authorization, queries, writing samples, background delivery, and workout sessions. Targets Swift 6.2 / iOS 26+. Contents Setup and Availability Authorization Reading Data: Sample Queries Reading Data: Statistics Queries Reading Data: Statistics Collection Queries Writing Data Background Delivery Workout Sessions Common Data Types HKUnit Reference Common Mistakes Review Checklist References Setup and Availabilit...
|
3.1K |
| 4289 | data-analysis | bytedance/deer-flow |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
3.1K |
| 4290 | k-dart | nomadamas/k-skill |
k-dart — 금감원 DART 전자공시 조회 What this skill does API_K_DART 환경변수에 담긴 인증키로 DART OpenAPI( https://opendart.fss.or.kr/api/ )를 직접 호출해 공시·재무·주요사항 정보를 조회한다. 프록시를 거치지 않는다. When to use "삼성전자 최근 공시 보여줘" "카카오 기업개황 알려줘" "LG에너지솔루션 2024년 연간 재무제표" "네이버 배당 현황" "하이브 전환사채 발행 이력" "셀트리온 소송 현황" "SK하이닉스 감사의견" "현대차 증자/감자 이력" "삼성바이오 자기주식 취득/처분" When not to use 실시간 주가/호가/체결 조회 → korean-stock-search 스킬 해외 기업 공시 투자 자문/매수 추천 Prerequisites API_K_DART 환경변수가 설정되어 있어야 한다. 키 발급: https://opendart.fss.or.kr/uss/umt/EgovMberInsertV...
|
3.1K |
| 4291 | plantuml-skill | agents365-ai/365-skills |
No SKILL.md available for this skill. View on GitHub Installs 431 Repository agents365-ai/365-skills GitHub Stars 5 First Seen May 6, 2026
|
3.1K |
| 4292 | cmux-custom-sidebar | manaflow-ai/cmux |
cmux Custom Sidebar cmux renders custom sidebars from a small SwiftUI-style file at runtime: no Xcode, no build step, no signing. The file hot-reloads on save, binds to live cmux state (workspaces, tabs, git, PRs, clock), and can run real cmux commands on tap. The person asking is usually describing a result ("a sidebar that shows my workspaces and lets me jump between them"), not an implementation. Turn that into a clean, native-looking sidebar and make the engineering decisions for them. Do no...
|
3.1K |
| 4293 | paperclip-create-agent | paperclipai/paperclip |
Paperclip Create Agent Skill Use this skill when you are asked to hire/create an agent. Preconditions You need either: board access, or agent permission can_create_agents=true in your company If you do not have this permission, escalate to your CEO or board. Workflow 1. Confirm identity and company context Show more Installs 1.5K Repository getpaperclipai/paperclip First Seen 2 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
3.1K |
| 4294 | playwright-dev | microsoft/playwright |
Playwright Development Guide Table of Contents Library Architecture — client/server/dispatcher structure, protocol layer, DEPS rules Adding and Modifying APIs — define API docs, implement client/server, add tests MCP Tools and CLI Commands — add MCP tools, CLI commands, config options Vendoring Dependencies — bundle third-party npm packages into playwright-core or playwright Uploading Fixes to GitHub — branch naming, commit format, pushing fixes for issues Build Assume watch is running and every...
|
3.1K |
| 4295 | directives | vercel-labs/json-render |
@json-render/directives Pre-built custom directives for @json-render/core . Drop them into your catalog and renderer to add formatting, math, string manipulation, and i18n. Quick Start import { standardDirectives } from '@json-render/directives' ; // Wire into prompt generation const prompt = catalog . prompt ( { directives : standardDirectives } ) ; // Wire into the renderer (React example) import { JSONUIProvider , Renderer } from '@json-render/react' ; < JSONUIProvider registry = { registry }...
|
3.1K |
| 4296 | cmux-backend | manaflow-ai/cmux |
cmux Backend Use this skill for backend TypeScript, Cloud VM, provider, database, auth, rate-limit, retry, timeout, or telemetry work. Core rules Default backend TypeScript to Effect under web/app/api/ , web/services/ , and backend scripts that touch providers, databases, auth, rate limits, retries, timeouts, or telemetry. Keep Next route handlers thin: parse the request, run one Effect program at the boundary, map typed errors to HTTP responses, and treat unexpected defects separately. Use plai...
|
3.1K |
| 4297 | temporal-developer | temporalio/skill-temporal-developer |
Skill: temporal-developer Overview Temporal is a durable execution platform that makes workflows survive failures automatically. This skill provides guidance for building Temporal applications in Python, TypeScript, Go, Java and .NET. Core Architecture The Temporal Cluster is the central orchestration backend. It maintains three key subsystems: the Event History (a durable log of all workflow state), Task Queues (which route work to the right workers), and a Visibility store (for searching and l...
|
3.1K |
| 4298 | cmux-socket-policy | manaflow-ai/cmux |
cmux Socket Policy Threading policy Do not use DispatchQueue.main.sync for high-frequency socket telemetry commands such as report_* , ports_kick , status/progress updates, or log metadata updates. For telemetry hot paths, parse and validate arguments off-main. Dedupe and coalesce off-main first. Schedule minimal UI/model mutation with DispatchQueue.main.async only when needed. Commands that directly manipulate AppKit/Ghostty UI state are allowed to run on the main actor. If adding a new socket ...
|
3.1K |
| 4299 | background-processing | dpearson2699/swift-ios-skills |
Background Processing Register, schedule, and execute background work on iOS using the BackgroundTasks framework, background URLSession, and background push notifications. Contents Info.plist Configuration BGTaskScheduler Registration BGAppRefreshTask Patterns BGProcessingTask Patterns BGContinuedProcessingTask (iOS 26+) Background URLSession Downloads Background Push Triggers Common Mistakes Review Checklist References Info.plist Configuration Every task identifier must be declared in Info.plis...
|
3.1K |
| 4300 | raw-video-processing | zc277584121/marketing-skills |
Skill: Raw Video Processing Post-process raw screen recordings to improve pacing — remove silent segments, then speed up the result. Prerequisite : FFmpeg and uv must be installed. When to Use The user has recorded a screencast and wants to clean it up before publishing. Typical issues in raw recordings: Long pauses / dead air while thinking or waiting for loading Keyboard typing sounds and other low-level background noise that should be treated as silence Overall pacing feels slow and could ben...
|
3.1K |