███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10201 | axiom-swiftui-debugging-diag | charleswiltgen/axiom |
SwiftUI Debugging Diagnostics When to Use This Diagnostic Skill Use this skill when: Basic troubleshooting failed — Applied axiom-swiftui-debugging skill patterns but issue persists Self._printChanges() shows unexpected patterns — View updating when it shouldn't, or not updating when it should Intermittent issues — Works sometimes, fails other times ("heisenbug") Complex dependency chains — Need to trace data flow through multiple views/models Performance investigation — Views updating too oft...
|
128 |
| 10202 | transcript-search | casper-studios/casper-marketplace |
Transcript Search Overview Search and retrieve meeting transcripts from Fireflies.ai and Google Drive with full text and speaker attribution. Quick Decision Tree Where are your transcripts? │ ├── Fireflies.ai (API) │ └── references/fireflies.md │ └── Script: scripts/fireflies_transcript_search.py │ └── Google Drive (uploaded files) └── references/drive-transcripts.md └── Script: scripts/gdrive_transcript_search.py Environment Setup For Fireflies FIREFLIES_API_KEY = your_api_key For Google ...
|
128 |
| 10203 | google-workspace | casper-studios/casper-marketplace |
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
|
127 |
| 10204 | volcengine-video-understanding | freestylefly/canghe-skills |
火山视频理解 使用字节跳动火山方舟视频理解 API(doubao-seed-2-0-pro-260215 等模型)对视频进行深度理解和分析。 推荐方式 :Files API 上传 + Responses API 分析 支持最大 512MB 视频文件 自动视频预处理(FPS采样) 文件可重复使用(存储7天) 功能 视频上传 :通过 Files API 上传本地视频(推荐,最大512MB) 内容理解 :分析视频场景、人物、动作、情感 视频问答 :基于视频内容回答用户问题 视频描述 :自动生成视频描述和摘要 前置要求 需要设置 ARK_API_KEY 环境变量。 配置方式(推荐) 复制配置模板: cp .canghe-skills/.env.example .canghe-skills/.env 编辑 .canghe-skills/.env 文件,填写你的 API Key: ARK_API_KEY=your-actual-api-key-here 或使用环境变量 export ARK_API_KEY = "your-api-key" 加载优先级 系统环境变量 ( process.env ) ...
|
127 |
| 10205 | axiom-performance-profiling | charleswiltgen/axiom |
Performance Profiling Overview iOS app performance problems fall into distinct categories, each with a specific diagnosis tool. This skill helps you choose the right tool, use it effectively, and interpret results correctly under pressure. Core principle: Measure before optimizing. Guessing about performance wastes more time than profiling. Requires: Xcode 15+, iOS 14+ Related skills: axiom-swiftui-performance (SwiftUI-specific profiling with Instruments 26), axiom-memory-debugging (memory le...
|
127 |
| 10206 | axiom-cloud-sync | charleswiltgen/axiom |
Cloud Sync Overview Core principle: Choose the right sync technology for the data shape, then implement offline-first patterns that handle network failures gracefully. Two fundamentally different sync approaches: CloudKit — Structured data (records with fields and relationships) iCloud Drive — File-based data (documents, images, any file format) Quick Decision Tree What needs syncing? ├─ Structured data (records, relationships)? │ ├─ Using SwiftData? → SwiftData + CloudKit (easiest, iOS 17+...
|
127 |
| 10207 | githuman | mcollina/githuman-skills |
When to use Use this skill whenever you are working with GitHuman to review AI-generated code changes before committing them. GitHuman provides a web interface for visual code review with inline comments, suggestions, and todo management. How to use Read individual rule files for detailed explanations and examples: rules/installation.md - Installing and running GitHuman rules/review-workflow.md - Complete workflow for reviewing AI-generated changes rules/staging.md - Staging files for review...
|
127 |
| 10208 | framer-code-components-overrides | fredm00n/framerlabs |
Code Components: Custom React components added to canvas. Support `addPropertyControls`. Code Overrides: Higher-order components wrapping existing canvas elements. Do NOT support `addPropertyControls`. Required Annotations Always include at minimum: ``` / * @framerDisableUnlink * @framerIntrinsicWidth 100 * @framerIntrinsicHeight 100 */ ``` Full set: - `@framerDisableUnlink` — Prevents unlinking when modified - `@framerIntrinsicWidth` / `@framerIntrinsicHeight` — Default dimensions ...
|
127 |
| 10209 | video-production | casper-studios/casper-marketplace |
Remotion Video Production Programmable video production skill using Remotion. Generate automated videos from text instructions and produce consistent, brand-aligned videos at scale. When to use this skill Automated video generation : Generate videos from text instructions Brand video production : High-volume videos with consistent style Programmable content : Combine narration, visuals, and animation Marketing content : Product intros, onboarding, promo videos Instructions Step 1: Define the Vid...
|
127 |
| 10210 | gitlab code review | dedalus-erp-pas/foundation-skills |
Perform comprehensive code reviews of GitLab merge requests, providing actionable feedback on code quality, security, performance, and best practices. GitLab Instance Configuration This skill is configured for a self-hosted GitLab instance: - GitLab URL: [https://gitlab-erp-pas.dedalus.lan](https://gitlab-erp-pas.dedalus.lan) - All project identifiers, URLs, and references should use this self-hosted instance - Ensure you have appropriate access credentials configured for this GitLab serve...
|
127 |
| 10211 | devtu-github | mims-harvard/tooluniverse |
DevTU GitHub Workflow Safely push ToolUniverse code to GitHub by enforcing pre-push cleanup, pre-commit hooks, and test validation. Instructions When the user wants to push code, fix CI, or prepare a commit, follow this workflow: Phase 1: Pre-Push Cleanup Move temp files out of root - session docs and ad-hoc test scripts must NOT be pushed: Move session markdown files to temp_docs_and_tests/ for f in $( ls *.md 2 > /dev/null | grep -v README.md | grep -v CHANGELOG.md | grep -v LICENSE.md ) ; do...
|
127 |
| 10212 | composio-connect | casper-studios/casper-marketplace |
Composio Connect Overview Universal action executor for 1,000+ apps. This is a fallback skill - only use when no other skill covers the requested service. When to Use This Skill ┌─────────────────────────────────────────────────────────────────┐ │ DECISION: Should I use Composio? │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ 1. Does another skill already handle this servic...
|
127 |
| 10213 | realtime-monitor | chengzuopeng/stock-sdk-mcp |
🔔 实时监控 描述 你是一个股票实时监控助手,能够帮助用户跟踪一组自选股的实时行情,并在价格变化时提供及时的信息更新。 能力范围 批量查询多只股票的实时行情 跨市场监控(A 股 + 港股 + 美股混合) 识别异动股票(大涨/大跌) 比较持仓盈亏情况 使用方法 用户可以通过以下方式触发: "帮我看看这几只股票:茅台、腾讯、苹果" "查一下我的持仓:600519 买入价 1400,00700 买入价 350" "监控一下创业板 ETF 和纳指 ETF" 执行步骤 步骤 1: 解析用户的股票列表 从用户输入中提取: 股票名称/代码列表 买入价格(如有) 持仓数量(如有) 步骤 2: 查询实时行情 使用 get_quotes_by_query 批量查询: { "tool" : "get_quotes_by_query" , "arguments" : { "queries" : [ "茅台" , "腾讯" , "苹果" ] } } 或使用分市场精确查询: { "tool" : "get_a_share_quotes" , "arguments" : { "codes" : [ "sh60051...
|
126 |
| 10214 | axiom-vision-ref | charleswiltgen/axiom |
Vision Framework API Reference Comprehensive reference for Vision framework computer vision: subject segmentation, hand/body pose detection, person detection, face analysis, text recognition (OCR), barcode detection, and document scanning. When to Use This Reference Implementing subject lifting using VisionKit or Vision Detecting hand/body poses for gesture recognition or fitness apps Segmenting people from backgrounds or separating multiple individuals Face detection and landmarks for AR effe...
|
126 |
| 10215 | actionbook-scraper | actionbook/actionbook |
Actionbook Scraper Skill ⚠️ CRITICAL: Two-Part Verification Every generated script MUST pass BOTH checks: Check What to Verify Failure Example Part 1: Script Runs No errors, no timeouts Selector not found Part 2: Data Correct Content matches expected Extracted "Click to expand" instead of name ┌─────────────────────────────────────────────────────┐ │ 1. Generate Script │ │ ↓ │ │ 2. Execute Script ...
|
126 |
| 10216 | competitive-analyst | 404kidwiz/claude-supercode-skills |
Competitive Analyst Agent Purpose Provides competitive intelligence and strategic analysis expertise specializing in systematic competitor analysis, market positioning assessment, and strategic advantage identification. Excels at multi-dimensional competitive landscape mapping, capability assessment, and strategic recommendation development. When to Use Conducting systematic competitor analysis and mapping Assessing market positioning and competitive advantages Evaluating competitor capabil...
|
126 |
| 10217 | readme-generator | jeremylongshore/claude-code-plugins-plus-skills |
Readme Generator Purpose This skill provides automated assistance for readme generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "readme generator" in your request Ask about readme generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for readme generator Follows industry be...
|
126 |
| 10218 | tanstack-table | casper-studios/casper-marketplace |
Overview TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles. Package: @tanstack/react-table Utilities: @tanstack/match-sorter-utils (fuzzy filtering) Current Version: v8 Installation npm install @tanstack/react-table Core Architecture Building Blocks Column Definitions - describe columns (da...
|
126 |
| 10219 | axiom-sqlitedata-ref | charleswiltgen/axiom |
SQLiteData Advanced Reference Overview Advanced query patterns and schema composition techniques for SQLiteData by Point-Free. Built on GRDB and StructuredQueries. For core patterns (CRUD, CloudKit setup, @Table basics), see the axiom-sqlitedata discipline skill. This reference covers advanced querying, schema composition, views, and custom aggregates. Requires iOS 17+, Swift 6 strict concurrency Framework SQLiteData 1.4+ Column Groups and Schema Composition SQLiteData provides powerful to...
|
126 |
| 10220 | axiom-cloud-sync-diag | charleswiltgen/axiom |
iCloud Sync Diagnostics Overview Core principle 90% of cloud sync problems stem from account/entitlement issues, network connectivity, or misunderstanding sync timing—not iCloud infrastructure bugs. iCloud (both CloudKit and iCloud Drive) handles billions of sync operations daily across all Apple devices. If your data isn't syncing, the issue is almost always configuration, connectivity, or timing expectations. Red Flags — Suspect Cloud Sync Issue If you see ANY of these: Files/data not app...
|
126 |
| 10221 | alicloud-network-esa | cinience/alicloud-skills |
Category: service Edge Security Acceleration (ESA) Validation mkdir -p output/alicloud-network-esa python -m py_compile skills/network/esa/alicloud-network-esa/scripts/list_openapi_meta_apis.py echo "py_compile_ok" > output/alicloud-network-esa/validate.txt Pass criteria: command exits 0 and output/alicloud-network-esa/validate.txt is generated. Output And Evidence Save API inventory and operation evidence under output/alicloud-network-esa/ . Keep command parameters and region scope in evidence ...
|
126 |
| 10222 | sentry-react-native-setup | getsentry/sentry-agent-skills |
Sentry React Native Setup Install and configure Sentry in React Native projects using the official wizard CLI. Invoke This Skill When User asks to "add Sentry to React Native" or "install Sentry" in a React Native app User wants error monitoring, logging, or tracing in React Native or Expo User mentions "@sentry/react-native" or mobile error tracking Wizard Setup (Recommended) npx @sentry/wizard@latest -i reactNative What the Wizard Does Task Description Install SDK Adds @sentry/react-native ...
|
126 |
| 10223 | better-all | casper-studios/casper-marketplace |
Documentation GitHub Repository: https://github.com/shuding/better-all Note: This library is not yet indexed in DeepWiki or Context7. better-all Library better-all provides Promise.all with automatic dependency optimization. Instead of manually analyzing which tasks can run in parallel, tasks declare dependencies inline and execution is automatically optimized. Installation pnpm add better-all Basic Usage import { all } from "better-all" ; const results = await all ( { // Independent tasks run i...
|
126 |
| 10224 | asr | answerzhao/agent-skills |
When to Use User wants to transcribe an audio file to text User provides an audio file path and asks for transcription User says "转录", "识别", "transcribe", "语音转文字" When NOT to Use User wants to synthesize speech from text (use /tts ) User wants to create a podcast or explainer (use /podcast or /explainer ) Purpose Transcribe audio files to text using coli asr , which runs fully offline via local speech recognition models. No API key required. Supports Chinese, English, Japanese, Korean, and Canto...
|
126 |
| 10225 | convex best practices | waynesutton/convexskills |
Convex Best Practices Build production-ready Convex applications by following established patterns for function organization, query optimization, validation, TypeScript usage, and error handling. Code Quality All patterns in this skill comply with @convex-dev/eslint-plugin . Install it for build-time validation: npm i @convex-dev/eslint-plugin --save-dev // eslint.config.js import { defineConfig } from "eslint/config" ; import convexPlugin from "@convex-dev/eslint-plugin" ; export default define...
|
126 |
| 10226 | fba | fastapi-practices/skills |
官方文档: [https://fastapi-practices.github.io/fastapi_best_architecture_docs/](https://fastapi-practices.github.io/fastapi_best_architecture_docs/) 项目结构 ``` backend/ ├── main.py 应用入口 ├── run.py 启动脚本(IDE 调试) ├── cli.py CLI 命令行工具 ├── app/ 核心业务模块 │ ├── router.py 主路由汇总 │ ├── admin/ 管理后台应用 │ │ ├── api/v1/ API 路由 │ │ │ ├── auth/ 认证模块 │ │ │ ...
|
126 |
| 10227 | typescript-expert | martinholovsky/claude-skills-generator |
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
|
126 |
| 10228 | axiom-foundation-models-diag | charleswiltgen/axiom |
Foundation Models Diagnostics Overview Foundation Models issues manifest as context window exceeded errors, guardrail violations, slow generation, availability failures, and unexpected output. Core principle 80% of Foundation Models problems stem from misunderstanding model capabilities (3B parameter device-scale model, not world knowledge), context limits (4096 tokens), or availability requirements—not framework bugs. Red Flags — Suspect Foundation Models Issue If you see ANY of these, suspe...
|
125 |
| 10229 | oauth2-authentication | manutej/luxor-claude-marketplace |
OAuth2 Authentication A comprehensive skill for implementing secure authentication and authorization using OAuth2 and OpenID Connect. This skill covers all major authorization flows, token management strategies, security best practices, and real-world implementation patterns for web, mobile, and API applications. When to Use This Skill Use this skill when: Implementing user authentication in web applications, SPAs, or mobile apps Building API authorization with access tokens and refresh toke...
|
125 |
| 10230 | cmo-advisor | borghei/claude-skills |
CMO Advisor Marketing leadership advisory for Chief Marketing Officers. Core Competencies Brand strategy and positioning Demand generation Marketing operations Growth marketing Revenue marketing alignment Content strategy Marketing technology Team building and leadership Marketing Strategy Framework Strategic Planning Process Phase 1: Situation Analysis Market size and dynamics Competitive landscape Customer segmentation Current performance audit Phase 2: Strategy Definition Target market ...
|
125 |
| 10231 | slack-automation | casper-studios/casper-marketplace |
Slack Automation Overview Interact with Slack workspaces for channel management, message reading, and content analysis. All operations are read-only unless creating channels. Quick Decision Tree What do you need? │ ├── Search for channels by name │ └── references/search.md │ └── Script: scripts/slack_search.py search │ ├── Read messages from a channel │ └── references/fetch-news.md │ └── Script: scripts/fetch_slack_news.py │ ├── Create a new channel │ └── references/create-channel.md │...
|
125 |
| 10232 | casper-design-system | casper-studios/casper-marketplace |
Casper Studios Design System A clean, elevated SaaS design system built on shadcn/ui , Tailwind CSS v4 , and React (Vite) . Every interface generated for Casper Studios — whether a client demo, internal tool, or quick prototype — must follow these rules to maintain a consistent, professional visual identity across the team. Before generating any UI code, read this file completely and the reference files listed below. You MUST read the reference files — they contain rules and code examples that a...
|
125 |
| 10233 | agent-ready-codebase | casper-studios/casper-marketplace |
Agent-Ready Codebase Overview When agents struggle with a codebase, they are reflecting and amplifying the codebase's existing weaknesses. This skill evaluates codebases against five principles that determine agent effectiveness, and provides concrete guidance to improve each one. It adapts to the project's language and stack. Based on "AI Is Forcing Us To Write Good Code" . Mode Selection Determine which mode to operate in based on context: Audit : The user has an existing codebase and wants to...
|
125 |
| 10234 | agent-browser | casper-studios/casper-marketplace |
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...
|
125 |
| 10235 | mini-wiki | trsoliu/mini-wiki |
Wiki Generator Generate structured project Wiki to .mini-wiki/ directory. Output Structure .mini-wiki/ ├── config.yaml Configuration ├── meta.json Metadata ├── cache/ Incremental update cache ├── wiki/ Main Wiki content │ ├── index.md │ ├── architecture.md │ ├── getting-started.md │ ├── modules/ │ ├── api/ │ └── assets/ └── i18n/ Multi-language versions ├── en/ └── zh/ 🔌 Plugin Executi...
|
125 |
| 10236 | review | buiducnhat/agent-skills |
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
|
125 |
| 10237 | ai-video-production-master | erichowens/some_claude_skills |
AI Video Production Master Expert in script-to-video production pipelines for Apple Silicon Macs. Specializes in: Multiple video approaches: Stock footage, T2V (Sora-style), I2V, hybrid Hybrid local/cloud workflows for cost optimization Style and character consistency (LoRA, IPAdapter, prompt discipline) Motion graphics and synthetic elements (title cards, data viz, lower thirds) Artist commissioning for training datasets Cloud GPU orchestration (Vast.ai, RunPod) When to Use ✅ USE this skill ...
|
125 |
| 10238 | arxiv-viewer | actionbook/actionbook |
arXiv Viewer Access, search, download, and read academic papers from arXiv using a hybrid API + Actionbook approach. Architecture Overview ┌─────────────────────────────────────────────────────────────┐ │ arxiv-viewer │ ├─────────────────┬─────────────────┬─────────────────────────┤ │ arXiv API │ arxiv.org Web │ ar5iv.org │ │ (WebFetch) │ (Actionbook) │ (Actionbook) │ ├─────────────────┼─────────────────┼────...
|
124 |
| 10239 | dagster-integrations | dagster-io/skills |
Dagster Integrations Skill This skill is a thin wrapper around more complex and detailed reference documents. It helps guide users through workflows that require using or understanding Dagster integration libraries. Workflow Decision Tree Depending on the user's request, choose the appropriate reference file: Using a specific integration library? Try to find a references/dagster-<technology>/ folder in this directory. This will be named directly after the integration library name (e.g. dagster-d...
|
124 |
| 10240 | learn | boshu2/agentops |
Learn: From Raw Materials to Published Output Prefix your first line with 🥷 inline, not as its own paragraph. Your role: collect, organize, translate, explain, structure. You support the user's thinking; you do not replace it. Pre-check Check whether /read and /write skills are installed (look for their SKILL.md in the skills directories). Warn if missing, do not block: /read missing -- Phase 1 fetch falls back to native WebFetch / curl ; coverage on paywalled, JS-heavy, and Chinese-platform pag...
|
124 |
| 10241 | skill-creator | casper-studios/casper-marketplace |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
124 |
| 10242 | kiro-skill | feiskyer/claude-code-settings |
Kiro: Spec-Driven Development Workflow An interactive workflow that transforms ideas into comprehensive feature specifications, design documents, and actionable implementation plans. Quick Start When you mention creating a feature spec, design document, or implementation plan, this skill helps guide you through: Requirements → Define what needs to be built (EARS format with user stories) Design → Determine how to build it (architecture, components, data models) Tasks → Create actionable impl...
|
124 |
| 10243 | speech-to-text | martinholovsky/claude-skills-generator |
ElevenLabs Speech-to-Text Transcribe audio to text with Scribe v2 - supports 90+ languages, speaker diarization, and word-level timestamps. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) with open ( "audio.mp3" , "rb" ) as audio_file : result = client . speech_to_text . convert ( file = audio_file , model_id = "scribe_v2" ) print ( result . text ) JavaScript import { ElevenLabsClient } ...
|
124 |
| 10244 | clean-code | vudovn/antigravity-kit |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
124 |
| 10245 | natural-dialogue-techniques | wordflowlab/novel-writer-skills |
自然对话写作技巧 核心原则 通过语言展现角色 每个角色都应该有独特的声音: 用词选择 受过教育的 vs 随意的 正式的 vs 俚语 技术术语 vs 日常语言 角色背景决定词汇 句子结构 短/断断续续 vs 长/流畅 完整句子 vs 片段 简单结构 vs 复杂从句 反映思维方式 言语模式 打断、停顿、重复 口头禅和填充词 独特的措辞习惯 文化和地域特色 不说什么 回避的话题 说谎的模式 沉默的时刻 未说出口的含义 潜台词胜过直白 角色的意思 vs 说的话: ❌ 直白对话(说教式) "我对你生气,因为你昨晚对我撒谎了关于你去哪里。" ✅ 富含潜台词的对话 "你的商务会议开得怎么样?" "很好。" "我确定是这样。" 为什么更好: 让读者参与推理 创造张力和不适 更真实(人们避免直接冲突) 展示角色动态 潜台词的层次 表面层:字面意义 情感层:真实感受 关系层:权力和亲密度 主题层:更大的故事意义 打断和重叠 真实对话不是有序的: 使用打断 "听着,我知道你认为——" "你不知道我在想什么。" "——但如果你让我说完——" 砰的一声,远处的门关上了。 "...
|
124 |
| 10246 | fix | buiducnhat/agent-skills |
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
|
124 |
| 10247 | bootstrap | buiducnhat/agent-skills |
Bootstrap Development You are an expert in Bootstrap for building responsive, maintainable web interfaces. Core Principles Write clear, concise, and technical responses with precise Bootstrap examples Utilize Bootstrap's components and utilities for responsive, maintainable development Prioritize clean coding practices and descriptive class naming Minimize custom CSS by leveraging built-in components Grid System & Layout Leverage Bootstrap's grid system for responsive layouts Use container, ro...
|
124 |
| 10248 | gmail | odyssey4me/agent-skills |
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
|
124 |
| 10249 | axiom-hig | charleswiltgen/axiom |
Apple Human Interface Guidelines — Quick Reference When to Use This Skill Use when: Making visual design decisions (colors, backgrounds, typography) Reviewing UI for HIG compliance Answering "Should I use a dark background?" Choosing between design options Defending design decisions to stakeholders Quick lookups for common design questions Related Skills Use axiom-hig-ref for comprehensive details and code examples Use axiom-liquid-glass for iOS 26 material design implementation Use axiom-liqu...
|
124 |
| 10250 | axiom-background-processing | charleswiltgen/axiom |
Background Processing Overview Background execution is a privilege, not a right. iOS actively limits background work to protect battery life and user experience. Core principle: Treat background tasks as discretionary jobs — you request a time window, the system decides when (or if) to run your code. Key insight: Most "my task never runs" issues stem from registration mistakes or misunderstanding the 7 scheduling factors that govern execution. This skill provides systematic debugging, not gues...
|
124 |