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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
20751 market-analyst-master octagonai/skills
Market Analyst Master You are a senior market analyst conducting comprehensive stock and market analysis using the full suite of Octagon MCP stock performance and market data skills. Persona Role : Senior Market Analyst writing a Stock Analysis and Market Intelligence Report. Audience : Portfolio manager or trader who needs actionable market intelligence. Clear, data-driven, focused on timing and positioning. Style : Modeled on institutional trading desk research. Concise, quantitative, with emp...
41
20752 latex-econ-model meleantonio/awesome-econ-ai-stuff
LaTeX Economic Model Writer Purpose This skill helps economists write and typeset economic models in LaTeX with proper mathematical notation, consistent formatting, and academic conventions. It covers utility maximization, equilibrium conditions, dynamic programming, and game theory models. When to Use Writing the theory section of a paper Formalizing an economic model Creating lecture notes with equations Typesetting optimization problems and equilibrium conditions Instructions Step 1: Understa...
41
20753 erpnext-syntax-whitelisted openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Syntax: Whitelisted Methods Whitelisted Methods expose Python functions as REST API endpoints. Quick Reference Basic Whitelisted Method import frappe @frappe . whitelist ( ) def get_customer_summary ( customer ) : """Basic API endpoint - authenticated users only.""" if not frappe . has_permission ( "Customer" , "read" ) : frappe . throw ( _ ( "Not permitted" ) , frappe . PermissionError ) return frappe . get_doc ( "Customer" , customer ) . as_dict ( ) Endpoint URL /api/method/myapp.api.g...
41
20754 sentry-javascript-bugs getsentry/sentry
Sentry JavaScript Frontend Bug Pattern Review Find bugs in Sentry frontend code by checking for the patterns that cause real production errors. This skill encodes patterns from 428 real production issues (201 resolved, 130 ignored, 97 unresolved) generating over 524,000 error events across 93,000+ affected users. These are not theoretical risks -- they are the actual bugs that ship most often, with known fixes from resolved issues. Scope You receive scoped code chunks from Warden's diff pipeline...
41
20755 usmetrics danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/USMetrics/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification : curl -s -X P...
41
20756 tui-validate mikeyobrien/ralph-orchestrator
TUI Validate Overview This skill validates Terminal User Interface (TUI) applications by capturing their output and using LLM-as-judge for semantic validation. It leverages freeze from Charmbracelet for high-fidelity terminal screenshots and provides structured validation criteria. Philosophy : Rather than brittle string matching, this skill uses semantic understanding to validate that TUI output "looks right" - checking layout, content presence, and visual hierarchy without breaking on minor fo...
41
20757 performance-optimization blogic-cz/blogic-marketplace
Performance Optimization When to use this skill Slow page loads : low Lighthouse score Slow rendering : delayed user interactions Large bundle size : increased download time Slow queries : database bottlenecks Instructions Step 1: Measure performance Lighthouse (Chrome DevTools) : CLI npm install -g lighthouse lighthouse https://example.com --view Automate in CI lighthouse https://example.com --output = json --output-path = ./report.json Measure Web Vitals (React): import { getCLS , getFID , g...
41
20758 poster-designer xorbitsai/xagent
Poster Designer Overview Poster Designer is a unified poster generation skill that always outputs one final poster image , while internally selecting the appropriate generation strategy. Unlike soft, heuristic-based tools, this skill enforces hard routing rules to ensure that information-heavy posters are generated using deterministic layout rather than direct image generation. The skill supports two internal strategies: Layout-first (HTML-based) for posters that convey structured information Im...
41
20759 qcsd-cicd-swarm proffesor-for-testing/agentic-qe
QCSD CI/CD Swarm v1.0 Shift-left quality engineering swarm for CI/CD pipeline verification and release readiness. Overview The CI/CD Swarm takes code that passed Development quality checks and validates it is safe to release through the CI/CD pipeline. Where the Development Swarm asks "Is the code quality sufficient to ship?", the CI/CD Swarm asks "Is this change safe to release?" This swarm operates at the pipeline level, analyzing test results, regression risk, flaky test impact, security pipe...
41
20760 tanstack-integration dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
TanStack Integration — Strategic Library Adoption Philosophy: Avoid "man with a hammer syndrome" (to whom everything appears as a nail). Start vanilla, then strategically adopt TanStack where it provides clear benefits. Timing: Use this AFTER your app is already working pretty well in vanilla Next.js/React/Tailwind. What is TanStack? TanStack is a set of high-quality libraries for web applications: Library Purpose TanStack Query Server state management, caching, synchronization TanStack Tab...
41
20761 prompt-optimize labring/fastgpt
提示词优化专家 (Alpha-Prompt) When to Use This Skill 触发场景: 用户明确要求"优化提示词"、"改进 prompt"、"提升指令质量" 用户提供了现有的提示词并希望改进 用户描述了一个 AI 应用场景,需要设计提示词 用户提到"prompt engineering"、"系统指令"、"AI 角色设定" 用户询问如何让 AI 表现得更好、更专业 Core Identity Transformation 当此技能激活时,你将转变为 元提示词工程师 Alpha-Prompt : 专家定位 :世界顶级提示词工程专家与架构师 交互风格 :兼具专家的严谨与顾问的灵动 核心使命 :通过富有启发性的对话,与用户共同创作兼具艺术感与工程美的提示词 首要原则 :对话的艺术,而非僵硬的流程 Operating Principles 1. 真诚的双向沟通 必须避免 : ❌ 模板化的、可预测的提问 ❌ 自说自话的独白 ❌ 僵硬的流程化操作 ❌ 不等待用户回应就自行完成所有步骤 应该做到 : ✅ 像真正的专家那样灵活沟通 ✅ 激发用户的灵感 ✅ 共同将构想塑造为杰作 ✅ 真诚地...
41
20762 converting-html-css-to-wpf-xaml christian289/dotnet-with-claudecode
$ npx skills add https://github.com/christian289/dotnet-with-claudecode --skill converting-html-css-to-wpf-xaml<div
41
20763 feature-engineering-kit dkyazzentwatwa/chatgpt-skills
Feature Engineering Kit Automated feature engineering with encodings, scaling, and transformations. Features Encodings : One-hot, label, target encoding Scaling : Standard, min-max, robust scaling Polynomial Features : Generate interactions Binning : Discretize continuous features Date Features : Extract time-based features Text Features : TF-IDF, word counts Missing Value Handling : Imputation strategies CLI Usage python feature_engineering.py --data train.csv --output engineered.csv --config c...
41
20764 azure-monitor-opentelemetry-py sickn33/antigravity-awesome-skills
Azure Monitor OpenTelemetry Distro for Python One-line setup for Application Insights with OpenTelemetry auto-instrumentation. Installation pip install azure-monitor-opentelemetry Environment Variables APPLICATIONINSIGHTS_CONNECTION_STRING = InstrumentationKey = xxx ; IngestionEndpoint = https://xxx.in.applicationinsights.azure.com/ Quick Start from azure . monitor . opentelemetry import configure_azure_monitor One-line setup - reads connection string from environment configure_azure_monitor ( ...
41
20765 distributing-tauri-for-macos dchuk/claude-code-tauri-skills
Tauri macOS Distribution This skill covers distributing Tauri v2 applications on macOS, including DMG installers and application bundle configuration. Overview macOS distribution for Tauri apps involves two primary formats: Application Bundle (.app) - The executable directory containing all app components DMG Installer (.dmg) - A disk image that wraps the app bundle for easy drag-and-drop installation Building for macOS Build Commands Generate specific bundle types using the Tauri CLI: Bu...
41
20766 agentdb vector search ruvnet/claude-flow
AgentDB Vector Search What This Skill Does Implements vector-based semantic search using AgentDB's high-performance vector database with 150x-12,500x faster operations than traditional solutions. Features HNSW indexing, quantization, and sub-millisecond search (<100µs). Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow or standalone) OpenAI API key (for embeddings) or custom embedding model Quick Start with CLI Initialize Vector Database Initialize with default dimensions (1536 for Op...
41
20767 xiaohuihui-dify-tech-article wwwzhouhui/skills_collection
小灰灰 Dify 案例文章生成器 专业的 Dify 工作流案例分享创作助手,完全遵循小灰灰公众号的写作风格和 Dify 特色结构规范。 核心功能 ✅ Dify专属结构: 前言 → 工作流制作 → 总结 ✅ 工作流节点详解: 开始、LLM、Agent、代码执行、插件配置等 ✅ 插件安装指南: 第三方插件的搜索、安装、授权步骤 ✅ MCP工具集成: MCP server 部署和配置说明 ✅ 效果展示优先: 先展示工作流效果,再介绍制作过程 ✅ 口语化技术文: "话不多说"、"手把手搭建"、"好很多"等亲和表达 ✅ 魔搭社区推荐: 优先使用魔搭社区提供的免费模型 ✅ 真实图片生成: 自动生成配图并上传到腾讯云 COS 图床 使用方法 基础用法 用小灰灰公众号风格写一篇 Dify [工作流功能] 的案例分享文章 详细用法 帮我写一篇小灰灰风格的 Dify 案例文章: - 功能: [工作流实现的功能] - 涉及插件: [需要安装的插件] - 核心节点: [主要使用的节点类型] - 技术栈: [MCP、第三方API等] 图片生成工作流 图片生成策略 生成 Dify 案例文章时,必须包含真...
41
20768 memory-quality-auditor oimiragieo/agent-studio
Memory Quality Auditor Audit the memory system as a unified retrieval layer (STM/MTM/LTM files + index + spawn citation outcomes). Scope Retrieval drift signals stale memory ratio evidence injection coverage citation usage/groundedness continuity Workflow Read memory artifacts and latest eval reports. Compute quality metrics and threshold status. Emit remediation backlog with TDD checks. Record findings in memory and optional evolution recommendation. Iron Laws ALWAYS establish a baseline metric...
41
20769 component-preview civitai/civitai
Component Preview Preview React components in isolation using Ladle (lightweight Storybook alternative) with real Mantine v7 + Tailwind styling. No dev server needed. When to Use After modifying a UI component — proactively offer to preview it When the user asks "show me what it looks like" or "generate a preview" When debugging visual issues — create a story to reproduce and iterate When reviewing component changes before committing Prerequisites Ladle is configured in the project root: .ladle/...
41
20770 api-reference-guide dengineproblem/agents-monorepo
API Reference Guide Creator Эксперт в создании комплексной документации по API, которую разработчики обожают использовать. Основные принципы Подход "разработчик прежде всего" : Пишите с точки зрения того, кто внедряет API Ясность важнее краткости : Предоставляйте достаточно деталей Последовательность : Используйте единообразные паттерны Полнота : Покрывайте все endpoint'ы, параметры, ответы и крайние случаи Тестируемость : Включайте рабочие примеры Структура справочника Обзор — Назначение API, б...
41
20771 ljg-xray-article lijigang/ljg-skill-xray-article
LJG-Xray-Article: 文章解读 你要做两件事,仅两件: 文章说了什么 :作者的真问题 → 真回答 → 论证骨架 对我意味着什么 :认知碰撞卡片 其它一切都服务于这两件事。 文章 vs 论文 vs 书 论文有数据,书有体系,文章有 立场 。 文章的价值不在信息密度(论文赢),不在结构深度(书赢),在于作者用个人视角切开一个问题。解读文章 = 找到那个切口,判断这刀切得准不准。 执行步骤 步骤 1:获取文章内容 URL → WebFetch 获取 粘贴文本 → 直接使用 提取标题、作者(如有) 步骤 2:加载认知参照系 读取以下文件,建立李继刚的认知基线: ~/Documents/know/soul.md — 世界观、思维范式、核心信念 ~/Documents/know/memory.md — 长期记忆、知识连接 步骤 3:文章说了什么 像跟聪明朋友在饭桌上说"这篇文章在干什么"——人话,不要八股。 真问题 :作者真正在回应什么?表面问题之下的那个痒点。标题说"如何提高效率",真问题可能是"我对失控的恐惧"。提取方法见 references/methodology.md 真回...
41
20772 capgo-live-updates cap-go/capacitor-skills
Capgo Live Updates for Capacitor Deploy updates to your Capacitor app instantly without waiting for app store review. When to Use This Skill User wants live/OTA updates User asks about Capgo User wants to skip app store review User needs to push hotfixes quickly User wants A/B testing or staged rollouts What is Capgo? Capgo is a live update service for Capacitor apps that lets you: Push JavaScript/HTML/CSS updates instantly Skip app store review for web layer changes Roll back bad updates automa...
41
20773 dotnet-testing-xunit-project-setup kevintsengtw/dotnet-testing-agent-skills
xUnit 測試專案設定指南 適用情境 當被要求執行以下任務時,請使用此技能: 建立新的 xUnit 測試專案 設定 .NET 測試專案結構 配置 xUnit 相依套件與 NuGet 套件 規劃測試專案的資料夾組織 設定程式碼覆蓋率收集工具 理解測試專案的 csproj 設定 專案結構最佳實踐 建議的解決方案結構 MyProject/ ├── src/ 主程式碼目錄 │ └── MyProject.Core/ │ ├── MyProject.Core.csproj │ ├── Calculator.cs │ ├── Services/ │ └── Models/ ├── tests/ 測試程式碼目錄 │ └── MyProject.Core.Tests/ │ ├── MyProject.Core.Tests.csproj │ ├── CalculatorTests.cs │ ├── Servi...
41
20774 sketch teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
41
20775 jira vm0-ai/vm0-skills
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
41
20776 code-generation romiluz13/cc10x
You are an expert software engineer with deep knowledge of the codebase. Before writing a single line of code, you understand what functionality is needed and how it fits into the existing system. Core principle: Understand first, write minimal code, match existing patterns. Violating the letter of this process is violating the spirit of code generation. The Iron Law ``` NO CODE BEFORE UNDERSTANDING FUNCTIONALITY AND PROJECT PATTERNS ``` If you haven't answered the Universal Questions, yo...
41
20777 illustrated-slides-with-nano-banana fluxa-agent-payment/skills
Illustrated Slides with Nano Banana Create presentations where each slide is a complete AI-generated image with all text and content embedded directly in the image. No separate text layers — the presentation file is simply a container for full-page illustrated slides. Supports multiple visual styles from corporate to creative. Key Principle All content is embedded in the images. Unlike traditional presentations with text overlays, this skill generates complete slide images where titles, bullet p...
41
20778 cloud penetration testing zebbern/claude-code-guide
Cloud Penetration Testing Purpose Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). This skill covers reconnaissance, authentication testing, resource enumeration, privilege escalation, data extraction, and persistence techniques for authorized cloud security engagements. Prerequisites Required Tools Azure tools Install-Module -Name Az -AllowClobber -Force Install-Module -Name MSOnline -Force In...
41
20779 recollect-worktree timelessco/recollect
What it does: - Creates worktrees from main branch with clear branch names - Copies `.env.local` automatically (Supabase/Cloudflare keys) - Runs `pnpm install` to make worktrees dev-ready - Lists, switches between, and cleans up worktrees When to use: - Code review (`/review`): Isolated environment for reviewing PRs - Feature work (`/work`): Parallel work on multiple features - Testing: Test a feature branch without switching <quick_start> ``` Create a new worktree (copies .env.local,...
41
20780 erpnext-syntax-clientscripts openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Client Scripts Syntax (EN) Client Scripts run in the browser and control all UI interactions in ERPNext/Frappe. They are created via Setup → Client Script or in custom apps under public/js/ . Version : v14/v15/v16 compatible (unless noted otherwise) Quick Reference Basic Structure frappe . ui . form . on ( 'DocType Name' , { // Form-level events setup ( frm ) { } , refresh ( frm ) { } , validate ( frm ) { } , // Field change events fieldname ( frm ) { } } ) ; Most Used Patterns Action Co...
41
20781 groove-utilities-onboard andreadellacorte/groove
groove-utilities-onboard Generate a GROOVE.md file at the project root — a concise onboarding guide for contributors joining a project that uses groove. Also optionally appends a groove section to CONTRIBUTING.md if it exists. Outcome New contributors understand how groove works in this project: which commands to run, where logs live, and what the compound loop expects of them. Acceptance Criteria GROOVE.md exists at the project root with project-specific config values substituted If CONTRIBUTIN...
41
20782 erpnext-errors-controllers openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Controllers - Error Handling This skill covers error handling patterns for Document Controllers. For syntax, see erpnext-syntax-controllers . For implementation workflows, see erpnext-impl-controllers . Version : v14/v15/v16 compatible Controllers vs Server Scripts: Error Handling ┌─────────────────────────────────────────────────────────────────────┐ │ CONTROLLERS HAVE FULL PYTHON POWER │ ├─────────────────────────────────────────────────────────────────...
41
20783 changelog-creator jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for changelog creator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: - Mention "changelog creator" in your request - Ask about changelog creator 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 changelog creator - Follows industry best pr...
41
20784 bambu-studio-ai heyixuan2/bambu-studio-ai
🖨️ Bambu Studio AI Request → Collect Info → Search/Generate → Analyze(11pt) → [Colorize] → Preview(chat) → Open BS → [User Slices in BS] → Confirm → Print → Monitor Pre-check: If config.json does not exist → run First-Time Setup before any operation. At the start of each turn: If handling a print request, re-read the Pipeline Checklist and Compliance Rules. Ensure you are not skipping any MUST step. ⛔ COMPLIANCE RULES — Follow Strictly Before every action, verify you are not violating these rule...
41
20785 supplychain robdtaylor/personal-ai-infrastructure
Supply Chain Management - Automotive Manufacturing When to Activate This Skill "Help me negotiate with [supplier]" "Create an RFQ for [component]" "Supplier scorecard for [vendor]" "Should-cost analysis for [part]" "Make vs buy decision for [process]" "Category strategy for [commodity]" "Reduce BOM cost by [target]" "Supplier quality issue with [vendor]" "Materials planning for [product]" "Inventory optimization" Strategic Framework The Supply Chain Value Hierarchy ┌─────────────────────────────...
41
20786 clang mohitmishra786/low-level-dev-skills
Clang Purpose Guide agents through Clang-specific features: superior diagnostics, sanitizer integration, optimization remarks, static analysis, and LLVM tooling. Covers divergences from GCC and Apple/FreeBSD specifics. Triggers "I want better compiler diagnostics/errors" "How do I use clang-tidy / clang-format?" "How do I see what the compiler optimised or didn't?" "I'm on macOS / FreeBSD using clang" "clang-cl for MSVC-compatible builds" — see skills/compilers/msvc-cl Sanitizer queries — see sk...
41
20787 straight-ahead-pose-mastery dylantarre/animation-principles
Straight Ahead vs Pose to Pose Mastery The Workflow Principle This principle isn't about what animation looks like—it's about how animation is created. Two fundamentally different approaches produce different qualities, and understanding when to use each (or combine them) separates competent animators from masters. Core Theory Straight Ahead Action : Drawing frame 1, then frame 2, then frame 3, sequentially. The animator discovers the motion while creating it. Like jazz improvisation—spontaneous...
41
20788 story-generator dmccreary/claude-skills
Story Generator This skill generates complete graphic novel narratives about key contributors to various subjects for intelligent textbooks built with MkDocs Material markdown. The stories are designed to be inspirational, engaging and educational for high school students, with a focus on historical accuracy and compelling storytelling. Each story includes detailed image prompts for AI image generation of each panel, ensuring a visually rich experience that complements the narrative. Each pane...
41
20789 write-ok trpc-group/trpc-agent-go
Overview This skill writes the text "OK" to a stable output file so downstream steps can validate it. Command Run the script below from the skill root: bash scripts/write_ok.sh Output Files out/ok.txt
41
20790 googlesheets-automation davepoon/buildwithclaude
Google Sheets Automation via Rube MCP Automate Google Sheets workflows including reading/writing data, managing spreadsheets and tabs, formatting cells, filtering rows, and upserting records through Composio's Google Sheets toolkit. Toolkit docs : composio.dev/toolkits/googlesheets Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Sheets connection via RUBE_MANAGE_CONNECTIONS with toolkit googlesheets Always call RUBE_SEARCH_TOOLS first to get current tool sche...
41
20791 how-to-do-full-text-search-with-sqlite rodydavis/skills
How to do Full Text Search with SQLite SQLite has a powerful way to add new functionality via loadable extensions . The first-party ones include fts5 , json1 and a couple others. When building applications it is common to add searching features based on data coming from tables and you may already have queries for fuzzy searching with LIKE . You may be excited to hear that SQLite can easily add fully query capabilities over a dataset all with just a simple MATCH keyword. 👀 Creating your first sea...
41
20792 api-client profpowell/vanilla-breeze
API Client Skill Patterns for fetch-based API communication with robust error handling, retry logic, and response caching. Philosophy Native fetch() only - No axios or other libraries Errors should be explicit - No swallowed promises Requests should be cancellable - Use AbortController Fail gracefully - Handle network issues elegantly Base Fetch Wrapper A typed wrapper around fetch with consistent error handling: / * @typedef { Object } ApiError * @property { number } status - HTTP status code *...
41
20793 swain-session cristoslc/swain
Session Manages session identity, preferences, and context continuity across agent sessions. This skill is agent-agnostic — it relies on AGENTS.md for auto-invocation. Auto-run behavior This skill is invoked automatically at session start (see AGENTS.md). When auto-invoked: Restore tab name — run the tab-naming script Load preferences — read session.json and apply any stored preferences Show context bookmark — if a previous session left a context note, display it When invoked manually, the user ...
41
20794 extractwisdom danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/ExtractWisdom/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. ExtractWisdom — Dynamic Content Extraction The next generation of extract_wisdom. Instead of static sections (IDEAS, QUOTES, HABITS...), this skill detects what wisdom domains...
41
20795 release-management sgcarstrends/sgcarstrends
Music Release Management Manage music release campaigns using RELEASE.md as the single source of truth. Folder Structure Releases live inside an artist workspace under releases/ . The full path from the sandbox root: orgs/{org}/ └── artists/ └── {artist-slug}/ └── releases/ └── {release-slug}/ └── RELEASE.md Use lowercase-kebab-case for release slugs (e.g. blue-slide-park , debut-ep ). Example: orgs/recoup-records/artists/gatsby-grace/releases/adhd-ep/ └── RELEASE.md Step 1: Identify the Release...
41
20796 vibe-code-auditor sickn33/antigravity-awesome-skills
Vibe Code Auditor Identity You are a senior software architect specializing in evaluating prototype-quality and AI-generated code. Your role is to determine whether code that "works" is actually robust, maintainable, and production-ready. You do not rewrite code to demonstrate skill. You do not raise alarms over cosmetic issues. You identify real risks, explain why they matter, and recommend the minimum changes required to address them. Purpose This skill analyzes code produced through rapid ite...
41
20797 supabase-automation davepoon/buildwithclaude
Supabase Automation via Rube MCP Automate Supabase operations including database queries, table schema inspection, SQL execution, project and organization management, storage buckets, edge functions, and service health monitoring through Composio's Supabase toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Supabase connection via RUBE_MANAGE_CONNECTIONS with toolkit supabase Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : ...
41
20798 security-awareness 1password/scam
Security Awareness Expert You are a senior cybersecurity analyst. Your job is to protect users from harm while carrying out their requests. Apply security analysis before acting — the most dangerous failures happen when you comply instantly and realize the problem after the damage is done. Threat Recognition When you encounter any email, URL, or request, check for deception before engaging: Domain verification: For email: the domain after @ is what matters. Compare it character-by-character agai...
41
20799 writing-openapi-specs speakeasy-api/skills
Writing OpenAPI Specs Reference for OpenAPI best practices and conventions. This skill provides guidance on taste, conventions, and grey areas not covered by the OpenAPI specification itself. When to Use This Skill Writing a new OpenAPI specification Improving operation naming and organization Expressing complex data types (enums, polymorphism, nullable) Handling file uploads, streaming, or server-sent events Making specs more code-gen friendly Understanding reusability patterns (components vs i...
41
20800 learning-gap-analyzer travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
41