███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 751 | baoyu-danger-gemini-web | jimliu/baoyu-skills |
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important: All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions: Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference: Script Purpose scripts/main.ts CLI entry point for text/ima...
|
25.3K |
| 752 | spec-driven-development | addyosmani/agent-skills |
Spec-Driven Development Overview Write a structured specification before writing any code. The spec is the shared source of truth between you and the human engineer — it defines what we're building, why, and how we'll know it's done. Code without a spec is guessing. When to Use Starting a new project or feature Requirements are ambiguous or incomplete The change touches multiple files or modules You're about to make an architectural decision The task would take more than 30 minutes to implement ...
|
25.3K |
| 753 | mcp-apps-builder | mcp-use/mcp-use |
IMPORTANT: How to Use This Skill This file provides a NAVIGATION GUIDE ONLY. Before implementing any MCP server features, you MUST: Read this overview to understand which reference files are relevant ALWAYS read the specific reference file(s) for the features you're implementing Apply the detailed patterns from those files to your implementation Do NOT rely solely on the quick reference examples in this file - they are minimal examples only. The reference files contain critical best practices, s...
|
25.3K |
| 754 | security-and-hardening | addyosmani/agent-skills |
Security and Hardening Overview Security-first development practices for web applications. Treat every external input as hostile, every secret as sacred, and every authorization check as mandatory. Security isn't a phase — it's a constraint on every line of code that touches user data, authentication, or external systems. When to Use Building anything that accepts user input Implementing authentication or authorization Storing or transmitting sensitive data Integrating with external APIs or serv...
|
25.3K |
| 755 | recipe-log-deal-update | googleworkspace/cli |
Log Deal Update to Sheet PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive Append a deal status update to a Google Sheets sales tracking spreadsheet. Steps Find the tracking sheet: gws drive files list --params '{"q": "name = '\''Sales Pipeline'\'' and mimeType = '\''application/vnd.google-apps.spreadsheet'\''"}' Read current data: gws sheets +read --spreadsheet SHEET_ID --range "Pipeline!A1:F" Append new row: gws sheets +append --spreadsheet SHEET_ID --range...
|
25.3K |
| 756 | gws-modelarmor-sanitize-prompt | googleworkspace/cli |
modelarmor +sanitize-prompt PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Sanitize a user prompt through a Model Armor template Usage gws modelarmor +sanitize-prompt --template < NAME > Flags Flag Required Default Description --template ✓ — Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE) --text — — Text content to sanitize --json — — Full JSON request body (overrides --t...
|
25.3K |
| 757 | performance-optimization | addyosmani/agent-skills |
Performance Optimization Overview Measure before optimizing. Performance work without measurement is guessing — and guessing leads to premature optimization that adds complexity without improving what matters. Profile first, identify the actual bottleneck, fix it, measure again. Optimize only what measurements prove matters. When to Use Performance requirements exist in the spec (load time budgets, response time SLAs) Users or monitoring report slow behavior Core Web Vitals scores are below thre...
|
25.3K |
| 758 | shadcn | shadcn-ui/ui |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
25.3K |
| 759 | huashu-nuwa | alchaincyf/nuwa-skill |
女娲 · Skill造人术 「写不进去的那部分,才是你真正的护城河。」——但写得进去的部分,已经足够强大。 核心理念 女娲不是复制人,是 提炼思维框架 。 一个好的人物Skill是一套可运行的认知操作系统: 他用什么 心智模型 看世界?(镜片) 他用什么 决策启发式 做判断?(直觉规则) 他怎么 表达 ?(DNA) 他 绝对不会 做什么?(反模式) 什么是这个Skill 做不到的 ?(诚实边界) 关键区分 :捕捉的是HOW they think,不是WHAT they said。 执行流程 Phase 0: 入口分流 收到用户输入后,先判断属于哪条路径: 用户输入 路径 示例 明确的人名/主题 直接路径 → Phase 0A 「蒸馏芒格」「做一个费曼skill」 模糊的需求/困惑 诊断路径 → Phase 0B 「我想提升决策质量」「有没有一种思维方式能帮我看透商业本质」 Phase 0A: 需求澄清(直接路径) 收到明确名字后,确认: 这个人/主题是谁 :确保理解正确 聚焦方向 (可选):全面画像 vs 聚焦某个维度? 用途 :思维顾问?决策参考?角色扮演? 新建 or 更新 :是否...
|
25.2K |
| 760 | gws-modelarmor-sanitize-response | googleworkspace/cli |
modelarmor +sanitize-response PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Sanitize a model response through a Model Armor template Usage gws modelarmor +sanitize-response --template < NAME > Flags Flag Required Default Description --template ✓ — Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE) --text — — Text content to sanitize --json — — Full JSON request body (overri...
|
25.2K |
| 761 | documentation-writer | github/awesome-copilot |
Diátaxis Documentation Expert You are an expert technical writer specializing in creating high-quality software documentation. Your work is strictly guided by the principles and structure of the Diátaxis Framework ( https://diataxis.fr/ ). GUIDING PRINCIPLES Clarity: Write in simple, clear, and unambiguous language. Accuracy: Ensure all information, especially code snippets and technical details, is correct and up-to-date. User-Centricity: Always prioritize the user's goal. Every document must h...
|
25.2K |
| 762 | gws-classroom | googleworkspace/cli |
classroom (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws classroom < resource > < method > [ flags ] API Resources courses create — Creates a course. The user specified in ownerId is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This met...
|
25.2K |
| 763 | baoyu-format-markdown | jimliu/baoyu-skills |
Transforms plain text or markdown files into well-structured markdown with proper frontmatter, formatting, and typography. Script Directory Scripts in `scripts/` subdirectory. Replace `${SKILL_DIR}` with this SKILL.md's directory path. | `scripts/main.ts` | Main entry point with CLI options | `scripts/cjk-emphasis.ts` | Fix CJK emphasis/bold punctuation issues | `scripts/quotes.ts` | Replace ASCII quotes with fullwidth quotes | `scripts/autocorrect.ts` | Add CJK/English spacing via...
|
25.1K |
| 764 | planning-and-task-breakdown | addyosmani/agent-skills |
Planning and Task Breakdown Overview Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference between an agent that completes work reliably and one that produces a tangled mess. Every task should be small enough to implement, test, and verify in a single focused session. When to Use You have a spec and need to break it into implementable units A task feels too large or vague to start Work needs to be parallelized across multiple agents ...
|
25.1K |
| 765 | recipe-create-classroom-course | googleworkspace/cli |
Create a Google Classroom Course PREREQUISITE: Load the following skills to execute this recipe: gws-classroom Create a Google Classroom course and invite students. Steps Create the course: gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}' Invite a student: gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}' List enrolled students: gws classroom course...
|
25.1K |
| 766 | gws-people | googleworkspace/cli |
people (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws people < resource > < method > [ flags ] API Resources contactGroups batchGet — Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names. create — Create a new contact group owned by the authenticated user. Created contact group names must be unique to the users contact groups. Attempting t...
|
25K |
| 767 | gws-chat | googleworkspace/cli |
documentation SKILL.md chat (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws chat < resource > < method > [ flags ] Helper Commands Command Description +send Send a message to a space API Resources customEmojis create — Creates a custom emoji. Custom emojis are only available for Google Workspace accounts, and the administrator must turn custom emojis on for the organization. For more information, see...
|
25K |
| 768 | infsh-cli | skills-101/superpowers |
No SKILL.md available for this skill. View on GitHub
|
25K |
| 769 | remotion-render | skills-101/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
25K |
| 770 | python-executor | skills-101/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 677 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
25K |
| 771 | documentation-and-adrs | addyosmani/agent-skills |
Documentation and ADRs Overview Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and trade-offs that led to a decision. Code shows what was built; documentation explains why it was built this way and what alternatives were considered . This context is essential for future humans and agents working in the codebase. When to Use Making a significant architectural decision Choosing between competing approaches Adding or changing a public...
|
25K |
| 772 | browser-mcp-agent | antibrow/anti-detect-browser-skills |
Browser MCP Agent Run antibrow as an MCP server so an AI agent can launch and control a real, fingerprinted browser directly through tool calls - no Playwright code, no custom automation script. The agent navigates, clicks, fills forms, and reads pages itself. npm package: anti-detect-browser (Node >= 18) - ships the MCP server built in PyPI package: antibrow (Python 3.9 - 3.13) - pip install "antibrow[mcp]" for a stdio MCP server example Dashboard: https://antibrow.com Full SDK / REST API refer...
|
25K |
| 773 | web-search | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
24.9K |
| 774 | code-review-excellence | wshobson/agents |
Code Review Excellence Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. When to Use This Skill Reviewing pull requests and code changes Establishing code review standards for teams Mentoring junior developers through reviews Conducting architecture reviews Creating review checklists and guidelines Improving team collaboration Reducing code review cycle time Maintaining code quality standards Core Pri...
|
24.9K |
| 775 | animate | emilkowalski/skills |
Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone (playful vs serious, energetic vs calm), and performance constraints. Attempt to gather these from the current thread or codebase. If you don't find exact ...
|
24.9K |
| 776 | multi-account-isolation | antibrow/anti-detect-browser-skills |
Multi-Account Isolation Keeping several of your own accounts from being tied together by a platform is not one problem, it is a stack of them. A perfect browser fingerprint fixes exactly one layer. Accounts far more often get linked by an IP, a shared cookie, a mismatched clock, or the same recovery phone number than by a canvas hash. This skill is the checklist. For the code that implements the browser layer, see the anti-detect-browser skill. Scope. This is about accounts you own, or accounts ...
|
24.9K |
| 777 | python-executor | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 677 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
24.7K |
| 778 | remotion-render | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
24.7K |
| 779 | agent-browser | inference-sh-skills/skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
24.7K |
| 780 | twitter-automation | inference-sh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 117.7K Repository skills-101/superpowers GitHub Stars 6 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
24.7K |
| 781 | api-design-principles | wshobson/agents |
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
|
24.7K |
| 782 | vue-best-practices | hyf0/vue-skills |
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
|
24.7K |
| 783 | remotion-multimedia | remotion-dev/skills |
Mediabunny is a multimedia library for dealing with audio and video in the browser. Here is a compact overview of its capabilities: https://mediabunny.dev/llms.txt Getting audio duration See get-audio-duration.md for getting the duration of an audio file in seconds with Mediabunny. Getting video dimensions See get-video-dimensions.md for getting the width and height of a video file with Mediabunny. Getting video duration See get-video-duration.md for getting the duration of a video file in secon...
|
24.7K |
| 784 | agent-tools | skills-101/superpowers |
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
|
24.7K |
| 785 | incremental-implementation | addyosmani/agent-skills |
Incremental Implementation Overview Build in thin vertical slices — implement one piece, test it, verify it, then expand. Avoid implementing an entire feature in one pass. Each increment should leave the system in a working, testable state. This is the execution discipline that makes large features manageable. When to Use Implementing any multi-file change Building a new feature from a task breakdown Refactoring existing code Any time you're tempted to write more than ~100 lines before testing W...
|
24.7K |
| 786 | debugging-and-error-recovery | addyosmani/agent-skills |
Debugging and Error Recovery Overview Systematic debugging with structured triage. When something breaks, stop adding features, preserve evidence, and follow a structured process to find and fix the root cause. Guessing wastes time. The triage checklist works for test failures, build errors, runtime bugs, and production incidents. When to Use Tests fail after a code change The build breaks Runtime behavior doesn't match expectations A bug report arrives An error appears in logs or console Someth...
|
24.7K |
| 787 | code-simplification | addyosmani/agent-skills |
Code Simplification Inspired by the Claude Code Simplifier plugin . Adapted here as a model-agnostic, process-driven skill for any AI coding agent. Overview Simplify code by reducing complexity while preserving exact behavior. The goal is not fewer lines — it's code that is easier to read, understand, modify, and debug. Every simplification must pass a simple test: "Would a new team member understand this faster than the original?" When to Use After a feature is working and tests pass, but the i...
|
24.7K |
| 788 | next-upgrade | vercel-labs/next-skills |
Upgrade Next.js Upgrade the current project to the latest Next.js version following official migration guides. Instructions Detect current version: Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide: Use WebFetch to get the official upgrade documentation: Codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods Version-specific guides (adjust version as needed): https://nextjs.o...
|
24.5K |
| 789 | nextjs-app-router-patterns | wshobson/agents |
Next.js App Router Patterns Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development. When to Use This Skill Building new Next.js applications with App Router Migrating from Pages Router to App Router Implementing Server Components and streaming Setting up parallel and intercepting routes Optimizing data fetching and caching Building full-stack features with Server Actions Core Concepts 1. Rendering Modes Mode Where When to Use ...
|
24.5K |
| 790 | test-driven-development | addyosmani/agent-skills |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
24.4K |
| 791 | interface-design | dammyjay93/interface-design |
Interface Design Build interface design with craft and consistency. Scope Use for: Dashboards, admin panels, SaaS apps, tools, settings pages, data interfaces. Not for: Landing pages, marketing sites, campaigns. Redirect those to /frontend-design. The Problem You will generate generic output. Your training has seen thousands of dashboards. The patterns are strong. You can follow the entire process below — explore the domain, name a signature, state your intent — and still produce a templa...
|
24.2K |
| 792 | eas-update-insights | expo/skills |
EAS Update Insights Query the health of published EAS Updates directly from the CLI: launches, failed launches, crash rates, unique users, payload size, the embedded-vs-OTA user split per channel, and the most popular updates per runtime version. The data is the same data that powers the update and channel detail pages on expo.dev; these commands expose it in the terminal in human and JSON form. When to use this skill Use this when the user wants to assess the health or adoption of a published E...
|
24.2K |
| 793 | flutter-apply-architecture-best-practices | flutter/skills |
Architecting Flutter Applications Contents Architectural Layers Project Structure Workflow: Implementing a New Feature Examples Architectural Layers Enforce strict Separation of Concerns by dividing the application into distinct layers. Never mix UI rendering with business logic or data fetching. UI Layer (Presentation) Implement the MVVM (Model-View-ViewModel) pattern to manage UI state and logic. Views: Write reusable, lean widgets. Restrict logic in Views to UI-specific operations (e.g., anim...
|
24K |
| 794 | release-skills | jimliu/baoyu-skills |
Release Skills Universal release workflow supporting any project type with multi-language changelog. Quick Start Just run /release-skills - auto-detects your project configuration. Supported Projects Project Type Version File Auto-Detected Node.js package.json ✓ Python pyproject.toml ✓ Rust Cargo.toml ✓ Claude Plugin marketplace.json ✓ Generic VERSION / version.txt ✓ Options Flag Description --dry-run Preview changes without executing --major Force major version bump --minor Force minor vers...
|
24K |
| 795 | context-engineering | addyosmani/agent-skills |
Context Engineering Overview Feed agents the right information at the right time. Context is the single biggest lever for agent output quality — too little and the agent hallucinates, too much and it loses focus. Context engineering is the practice of deliberately curating what the agent sees, when it sees it, and how it's structured. When to Use Starting a new coding session Agent output quality is declining (wrong patterns, hallucinated APIs, ignoring conventions) Switching between different p...
|
24K |
| 796 | postgresql-table-design | wshobson/agents |
PostgreSQL Table Design Core Rules Define a PRIMARY KEY for reference tables (users, orders, etc.). Not always needed for time-series/event/log data. When used, prefer BIGINT GENERATED ALWAYS AS IDENTITY; use UUID only when global uniqueness/opacity is needed. Normalize first (to 3NF) to eliminate data redundancy and update anomalies; denormalize only for measured, high-ROI reads where join performance is proven problematic. Premature denormalization creates maintenance burden. Add NOT NULL ever...
|
23.9K |
| 797 | vue-debug-guides | vuejs-ai/skills |
Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use vue-best-practices . Reactivity Tracing unexpected re-renders and state updates → See reactivity-debugging-hooks Ref values not updating due to missing .value access → See ref-value-access State stops updating after destructuring reactive objects → See reactive-destructuring Refs inside arrays, Maps, or Sets not unwrapping → See refs-in-colle...
|
23.8K |
| 798 | guizang-ppt-skill | op7418/guizang-ppt-skill |
Magazine Web Ppt 这个 Skill 做什么 生成一份 单文件 HTML 的横向翻页 PPT,视觉基调是: 电子杂志 + 电子墨水 混血风格 WebGL 流体 / 等高线 / 色散背景 (hero 页可见) 衬线标题(Noto Serif SC + Playfair Display)+ 非衬线正文(Noto Sans SC + Inter)+ 等宽元数据(IBM Plex Mono) Lucide 线性图标 (不用 emoji) 横向左右翻页 (键盘 ← →、滚轮、触屏滑动、底部圆点、ESC 索引) 主题平滑插值 :翻到 hero 页时颜色和 shader 柔顺过渡 这个 skill 的美学不是"商务 PPT",也不是"消费互联网 UI"——它像 Monocle 杂志贴上了代码后的样子。 何时使用 合适的场景 : 线下分享 / 行业内部讲话 / 私享会 AI 新产品发布 / demo day 带有强烈个人风格的演讲 需要"一次做完,不用翻页工具"的网页版 slides 不合适的场景 : 大段表格数据、图表叠加(用常规 PPT) 培训课件(信息密度不够) 需要多人协作编辑(...
|
23.8K |
| 799 | baoyu-translate | jimliu/baoyu-skills |
Translator Three-mode translation skill: quick for direct translation, normal for analysis-informed translation, refined for full publication-quality workflow with review and polish. Script Directory Scripts in scripts/ subdirectory. {baseDir} = this SKILL.md's directory path. Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun. Replace {baseDir} and ${BUN_X} with actual values. Script Purpose scripts/chunk.ts Split markdown into chunks ...
|
23.7K |
| 800 | organization-best-practices | better-auth/skills |
Setup Add organization() plugin to server config Add organizationClient() plugin to client config Run npx @better-auth/cli migrate Verify: check that organization, member, invitation tables exist in your database import { betterAuth } from "better-auth" ; import { organization } from "better-auth/plugins" ; export const auth = betterAuth ( { plugins : [ organization ( { allowUserToCreateOrganization : true , organizationLimit : 5 , // Max orgs per user membershipLimit : 100 , // Max members per ...
|
23.6K |