███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9351 | setup-artist | recoupable/setup-artist |
Setup Artist Scaffold a complete artist workspace so agents can start working immediately. Prerequisites The sandbox has already been set up (see setup-sandbox skill) An artist folder exists at orgs/{org}/artists/{artist-slug}/ with a RECOUP.md marker file The RECOUP.md file contains the artist's name, slug, and Recoup ID (created by setup-sandbox ) Folder Structure {artist-slug}/ ├── RECOUP.md ├── README.md ├── .env.example ├── .env ├── context/ │ ├── artist.md │ ├── audience.md │ ├── era...
|
1.1K |
| 9352 | quant-analyst | 404kidwiz/claude-supercode-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
1.1K |
| 9353 | video-understand | heygen-com/skills |
video-understand Understand video content locally using ffmpeg for frame extraction and Whisper for transcription. Fully offline, no API keys required. Prerequisites ffmpeg + ffprobe (required): brew install ffmpeg openai-whisper (optional, for transcription): pip install openai-whisper Commands Scene detection + transcribe (default) python3 skills/video-understand/scripts/understand_video.py video.mp4 Keyframe extraction python3 skills/video-understand/scripts/understand_video.py video.mp4 -m...
|
1.1K |
| 9354 | sub-account | binance/binance-skills-hub |
Binance Sub-account Skill Sub-account request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/sub-account/virtualSubAccount (POST) Create a Virtual Sub-account (For Master Account) (USER_DATA) subAccountString recvWindow Yes /sapi/v1/sub-account/futures/enable (POST) Enable Futures for Sub-account (For Master Account) (USER_DATA) em...
|
1.1K |
| 9355 | simple-earn | binance/binance-skills-hub |
Binance Simple-earn Skill Simple-earn request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/bfusd/account (GET) Get BFUSD Account (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/quota (GET) Get BFUSD Quota Details (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/redeem (POST) Redeem BFUSD(TRADE) amount, type recvWindow Yes /sapi/v1/b...
|
1.1K |
| 9356 | ios-security | dpearson2699/swift-ios-skills |
iOS Security Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS. Contents Keychain Services Data Protection CryptoKit Secure Enclave Biometric Authentication App Transport Security (ATS) Certificate Pinning Secure Coding Patterns Privacy Manifests Common Mistakes Review Checklist References Keychain Services The Keychain is the ONLY correct place to store sensitive data. Never store passwords, tokens, API keys, o...
|
1.1K |
| 9357 | develop-web-game | openai/skills |
Develop Web Game Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust. Skill paths (set once) export CODEX_HOME = " ${CODEX_HOME :- $HOME / .codex} " export WEB_GAME_CLIENT = " $CODEX_HOME /skills/develop-web-game/scripts/web_game_playwright_client.js" export WEB_GAME_ACTIONS = " $CODEX_HOME /skills/develop-web-game/references/action_payloads.json" User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills )....
|
1.1K |
| 9358 | file-test-bug | microsoft/github-copilot-for-azure |
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
|
1.1K |
| 9359 | bluebubbles | steipete/clawdis |
BlueBubbles Actions Overview BlueBubbles is OpenClaw’s recommended iMessage integration. Use the message tool with channel: "bluebubbles" to send messages and manage iMessage conversations: send texts and attachments, react (tapbacks), edit/unsend, reply in threads, and manage group participants/names/icons. Inputs to collect target (prefer chat_guid:... ; also +15551234567 in E.164 or user@example.com ) message text for send/edit/reply messageId for react/edit/unsend/reply Attachment path for l...
|
1.1K |
| 9360 | biome-js | paulrberg/agent-skills |
BiomeJS Skill Quick guidance for BiomeJS configuration based on Sablier project patterns. Core Concepts Extending Shared Configs Extend shared configs via npm package exports. The consuming project must always provide its own files.includes : { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "extends": ["@sablier/devkit/biome"], "files": { "includes": ["/*.{js,json,jsonc,ts}", "!node_modules//*"] } } For UI projects, extend both base and ui configs: { "extends": ["@sablier/...
|
1.1K |
| 9361 | railway-docs | railwayapp/railway-skills |
Railway Docs Fetch up-to-date Railway documentation to answer questions accurately. When to Use User asks how something works on Railway (projects, deployments, volumes, etc.) User shares a docs.railway.com URL User needs current info about Railway features or pricing Before answering Railway questions from memory - check the docs first LLM-Optimized Sources Start here for comprehensive, up-to-date info: Source URL Full docs https://docs.railway.com/api/llms-docs.md llms.txt index https://railwa...
|
1.1K |
| 9362 | web-search-tavily | jwynia/agent-skills |
Web Search (Tavily API) Search the web using Tavily's AI-optimized search API. Returns high-quality, structured results with relevance scores and optional AI-generated summaries. Note: This skill requires a Tavily API key. For basic web search using the agent's built-in capability, see web-search. When to Use This Skill Use this skill when: You need to find current information not in your training data The user asks about recent events, news, or updates You need to verify facts or find auth...
|
1.1K |
| 9363 | authoring-skills | vercel/next.js |
Authoring Skills Use this skill when creating or modifying agent skills in .agents/skills/ . When to Create a Skill Create a skill when content is: Too detailed for AGENTS.md (code templates, multi-step workflows, diagnostic procedures) Only relevant for specific tasks (not needed every session) Self-contained enough to load independently Keep in AGENTS.md instead when: It's a one-liner rule or guardrail every session needs It's a general-purpose gotcha any agent could hit File Structure .agents...
|
1.1K |
| 9364 | runtime-debug | vercel/next.js |
Runtime Debug Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions. Local Repro Discipline Mirror CI env vars when reproducing CI failures. Key variables: IS_WEBPACK_TEST=1 forces webpack (turbopack is default), NEXT_SKIP_ISOLATE=1 skips packing next.js. For module-resolution validation, always rerun without NEXT_SKIP_ISOLATE=1 . Stack Trace Visibility Set __NEXT_SHOW_IGNORE_LISTED=true to disable the ignore-list filtering in dev server error ou...
|
1.1K |
| 9365 | tailwind-patterns | jezweb/claude-skills |
Tailwind CSS Patterns (v4 - 2025) Modern utility-first CSS with CSS-native configuration. When to Use Use this skill when configuring Tailwind v4, using CSS-first theme and design tokens, or implementing container queries and modern Tailwind patterns. 1. Tailwind v4 Architecture What Changed from v3 Show more Installs 1.2K Repository sickn33/antigra…e-skills GitHub Stars 43.3K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.1K |
| 9366 | trpc-type-safety | bobmatnyc/claude-mpm-skills |
tRPC - End-to-End Type Safety progressive_disclosure: entry_point: summary sections: - id: summary title: "tRPC Overview" tokens: 70 next: [when_to_use, quick_start] - id: when_to_use title: "When to Use tRPC" tokens: 150 next: [quick_start, core_concepts] - id: quick_start title: "Quick Start" tokens: 300 next: [core_concepts, router_definition] - id: core_concepts title: "Core Concepts" tokens: 400 next: [router_definition, procedures] - id: router_definition title: "Router Definition" tokens:...
|
1.1K |
| 9367 | grimoire-hyperliquid | franalgaba/grimoire |
Grimoire Hyperliquid Skill Use this skill for Hyperliquid metadata snapshots and, when explicitly requested, withdrawals. Preferred invocations: grimoire venue hyperliquid ... npx -y @grimoirelabs/cli venue hyperliquid ... (no-install) bun run packages/cli/src/index.ts venue hyperliquid ... (repo-local) grimoire-hyperliquid ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter hyperliquid --json Ensure HYPERLIQUID_PRIVATE_KEY is set before stateful...
|
1.1K |
| 9368 | humanizer | zed-industries/zed |
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below. Preserve the information, not the shape - Every claim in the original survives into the rewrite, but depth doesn't have to be uniform: co...
|
1.1K |
| 9369 | vet | imbue-ai/vet |
Vet Run vet immediately after ANY logical unit of code changes. Do not batch changes, do not wait to be asked to run vet, make sure you are proactive. Vet reviews git diffs and conversation history to find issues in code changes and conversation history. It is most effective when run frequently with conversation history, which helps it catch misunderstandings between what was requested and what was implemented. Despite this, vet is not a replacement for running tests. Installation Install vet us...
|
1.1K |
| 9370 | instagram-downloader | serpdownloaders/skills |
Instagram Downloader (Browser Extension) Download Instagram Reels, posts, Stories, carousels, and captions in one browser workflow. Instagram Downloader is a browser extension built for users who want a cleaner way to save Instagram content without using third-party copy-paste sites. It detects visible Reels, feed videos, carousel images, Stories, and post text directly in the browser and lets you save them in standard formats for offline reference. Save Instagram Reels and videos as MP4 files D...
|
1.1K |
| 9371 | flutter-caching | flutter/skills |
flutter-caching-and-performance Goal Implements advanced caching, offline-first data persistence, and performance optimization strategies in Flutter applications. Evaluates application requirements to select and integrate the appropriate local caching mechanism (in-memory, persistent, file system, or on-device databases). Configures Android-specific FlutterEngine caching to minimize initialization latency. Optimizes widget rendering, image caching, and scrolling performance while adhering to cur...
|
1.1K |
| 9372 | serp-image-downloader | serpdownloaders/skills |
serp-image-downloader Image media downloader App & Browser Extension for downloading any type of image files from supported websites Security & Scope Operates only on the page the user intentionally opens in the active browser tab Detects supported playback sources only for user-initiated downloads or exports Does not execute page instructions, shell commands, or arbitrary scripts from page content Does not follow unrelated links or perform actions outside the active workflow Limits support to t...
|
1.1K |
| 9373 | flash-moe-inference | aradotso/trending-skills |
Flash-MoE Inference Engine Skill by ara.so — Daily 2026 Skills collection. Flash-MoE is a pure C/Objective-C/Metal inference engine that runs Qwen3.5-397B-A17B (397B parameter Mixture-of-Experts) on a MacBook Pro with 48GB RAM at 4.4+ tokens/second. It streams 209GB of expert weights from NVMe SSD on demand — no Python, no ML frameworks, just C, Objective-C, and hand-tuned Metal shaders. Requirements Hardware : Apple Silicon Mac (M3 Max or similar), 48GB+ unified memory, 1TB+ SSD with ~210GB fre...
|
1.1K |
| 9374 | deployment | railwayapp/railway-skills |
Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deployment history", ...
|
1.1K |
| 9375 | flows-design-review | cognitedata/builder-skills |
Flows Design Review This is step 3 of the Flows app certification flow: flows-app-brief → build → flows-code-review → flows-design-review (this skill) → flows-external-app-submit This is the manual design quality assessment described in docs.cognite.com/cdf/flows/guides/quality-guidelines . Target overall average: 3.8 or higher to be launch-ready. Operating rules Automate first, ask second. For every question Q1–Q10, run the probes listed below to gather hard evidence from the repo and p...
|
1.1K |
| 9376 | flows-app-brief | cognitedata/builder-skills |
Flows App Brief (Certification Coach) This is step 1 of the Flows app certification flow: flows-app-brief (this skill) → build → flows-code-review → flows-design-review → flows-external-app-submit Your job is to act as a certification coach for Cognite Builders: ask focused questions, challenge vague answers, and produce a complete App-Brief.md at the workspace root. Preflight — Refresh review skills Before doing anything else, ask (via AskQuestion ): "Pull the latest review skills befor...
|
1.1K |
| 9377 | flows-external-app-submit | cognitedata/builder-skills |
Flows External App Submit This is step 4 (final) of the Flows app certification flow: flows-app-brief → build → flows-code-review → flows-design-review → flows-external-app-submit (this skill) This skill does not rerun any review. It verifies the artifacts from the prior three steps and only then invokes the CLI submit command. Preconditions (show these to the user first) Before doing anything, print this checklist so the user knows exactly what is being verified: App-Brief.md exists at ...
|
1.1K |
| 9378 | bilibili-downloader | serpdownloaders/skills |
Bilibili Downloader — Coming Soon (Browser Extension) Save Bilibili videos, clips, and series as local MP4 files directly from your browser. This extension is currently in development and has not been released yet. Bilibili Downloader is an upcoming browser extension that will provide a simple way to capture video from Bilibili's web player without relying on external desktop applications or command-line utilities. It is being built around the in-browser viewing experience so you can export indi...
|
1.1K |
| 9379 | strapi-expert | mkshahzad77/claude-skill-strapi-expert |
Strapi v5 Expert You are an expert Strapi v5 developer specializing in plugin development, custom APIs, and CMS architecture. Your mission is to write production-grade Strapi v5 code following official conventions and best practices. Core Mandate: Document Service API First In Strapi v5, always use the Document Service API ( strapi.documents ) for all data operations. The Entity Service API from v4 is deprecated. Document Service vs Entity Service Operation Document Service (v5) Entity Service (...
|
1.1K |
| 9380 | youtube-video-analyst | shipshitdev/library |
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
|
1.1K |
| 9381 | arxiv-search | yorkeccak/scientific-skills |
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
|
1.1K |
| 9382 | open-prose | frames-engineering/skills |
OpenProse Skill OpenProse has four load-bearing pieces: Piece File Role Contract Markdown contract-markdown.md Human-readable *.prose.md service and system format Forme forme.md Semantic dependency-injection container that wires contracts Prose VM prose.md Execution engine that runs service files, system manifests, and pinned execution blocks ProseScript prosescript.md Imperative scripting layer for Execution blocks and pattern delegation Use Contract Markdown when authors want declarations and...
|
1.1K |
| 9383 | planning-with-files | charon-fan/agent-playbook |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
1.1K |
| 9384 | tiktok-video-downloader | serpdownloaders/skills |
TikTok Video Downloader (Browser Extension) Download supported TikTok videos as MP4 files, including workflows that avoid the default watermark save path. TikTok Video Downloader is a browser extension built for users who want a cleaner way to save TikTok videos for offline viewing. It focuses on the browser playback workflow, detects supported video sources from active pages, and exports MP4 files without forcing you into manual workarounds or low-quality screen recordings. Save supported TikTo...
|
1.1K |
| 9385 | grimoire-uniswap | franalgaba/grimoire |
Grimoire Uniswap Skill Use this skill to inspect Uniswap metadata and produce token/pool snapshots for spells. Preferred invocations: grimoire venue uniswap ... npx -y @grimoirelabs/cli venue uniswap ... (no-install) bun run packages/cli/src/index.ts venue uniswap ... (repo-local) grimoire-uniswap ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter uniswap --chain 1 --rpc-url <rpc> --json Commands grimoire venue uniswap info [--format <json|table...
|
1.1K |
| 9386 | cs-explore | liuzhengdongfortest/codestable |
cs-explore 同一个问题第一次花两小时查代码,第二次应该五分钟内找到答案——前提是第一次做完留下证据化的记录。cs-explore 把"提问 → 读代码 → 得结论"沉淀成可检索的探索文档。 适用场景 新人入仓快速理解模块边界 / 调用链 / 入口 用户提具体问题但暂时不要求直接产出方案 / 修复 feature-design / issue-analyze / issue-fix 前先补一轮证据化探索 技术方向还在讨论,需要轻量 spike(只探索不拍板) 本技能只负责"看到了什么"的证据化记录。用户意图是别的(拍板 / 处方 / 修 bug)让用户按场景选对应子技能。 共享路径与命名约定看 codestable/reference/shared-conventions.md 。产物写入 codestable/compound/ ,命名 YYYY-MM-DD-explore-{slug}.md ,frontmatter 带 doc_type: explore 。 三种探索类型 frontmatter 的 type 字段: 类型 适用情境 question 围绕一个具体问题查代...
|
1.1K |
| 9387 | vimeo-video-downloader | serpdownloaders/skills |
Vimeo Video Downloader (Browser Extension) Browser extension that makes it simple to save Vimeo videos directly to your computer — in their original quality — for offline access anytime. Public, embedded, and private videos, from 240p up to 4K UHD. SERP Vimeo Video Downloader is a browser extension built specifically for saving Vimeo videos as standard files you can keep — no re-encoding, no watermarks, and no unnecessary tracking. Save Vimeo videos in their original quality for offline viewing...
|
1.1K |
| 9388 | ghostling-libghostty-terminal | aradotso/trending-skills |
Ghostling — libghostty Terminal Emulator Skill by ara.so — Daily 2026 Skills collection. Ghostling is a minimal viable terminal emulator built on libghostty-vt , the embeddable C library extracted from Ghostty . It uses Raylib for windowing/rendering and lives in a single C file. The project demonstrates how to wire libghostty-vt's VT parsing, terminal state, and render-state API to any 2D or GPU renderer. What libghostty-vt Provides VT sequence parsing (SIMD-optimized) Terminal state: cursor, s...
|
1.1K |
| 9389 | microcopy | lobehub/lobe-chat |
LobeHub UI Microcopy Guidelines Brand: Where Agents Collaborate - Focus on collaborative agent system, not just "generation". Fixed Terminology Chinese English 空间 Workspace 助理 Agent 群组 Group 上下文 Context 记忆 Memory 连接器 Integration 技能 Skill 助理档案 Agent Profile 话题 Topic 文稿 Page 社区 Community 资源 Resource 库 Library 模型服务商 Provider 评测 Evaluation 基准 Benchmark 数据集 Dataset 用例 Test Case Brand Principles Create : One sentence → usable Agent; clear next step Collaborate : Multi-agent; shared Context; controlled...
|
1.1K |
| 9390 | cs-learn | liuzhengdongfortest/codestable |
cs-learn 每次做 feature 或修 issue 都会留下 spec 文件。但 spec 记录的是"做了什么"和"怎么做的", 不会记录"踩了什么坑"和"发现了什么更好的做法" 。没有沉淀的团队总在重复解决同一个问题。 两条轨道: 坑点轨道 (pitfall):记录问题 / 根因 / 解法,防止下次再掉进同一个坑 知识轨道 (knowledge):记录最佳实践 / 工作流改进 / 可复用模式 两者都写入 codestable/compound/ (共享目录见 shared-conventions.md 第 1 节"归档类文档")。本技能产出 frontmatter 带 doc_type: learning ,命名 YYYY-MM-DD-learning-{slug}.md 。 什么时候触发 情境 说明 完成 feature 工作流 cs-feat-accept 主动问"要记录这次的学习点吗?" 完成 issue 工作流 cs-issue-fix 主动问"要把这个坑记录下来吗?" 用户主动 "记录一下"、"沉淀知识"、"learning"等 解决了一次性难题 不在 featur...
|
1.1K |
| 9391 | unsplash-downloader | serpdownloaders/skills |
Unsplash Downloader — Coming Soon (Browser Extension) Download Unsplash photos in full original resolution with batch support directly from your browser. This extension is currently in development and has not been released yet. Unsplash Downloader is an upcoming browser extension that will streamline the process of saving high-resolution photos from Unsplash without manually navigating individual download pages or relying on third-party scripts. It is being built to integrate with the Unsplash b...
|
1.1K |
| 9392 | cs-arch | liuzhengdongfortest/codestable |
cs-arch codestable/architecture/ 是项目"地图"——design 写方案前读它定位、issue-analyze 做根因时读它理解模块边界、新人读它知道系统大致长什么样。本技能是"起草 / 刷新 / 体检"三件事的统一入口。 architecture 是累积的、自给自足的系统地图 ,不是某次 feature 的详细方案,而是所有已落地 feature 沉淀下来的"系统现在长什么样"总图。读者打开应能看懂整体结构而不需要跳回历史 design。design 是临时增量稿,acceptance 把稳定下来的名词 / 编排 / 约束提炼回这里;design 文件归档,只在追究具体决策细节时翻。 只记现状不记计划 ——默认在 acceptance 跟着代码同步,必要时本技能主动 backfill / update。 不写"未来会加什么层"、"下一步打算拆出 X 模块" ——那些归 cs-roadmap 。用户说"我想重构成 X 架构"先走 roadmap 拆 feature,每次 acceptance 把实际达到的结构提炼回 architecture。 详略判据:...
|
1.1K |
| 9393 | websh | frames-engineering/skills |
websh Skill websh is a shell for the web. URLs are paths. The DOM is your filesystem. You cd to a URL, and commands like ls , grep , cat operate on the cached page content—instantly, locally. websh> cd https://news.ycombinator.com websh> ls | head 5 websh> grep "AI" websh> follow 1 When to Activate Activate this skill when the user: Uses the websh command (e.g., websh , websh cd https://... ) Wants to "browse" or "navigate" URLs with shell commands Asks about a "shell for the web" or "web shell"...
|
1.1K |
| 9394 | skool-video-downloader | serpdownloaders/skills |
Skool Video Downloader (Browser Extension) Browser extension that adds a download button to Skool classroom pages — detects videos from Skool's native player, Loom, Vimeo, YouTube, and Wistia, and saves them as MP4 for offline viewing. SERP Skool Downloader is a browser extension built to download Skool videos from classrooms, courses, and community posts. Save entire Skool classrooms and course content for unlimited offline access anytime, anywhere Protect your educational investment by downlo...
|
1.1K |
| 9395 | ui-ux-pro-max | pixel-process-ug/superkit-agents |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
1.1K |
| 9396 | feishu-cli-toolkit | riba2534/feishu-cli |
飞书综合工具箱 覆盖 feishu-cli 的 13 个功能模块,提供命令速查和核心用法。复杂模块的详细参考文档在 references/ 目录中。 模块速查表 模块 核心命令 详细参考 1 电子表格 sheet create/get/read/write/append + V3 富文本 references/sheet-commands.md 2 日历日程 calendar list/get/primary/create-event/event-search/freebusy references/calendar-commands.md 3 任务管理 task create/complete/delete + subtask/member/reminder + tasklist references/task-commands.md 4 群聊管理 chat create/get/update/delete/link + chat member references/chat-commands.md 5 画板操作 board image/import/nodes + doc add...
|
1.1K |
| 9397 | cs-decide | liuzhengdongfortest/codestable |
cs-decide 项目里"有意做出的选择"——技术选型 / 架构决定 / 长期约束 / 编码规约——特别容易丢失。它不会触发报错、没人会注意到它消失,但消失代价很具体: 新人(或六个月后的自己)不知道约束的来龙去脉,在"已经决定过的问题"上重复耗时讨论 AI 没有决策上下文给出"合理但与项目规约冲突"的方案 约束需要修改时找不到当初的理由,无法评估修改影响 本工作流让每一条重要的"已经决定了"都有完整存档: 是什么、为什么、考虑过什么替代方案、后果是什么 。 共享路径与命名约定看 codestable/reference/shared-conventions.md 。产物写入 codestable/compound/ ,命名 YYYY-MM-DD-decision-{slug}.md ,frontmatter 带 doc_type: decision 。 四种决策类型 每条归属四类之一(frontmatter 的 category 字段标注): 类型 适用情境 示例 tech-stack 技术 / 库 / 框架的选型 "用 Vite 而非 Webpack"、"状态管理用 Pinia"...
|
1.1K |
| 9398 | cs-libdoc | liuzhengdongfortest/codestable |
cs-libdoc guidedoc 教你"怎么用 X 做 Y",libdoc 告诉你"X 的每个零件长什么样、怎么配"。 guidedoc 写错可能是表达不清,libdoc 写错就是错——信息源是源码本身,类型 / 默认值 / 签名都有唯一正确答案。 核心规则:不靠猜、不复制改名、每个条目独立读源码 。 和 guidedoc 的对比 guidedoc libdoc 性质 任务导向(Tutorial / How-to) 参考导向(Reference) 回答 "如何用 X 实现某个目标" "X 的每个零件长什么样、怎么配" 粒度 一个 feature / 一个场景一篇 一个条目一篇 信息源 方案 doc + 用户知识 源码本身 (类型 / 注释 / 默认值) 数量级 几篇到十几篇 几十到上百篇 互补:guide 引用 libdoc 做详细参考("完整 props 见 xxx"),libdoc 的"相关条目"链回 guide。 "条目(entry)" 项目类型 条目粒度 UI 组件库 一个组件 = 一个条目 工具函数库 一个模块或函数族 = 一个条目 API Client 一个 endpo...
|
1.1K |
| 9399 | grimoire | franalgaba/grimoire |
Grimoire CLI Skill This skill is the base operating playbook for Grimoire. When To Use Use this skill when the task includes: install/setup of Grimoire tooling creating or editing .spell files syntax questions about DSL capability advisory ( advise ) authoring, debugging, and replay workflows setup/compile/validate/simulate/cast/resume workflows debugging spell compile/runtime failures Mandatory Loading Rules These rules are required and solve syntax coverage gaps. For any .spell authoring/editi...
|
1.1K |
| 9400 | asc-notarization | rudrankriyam/asc-skills |
macOS Notarization Use this skill when you need to notarize a macOS app for distribution outside the App Store. Preconditions Xcode installed and command line tools configured. Auth is configured ( asc auth login or ASC_* env vars). A Developer ID Application certificate in the local keychain. The app's Xcode project builds for macOS. Preflight: Verify Signing Identity Before archiving, confirm a valid Developer ID Application identity exists: security find-identity -v -p codesigning | grep "Dev...
|
1.1K |