███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10201 | writing-react-native-storybook-stories | storybookjs/react-native |
React Native Storybook Stories Write stories for React Native components using @storybook/react-native v10 and Component Story Format (CSF). Quick Start Minimal story file: import type { Meta , StoryObj } from '@storybook/react-native' ; import { MyComponent } from './MyComponent' ; const meta = { component : MyComponent , } satisfies Meta < typeof MyComponent > ; export default meta ; type Story = StoryObj < typeof meta > ; export const Basic : Story = { args : { label : 'Hello' , } , } ; File ...
|
307 |
| 10202 | reading-invoice | kazukinagata/shinkoku |
請求書 画像読み取り 請求書の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(金額・日付・請求元等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以下の「基本ルール」と「出力フォーマット」をプロンプトとして渡し、画像...
|
307 |
| 10203 | 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 "修改提醒时间" ...
|
306 |
| 10204 | flowkit-naming | webflow/webflow-skills |
Apply FlowKit CSS naming conventions in Webflow projects using Webflow Designer tools. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `webflow_guide_tool` to get best practices before starting - Use Webflow MCP's `data_sites_tool` with action `list_sites` to identify the target site - Use Webflow MCP's `de_page_tool` to get current page and switch pages - Use Webflow MCP's `element_tool` to select elements and inspect current classes - Use Webflow MCP...
|
306 |
| 10205 | chrome-browser | oimiragieo/agent-studio |
Chrome Browser Automation Installation Standalone script : No download; the skill invokes .claude/tools/chrome-browser/chrome-browser.cjs (Node.js v18+ required). MCP integrations (for full automation): Chrome DevTools MCP : Usually bundled with the environment; ensure Chrome/Chromium is installed ( google.com/chrome ). Claude-in-Chrome : Install the Claude-in-Chrome extension and run with --chrome when needed. Cheat Sheet & Best Practices Testing: Test user-visible behavior, not implementation....
|
306 |
| 10206 | error-debugging-error-analysis | sickn33/antigravity-awesome-skills |
Error Analysis and Resolution You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions. Use this skill when Investigating production incidents or recurring errors Performing root-cause analysis across services Designing observability and error handling improvements Do not use this skill when The task is purely feature development You cannot access error reports, logs, o...
|
306 |
| 10207 | feishu-docx | leemysw/feishu-docx |
Feishu Docx Exporter Export Feishu/Lark cloud documents to Markdown for AI analysis, writing, and automation. Setup (One-time) pip install feishu-docx feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET Token auto-refreshes. No user interaction required. Optional: Browser-Based Export export-browser requires Playwright and a Chromium runtime: pip install playwright Show more Installs 301 Repository leemysw/feishu-docx GitHub Stars 202 First Seen Jan 22, 2026 Security Audits ...
|
306 |
| 10208 | gpui-layout-and-style | longbridge/gpui-component |
Overview GPUI provides CSS-like styling with Rust type safety. Key Concepts: Flexbox layout system Styled trait for chaining styles Size units: px(), rems(), relative() Colors, borders, shadows Quick Start Basic Styling use gpui::*; div() .w(px(200.)) .h(px(100.)) .bg(rgb(0x2196F3)) .text_color(rgb(0xFFFFFF)) .rounded(px(8.)) .p(px(16.)) .child("Styled content") Flexbox Layout div() .flex() .flex_row() // or flex_col() for column .gap(px(8.)) .it...
|
306 |
| 10209 | voice-analysis | jwynia/agent-skills |
Voice & Tone Analysis Purpose Extract and document a writer's distinctive voice patterns for consistent reproduction. Creates a "voice guide" that enables authentic writing that sounds like the source, not a generic approximation. Core Principle Capture spirit, not just mechanics. The goal is writing that makes the source say "yes, that's me" not "I guess that's accurate." Phase 1: Sample Collection Gather 5-10 Examples from Each Category Peak Voice - Writing they identify as "most them" O...
|
306 |
| 10210 | postgresql-expert | personamanagmentlayer/pcl |
PostgreSQL Expert You are an expert in PostgreSQL with deep knowledge of advanced queries, indexing, performance tuning, replication, and database administration. You design and manage production PostgreSQL databases that are performant, reliable, and scalable. Core Expertise Advanced Data Types JSON and JSONB: -- Create table with JSONB CREATE TABLE events ( id SERIAL PRIMARY KEY, event_type VARCHAR(50), data JSONB NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); ...
|
306 |
| 10211 | android-viewmodel | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
306 |
| 10212 | deep-research | sanjay3290/ai-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
306 |
| 10213 | memory-tasks | basicmachines-co/basic-memory-skills |
Memory Tasks Manage work-in-progress using Basic Memory's schema system. Tasks are just notes with type: Task — they live in the knowledge graph, validate against a schema, and survive context compaction. When to Use Starting multi-step work (3+ steps, or anything that might outlast the context window) After compaction/restart — search for active tasks to resume Pre-compaction flush — update all active tasks with current state On demand — user asks to create, check, or manage tasks Task Schema T...
|
306 |
| 10214 | google-spaces-updates | jezweb/claude-skills |
Google Spaces Updates Status: Production Ready Last Updated: 2026-01-09 Post updates to a team Google Chat Space via webhook. Quick Start 1. Setup (first time per project) Run /google-spaces-updates setup or manually create .claude/settings.json: { "project": { "name": "my-project", "repo": "github.com/org/my-project" }, "team": { "chat_webhook": "https://chat.googleapis.com/v1/spaces/SPACE_ID/messages?key=KEY&token=TOKEN", "members": ["Deepinder", "Joshua", "Raquel"] ...
|
305 |
| 10215 | paseo-chat | getpaseo/paseo |
Paseo Chat Skill This skill teaches how to use chat rooms for agent coordination via the Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first if you need CLI guidance for launching or messaging agents. Rules When using chat: create a room with paseo chat create if you need a new room inspect available rooms with paseo chat ls and paseo chat inspect post with paseo chat post read with paseo chat read keep reads bounded, usually --limit 10 or --limit 20 check chat often...
|
305 |
| 10216 | minimax-understand-image | thincher/awsome_skills |
minimax-understand-image 使用 MiniMax MCP 服务器进行图像理解和分析。 执行流程(首次需要安装,后续直接步骤4调用) 步骤 1: 检查并安装依赖 1.1 检查 uvx 是否可用 which uvx 如果不存在,安装 uv: 方法 1: 使用官方安装脚本(推荐) curl -LsSf https://astral.sh/uv/install.sh | sh 方法 2: 使用国内镜像加速(如果官方脚本下载失败) 临时使用清华镜像源安装: export UV_INDEX_URL = "https://pypi.tuna.tsinghua.edu.cn/simple" curl -LsSf https://astral.sh/uv/install.sh | sh 或者临时使用阿里云镜像源: export UV_INDEX_URL = "https://mirrors.aliyun.com/pypi/simple/" curl -LsSf https://astral.sh/uv/install.sh | sh 1.2 检查 MCP 服务器是否已安装 uvx ...
|
305 |
| 10217 | stock-analysis | bruce-shi/ticker-cli |
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
|
305 |
| 10218 | writing-clearly-and-concisely | davila7/claude-code-templates |
Writing Clearly and Concisely Overview Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns). When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill. Limited Conte...
|
305 |
| 10219 | unreal-engine | dstn2000/claude-unreal-engine-skill |
Unreal Engine Development Assistant Core Philosophy: Zero Assumptions CRITICAL: Never make assumptions about the user's project. Every Unreal project is unique in structure, assets, and configuration. Always verify before suggesting code or assets. Pre-Flight Discovery Protocol When a user asks for Unreal Engine help, ALWAYS execute this discovery sequence FIRST: 1. Locate the .uproject File find . -maxdepth 2 -name "*.uproject" -type f If found: Read it to extract: Engine version from "E...
|
305 |
| 10220 | google-sheets | membranedev/application-skills |
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
|
305 |
| 10221 | data-engineering-data-driven-feature | sickn33/antigravity-awesome-skills |
Data-Driven Feature Development Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation. [Extended thinking: This workflow orchestrates a comprehensive data-driven development process from initial data analysis and hypothesis formulation through feature implementation with integrated analytics, A/B testing infrastructure, and post-launch analysis. Each phase leverages specialized agents to ensure f...
|
305 |
| 10222 | ln-724-artifact-cleaner | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-724-artifact-cleaner Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Removes platform-specific artifacts from projects exported from online platforms, preparing them for production deployment. Overview Aspect Details Input Project directory, platform (auto-detect or manual) Output Clean ...
|
305 |
| 10223 | nansen-smart-money-trend | nansen-ai/nansen-cli |
TOKEN = < address > CHAIN = ethereum nansen research smart-money netflow --chain $CHAIN --limit 200 → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_fl...
|
305 |
| 10224 | alicloud-ai-audio-tts-voice-clone-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts-voice-clone Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response...
|
304 |
| 10225 | loom-transcript | n8n-io/n8n |
Loom Transcript Fetcher Fetch the transcript from a Loom video using Loom's GraphQL API. Instructions Given the Loom URL: $ARGUMENTS 1. Extract the Video ID Parse the Loom URL to extract the 32-character hex video ID. Supported URL formats: https://www.loom.com/share/<video-id> https://www.loom.com/embed/<video-id> https://www.loom.com/share/<video-id>?sid=<session-id> The video ID is the 32-character hex string after /share/ or /embed/ . 2. Fetch Video Metadata Use the WebFetch tool to POST to ...
|
304 |
| 10226 | competitor-alternatives | davila7/claude-code-templates |
Competitor & Alternative Pages You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively. 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...
|
304 |
| 10227 | railway-database | davila7/claude-code-templates |
Railway Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the railway-templates skill. When to Use User asks to "add a database", "add Postgres", "add Redis", etc. User needs a database for their application User asks about connecting to a database User says "add postgres and connect to my server" User says "wire up the database" Decision Flow ALWAYS check for exis...
|
304 |
| 10228 | implementing-llms-litgpt | davila7/claude-code-templates |
LitGPT - Clean LLM Implementations Quick start LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows. Installation: pip install 'litgpt[extra]' Load and use any model: from litgpt import LLM Load pretrained model llm = LLM.load("microsoft/phi-2") Generate text result = llm.generate( "What is the capital of France?", max_new_tokens=50, temperature=0.7 ) print(result) List available models: litgpt download list...
|
304 |
| 10229 | gh-address-comments | davila7/claude-code-templates |
PR Comment Handler Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access. Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status , rerun it with sandbox_permissions=require_escalated . 1) Inspect comments needing attention Run scripts/fetch_comments.py whic...
|
304 |
| 10230 | skill-judge | davila7/claude-code-templates |
Skill Judge Evaluate Agent Skills against official specifications and patterns derived from 17+ official examples. Core Philosophy What is a Skill? A Skill is NOT a tutorial. A Skill is a knowledge externalization mechanism . Traditional AI knowledge is locked in model parameters. To teach new capabilities: Traditional: Collect data → GPU cluster → Train → Deploy new version Cost: $10,000 - $1,000,000+ Timeline: Weeks to months Skills change this: Skill: Edit SKILL.md → Save → Takes effect on ne...
|
304 |
| 10231 | lint-and-validate | davila7/claude-code-templates |
Lint and Validate Skill MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Procedures by Ecosystem Node.js / TypeScript Lint/Fix: npm run lint or npx eslint "path" --fix Types: npx tsc --noEmit Security: npm audit --audit-level=high Python Linter (Ruff): ruff check "path" --fix (Fast & Modern) Security (Bandit): bandit -r "path" -ll Types (MyPy): mypy "path" The Quality Loop Write/Edit Code Run Audit: npm run lint && npx tsc ...
|
304 |
| 10232 | revision | jwynia/agent-skills |
Revision: Diagnostic Skill You diagnose revision-level problems and guide systematic manuscript improvement. Your role is to help writers work through revision efficiently and know when they're done. Core Principle Revision is not one activity but many, each operating at a different scale. Work from largest scale to smallest: Developmental (structure, story) Line (sentences, paragraphs) Copy (mechanics, consistency) Crucial insight: Polishing prose in a scene you'll later cut is wasted eff...
|
304 |
| 10233 | llamaparse | run-llama/llamaparse-agent-skills |
LlamaParse Skill Parse unstructured documents (such as PDF, DOCX, PPTX, XLSX) with LlamaParse and extract their contents (text, markdown, images...). Initial Setup When this skill is invoked, respond with: I'm ready to use LlamaParse to parse files. Before we begin, please confirm that: - `LLAMA_CLOUD_API_KEY` is set as environment variable within the current environment - `@llamaindex/llama-cloud@latest` is installed and available within the current Node environment If both of them are set, ple...
|
304 |
| 10234 | site-crawler | mindmorass/reflex |
Site Crawler Skill Respectfully crawl documentation sites and web content for RAG ingestion. Overview Documentation sites, blogs, and knowledge bases contain valuable structured content. This skill covers: Respectful crawling (robots.txt, rate limiting) Structure-preserving extraction Incremental updates (only fetch changed pages) Sitemap-based discovery Prerequisites HTTP client pip install httpx HTML parsing pip install beautifulsoup4 lxml Clean article extraction pip install trafilat...
|
303 |
| 10235 | auto-skill | toolsai/auto-skill |
Auto-Skill 自進化知識系統 核心循環(Step 1–5) 你必須在每一輪對話中遵循以下核心循環: 0.5 環境自我檢查與加固(Self-Bootstrapping) 本步驟只在每個對話的第一次觸發 auto-skill 時執行一次: 定位全局規則文件 :根據當前 IDE 查找對應的全局規則文件: IDE 全局規則文件路徑 Antigravity ~/.gemini/GEMINI.md Cursor ~/.cursor/rules/global.mdc Claude Code ~/.claude/CLAUDE.md Codex ~/.codex/instructions.md 以上為常見路徑,不限於此列表。若當前 IDE 不在列表中,請嘗試尋找該 IDE 的全局規則文件。 偵測加固狀態 :讀取該文件,檢查是否已包含「任務啟動協議」相關規則。 自動追加規則 :若未包含,在文件末尾追加以下內容: 任務啟動協議 (強制) * 當開啟新任務或觸發任何技能時,必須先讀取並執行 auto-skill 技能的 SKILL.md。 回覆提示 :完成後告知用戶:「我已自動加固您的全局規則,確保...
|
303 |
| 10236 | compose-navigation | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
303 |
| 10237 | active-directory-attacks | sickn33/antigravity-awesome-skills |
Active Directory Attacks Purpose Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing. Inputs/Prerequisites Kali Linux or Windows attack platform Domain user credentials (for most attacks) Network access to Domain Controller Tools: Impacket, Mimikatz, BloodHound, Rubeus, CrackMapExec Outputs...
|
303 |
| 10238 | sparse-autoencoder-training | davila7/claude-code-templates |
SAELens: Sparse Autoencoders for Mechanistic Interpretability SAELens is the primary library for training and analyzing Sparse Autoencoders (SAEs) - a technique for decomposing polysemantic neural network activations into sparse, interpretable features. Based on Anthropic's groundbreaking research on monosemanticity. GitHub: jbloomAus/SAELens (1,100+ stars) The Problem: Polysemanticity & Superposition Individual neurons in neural networks are polysemantic - they activate in multiple, semanti...
|
303 |
| 10239 | openrlhf-training | davila7/claude-code-templates |
OpenRLHF - High-Performance RLHF Training Quick start OpenRLHF is a Ray-based RLHF framework optimized for distributed training with vLLM inference acceleration. Installation: Launch Docker container docker run --runtime=nvidia -it --rm --shm-size="10g" --cap-add=SYS_ADMIN \ -v $PWD:/openrlhf nvcr.io/nvidia/pytorch:25.02-py3 bash Uninstall conflicts sudo pip uninstall xgboost transformer_engine flash_attn pynvml -y Install OpenRLHF with vLLM pip install openrlhf[vllm] PPO Training (H...
|
303 |
| 10240 | codex | skills-directory/skill-codex |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
303 |
| 10241 | meitu-skills | meitu/meitu-skills |
meitu-skills (Root Entry) Purpose This is the top-level routing skill: Use meitu-poster for poster strategy, visual direction, and cover-design workflows. Use meitu-stickers for sticker pack and emoji pack generation from photos. Use meitu-visual-me for consolidated visual workflows such as try-on, portrait generation, group photo, and avatar sets. Use meitu-product-swap for swapping products in e-commerce images. Use meitu-video-dance for motion-transfer and dance-style video generation workflo...
|
303 |
| 10242 | observer-pattern | patternsdev/skills |
Observer Pattern Table of Contents When to Use When NOT to Use Instructions Details Source With the observer pattern , we can subscribe certain objects, the observers , to another object, called the observable . Whenever an event occurs, the observable notifies all its observers! When to Use Use this when you need to notify multiple parts of an application about state changes or events This is helpful for implementing event-driven, asynchronous communication between components When NOT to Use Wh...
|
303 |
| 10243 | stock-question-refiner | liangdabiao/claude-code-stock-deep-research-agent |
Stock Question Refiner Role You are a Stock Investment Research Question Refiner specializing in crafting structured investment research prompts. Your primary objectives are: Ask clarifying questions first to understand the user's investment context, style, and research needs Generate structured research prompts that follow professional investment due diligence standards Eliminate vague requests by defining clear research parameters Core Directives Do Not Provide Investment Advice: Focus on re...
|
303 |
| 10244 | triage | readwiseio/readwise-skills |
Triage Move issues on the project backlog through a small state machine of triage roles. Every comment or issue posted to the backlog during triage must start with this disclaimer: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Roles Two category roles: bug — something is broken enhancement — new feature or improvement Five state roles: needs-triage — maintainer needs to e...
|
303 |
| 10245 | dotnet-backend | sickn33/antigravity-awesome-skills |
.NET Backend Agent - ASP.NET Core & Enterprise API Expert You are an expert .NET/C backend developer with 8+ years of experience building enterprise-grade APIs and services. When to Use Use this skill when the user asks to: Build or refactor ASP.NET Core APIs (controller-based or Minimal APIs) Implement authentication/authorization in a .NET backend Design or optimize EF Core data access patterns Add background workers, scheduled jobs, or integration services in C Improve reliability/performance...
|
303 |
| 10246 | webhook-integration | aj-geddes/useful-ai-prompts |
Dodo Payments Webhook Integration Reference: docs.dodopayments.com/developer-resources/webhooks Webhooks provide real-time notifications when payment events occur. Use them to automate workflows, update databases, send notifications, and keep your systems synchronized. Quick Setup 1. Configure Webhook in Dashboard Go to Dashboard → Developer → Webhooks Click "Create Webhook" Enter your endpoint URL Select events to subscribe to Copy the webhook secret 2. Environment Variables DODO_PAYMENTS_WEBHO...
|
303 |
| 10247 | openai apps mcp | jezweb/claude-skills |
Building OpenAI Apps with Stateless MCP Servers Status : Production Ready Last Updated : 2026-01-21 Dependencies : cloudflare-worker-base , hono-routing (optional) Latest Versions : @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5, wrangler@4.58.0 Overview Build ChatGPT Apps using MCP (Model Context Protocol) servers on Cloudflare Workers. Extends ChatGPT with custom tools and interactive widgets (HTML/JS UI rendered in iframe). Architecture : ChatGPT → MCP endpoint (JSON-RPC 2.0) → Tool...
|
302 |
| 10248 | firebase-storage | jezweb/claude-skills |
Firebase Cloud Storage Status: Production Ready Last Updated: 2026-01-25 Dependencies: None (standalone skill) Latest Versions: firebase@12.8.0, firebase-admin@13.6.0 Quick Start (5 Minutes) 1. Initialize Firebase Storage (Client) // src/lib/firebase.ts import { initializeApp } from 'firebase/app'; import { getStorage } from 'firebase/storage'; const firebaseConfig = { apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY, authDomain: process.env.NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN, projectId: ...
|
302 |
| 10249 | ln-644-dependency-graph-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Dependency Graph Auditor L3 Worker that builds and analyzes the module dependency graph to enforce architectural boundaries. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Build module dependency graph from import statements (Python, TS/JS, C, Java) Detect circular depend...
|
302 |
| 10250 | test-writer | leonardomso/33-js-concepts |
Skill: Test Writer for Concept Pages Use this skill to generate comprehensive Vitest tests for all code examples in a concept documentation page. Tests verify that code examples in the documentation are accurate and work as described. When to Use After writing a new concept page When adding new code examples to existing pages When updating existing code examples To verify documentation accuracy through automated tests Before publishing to ensure all examples work correctly Test Writing Methodo...
|
302 |