███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3301 | metrics-tracking | anthropics/knowledge-work-plugins |
Metrics Tracking Skill You are an expert at product metrics — defining, tracking, analyzing, and acting on product metrics. You help product managers build metrics frameworks, set goals, run reviews, and design dashboards that drive decisions. Product Metrics Hierarchy North Star Metric The single metric that best captures the core value your product delivers to users. It should be: Value-aligned : Moves when users get more value from the product Leading : Predicts long-term business success (re...
|
270 |
| 3302 | windows-builder | hashicorp/agent-skills |
Platform-agnostic patterns for building Windows images with Packer. Reference: [Windows Builders](https://developer.hashicorp.com/packer/guides/windows) Note: Windows builds incur significant costs and time. Expect 45-120 minutes per build due to Windows Updates. Failed builds may leave resources running - always verify cleanup. WinRM Communicator Setup Windows requires WinRM for Packer communication. AWS Example ``` source "amazon-ebs" "windows" { region = "us-west-2" instanc...
|
270 |
| 3303 | bug-hunt | boshu2/agentops |
Bug Hunt Skill Quick Ref: 4-phase investigation (Root Cause → Pattern → Hypothesis → Fix). Output: .agents/research/YYYY-MM-DD-bug-*.md YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Systematic investigation to find root cause and design a complete fix — or proactive audit to find hidden bugs before they bite. Requires: session-start.sh has executed (creates .agents/ directories for output) bd CLI (beads) for issue tracking if creating follow-up issues Modes Mode Invocation When Invest...
|
270 |
| 3304 | skill-creation-guide | davila7/claude-code-templates |
Skill Creator This skill provides guidance for creating effective skills. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Provide Specialized workflows - Multi-step procedu...
|
270 |
| 3305 | skill-creator | api/git |
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...
|
270 |
| 3306 | latex-posters | davila7/claude-code-templates |
LaTeX Research Posters Overview Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides comprehensive guidance for creating professional, visually appealing research posters using LaTeX packages. Generate publication-quality posters with proper layout, typography, color schemes, and visual hierarchy. When to Use This Skill This skill should be used when: Creating research posters for conferences, symposia, or post...
|
270 |
| 3307 | equity-research | anthropics/financial-services-plugins |
Equity Research Analysis You are an expert equity research analyst. Combine IBES consensus estimates, company fundamentals, historical prices, and macro data from MCP tools into structured research snapshots. Focus on routing tool outputs into a coherent investment narrative — let the tools provide the data, you synthesize the thesis. Core Principles Every piece of data must connect to an investment thesis. Pull consensus estimates to understand market expectations, fundamentals to assess busine...
|
269 |
| 3308 | grepai-trace-graph | yoanbernabeu/grepai-skills |
This skill covers using `grepai trace graph` to build complete call graphs showing all dependencies recursively. When to Use This Skill - Mapping complete function dependencies - Understanding complex code flows - Impact analysis for major refactoring - Visualizing application architecture What is Trace Graph? `grepai trace graph` builds a recursive dependency tree: ``` main ├── initialize │ ├── loadConfig │ │ └── parseYAML │ └── connectDB │ ├── createPool │ └── pin...
|
269 |
| 3309 | api-patterns | davila7/claude-code-templates |
API Patterns API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. 📑 Content Map File Description When to Read api-style.md REST vs GraphQL vs tRPC decision tree Choosing API type rest.md Resource naming, HTTP methods, status codes Designing REST API response.md Envelope pattern, error format, pagination Response structure graphql.md Schema design, w...
|
269 |
| 3310 | plaid-fintech | sickn33/antigravity-awesome-skills |
Plaid Fintech Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. Transactions Sync Use /transactions/sync for incremental transaction updates. More efficient than /transactions/get. Handle webhooks for real-time updates instead of polling. Item Error Handling and Update Mode Handle ITEM_LOGIN_REQUIRED erro...
|
269 |
| 3311 | compose-multiplatform-patterns | affaan-m/everything-claude-code |
Compose Multiplatform Patterns Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance. When to Activate Building Compose UI (Jetpack Compose or Compose Multiplatform) Managing UI state with ViewModels and Compose state Implementing navigation in KMP or Android projects Designing reusable composables and design systems Optimizing recomposition and rendering performance Sta...
|
269 |
| 3312 | research | boshu2/agentops |
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. 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 thi...
|
269 |
| 3313 | grepai-trace-callers | yoanbernabeu/grepai-skills |
This skill covers using `grepai trace callers` to find all code locations that call a specific function or method. When to Use This Skill - Finding all usages of a function before refactoring - Understanding function dependencies - Impact analysis before changes - Code navigation and exploration What is Trace Callers? `grepai trace callers` answers: "Who calls this function?" ``` func Login(user, pass) {...} ↑ │ ┌───────┴───────────────────┐ │ Who calls Login()? ...
|
269 |
| 3314 | antdv-next | antdv-next/skills |
The skill is based on Antdv Next playground docs and demos, generated at 2026-01-29. Language: zh-CN Docs and demos are copied into `references/` for offline use. Vue Docs | common-props | docs/vue/common-props.md | compatible-style | docs/vue/compatible-style.md | customize-theme | docs/vue/customize-theme.md | faq | docs/vue/faq.md | getting-started | docs/vue/getting-started.md | i18n | docs/vue/i18n.md | migration-antdv-next | docs/vue/migration-antdv-next.md Compo...
|
269 |
| 3315 | paywall-upgrade-cro | sickn33/antigravity-awesome-skills |
Paywall and Upgrade Screen CRO You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already ...
|
269 |
| 3316 | autoresearch | supercent-io/skills-template |
autoresearch "The researcher's job shifts from writing Python to writing Markdown." — Andrej Karpathy Autoresearch is an autonomous ML experimentation framework. An AI agent iteratively modifies train.py , runs fixed 5-minute GPU experiments, evaluates with a single metric ( val_bpb ), and commits only improvements via git ratcheting. The result: wake up to 100+ experiments logged and a monotonically better model. When to use this skill Setting up autoresearch on a GPU machine for the first time...
|
268 |
| 3317 | tavily-web | benedictking/tavily-web |
Tavily Web Skill Trigger Conditions & Endpoint Selection Choose Tavily endpoint based on user intent: search : Need to "search web / latest info / find sources / find links" extract : Given URL(s), need to extract/summarize content crawl : Need to traverse site following instructions and scrape page content map : Need to discover site page list/structure (without full content or metadata only) research : Need structured research output following given output_schema Recommended Architecture (Main...
|
268 |
| 3318 | asc-revenuecat-catalog-sync | rudrankriyam/app-store-connect-cli-skills |
asc RevenueCat catalog sync Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources. When to use You want to bootstrap RevenueCat from an existing ASC catalog. You want to create missing ASC subscriptions/IAPs, then map them into RevenueCat. You need a drift audit before release. You want deterministic product mapping based on identifiers. Preconditions asc authentication is configured ( asc auth login o...
|
268 |
| 3319 | chatgpt-app-builder | alpic-ai/skybridge |
ChatGPT App Builder Build ChatGPT apps with interactive widgets using mcp-use. Zero-config widget development with automatic registration and built-in React hooks. The app is consumed by two users at once : the human and the ChatGPT LLM . They collaborate through the widget -- the human interacts with it, the LLM sees its state. The widget is your shared surface. Before You Code Clarify what to build → discover.md : when starting a new app, validating an idea, or scoping features Design tools an...
|
268 |
| 3320 | qqbot-cron | sliverp/qqbot |
QQ Bot 智能提醒 让 AI 帮用户设置、管理定时提醒,支持私聊和群聊。 ⛔ 最重要的一条规则(读三遍) 调用 cron 工具时,payload.kind 必须是 "agentTurn" 。绝对不能用 "systemEvent" ! systemEvent 只会在 AI 会话里插入一条文本,用户根本收不到 QQ 消息。 只有 agentTurn + deliver: true + channel: "qqbot" + to 才能真正把消息发到 QQ。 🤖 AI 决策指南 时间确认规则 设置提醒前,先确认当前系统时间(查看上下文中的时间信息,或执行 date )。 纯相对时间("5分钟后"、"1小时后")可以跳过确认,直接算 Date.now() + 延迟毫秒 。 用户意图识别 用户说法 意图 cron 工具 action "5分钟后提醒我喝水" 创建一次性提醒 add (schedule.kind=at) "每天8点提醒我打卡" 创建周期提醒 add (schedule.kind=cron) "我有哪些提醒" 查询 list "取消喝水提醒" 删除 remove "修改提醒时间" ...
|
268 |
| 3321 | monetization-strategy | eronred/aso-skills |
Monetization Strategy You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current monetization model (free, freemium, paid, subscription, ads) Ask for current pricing (if applicable) Ask for conversion rate (free to paid, trial to subscription) Ask f...
|
268 |
| 3322 | mcp-lark | aahl/skills |
MCP Lark / FeiShu Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables. Lark MCP docs: https://open.larksuite.com/document/mcp_open_tools/call-feishu-mcp-server-in-remote-mode 飞书 MCP 文档: https://open.feishu.cn/document/mcp_open_tools/end-user-call-remote-mcp-server Environment variables Prioritize fetching from .env under the workspace, then use system environment variables. If not configured, ask the user for i...
|
268 |
| 3323 | supabase-postgres-best-practices | davila7/claude-code-templates |
Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design. When to Apply Reference these guidelines when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Optimizing for Postgres-specific features Working with Row...
|
268 |
| 3324 | earnings-analysis | anthropics/financial-services-plugins |
Equity Research Earnings Update Create professional EARNINGS UPDATE REPORTS analyzing quarterly results for companies already under coverage, following institutional standards (JPMorgan, Goldman Sachs, Morgan Stanley format). Key Characteristics: Length : 8-12 pages Word Count : 3,000-5,000 words Tables : 1-3 summary tables (NOT comprehensive) Figures : 8-12 charts Turnaround : 1-2 days (within 24-48 hours of earnings) Audience : Clients already familiar with the company Focus : What's NEW - bea...
|
268 |
| 3325 | add-component | signerlabs/shipswift-skills |
Add Component from ShipSwift Add production-ready SwiftUI components to your project using ShipSwift's recipe library. Each recipe is a complete, copy-paste-ready implementation with architecture documentation. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow Identify the c...
|
268 |
| 3326 | summarization | jwynia/agent-skills |
Summarization Purpose Create effective summaries by matching summarization type to purpose, audience, and context. "Summarize" can mean many different things—this skill helps identify and execute the right approach. Core Principle Summarization is translation, not just reduction. Different purposes require different summary types. Clarify the need before condensing. Clarifying Questions Before summarizing, consider: Purpose: What will this summary be used for? Decision-making Background i...
|
267 |
| 3327 | android-clean-architecture | affaan-m/everything-claude-code |
Android Clean Architecture Clean Architecture patterns for Android and KMP projects. Covers module boundaries, dependency inversion, UseCase/Repository patterns, and data layer design with Room, SQLDelight, and Ktor. When to Activate Structuring Android or KMP project modules Implementing UseCases, Repositories, or DataSources Designing data flow between layers (domain, data, presentation) Setting up dependency injection with Koin or Hilt Working with Room, SQLDelight, or Ktor in a layered archi...
|
267 |
| 3328 | doc-coauthoring | sickn33/antigravity-awesome-skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
267 |
| 3329 | omx | supercent-io/skills-template |
oh-my-codex (OMX) - Multi-Agent Orchestration for Codex CLI When to use this skill Orchestrating complex multi-agent workflows with OpenAI Codex CLI Running parallel team workers in tmux for coordinated task execution Using persistent MCP servers for state, memory, and code intelligence Executing staged pipelines (plan → prd → exec → verify → fix) Leveraging role-based agent prompts for specialized tasks 1. Core Concepts Role Prompts (30 Agents) Agent Tier Agents Use Case Core Development archit...
|
267 |
| 3330 | lottie | mindrally/skills |
Lottie Animation Guidelines You are an expert in Lottie animations, web performance, and JavaScript. Follow these guidelines when implementing Lottie animations. Core Principles Use dotLottie Format Prefer .lottie (dotLottie) format over .json - up to 90% smaller file size dotLottie bundles all assets (images, fonts) into a single compressed file Use the free dotLottie converter at lottiefiles.com Installation For React npm install @lottiefiles/dotlottie-react For vanilla JS npm install @lo...
|
267 |
| 3331 | value-realization | done-0/value-realization |
Value Realization Philosophy Status : Production Ready ✅ Version : 1.1.7 Last Updated : 2026-02-24 Type : Analytical Framework Overview This skill provides a philosophical framework and analytical methods for evaluating whether end users can "know" what value they can achieve through a product. It guides analysis from a value discovery perspective, rather than providing checklists. What this skill provides : Framework to evaluate product ideas when certainty is lacking Analysis methods for asses...
|
267 |
| 3332 | migrate-oxfmt | oxc-project/oxc |
This skill guides you through migrating a JavaScript/TypeScript project from Prettier or Biome to Oxfmt . Overview Oxfmt is a high-performance, Prettier-compatible code formatter. Most Prettier options are supported directly. An automated migration tool is built into oxfmt, supporting both Prettier and Biome as migration sources. Step 1: Run Automated Migration From Prettier npx oxfmt@latest --migrate prettier This will: Find and read your Prettier config (any format Prettier supports) Create .o...
|
267 |
| 3333 | filament-pro | marcelorodrigo/agent-skills |
Filament v5 Build powerful Laravel admin panels using Filament v5's server-driven UI with Schemas and Livewire v4 reactivity. Overview Filament v5 is a Laravel admin panel framework that provides complete CRUD interfaces, forms, tables, and dashboard components through a declarative PHP API. Built on Livewire v4, it offers real-time reactivity without writing JavaScript. Key Concepts PanelProvider : Central configuration class defining your admin panel Resources : Automatic CRUD interfaces for E...
|
267 |
| 3334 | customer-research | anthropics/knowledge-work-plugins |
Customer Research Skill You are an expert at conducting multi-source research to answer customer questions, investigate account contexts, and build comprehensive understanding of customer situations. You prioritize authoritative sources, synthesize across inputs, and clearly communicate confidence levels. Multi-Source Research Methodology Research Process Step 1: Understand the Question Before searching, clarify what you're actually trying to find: Is this a factual question with a definitive an...
|
267 |
| 3335 | schema-markup | sickn33/antigravity-awesome-skills |
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before imple...
|
267 |
| 3336 | electron-base | jezweb/claude-skills |
Build secure, modern desktop applications with Electron 33, Vite, React, and TypeScript. Quick Start 1. Initialize Project ``` Create Vite project npm create vite@latest my-app -- --template react-ts cd my-app Install Electron dependencies npm install electron electron-store npm install -D vite-plugin-electron vite-plugin-electron-renderer electron-builder ``` 2. Project Structure ``` my-app/ ├── electron/ │ ├── main.ts Main process entry │ ├── preload.ts Prelo...
|
267 |
| 3337 | code-simplify | paulrberg/agent-skills |
Code Simplify Objective Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs. Scope Resolution Verify repository context: git rev-parse --git-dir . If this fails, stop and tell the user to run from a git repository. If user provides file paths/patterns or a commit/range, scope is exactly those targets. Otherwise, scope is only session-modified files. Do not include other uncommitted changes. If the...
|
267 |
| 3338 | pubmed-database | davila7/claude-code-templates |
PubMed Database Overview PubMed is the U.S. National Library of Medicine's comprehensive database providing free access to MEDLINE and life sciences literature. Construct advanced queries with Boolean operators, MeSH terms, and field tags, access data programmatically via E-utilities API for systematic reviews and literature analysis. When to Use This Skill This skill should be used when: Searching for biomedical or life sciences research articles Constructing complex search queries with Boo...
|
266 |
| 3339 | azure-diagrams | eraserlabs/eraser-io |
Azure Diagram Generator Generates architecture diagrams for Azure infrastructure from ARM templates, Azure CLI output, or natural language descriptions. When to Use Activate this skill when: User has ARM (Azure Resource Manager) templates (JSON) User provides Azure CLI output (e.g., az vm list) User wants to visualize Azure resources User mentions Azure services (Virtual Machines, Storage Accounts, VNets, etc.) User asks to "diagram my Azure infrastructure" How It Works This skill generates...
|
266 |
| 3340 | database-design | davila7/claude-code-templates |
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
|
266 |
| 3341 | explainer | marswaveai/skills |
When to Use User wants to create an explainer or tutorial video User asks to "explain" something in video form User wants narrated content with AI-generated visuals User says "explainer video", "解说视频", "tutorial video" When NOT to Use User wants audio-only content without visuals (use /speech or /podcast ) User wants a podcast-style discussion (use /podcast ) User wants to generate a standalone image (use /image-gen ) User wants to read text aloud without video (use /speech ) Purpose Generate ex...
|
266 |
| 3342 | caido-mode | caido/skills |
Caido Mode Skill Overview Full-coverage CLI for Caido's API, built on the official @caido/sdk-client package. Covers: HTTP History - Search, retrieve, replay, edit requests with HTTPQL Replay & Sessions - Sessions, collections, entries, fuzzing Scopes - Create and manage testing scopes (allowlist/denylist patterns) Filter Presets - Save and reuse HTTPQL filter presets Environments - Store test variables (victim IDs, tokens, etc.) Findings - Create, list, update security findings Tasks - Monitor ...
|
266 |
| 3343 | godot-asset-generator | jwynia/agent-skills |
Godot Asset Generator Generate game assets using AI image generation APIs and prepare them for use in Godot 4.x. This skill covers the complete art pipeline from concept to Godot-ready sprites. When to Use This Skill Use this skill when: Generating game sprites, characters, or objects using AI Creating tilesets for platformers or top-down games Generating UI elements, icons, or menu assets Batch-generating animation frames Preparing AI-generated assets for Godot import Creating consistent as...
|
266 |
| 3344 | grepai-trace-callees | yoanbernabeu/grepai-skills |
This skill covers using `grepai trace callees` to find all functions called by a specific function. When to Use This Skill - Understanding function dependencies - Mapping function behavior - Finding deeply nested dependencies - Code comprehension and documentation What is Trace Callees? `grepai trace callees` answers: "What does this function call?" ``` func ProcessOrder(order) { validateOrder(order) calculateTotal(order) sendConfirmation(order.email) } │ ↓ ...
|
266 |
| 3345 | humanizer | davila7/claude-code-templates |
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 Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
|
266 |
| 3346 | nushell-pro | hustcer/nushell-pro |
Nushell Pro — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists na...
|
266 |
| 3347 | yahoo-finance | 0juano/agent-skills |
Yahoo Finance CLI A Python CLI for fetching comprehensive stock data from Yahoo Finance using yfinance. Requirements Python 3.11+ uv (for inline script dependencies) Installing uv The script requires uv - an extremely fast Python package manager. Check if it's installed: uv --version If not installed, install it using one of these methods: macOS / Linux curl -LsSf https://astral.sh/uv/install.sh | sh macOS (Homebrew) brew install uv Windows powershell - ExecutionPolicy ByPass - c "irm https://as...
|
266 |
| 3348 | tailwind-4-docs | lombiq/tailwind-agent-skills |
Tailwind 4 Docs Overview Use this skill to navigate a locally synced Tailwind CSS v4 documentation snapshot and answer development, configuration, and migration questions with official guidance. The docs snapshot is not bundled with this skill because the upstream repository is source-available but not open-source. Users must initialize the snapshot themselves and are responsible for complying with the upstream license. Quick start Check whether the docs snapshot is initialized ( references/docs...
|
265 |
| 3349 | zafer-skills | zaferayan/skills |
IMPORTANT: This is a SKILL file, NOT a project. NEVER run npm/bun install in this folder. NEVER create code files here. When creating a new project, ALWAYS ask the user for the project path first or create it in a separate directory (e.g., `~/Projects/app-name`). This guide is created to provide context when working with Expo projects using Claude Code. MANDATORY REQUIREMENTS When creating a new Expo project, you MUST include ALL of the following: Required Screens (ALWAYS CREATE) `src/ap...
|
265 |
| 3350 | resume bullet writer | paramchoudhary/resumeskills |
Use this skill when the user wants to: - Write or improve resume bullet points - Transform weak descriptions into strong achievements - Add metrics and quantifiable results - Make their experience more compelling - Mentions: "improve my bullets", "make my resume stronger", "quantify my achievements", "results-driven" Also use when you see weak bullets that need improvement (passive language, no metrics, vague descriptions). Core Capabilities - Transform weak bullet points into achieveme...
|
265 |