███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23451 | devops | duc01226/easyplatform |
DevOps Skill Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes. When to Use Deploy serverless apps to Cloudflare Workers/Pages Containerize apps with Docker, Docker Compose Manage GCP with gcloud CLI (Cloud Run, GKE, Cloud SQL) Kubernetes cluster management (kubectl, Helm) GitOps workflows (Argo CD, Flux) CI/CD pipelines, multi-region deployments Security audits, RBAC, network policies Platform Selection Need Choose Sub-50ms latency globally Cloudfl...
|
37 |
| 23452 | electron-desktop | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 23453 | lead-magnet | sanky369/vibe-building-skills |
Lead Magnet Creation Design and build lead magnets that convert visitors into email subscribers and qualified leads. 1. Lead Magnet Types Checklists Best for: Actionable topics, step-by-step processes Effort to create: Low (1-2 hours) Conversion rate: High (30-50% on dedicated landing pages) Template structure: Title: The Complete [Topic] Checklist [ ] Step 1: [Action item] Why: [Brief explanation] Tool: [Recommended tool if applicable] [ ] Step 2: [Action item] ... [ ] Step 3: [Action item] ......
|
37 |
| 23454 | protocol-implementation-framework | qodex-ai/ai-agent-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint co...
|
37 |
| 23455 | electron-wrapper | brianlovin/claude-config |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 23456 | vue-composable-creator | jeremylongshore/claude-code-plugins-plus-skills |
Vue Composable Creator Purpose This skill provides automated assistance for vue composable creator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "vue composable creator" in your request Ask about vue composable creator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for vu...
|
37 |
| 23457 | dual-timezone-skill | breverdbidder/life-os |
Dual Timezone Skill Manages dual timezone awareness (Florida/Israel), Shabbat observance, and time-sensitive scheduling. When to Use This Skill Displaying current time to Ariel Scheduling tasks or events Coordinating calls with Israel Shabbat/holiday planning Any time-sensitive communication Timezones Primary: America/New_York (Eastern Time) Secondary: Asia/Jerusalem (Israel Time) Time Difference: Standard Time: IL is 7 hours ahead of FL Daylight Saving: IL is 7 hours ahead of FL (Israel doesn't...
|
37 |
| 23458 | bash-defensive-patterns | gohypergiant/agent-skills |
Bash Defensive Patterns Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability. When to Use This Skill Writing production automation scripts Building CI/CD pipeline scripts Creating system administration utilities Developing error-resilient deployment automation Writing scripts that must handle edge cases safely Building maintainable shell script libraries...
|
37 |
| 23459 | azure-mgmt-arizeaiobservabilityeval-dotnet | sickn33/antigravity-awesome-skills |
Azure.ResourceManager.ArizeAIObservabilityEval .NET SDK for managing Arize AI Observability and Evaluation resources on Azure. Installation dotnet add package Azure.ResourceManager.ArizeAIObservabilityEval --version 1.0 .0 Package Info Property Value Package Azure.ResourceManager.ArizeAIObservabilityEval Version 1.0.0 (GA) API Version 2024-10-01 ARM Type ArizeAi.ObservabilityEval/organizations Dependencies Azure.Core >= 1.46.2, Azure.ResourceManager >= 1.13.1 Environment Variables AZURE_SUBSCRIP...
|
37 |
| 23460 | woocommerce-webhooks | hookdeck/webhook-skills |
WooCommerce Webhooks When to Use This Skill Setting up WooCommerce webhook handlers Debugging signature verification failures Understanding WooCommerce event types and payloads Handling order, product, or customer events Integrating with WooCommerce stores Essential Code (USE THIS) WooCommerce Signature Verification (JavaScript) const crypto = require ( 'crypto' ) ; function verifyWooCommerceWebhook ( rawBody , signature , secret ) { if ( ! signature || ! secret ) return false ; const hash = cry...
|
37 |
| 23461 | fastify | teachingai/full-stack-skills |
Fastify (TypeScript) - Production Backend Framework Overview Fastify is a high-performance Node.js web framework built around JSON schema validation, encapsulated plugins, and great developer ergonomics. In TypeScript, pair Fastify with a type provider (Zod or TypeBox) to keep runtime validation and static types aligned. Quick Start Minimal server ✅ Correct: basic server with typed response import Fastify from "fastify"; const app = Fastify({ logger: true }); app.get("/health", async () =>...
|
37 |
| 23462 | gh-cli | fredrikaverpil/dotfiles |
GitHub CLI (gh) Comprehensive reference for GitHub CLI (gh) - work seamlessly with GitHub from the command line. Version: 2.85.0 (current as of January 2026) Prerequisites Installation macOS brew install gh Linux curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of = /usr/share/keyrings/githubcli-archive-keyring.gpg echo "deb [arch= $( dpkg --print-architecture ) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable...
|
37 |
| 23463 | cairo-optimization | keep-starknet-strange/starknet-agentic |
Coding Cairo Rules and patterns for writing efficient Cairo code. Sourced from audit findings and production profiling. Attribution: Originally authored by feltroidprime ( cairo-skills ). Integrated with permission into starknet-agentic. When to Use Implementing arithmetic (modular, parity checks, quotient/remainder) Optimizing loops (slow iteration, repeated .len() calls, index-based access) Splitting or assembling integer limbs (u256 → u128, u32s → u128, felt252 → u96) Packing struct fields in...
|
37 |
| 23464 | configuring-tauri-http-headers | dchuk/claude-code-tauri-skills |
Tauri HTTP Headers Security Configuration This skill covers HTTP headers configuration in Tauri v2.1.0+, enabling developers to set security headers in webview responses. Overview Tauri allows configuring HTTP headers that are included in responses to the webview. These headers apply to production builds and do not affect IPC messages or error responses. Supported Headers (Allowlist) Tauri restricts header configuration to a specific allowlist for security: CORS Headers Access-Control-Allo...
|
37 |
| 23465 | docx | bbeierle12/skill-mcp-claude |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
37 |
| 23466 | premium-saas-design | hermeticormus/libreuiux-claude-code |
Premium SaaS Design Framework "75% of users won't trust a company if the design doesn't look good." This skill captures the professional design workflow used by senior product teams and UI/UX designers, adapted for AI-assisted development. The framework transforms AI from a "guessing machine" into a true design partner. The Core Loop DEFINE → BUILD → REVIEW → REFINE ↑ │ └────────────────────────┘ This loop is everything. It's used by real product teams and works wonders wi...
|
37 |
| 23467 | payment-method-development | bagisto/agent-skills |
Payment Method Development Overview Creating custom payment methods in Bagisto allows you to integrate any payment gateway or processor with your store. Whether you need local payment methods, cryptocurrency payments, or specialized payment flows, custom payment methods provide the flexibility your business requires. For our tutorial, we'll create a Custom Stripe Payment method that demonstrates all the essential concepts you need to build any type of payment solution. When to Apply Activate thi...
|
37 |
| 23468 | testing | epicenterhq/epicenter |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
37 |
| 23469 | postmark-automation | davepoon/buildwithclaude |
Postmark Automation via Rube MCP Automate Postmark transactional email operations through Composio's Postmark toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/postmark Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Postmark connection via RUBE_MANAGE_CONNECTIONS with toolkit postmark Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys neede...
|
37 |
| 23470 | backend-development-feature-development | rmyndharis/antigravity-skills |
Orchestrate end-to-end feature development from requirements to production deployment: [Extended thinking: This workflow orchestrates specialized agents through comprehensive feature development phases - from discovery and planning through implementation, testing, and deployment. Each phase builds on previous outputs, ensuring coherent feature delivery. The workflow supports multiple development methodologies (traditional, TDD/BDD, DDD), feature complexity levels, and modern deployment strategie...
|
37 |
| 23471 | agentic-ui-development | antdigital-ai/agentic-ui |
Agentic UI Development Skill 面向智能体的 UI 组件库开发技能,提供智能化的组件推荐、代码生成和设计系统支持。 Quick Start pnpm install 安装依赖 pnpm start 启动文档站点 (http://localhost:8000) pnpm test 运行单元测试 pnpm run build 构建项目 Quick Reference - Search Commands 搜索组件 python .cursor/skills/agentic-ui-development/scripts/search.py "chat bubble" 按域搜索 python .cursor/skills/agentic-ui-development/scripts/search.py "chart" --domain plugin python .cursor/skills/agentic-ui-development/scripts/search.py "scroll" --domain hook python .cursor/skill...
|
37 |
| 23472 | mcp-server-builder | patricio0312rev/skills |
../../../engineering/mcp-server-builder/SKILL.md
|
37 |
| 23473 | ln-513-regression-checker | 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. Regression Checker Runs the existing test suite to ensure no regressions after implementation changes. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Purpose & Scope Detect test framework (pytest/jest/vitest/go...
|
37 |
| 23474 | oebb-scotty | mitsuhiko/agent-stuff |
ÖBB Scotty API Query Austria's public transport for trip planning, station departures, and service alerts via the HAFAS mgate API. Quick Reference Method Purpose LocMatch Search for stations/stops by name TripSearch Plan a journey between two locations StationBoard Get departures/arrivals at a station HimSearch Get service alerts and disruptions Base URL: https://fahrplan.oebb.at/bin/mgate.exe Authentication All requests require these headers in the JSON body: { "id": "1", "ver": "1.67...
|
37 |
| 23475 | terraform | teachingai/full-stack-skills |
Terraform You are an expert in Terraform and infrastructure-as-code with deep knowledge of cloud providers and deployment patterns. Core Principles Write concise, well-structured Terraform code with accurate examples Organize infrastructure into reusable modules Use versioned modules and provider version locks for consistent deployments Avoid hardcoded values; leverage variables for flexibility Code Structure Structure configurations into logical sections: main.tf - Primary resource definitions ...
|
37 |
| 23476 | write-skill | inkeep/team-skills |
Write Skill This skill helps you author high-signal, maintainable Skills that reliably improve agent performance without bloating context. It is intentionally procedural where the platform has hard constraints (frontmatter validity, invocation controls, safety) and guiding where multiple viable design strategies exist (structure, tone, degree of strictness). A skill you write should be usable by a different agent (or a human) with no prior context —it should stand on its own. Workflow overview F...
|
37 |
| 23477 | plugin-best-practices | fradser/dotclaude |
Plugin Validation & Best Practices Validates Claude Code plugins against architectural standards. This file is a navigation guide; detailed content lives in references/ . Quick Start Run validation on a plugin: python3 plugin-optimizer/scripts/validate-plugin.py < plugin-path > For specific checks only: python3 plugin-optimizer/scripts/validate-plugin.py < plugin-path > --check = manifest,frontmatter Component Selection Guide Component When to Use Key Requirements Instruction-type Skills User-in...
|
37 |
| 23478 | nix | knoopx/pi |
Nix Skill 1. nix build YOU MUST: Always use --no-link option with nix build nix build . rumdl --no-link IMPORTANT: Before running nix build or nix flake check , ensure all new files are git-tracked. Nix flakes only see files committed or staged in git. git add < new-files > nix build . target --no-link IMPORTANT: Without --no-link , a ./result symlink is created 2. nix run IMPORTANT: Packages registered in packages can be run with nix run nix run . pike -- scan -d ./terraform 3. Adding Custom Pa...
|
37 |
| 23479 | simple-report-export | cleanexpo/ato |
Simple Report Export Skill Generate professional tax optimization reports without requiring Google Cloud Console setup. Two Methods Available Method 1: Gmail App Password (Simple SMTP) Uses your existing Gmail account with an App Password - no Cloud Console needed. Method 2: Local File Export Generates files locally that you can email manually from any client. Method 1: Gmail App Password Setup Prerequisites A Gmail account (you probably already have one) Two-Factor Authentication (2FA) en...
|
37 |
| 23480 | doctor | yeachan-heo/oh-my-claudecode |
OrchestKit Health Diagnostics Argument Resolution FLAGS = "$ARGUMENTS" Full argument string, e.g., "--verbose" or "--json" FLAG = "$ARGUMENTS[0]" First token: -v, --verbose, --json, --category=X $ARGUMENTS[0], $ARGUMENTS[1] for indexed access (CC 2.1.59) Overview The /ork:doctor command performs comprehensive health checks on your OrchestKit installation. It auto-detects installed plugins and validates 12 categories: Installed Plugins - Detects ork plugin Skills Validation - Frontmatter, refe...
|
37 |
| 23481 | security-pr-checklist-skill | patricio0312rev/skills |
Security PR Checklist Skill Standardized security review for pull requests. PR Security Checklist Security Review Checklist Authentication & Authorization - [ ] No hardcoded credentials - [ ] Authorization checks on all endpoints - [ ] Session management secure - [ ] Rate limiting on auth endpoints Input Validation - [ ] All inputs validated - [ ] Output properly encoded - [ ] No SQL injection risks - [ ] No XSS vulnerabilities Data Protection - [ ] Sensitive data encrypted at rest -...
|
37 |
| 23482 | game-servers | pluginagentmarketplace/custom-plugin-game-developer |
Game Servers Server Architecture Patterns ┌─────────────────────────────────────────────────────────────┐ │ SERVER ARCHITECTURES │ ├─────────────────────────────────────────────────────────────┤ │ DEDICATED SERVER: │ │ • Server runs game simulation │ │ • Clients send inputs, receive state │ │ • Best security and consistency │ │ • Hig...
|
37 |
| 23483 | distributing-tauri-for-android | dchuk/claude-code-tauri-skills |
This skill covers the complete workflow for preparing and distributing Tauri v2 applications on Android, including Google Play Store publication. Prerequisites Before distributing your Tauri app for Android: - Play Console Account: Create a developer account at [https://play.google.com/console/developers](https://play.google.com/console/developers) - Android SDK: Ensure Android SDK is installed and configured - Code Signing: Set up Android code signing (keystore) - Tauri Android Initializ...
|
37 |
| 23484 | creating-cli-tools | zenobi-us/dotfiles |
Create CLI Design CLI surface area (syntax + behavior), human-first, script-friendly. Do This First Read agent-scripts/skills/create-cli/references/cli-guidelines.md and apply it as the default rubric. Upstream/full guidelines: https://clig.dev/ (propose changes: https://github.com/cli-guidelines/cli-guidelines ) Ask only the minimum clarifying questions needed to lock the interface. Clarify (fast) Ask, then proceed with best-guess defaults if user is unsure: Command name + one-sentence purpose....
|
37 |
| 23485 | release-automation-builder | patricio0312rev/skills |
Release Automation Builder Automate releases with versioning, changelogs, and publishing. Using Changesets Setup npm install -D @changesets/cli npx changeset init Workflow .github/workflows/release.yml name: Release on: push: branches: - main concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: name: Release runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-node@v4 ...
|
37 |
| 23486 | hook | kenneth-liao/ai-launchpad-marketplace |
Hook Creation Overview This skill provides concrete requirements and proven patterns for creating opening hooks that retain audience attention, extend title/headline curiosity, and maximize engagement. The opening content is critical for retention across all platforms — video, email, and social. Core Principle : The opening works best when it extends the curiosity created by the title/headline rather than repeating or wasting it. Because the audience already engaged based on the title's promise,...
|
37 |
| 23487 | msvc-cl | mohitmishra786/low-level-dev-skills |
MSVC cl.exe and clang-cl Purpose Guide agents through Windows C/C++ compilation: MSVC cl.exe , clang-cl as MSVC-compatible driver, MSBuild project settings, and runtime library choices. Triggers "How do I compile with MSVC from the command line?" "What is the MSVC equivalent of -O2 ?" "/MT vs /MD — which do I use?" "How do I use clang-cl instead of cl.exe?" "I'm getting LNK errors on Windows" "How do I generate PDB files?" Workflow 1. Set up the environment MSVC requires the Visual Studio enviro...
|
37 |
| 23488 | golang | htlin222/dotfiles |
Go Best Practices Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25). Core Principles Readable code prioritizes these attributes in order: Clarity: purpose and rationale are obvious to the reader Simplicity: accomplishes the goal in the simplest way Concision: high signal to noise ratio Maintainability: easy to modify correctly Consistency: matches surrounding codebase Error Handling Return Err...
|
37 |
| 23489 | argocd-app-deployer | jeremylongshore/claude-code-plugins-plus-skills |
Argocd App Deployer Purpose This skill provides automated assistance for argocd app deployer tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "argocd app deployer" in your request Ask about argocd app deployer 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 argocd app deployer Follows indu...
|
37 |
| 23490 | accessing-github-repos | oaustegard/claude-skills |
Accessing GitHub Repositories Git clone is blocked in containerized AI environments (egress proxy rejects CONNECT tunnel), but full repository access is available via GitHub REST API and raw file URLs. Quick Start Public Repos (no setup needed) Individual file via raw URL curl -sL "https://raw.githubusercontent.com/OWNER/REPO/BRANCH/path/file" Directory tree via API curl -sL "https://api.github.com/repos/OWNER/REPO/git/trees/BRANCH?recursive=1" Private Repos or Write Access Requires GitHub Per...
|
37 |
| 23491 | pet-portrait-generation | eachlabs/skills |
Pet Portrait Generation Generate stunning custom pet portraits using each::sense. Transform your pet photos into beautiful artwork across various styles - from realistic portraits to whimsical cartoon illustrations, regal renaissance paintings, and personalized products. Features Realistic Portraits : Professional studio-quality pet photography Cartoon/Illustrated : Fun, colorful cartoon versions of pets Renaissance/Royal : Majestic portraits with historical costumes Watercolor Paintings : Artis...
|
37 |
| 23492 | coverage-strategist | patricio0312rev/skills |
Coverage Strategist Define pragmatic, ROI-focused test coverage strategies. Coverage Philosophy Goal: Maximum confidence with minimum tests Principle: 100% coverage is not the goal. Test what matters. Critical Path Identification // Critical paths that MUST be tested const criticalPaths = { authentication: { priority: "P0", coverage: "100%", paths: [ "User login flow", "User registration", "Password reset", "Token refresh", "Session management", ...
|
37 |
| 23493 | database design | eddiebe147/claude-settings |
Database Design Schema Design Principles Normalization Guidelines -- 1NF: Atomic values, no repeating groups -- 2NF: No partial dependencies on composite keys -- 3NF: No transitive dependencies -- Users table (normalized) CREATE TABLE users ( id SERIAL PRIMARY KEY , email VARCHAR ( 255 ) UNIQUE NOT NULL , created_at TIMESTAMPTZ DEFAULT NOW ( ) ) ; -- Addresses table (separate entity) CREATE TABLE addresses ( id SERIAL PRIMARY KEY , user_id INTEGER REFERENCES users ( id ) ON DELETE CASCADE , stre...
|
37 |
| 23494 | magento-local-environment-specialist | maxnorm/magento2-agent-skills |
Magento 2 Local Environment Specialist Expert specialist in setting up and managing local Magento 2 development environments. When to Use Setting up local development environments Configuring local development tools Troubleshooting local setup issues Optimizing local development performance Setting up Docker environments Local Development Setup Development Tools Docker : Containerized local development Vagrant : Virtualized development environments MAMP/XAMPP : Local server stacks Composer : Dep...
|
37 |
| 23495 | version-planner | yunshu0909/yunshu_skillshub |
版本规划助手 用途 帮助用户把一个产品想法或需求,拆解成可执行的版本路线图(V0.1 MVP → V1.0)。 工作流程 第一步:理解需求 先通过提问,充分理解用户的核心需求: 核心痛点是什么? 要解决什么问题? 目标用户是谁? 自己用还是给别人用? 必须有的功能 vs 可以后做的功能 技术约束 :是否有特定技术栈、平台限制? 不确定的点 :哪些细节还没想清楚? 第二步:提炼核心价值 从需求中提炼出: 最小可验证价值 :解决核心痛点的最简单方案是什么? 关键功能清单 :把所有提到的功能列出来 依赖关系 :哪些功能必须先做,哪些可以独立做 第三步:拆解版本 按照以下原则拆解版本: V0.1 MVP(最小可用版本) 目标:用最少的功能验证核心价值 只做最核心的一个痛点 可以丑、可以手动、可以有限制,但必须能跑通 不做:编辑、云同步、高级功能、美化 V0.2-V0.5(功能迭代) 每个版本解决一个清晰的子需求 优先级: 让产品能自给自足(本地增删改查) 数据安全(备份、版本管理) 跨设备/分享能力 进阶功能(导入导出、市场等) 每个版本都要有明确的"验证点" V1.0(完整产品) 性能优化、...
|
37 |
| 23496 | supabase-expert | raintree-technology/claude-starter |
Supabase Integration Expert Skill Overview This skill helps you build secure, scalable Supabase integrations. Use this for database design, Row Level Security (RLS) policies, authentication, Edge Functions, and real-time features. Core Principles 1. Security First Always enable RLS on tables with user data Use service role key only in secure server contexts Use anon key for client-side operations Test policies thoroughly 2. Type Safety Generate TypeScript types from schema Use generated types ...
|
37 |
| 23497 | tech-stack-evaluation | eyadsibai/ltk |
Framework for making technology decisions. When to Use - Choosing between frameworks/libraries - Evaluating cloud providers - Making build vs buy decisions - Planning technology migrations - Standardizing tech stack Evaluation Framework Decision Matrix | Team Experience | 20% | Score | Score | Score | Community/Support | 15% | Score | Score | Score | Performance | 15% | Score | Score | Score | Scalability | 15% | Score | Score | Score | Cost (TCO) | 15% | Sc...
|
37 |
| 23498 | playwriter | brianlovin/claude-config |
Quick Start Get a session ID first playwriter session new => 1 Execute code with your session playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))" playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })" If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest. Full Documentation Always run playwriter skill to get the complete, up-to-date skill instructions. The sk...
|
37 |
| 23499 | worker-logs | openagentsinc/openagents |
Check Cloudflare Worker logs Use this skill when you need to see what is happening inside the deployed Workers: request paths, response status, console.log output, and errors. Both the main site and the API are separate Cloudflare Workers. When to use this skill Debugging 401/500 from openagents.com or openagents.com/api. Verifying that a Worker receives the expected headers (e.g. X-OA-Internal-Key) and why it might return "unauthorized". Seeing console.log / console_error! output from the Rust ...
|
37 |
| 23500 | permission-model-change-guide | tencentblueking/bk-ci |
IAM 权限中心资源类型接入最佳实践指南 概述 本指南基于 creative_stream 资源类型接入权限中心的实践经验总结,提供一套可复用的标准流程,帮助团队成员快速完成新资源类型的权限接入。 接入流程总览 ┌─────────────────────────────────────────────────────────────────────────────┐ │ IAM 资源类型接入流程 │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────────────────┐ ...
|
37 |