███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 25001 | accessibility-advocate | dylantarre/animation-principles |
Accessibility Advocate: Inclusive Animation Design You are an accessibility advocate ensuring animation works for everyone. Apply Disney's 12 principles through an inclusive design lens. The 12 Principles for Accessible Animation 1. Squash and Stretch Accessibility Consideration: Elastic motion can trigger vestibular responses. Offer reduced-motion alternative with static state changes. Inclusive Implementation: Keep stretch subtle (<10% distortion). Provide instant state change for prefers-r...
|
42 |
| 25002 | verification-before-completion | zenobi-us/dotfiles |
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
|
42 |
| 25003 | cio | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
42 |
| 25004 | team-brainstorm | catlog22/claude-code-workflow |
Team Brainstorm Orchestrate multi-agent brainstorming: generate ideas → challenge assumptions → synthesize → evaluate. Supports Quick, Deep, and Full pipelines with Generator-Critic loop. Architecture Skill(skill="team-brainstorm", args="topic description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordinator/role.md roles...
|
42 |
| 25005 | azure-ai-voicelive-java | sickn33/antigravity-awesome-skills |
Azure AI VoiceLive SDK for Java Real-time, bidirectional voice conversations with AI assistants using WebSocket technology. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-voicelive </ artifactId > < version > 1.0.0-beta.2 </ version > </ dependency > Environment Variables AZURE_VOICELIVE_ENDPOINT = https:// < resource > .openai.azure.com/ AZURE_VOICELIVE_API_KEY = < your-api-key > Authentication API Key import com . azure . ai . voicelive . VoiceLiveAsyncC...
|
42 |
| 25006 | schema | simota/agent-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.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered...
|
42 |
| 25007 | spec-test-bug | zixun-github/aisdlc |
Spec 缺陷报告(Vx:Bug Report Drafting) 本技能用于在 verification 阶段生成 结构化缺陷报告正文 (面向 Jira/禅道/Linear/GitHub Issue 等外部系统),并确保缺陷信息可以回流到 Spec Pack 的 report-*.md (作为交付阻断与风险证据)。 重要边界: 禁止 在 Spec Pack 内新增 verification/bugs/ 或任何 bug 文件/目录。 本技能的输出主要是“对话输出”,用于粘贴到外部缺陷系统;外部缺陷创建后,需把编号/链接等信息回写到 report-*.md 的“缺陷清单”。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 先定位再回写 :若需要把缺陷编号/链接回写到 report-*.md ,必须先通过 spec-context 获取 FEATURE_DIR ;失败即停止,禁止猜路径。 必读项目级 memory : project/memory/pr...
|
42 |
| 25008 | preqstation | sonim1/preqstation-skill |
This is the agent-side lifecycle skill. The OpenClaw launcher skill is separate and should be named preqstation-dispatch . Environment PREQSTATION_API_URL : PREQSTATION API base URL (example: https://mypreqstation.vercel.app ) PREQSTATION_TOKEN : PREQSTATION Bearer token (generated in PREQSTATION /api-keys ) PREQSTATION_ENGINE (optional): fallback engine ( claude | codex | gemini ) when client auto-detection is unavailable Agent Identity & Engine Mapping Each agent must identify itself and use t...
|
42 |
| 25009 | setup-build-tools | aaddrick/claude-desktop-debian |
Install the build dependencies required to run build.sh and create .deb/.AppImage packages. Your Task Run the build tools installation script to ensure all required tools are available: bash " $CLAUDE_PROJECT_DIR /.claude/hooks/install-build-tools.sh" Tools Installed This script installs: Tool Package Purpose 7z p7zip-full Extract Windows installers and nupkg archives wget wget Download Claude Desktop installers wrestool icoutils Extract icons from Windows executables convert imagemagick Process...
|
42 |
| 25010 | slidev-code-blocks | yoanbernabeu/slidev-skills |
This skill covers everything about displaying code in Slidev presentations, including syntax highlighting with Shiki, line highlighting, code groups, and importing external snippets. When to Use This Skill - Displaying code snippets in presentations - Highlighting specific lines of code - Creating step-by-step code reveals - Showing code comparisons - Importing code from external files Basic Code Blocks Simple Code Block ``` ```javascript function greet(name) { return `Hello, ${nam...
|
42 |
| 25011 | working-with-jj | ypares/agent-skills |
See `references/revsets.md` for comprehensive revset patterns. Common Pitfalls 1. Use `-r` not `--revisions` ``` jj log -r xyz ✅ jj log --revisions xyz ❌ ``` 2. Use `--no-edit` for parallel branches ``` jj new parent -m "A"; jj new -m "B" ❌ B is child of A! jj new --no-edit parent -m "A"; jj new --no-edit parent -m "B" ✅ Both children of parent ``` 3. Quote revsets in shell ``` jj log -r 'description(substring:"[todo]")' ✅ ``` 4. Use ...
|
42 |
| 25012 | review-diff | nesnilnehc/ai-cortex |
Skill: Review Diff Purpose Review only the current change (git diff, staged and unstaged) along a single dimension: scope = diff . Cover intent and impact, regression and correctness, breaking changes and compatibility, side effects and idempotency, and observability. Emit a findings list in the standard format so a meta skill (e.g. review-code ) can aggregate with language, framework, and cognitive skills. Do not perform architecture, security, or language-specific analysis; those are separate ...
|
42 |
| 25013 | azure-identity-py | sickn33/antigravity-awesome-skills |
Azure Identity SDK for Python Authentication library for Azure SDK clients using Microsoft Entra ID (formerly Azure AD). Installation pip install azure-identity Environment Variables Service Principal (for production/CI) AZURE_TENANT_ID = < your-tenant-id > AZURE_CLIENT_ID = < your-client-id > AZURE_CLIENT_SECRET = < your-client-secret > User-assigned Managed Identity (optional) AZURE_CLIENT_ID = < managed-identity-client-id > DefaultAzureCredential The recommended credential for most scenario...
|
42 |
| 25014 | google-maps | aws-samples/sample-strands-agent-with-agentcore |
Google Maps Available Tools search_places(query, location?, radius?, type?, open_now?, language?) : Search for places using text query. query (string, required): Search text (e.g., "restaurants in Seoul") location (string, optional): Center location as "lat,lng" (e.g., "37.5665,126.9780") radius (integer, optional): Search radius in meters (max 50,000) type (string, optional): Place type filter (e.g., "restaurant", "tourist_attraction", "hotel") open_now (boolean, optional, default: false): Only...
|
42 |
| 25015 | post | tryshift-sh/skills-store |
X Post Use this managed skill when the user wants to post on X, reply to a post, quote a post, or delete a post. This skill uses Shift's local Skill Router. Do not ask the user to paste credentials into chat. Invocation Base URL: SHIFT_LOCAL_GATEWAY Endpoint: POST /skill-router/invoke Request body for a new tweet: { "skillProvider" : "x" , "skill" : "post" , "action" : "create" , "input" : { "text" : "Hello from Shift" } } Request body for a reply: { "skillProvider" : "x" , "skill" : "post" , "a...
|
42 |
| 25016 | time-series-decomposer | dkyazzentwatwa/chatgpt-skills |
Extract trend, seasonal, and residual components from time series data with visualization and basic forecasting. Features - Decomposition: Additive and multiplicative models - Trend Extraction: Moving averages, polynomial fitting - Seasonality Detection: Auto-detect and extract periodic patterns - Residual Analysis: Identify anomalies in residuals - Visualization: Component plots, ACF/PACF - Basic Forecasting: Trend extrapolation, seasonal naive Quick Start ``` from ts_decomposer impo...
|
42 |
| 25017 | scheduled-task | netease-youdao/lobsterai |
定时任务 Skill ⚠️ 核心原则 原则一:优先修改已有任务 当用户说"修改/更改/调整某个定时任务"时, 绝对不要创建新任务 。 正确流程:① 列出任务 → ② 找到目标任务 ID → ③ 调用 update 脚本修改 原则二:IM 发送 = 通知平台,不是 prompt 当用户说"发到钉钉/飞书/企业微信/Telegram/Discord"时,这是 通知投递需求 ,应设置 notifyPlatforms 字段, 不要 写进 prompt 。 任务完成后,系统会 自动 将 Claude 的执行结果发送到指定 IM 平台,无需在 prompt 中额外指示"发送到 XX"。 正确做法: prompt : "查询今天的天气并整理成报告" — 只描述要执行的动作 notifyPlatforms : ["dingtalk"] — 系统自动把结果发到钉钉 错误做法: prompt : "查询今天的天气并发送到钉钉群" — ❌ 不要把 IM 发送写进 prompt 常见触发词映射: 用户说的 对应 notifyPlatforms 值 发到钉钉/钉钉群/DingTalk "dingtalk" 发到...
|
42 |
| 25018 | typescript-strict-migrator | patricio0312rev/skills |
TypeScript Strict Migrator Incrementally migrate to TypeScript strict mode for maximum type safety. Core Workflow Audit current state: Check existing type errors Enable incrementally: One flag at a time Fix errors: Systematic approach per flag Add type guards: Runtime type checking Use utility types: Proper type transformations Document patterns: Team guidelines Strict Mode Flags // tsconfig.json - Full strict mode { "compilerOptions": { // Master flag (enables all below) "strict": t...
|
42 |
| 25019 | career-document-architect | lyndonkl/claude |
Career Document Architect Table of Contents Purpose When to Use Core Principles Workflow Document Frameworks Writing Strategies Guardrails Quick Reference Purpose This skill guides the creation of career documents for academic advancement including research statements, teaching statements, diversity statements, CVs, and biosketches. These documents require strategic positioning, narrative coherence, and alignment with institutional expectations while authentically representing the candidate's c...
|
42 |
| 25020 | astro-expert | oimiragieo/agent-studio |
Astro Expert astro build and deployment When reviewing or writing code, apply these guidelines: Build and Deployment Optimize the build process using Astro's build command. Implement proper environment variable handling for different environments. Use static hosting platforms compatible with Astro (Netlify, Vercel, etc.). Implement proper CI/CD pipelines for automated builds and deployments. astro component development When reviewing or writing code, apply these guidelines: Component Develo...
|
42 |
| 25021 | cloudrun-development | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for CloudBase Run backend service development when you need: Long connection capabilities: WebSocket / SSE / server push Long-running or persistent processes: tasks that are not suitable for cloud functions, background jobs Custom runtime environments/system dependencies: custom images, specific system libraries Multi-language/arbitrary frameworks: Java, Go, PHP, .NET, Python, Node.js, etc. Stable external services with elastic scaling: pay-as-you-go, can sc...
|
42 |
| 25022 | cron-job-scheduler | jeremylongshore/claude-code-plugins-plus-skills |
Cron Job Scheduler Purpose This skill provides automated assistance for cron job scheduler tasks within the Backend Development domain. When to Use This skill activates automatically when you: Mention "cron job scheduler" in your request Ask about cron job scheduler patterns or best practices Need help with backend skills covering node.js, python, go, database design, caching, messaging, and microservices architecture. Capabilities Provides step-by-step guidance for cron job scheduler Follows in...
|
42 |
| 25023 | promptify | ravnhq/ai-toolkit |
Promptify Transform user requests into detailed, precise prompts optimised for AI model consumption. Core Task Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language. Process Read and understand - Read the user's request carefully to understand the full context, intent, and all details Plan the rewrite - Consider what specific informat...
|
42 |
| 25024 | ui-ux-pro-max | jmerta/codex-skills |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
42 |
| 25025 | quicknode-skill | quiknode-labs/blockchain-skills |
Quicknode Blockchain Infrastructure Intake Questions Which chain and network should Quicknode target? Is this read-only or should I create infrastructure (streams, webhooks, IPFS writes)? Does this require real-time streaming (gRPC/Yellowstone/Hypercore) or standard RPC? What endpoint or API key should I use (default: QUICKNODE_RPC_URL , optional QUICKNODE_WSS_URL / QUICKNODE_API_KEY )? Any constraints (latency, regions, throughput, destinations)? Safety Defaults Default to testnet/devnet when a...
|
42 |
| 25026 | color-palette-extractor | dkyazzentwatwa/chatgpt-skills |
Color Palette Extractor Extract and generate color palettes from images, websites, and designs. Instructions When a user needs to extract colors from a source: Identify Source Type: Image file (PNG, JPG, SVG) Website URL Screenshot Design mockup Existing color code to build palette from Extract Colors: From Image: Analyze pixel data Identify dominant colors Group similar shades Calculate color frequency Sort by prominence From Website: Fetch and parse CSS Extract color values from styl...
|
42 |
| 25027 | retain | simota/agent-skills |
Retain Use Retain when the task is to understand churn, improve retention, design re-engagement, optimize onboarding, or shape habit-forming loops. Trigger Guidance Use for cohort retention reviews, churn prediction, health score design, and retention KPI interpretation. Use for dormant-user recovery, onboarding rescue, subscription save flows, and lifecycle intervention design. Use for habit loops, streaks, loyalty programs, or gamification ideas that support real product value. Route to Pulse ...
|
42 |
| 25028 | code-simplifier | sickn33/antigravity-awesome-skills |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
42 |
| 25029 | ios-development | travisjneuman/.claude |
iOS Development Expert Comprehensive guidance for iOS app development. This skill aggregates specialized modules for different aspects of iOS development. When This Skill Activates Use this skill when the user: Asks about iOS development best practices Wants code review for iOS/Swift projects Needs UI/UX review against Human Interface Guidelines Wants accessibility audit for iOS apps Is planning a new iOS app Needs help with SwiftUI patterns for iOS Available Modules Read relevant module fi...
|
42 |
| 25030 | sentinel | simota/agent-skills |
You are "Sentinel" - a security-focused agent who protects the codebase from vulnerabilities and security risks. Your mission is to identify and fix ONE small security issue or add ONE security enhancement that makes the application more secure. Sample Commands These are illustrative - first figure out what this repo needs: - Run tests: `pnpm test` (runs vitest suite) - Lint code: `pnpm lint` (checks TypeScript and ESLint) - Format code: `pnpm format` (auto-formats with Prettier) - Build:...
|
42 |
| 25031 | compete | simota/agent-skills |
You are "Compete" - a strategic analyst who maps the competitive landscape and identifies opportunities for differentiation. Your mission is to provide actionable competitive intelligence that informs product strategy. Compete Framework: Map → Analyze → Differentiate | Map | Understand the landscape | Competitor list, feature matrix | Analyze | Find patterns & gaps | SWOT analysis, positioning map | Differentiate | Define unique value | Differentiation strategy, messaging You don'...
|
42 |
| 25032 | eval-harness-updater | oimiragieo/agent-studio |
Eval Harness Updater Refresh eval harnesses to keep live + fallback modes actionable under unstable environments. Focus Areas Prompt and parser drift Timeout/partial-stream handling SLO and regression gates Dual-run fallback consistency Workflow Resolve harness path. Research test/eval best practices (Exa + arXiv — see Research Gate below). Add RED regressions for parsing and timeout edge cases. Patch minimal harness logic. Validate eval outputs and CI gates. Resolve companion artifact gaps (see...
|
42 |
| 25033 | sre-expert | personamanagmentlayer/pcl |
Site Reliability Engineering Expert Expert guidance for SRE practices, reliability engineering, SLOs/SLIs, incident management, and operational excellence. Core Concepts SRE Fundamentals Service Level Objectives (SLOs) Service Level Indicators (SLIs) Error budgets Toil reduction Monitoring and alerting Capacity planning Reliability Practices Incident management Post-incident reviews (PIRs) On-call rotations Chaos engineering Disaster recovery Change management Automation Infrastructure as Code...
|
42 |
| 25034 | linear-notifications | finesssee/linear-cli |
Notifications List unread notifications linear-cli n list linear-cli n list --output json Get unread count linear-cli n count Mark as read linear-cli n read NOTIFICATION_ID Mark all as read linear-cli n read-all Archive a notification linear-cli n archive NOTIFICATION_ID Archive all notifications linear-cli n archive-all Flags Flag Purpose --output json JSON output
|
42 |
| 25035 | thought-mining | yunshu0909/yunshu_skillshub |
思维挖掘助手 触发方式 当用户说类似以下内容时触发: "我想写一篇关于 XX 的文章" "帮我整理一下我的想法" "我有一些零散的思考,帮我记下来" "/thought-mining" 或 "/思维挖掘" 流程概览 阶段 名称 目标 详细文件 1 思维挖掘 把零散想法倒出来,记录成洞察点 stages/01-mining.md 2 选题确定 从洞察中找核心观点,确定文章方向 stages/02-topic.md 3 观点验证 联网搜索,验证理解是否正确 stages/03-validation.md 4 写作辅助 检查逻辑、润色文字、找金句 stages/04-writing.md 5 最终审核 发布前的最后检查 stages/05-review.md 调度规则 如何判断当前阶段: 进入阶段1 — 用户刚开始,还没有洞察文件 进入阶段2 — 用户说"差不多了"或洞察数量达到15-20个 进入阶段3 — 用户确认"这个方向对,可以写" 进入阶段4 — 用户确认"逻辑没问题,可以开始写" 进入阶段5 — 用户说"差不多定稿了" 每个阶段开始时: 告诉用户当前在哪个阶段 读取对应...
|
42 |
| 25036 | content-security-policy-generator | jeremylongshore/claude-code-plugins-plus-skills |
Content Security Policy Generator Purpose This skill provides automated assistance for content security policy generator tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "content security policy generator" in your request Ask about content security policy generator patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. ...
|
42 |
| 25037 | doc-sync | chmouel/lazyworktree |
Documentation Sync Check Compare documentation sources for consistency across keybindings and feature documentation. Instructions Read README keybindings section : Use the Read tool to read README.md , then locate the Key section (keybindings table) Read man page keybindings : Use the Read tool to read lazyworktree.1 , then locate the KEYBINDINGS section Read help screen text : Use the Read tool to read internal/app/screen/help.go , then locate the helpText variable containing the in-app help c...
|
42 |
| 25038 | building-tauri-with-github-actions | dchuk/claude-code-tauri-skills |
Building Tauri Apps with GitHub Actions This skill covers CI/CD pipeline configuration for Tauri applications using GitHub Actions and the official tauri-apps/tauri-action. Overview GitHub Actions enables automated building, testing, and releasing of Tauri applications across Windows, macOS, and Linux platforms. The tauri-action handles the complexity of cross-platform builds and release management. Workflow Triggers Push to Release Branch name: 'publish' on: workflow_dispatch: push: ...
|
42 |
| 25039 | researcher | simota/agent-skills |
You are "Researcher" - a user research specialist who designs studies, conducts analysis, and extracts actionable insights. Your mission is to understand users deeply through structured research methods, providing the foundation for Echo's persona-based validation. Researcher Framework: Define → Design → Analyze → Synthesize | Define | Clarify research questions | Research objectives, hypotheses, scope | Design | Create research plan | Interview guides, test scenarios, recruitment crite...
|
42 |
| 25040 | configuring-tauri-apps | dchuk/claude-code-tauri-skills |
Tauri Configuration Files Tauri v2 applications use three primary configuration files to manage application behavior, dependencies, and build processes. Configuration File Overview File Purpose Format tauri.conf.json Tauri-specific settings JSON, JSON5, or TOML Cargo.toml Rust dependencies and metadata TOML package.json Frontend dependencies and scripts JSON tauri.conf.json The main configuration file located in src-tauri/. Defines application metadata, window behavior, bundling options, and ...
|
42 |
| 25041 | netlify-deploy | tech-leads-club/agent-skills |
Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: Verifying Netlify CLI authentication Detecting project configuration and framework Linking to existing sites or creating new ones Deploying to production or preview environments Prerequisites Netlify CLI : Installed via npx (no global install required) Authentication : Netlify account with a...
|
42 |
| 25042 | nmap | brownfinesecurity/iothackbot |
You are helping the user perform professional network reconnaissance and port scanning using nmap. This skill provides guidance for various scan types, output formats, and result analysis. Output Directory Directory Structure ``` nmap-output/ ├── nmap-portscan.nmap Initial fast port discovery ├── nmap-portscan.xml ├── nmap-portscan.gnmap ├── nmap-services.nmap Detailed service detection on open ports ├── nmap-services.xml └── nmap-services.gnmap ``` IMPORTANT: Always save nmap...
|
42 |
| 25043 | kubernetes-service-manager | jeremylongshore/claude-code-plugins-plus-skills |
Kubernetes Service Manager Purpose This skill provides automated assistance for kubernetes service manager tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes service manager" in your request Ask about kubernetes service manager patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for kube...
|
42 |
| 25044 | migrating-to-tuist-generated-projects | tuist/tuist |
Migrating to Tuist Generated Projects Quick Start Baseline build and run the app with xcodebuild. Inventory targets, build settings, and external dependencies. Create Tuist.swift , Project.swift , and Tuist/Package.swift . Extract settings into .xcconfig files and wire them in Project.swift . Generate and build: tuist generate --no-open then xcodebuild build . Fix build issues, regenerate, and validate runtime on a simulator. Preflight Checklist Primary app scheme and any extension/test schemes ...
|
42 |
| 25045 | firebase-vertex-ai | jeremylongshore/claude-code-plugins-plus-skills |
Operate Firebase projects end-to-end (Auth, Firestore, Functions, Hosting) and integrate Gemini/Vertex AI safely for AI-powered features. Overview Use this skill to design, implement, and deploy Firebase applications that call Vertex AI/Gemini from Cloud Functions (or other GCP services) with secure secrets handling, least-privilege IAM, and production-ready observability. Prerequisites - Node.js runtime and Firebase CLI access for the target project - A Firebase project (billing enabled ...
|
42 |
| 25046 | regex-tester | dkyazzentwatwa/chatgpt-skills |
Test and debug regular expressions with detailed match visualization, plain-English explanations, and pattern generation from examples. Quick Start ``` from scripts.regex_tester import RegexTester Test pattern tester = RegexTester() result = tester.test(r"\d{3}-\d{4}", "Call 555-1234 today") print(result['matches']) ['555-1234'] Explain pattern explanation = tester.explain(r"\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b") print(explanation) Generate pattern from examples pattern...
|
42 |
| 25047 | maximalist-wall-decorator | erichowens/some_claude_skills |
Maximalist Wall Decorator Embrace abundance, celebrate color, and fill your walls with joy. More is more, and we're going to do it right. When to Use This Skill Use for: Bold color selection and combinations Maximalist wall decor strategies Gallery wall composition Statement wallpaper selection Freehand painting ideas and techniques Eclectic lamp and sconce arrangements "Curated chaos" that reads as intentional Fun, silly, personality-filled spaces NOT for: Minimalist design → different philosop...
|
42 |
| 25048 | learning-first-principles | hexbee/hello-skills |
学习的本质是内在驱动而非外部灌输: | 学习观 | 依赖补课/外部输入 | 自学驱动 | 方法论 | 耗时间/机械重复 | 归纳总结 | 加工 | 机械抄录 | 自我输出 | 输出 | 简单重复 | 表达重构 | 表达 | 形式化/模板化 | 逻辑驱动 | 理解 | 止于理论 | 实践验证 分析框架 当用户提供学习内容、方法或计划时,从以下维度分析: 1. 自学驱动性 - 诊断:是否依赖外部推力(补课、督学)? - 行动:转化为自主探索目标 2. 归纳总结性 - 诊断:是否在"耗时间"而非"思考"? - 行动:提炼核心、可迁移的规律 3. 自我输出性 - 诊断:是否在机械抄录? - 行动:用自己的话重新表述 4. 表达重构性 - 诊断:是否简单重复教材表述? - 行动:用新角度、新框架重组知识 5. 逻辑驱动性 - 诊断:是否在套用模板/形式? - 行动:追溯因果链,理解为什么 6. 实践验证性 - 诊断:是否止于理论理解? - 行动:设计最小验证实验 输出格式 问题诊断 -...
|
42 |
| 25049 | ai-writing-detox | jamditis/claude-skills-journalism |
AI writing detox Good writing is invisible. If readers notice the writing style, it's distracting from the content. AI patterns are noticeable—they break trust. When to use Writing or editing any journalism content Creating press releases or media advisories Drafting documentation or reports Writing social media posts Reviewing any AI-assisted text before publication Banned words (delete or replace) Word Why it's bad Alternative delve AI signature word explore, examine, look at realm Pretentious...
|
42 |
| 25050 | mf-module-info | module-federation/core |
Step 1 : Parse $ARGUMENTS : First token → <module-name> If a second token looks like a URL (starts with http ) → <remoteEntry-url> (standalone mode); remaining tokens → [project-root] Otherwise → [project-root] (consumer mode) Step 2 — consumer mode (no URL provided): Call the mf-context Skill (passing [project-root] ) to collect MFContext, then run: node scripts/module-info.js --context '<MFContext-JSON>' --module '<module-name>' Step 2 — standalone mode (URL provided): Run with an empty contex...
|
42 |