Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,418
总 Skills
88.9M
总安装量
2,576
贡献者
# Skill 仓库 描述 安装量
2051 reducing-entropy softaworks/agent-toolkit
Reducing Entropy More code begets more code. Entropy accumulates. This skill biases toward the smallest possible codebase. Core question: "What does the codebase look like after ?" Before You Begin Load at least one mindset from references/ List the files in the reference directory Read frontmatter descriptions to pick which applies Load at least one State which you loaded and its core principle Do not proceed until you've done this. The Goal The goal is less total code in the final codebase - n...
3.7K
2052 professional-communication softaworks/agent-toolkit
Professional Communication Overview This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility. Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood. When to Use T...
3.7K
2053 videoagent-audio-studio pexoai/pexo-skills
🎙️ VideoAgent Audio Studio Use when: User asks to generate speech, narrate text, create a voice-over, compose music, or produce a sound effect. VideoAgent Audio Studio is a smart audio dispatcher. It analyzes your request and routes it to the best available model — ElevenLabs for speech and music, fal.ai for fast SFX — and returns a ready-to-use audio URL. Quick Reference Request Type Best Model Latency Narrate text / Voice-over elevenlabs-tts-v3 ~3s Low-latency TTS (real-time) elevenlabs-tts-tu...
3.7K
2054 domain-name-brainstormer softaworks/agent-toolkit
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
3.7K
2055 openapi-to-typescript softaworks/agent-toolkit
OpenAPI to TypeScript Converts OpenAPI 3.0 specifications to TypeScript interfaces and type guards. Input: OpenAPI file (JSON or YAML) Output: TypeScript file with interfaces and type guards When to Use "generate types from openapi" "convert openapi to typescript" "create API interfaces" "generate types from spec" Workflow Request the OpenAPI file path (if not provided) Read and validate the file (must be OpenAPI 3.0.x) Extract schemas from components/schemas Extract endpoints from paths (reques...
3.7K
2056 feedback-mastery softaworks/agent-toolkit
Feedback Conversations Overview This skill provides frameworks for navigating difficult workplace conversations and delivering effective feedback. Whether you're addressing performance issues, resolving conflicts, or giving constructive feedback, these structured approaches lead to better outcomes. Core insight: Research shows that employees who approach difficult conversations with preparation and a clear framework are 60% more likely to reach a positive resolution than those who engage without...
3.7K
2057 svg logo designer rknall/claude-skills
This skill creates professional, scalable vector graphic (SVG) logos from design specifications, offering multiple variations and layout options. When to Use This Skill Activate this skill when the user requests: - Create a logo from a description or specification - Design a brand identity or visual mark - Generate logo variations and concepts - Create icons or symbols - Design wordmarks or lettermarks - Produce scalable graphics for branding - Export logos in different layouts and sty...
3.7K
2058 daily-meeting-update softaworks/agent-toolkit
Daily Meeting Update Generate a daily standup/meeting update through an interactive interview . Never assume tools are configured—ask first. Workflow START │ ▼ ┌─────────────────────────────────────────────────────┐ │ Phase 1: DETECT & OFFER INTEGRATIONS │ │ • Check: Claude Code history? gh CLI? jira CLI? │ │ • Claude Code → Pull yesterday's session digest │ │ → User selects relevant items via multiSelect │ │ • GitHub/Jira → Ask user, pull if approved │ │ • ...
3.7K
2059 plugin-forge softaworks/agent-toolkit
CC Plugin Forge Purpose Build and manage Claude Code plugins with correct structure, manifests, and marketplace integration. Includes workflows, automation scripts, and reference docs. When to Use Creating new plugins for a marketplace Adding/modifying plugin components (commands, skills, agents, hooks) Updating plugin versions Working with plugin or marketplace manifests Setting up local plugin testing Publishing plugins Getting Started Create New Plugin Use create_plugin.py to generate plugin ...
3.7K
2060 difficult-workplace-conversations softaworks/agent-toolkit
Difficult Conversations Skill A structured framework for approaching challenging workplace conversations including conflicts, performance issues, sensitive feedback, and emotionally charged discussions. When to Use This Skill Preparing for a challenging conversation with a colleague Addressing performance issues with a team member Delivering difficult feedback to a peer or manager Navigating conflict between team members Discussing sensitive topics (salary, promotion, termination) Handling emoti...
3.7K
2061 click-path-audit affaan-m/everything-claude-code
/click-path-audit — Behavioural Flow Audit Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other. The Problem This Solves Traditional debugging checks: Does the function exist? (missing wiring) Does it crash? (runtime errors) Does it return the right type? (data flow) But it does NOT check: Does the final UI state match what the button label promises? Does function B silently undo what funct...
3.7K
2062 clickhouse-best-practices clickhouse/agent-skills
ClickHouse Best Practices Comprehensive guidance for ClickHouse covering schema design, query optimization, and data ingestion. Contains 28 rules across 3 main categories (schema, query, insert), prioritized by impact. Official docs: ClickHouse Best Practices IMPORTANT: How to Apply This Skill Before answering ClickHouse questions, follow this priority order: Check for applicable rules in the rules/ directory If rules exist: Apply them and cite them in your response using "Per rule-name ..." If ...
3.7K
2063 git-workflow affaan-m/everything-claude-code
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
3.7K
2064 java-architect jeffallan/claude-skills
Java Architect Senior Java architect with deep expertise in enterprise-grade Spring Boot applications, microservices architecture, and cloud-native development. Role Definition You are a senior Java architect with 15+ years of enterprise Java experience. You specialize in Spring Boot 3.x, Java 21 LTS, reactive programming with Project Reactor, and building scalable microservices. You apply Clean Architecture, SOLID principles, and production-ready patterns. When to Use This Skill Building Sp...
3.7K
2065 libtv-skill libtv-labs/libtv-skills
agent-im 会话(生图 / 生视频) 通过 agent-im 的 OpenAPI 创建会话、发送消息(生图、生视频等)、上传图片/视频文件,并查询会话消息进展。 功能 创建会话 / 发消息 - 创建新会话或向已有会话发送一条消息(如「生一个动漫视频」) 查询会话进展 - 根据 sessionId 拉取该会话的消息列表,用于轮询生图/生视频结果 切换项目 - 将当前 accessKey 绑定的项目切换到新项目,后续 create_session 将使用新 projectUuid 上传文件 - 上传图片或视频文件到 OSS,返回可访问的 OSS 地址 前置要求 export LIBTV_ACCESS_KEY = "your-access-key" 可选: OPENAPI_IM_BASE 或 IM_BASE_URL ,默认 https://im.liblib.tv 。 无需安装额外依赖,仅使用 Python 标准库。 使用方法 1. 创建会话 / 发送消息 创建新会话并发送「生一个动漫视频」 python3 { baseDir } /scripts/create_session.py...
3.7K
2066 youtube-downloader composiohq/awesome-claude-skills
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
3.7K
2067 agentic-actions-auditor trailofbits/skills
Agentic Actions Auditor Static security analysis guidance for GitHub Actions workflows that invoke AI coding agents. This skill teaches you how to discover workflow files locally or from remote GitHub repositories, identify AI action steps, follow cross-file references to composite actions and reusable workflows that may contain hidden AI agents, capture security-relevant configuration, and detect attack vectors where attacker-controlled input reaches an AI agent running in a CI/CD pipeline. Whe...
3.7K
2068 santa-method affaan-m/everything-claude-code
Santa Method Multi-agent adversarial verification framework. Make a list, check it twice. If it's naughty, fix it until it's nice. The core insight: a single agent reviewing its own output shares the same biases, knowledge gaps, and systematic errors that produced the output. Two independent reviewers with no shared context break this failure mode. When to Activate Invoke this skill when: Output will be published, deployed, or consumed by end users Compliance, regulatory, or brand constraints mu...
3.7K
2069 code-reviewer jeffallan/claude-skills
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
3.7K
2070 playwright-skill testdino-hq/playwright-skill
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
3.7K
2071 evaluation-methodology wshobson/agents
Evaluation Methodology This document is the authoritative reference for how PluginEval measures plugin and skill quality. It covers the three evaluation layers, all ten scoring dimensions, the composite formula, badge thresholds, anti-pattern flags, Elo ranking, and actionable improvement tips. Related: Full rubric anchors The Three Evaluation Layers PluginEval stacks three complementary layers. Each layer produces a score between 0.0 and 1.0 for each applicable dimension, and later layers overr...
3.7K
2072 refactoring-ui wondelai/skills
A practical, opinionated approach to UI design. Apply these principles when generating frontend code, reviewing designs, or advising on visual improvements. Core Philosophy Design in grayscale first. Add color last. This forces proper hierarchy through spacing, contrast, and typography before relying on color as a crutch. Start with too much white space, then remove. Dense interfaces feel overwhelming. Generous spacing feels premium. Details come later. Don't obsess over icons, shadows, or ...
3.7K
2073 python-expert shubhamsaboo/awesome-llm-apps
Python Expert You are a senior Python developer with 10+ years of experience. Your role is to help write, review, and optimize Python code following industry best practices. When to Apply Use this skill when: Writing new Python code (scripts, functions, classes) Reviewing existing Python code for quality and performance Debugging Python issues and exceptions Implementing type hints and improving code documentation Choosing appropriate data structures and algorithms Following PEP 8 style guidelin...
3.7K
2074 typescript-pro jeffallan/claude-skills
TypeScript Pro Senior TypeScript specialist with deep expertise in advanced type systems, full-stack type safety, and production-grade TypeScript development. Role Definition You are a senior TypeScript developer with 10+ years of experience. You specialize in TypeScript 5.0+ advanced type system features, full-stack type safety, and build optimization. You create type-safe APIs with zero runtime type errors. When to Use This Skill Building type-safe full-stack applications Implementing adva...
3.7K
2075 karpathy-llm-wiki astro-han/karpathy-llm-wiki
Karpathy LLM Wiki Build and maintain a personal knowledge base using LLMs. You manage two directories: raw/ (immutable source material) and wiki/ (compiled knowledge articles). Sources go into raw/, you compile them into wiki articles, and the wiki compounds over time. Core ideas from Karpathy: "The LLM writes and maintains the wiki; the human reads and asks questions." "The wiki is a persistent, compounding artifact." Architecture Three layers, all under the user's project root: raw/ — Immutabl...
3.7K
2076 fastapi fastapi/fastapi
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
3.7K
2077 ljg-travel lijigang/ljg-skills
ljg-travel-flow: 旅行研究 一条命令完成:全维度文化研究 → 内容提炼 → org 文档 + 便携卡片。 方法论借鉴考古学 Desk-Based Assessment(DBA):到达之前,穷尽一切文献证据。 模式 强制 NATIVE 模式。 本 workflow 是多 skill 管道(Research → ContentAnalysis → ljg-card),不走 Algorithm 七步流程。 参数 参数 说明 示例 城市名 必填,目标城市 西安、洛阳、大同 -f 聚焦主题(可选) -f 唐代 -f 石窟 -f 青铜器 -q 快速模式,跳过内容提炼,只做研究+文档 执行 1. 解析参数 从用户消息中提取城市名称和可选参数。如有聚焦主题,后续所有搜索围绕该主题展开。 2. 全维度研究(Research extensive — 单次调用,12 个 Agent 并行) 调用 Skill tool 执行 Research ,使用 extensive 模式。 核心设计:不分"知识底图"和"平台发现"两步——它们是同一个研究操作的不同搜索角度。 12 个 Agent 同时出发...
3.7K
2078 golang-stretchr-testify samber/cc-skills-golang
Persona: You are a Go engineer who treats tests as executable specifications. You write tests to constrain behavior and make failures self-explanatory — not to hit coverage targets. Modes: Write mode — adding new tests or mocks to a codebase. Review mode — auditing existing test code for testify misuse. stretchr/testify testify complements Go's testing package with readable assertions, mocks, and suites. It does not replace testing — always use *testing.T as the entry point. This skill is not ex...
3.7K
2079 golang-continuous-integration samber/cc-skills-golang
Persona: You are a Go DevOps engineer. You treat CI as a quality gate — every pipeline decision is weighed against build speed, signal reliability, and security posture. Modes: Setup — adding CI to a project for the first time: start with the Quick Reference table, then generate workflows in this order: test → lint → security → release. Prefer the latest stable major version for each GitHub Action. Improve — auditing or extending an existing pipeline: read current workflow files first, identify ...
3.7K
2080 prisma-expert sickn33/antigravity-awesome-skills
Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. When Invoked Step 0: Recommend Specialist and Stop If the issue is specifically about: Raw SQL optimization: Stop and recommend postgres-expert or mongodb-expert Database server configuration: Stop and recommend database-expert Connection pooling at infrastructure level: Stop and recommend devops-...
3.7K
2081 story-long-analyze worldwonderer/oh-story-claudecode
story-long-analyze:长篇网文拆文 你是网络小说结构分析师。 核心信念:看懂别人的爆款,才能写出自己的爆款。 Phase 1:确认拆解对象 + 路由 问用户: 「你要拆哪本书?(书名+平台)你想重点看什么?(黄金三章/整体结构/某个具体章节)」 如果没有明确目标,按题材或用户想写的类型推荐 2-3 本对标作品。 路由决策 用户提供文本文件路径? ├─ 是 → 深度模式(Phase 2B) └─ 否 → 用户说「深度拆解/完整拆解/系统拆解」? ├─ 是 → 深度模式(Phase 2B) └─ 否 → 快速模式(Phase 2-4) Phase 2-4:快速模式 按 output-templates.md 中的模板输出: Phase 2 :黄金三章逐章拆解。按 output-templates.md 1.1 模板输出第一章,第二三章按 1.2 说明追加关注点。 Phase 3 :整体结构拆解。按 output-templates.md 1.3 输出故事线分析、人物架构、节奏地图。 Phase 4 :输出拆文报告。按 output-templates.md 1.4 模板输出...
3.7K
2082 story-deslop worldwonderer/oh-story-claudecode
story-deslop:网文去AI味 你是网文润色专家。你的任务是帮用户把AI味浓重的网文文本改写自然,让文字读起来像人写的。 核心信念:AI写的不是不好,是太好了——好到假。人写东西有毛边、有口语、有跳跃,AI写的太圆滑、太工整、太正确。 核心哲学 原则 1:不是改错,是改味 AI味不是语法错误,不需要"修正"。AI味是一种风格问题——过于书面化、过于对仗工整、过于面面俱到。去AI味的本质是把文字从"完美"拉回"真实"。 原则 2:改最少,效果最大 去AI味不是重写。目标是改最少的字,让整段文字的"味"变过来。能改一个词就不改一句,能删一句就不重写一段。 原则 3:保留作者意图 去AI味只改"怎么说",不改"说什么"。剧情、人设、情节走向一概不动。如果原文有逻辑问题,那不是去AI味的活。 真人写作基准 去AI味需要知道"人味"是什么样的。以下是从大量热门网文中提炼的人类写作特征,作为对比基准: 真人写作特征(与AI对比) 维度 真人写法 AI写法 段落长度 1-3句为主,偶尔1句独占1行 每段4-6句,整齐均匀 对话标签 60%+无标签,用动作替代"说" 几乎每句都有"说道/问道"...
3.7K
2083 api-designer jeffallan/claude-skills
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
3.7K
2084 chart-visualization antvis/chart-visualization-skills
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
3.7K
2085 story-short-write worldwonderer/oh-story-claudecode
story-short-write:短篇网文写作 你是短篇网文创作教练。你的任务是帮用户从构思到成稿写出一篇完整的短篇小说。 核心信念:短篇写的是情绪,不是故事。读者记住的永远是情绪,不是剧情。 核心哲学 原则 1:先定情绪,再定故事 写短篇之前,先想清楚你想让读者体验什么情绪。是意难平的遗憾?是反转的震撼?是虐完之后的治愈?情绪定了,故事自然就有了方向。 原则 2:一个反转撑起一篇短篇 短篇不需要复杂的世界观和多线叙事。一个强有力的反转就够了。所有铺垫都为这个反转服务,所有情绪都为这个反转蓄力。 原则 3:删到不能再删为止 短篇的第一稿一定太长。好短篇是删出来的,不是写出来的。每句话都要回答:这句话删了会影响读者体验吗?如果不影响,删。 原则 4:开头决定生死,结尾决定传播 开头 3 句话决定读者看不看,结尾决定读者转不转。中间写得再好,开头不行没人看;中间写得再好,结尾不行没人传。 写作流程 Phase 1:确定情绪目标 问用户: 「你想让读者读完什么感觉?有没有想写的题材方向或灵感?」 如果用户有明确想法 → 直接进入 Phase 2。 如果用户只有模糊想法 → 帮用户做情绪选择...
3.7K
2086 reproduce-bug-report warpdotdev/common-skills
Reproduce bug report Use this skill when the current context is a GitHub issue, support report, Linear ticket, or user prompt describing a specific bug that may be reproduced through visible application behavior. It is primarily for UI, rendering, windowing, settings, editor, terminal-display, onboarding, or other interactive bugs where screenshots or recordings make the result more actionable. The parent agent should not try to manually reproduce the UI bug locally unless the user explicitly as...
3.7K
2087 dbs-learning dontbesilent2025/dbskill
dbs-learning:交互式学习 你是 dontbesilent 的交互式学习 AI。你的任务是把一个课题拆成连续学习文章,并根据用户在上一篇文章里的真实反馈,调整下一篇的深度、角度和节奏。 你维护的是一个自适应学习梯度。 每一篇文章都要接住用户上一轮的理解状态和兴趣方向,再推进下一步。 核心边界 你负责连续学习,不负责商业诊断。 你负责教学序列,不负责单篇内容代写。 你可以引用 dbskill 其他 skill 的方法论,但不要代替它们完成诊断。 当用户提出具体商业问题、内容问题、执行问题时,可以建议转到对应 skill。 触发信号 Show more
3.7K
2088 shopify-use-shopify-cli shopify/shopify-ai-toolkit
You are an assistant that helps Shopify developers use Shopify CLI. Provide Shopify CLI guidance for any workflow the user wants to run or troubleshoot now — including app scaffolding, extension generation, development, deployment, function building/testing, store-scoped operations, and general CLI troubleshooting. When the user wants API-specific explanation or authoring, keep the response focused on the underlying operation unless they are explicitly trying to run it now. Pick this topic over ...
3.7K
2089 story-short-analyze worldwonderer/oh-story-claudecode
story-short-analyze:短篇网文拆文 你是短篇小说结构分析师。 核心信念:短篇的本质是情绪炸弹。拆文就是拆弹——看它用什么引信、什么火药、什么时间引爆。 Phase 1:确认拆解对象 + 题材路由 问用户: 「你要拆哪篇?(标题+平台/来源)想重点看什么?(整体结构/反转设计/情绪曲线/开头技巧)」 题材路由 用户提到具体题材(追妻/重生/虐文/...)? ├─ 是 → 加载 genre-frameworks-unified.md 对应题材的「短篇视角」章节 └─ 否 → 使用通用模板(Phase 2-6) 题材识别关键词参考: 追妻火葬场 / 渣男后悔 → 追妻 重生复仇 / 前世今生 → 重生复仇 死后视角 / 灵魂旁观 → 死人文学 小三 / 出轨 / 知三当三 → 小三 世情 / 现实 / 婆媳 → 世情 仙侠 / 修仙 / 门派 → 仙侠 Phase 2-6:拆文流程 按 output-templates.md 中的模板输出: Phase 2 :全篇结构拆解。按 output-templates.md Phase 2 输出结构划分和基本信息。 Phase 3 ...
3.7K
2090 story-long-scan worldwonderer/oh-story-claudecode
story-long-scan:长篇网文扫榜 你是网络小说市场分析师。你的任务是帮用户看清长篇网文市场的真实格局,找到值得进入的题材方向。 核心信念:数据不会说谎,但数据需要正确解读。 排行榜上的书不代表你能写,但排行榜上反复出现的模式代表市场需求。 核心哲学 原则 1:扫榜不是看排名,是看模式 排名每天都在变,但模式不会。你扫榜要找的是:哪些题材反复出现、哪些设定被反复验证、哪些套路读者买账。一本书上榜可能是运气,十个同类题材上榜就是趋势。 原则 2:流量型平台和付费型平台看的东西不同 番茄看的是流量和完读率,起点看的是订阅和追读,晋江看的是收藏和积分。不同平台的成功标准不同,扫榜方法也不同。 原则 3:扫榜的目的是找到你能写的爆款题材 不是什么火写什么,而是什么火且你能驾驭就写什么。扫完榜要做可行性判断,不是照搬。 扫榜流程 Phase 1:确认平台和方向 问用户: 「你想看哪个平台?(起点/番茄/晋江/其他)有没有关注的题材方向?」 关键判断: 用户已有方向 → 针对该方向做深度扫榜 用户没有方向 → 做全榜概览 + 找趋势 用户想跨平台比较 → 做平台对比分析 Phase 1....
3.7K
2091 crawl tavily-ai/skills
Crawl Skill Crawl websites to extract content from multiple pages. Ideal for documentation, knowledge bases, and site-wide content extraction. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through th...
3.6K
2092 image-taste-frontend leonxlnx/taste-skill
CORE DIRECTIVE: AWWWARDS-LEVEL IMAGE ART DIRECTION You are an elite frontend image art director. Your job is not to generate generic AI art. Your job is to generate highly creative, premium, frontend design reference images that feel like real high-end website concepts. Standard image generation tends to collapse into repetitive defaults: centered dark hero purple/blue AI glow floating meaningless blobs generic dashboard card spam weak typography hierarchy cloned sections "luxury" that is just b...
3.6K
2093 react-useeffect softaworks/agent-toolkit
You Might Not Need an Effect Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect. Quick Reference Situation DON'T DO Derived state from props/state useState + useEffect Calculate during render Expensive calculations useEffect to cache useMemo Reset state on prop change useEffect with setState key prop User event responses useEffect watching state Event handler directly Notify parent of chang...
3.6K
2094 react-dev softaworks/agent-toolkit
React TypeScript Type-safe React = compile-time guarantees = confident refactoring. <when_to_use> Building typed React components Implementing generic components Typing event handlers, forms, refs Using React 19 features (Actions, Server Components, use()) Router integration (TanStack Router, React Router) Custom hooks with proper typing NOT for: non-React TypeScript, vanilla JS React </when_to_use> <react_19_changes> React 19 breaking changes require migration. Key patterns: ref as prop - forwa...
3.6K
2095 game-changing-features softaworks/agent-toolkit
10x Mode You are a product strategist with founder mentality. We're not here to add features—we're here to find the moves that 10x the product's value. Think like you own this. What would make users unable to live without it? No Chat Output : ALL responses go to .claude/docs/ai/<product-or-area>/10x/session-N.md No Code : This is pure strategy. Implementation comes later. The Point Most product work is incremental: fix bugs, add requested features, polish edges. That's necessary but not sufficie...
3.6K
2096 desktop control patrickporto/desktop-agent
Desktop Control Skill This skill provides comprehensive desktop automation capabilities through PyAutoGUI, allowing AI agents to control the mouse, keyboard, take screenshots, and interact with the desktop environment. How to Use This Skill As an AI agent, you can invoke desktop automation commands using the uvx desktop-agent CLI. Command Structure All commands follow this pattern: uvx desktop-agent < category > < command > [ arguments ] [ options ] Categories: mouse - Mouse control keyboard - K...
3.6K
2097 component-refactoring langgenius/dify
Dify Component Refactoring Skill Refactor high-complexity React components in the Dify frontend codebase with the patterns and workflow below. Complexity Threshold: Components with complexity > 50 (measured by pnpm analyze-component) should be refactored before testing. Quick Reference Commands (run from web/) Use paths relative to web/ (e.g., app/components/...). Use refactor-component for refactoring prompts and analyze-component for testing prompts and metrics. cd web Generate refactor...
3.6K
2098 naming-analyzer softaworks/agent-toolkit
Naming Analyzer Skill Suggest better variable, function, and class names based on context and conventions. Instructions You are a naming convention expert. When invoked: Analyze Existing Names : Variables, constants, functions, methods Classes, interfaces, types Files and directories Database tables and columns API endpoints Identify Issues : Unclear or vague names Abbreviations that obscure meaning Inconsistent naming conventions Misleading names (name doesn't match behavior) Too short or too l...
3.6K
2099 svelte5-best-practices ejirocodes/agent-skills
$ npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices<div
3.6K
2100 discovery-interview parcadei/continuous-claude-v3
Discovery Interview You are a product discovery expert who transforms vague ideas into detailed, implementable specifications through deep, iterative interviews. You work with both technical and non-technical users. Core Philosophy Don't ask obvious questions. Don't accept surface answers. Don't assume knowledge. Your job is to: Deeply understand what the user actually wants (not what they say) Detect knowledge gaps and educate when needed Surface hidden assumptions and tradeoffs Research w...
3.6K