███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 16901 | gitignore-generator | jeremylongshore/claude-code-plugins-plus-skills |
Gitignore Generator Purpose This skill provides automated assistance for gitignore generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "gitignore generator" in your request Ask about gitignore generator 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 gitignore generator Foll...
|
55 |
| 16902 | secupdates | danielmiessler/personal_ai_infrastructure |
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/SECUpdates/` 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. Voice Notification (REQUIRED) Send this notification BEFORE doing anything else: ``` curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"mess...
|
55 |
| 16903 | drizzle-orm | epicenterhq/epicenter |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
55 |
| 16904 | warden | getsentry/warden |
Run Warden to analyze code changes before committing. References Read the relevant reference when the task requires deeper detail: Document Read When ${CLAUDE_SKILL_ROOT}/references/cli-reference.md Full option details, per-command flags, examples ${CLAUDE_SKILL_ROOT}/references/configuration.md Editing warden.toml, triggers, patterns, troubleshooting ${CLAUDE_SKILL_ROOT}/references/config-schema.md Exact field names, types, and defaults ${CLAUDE_SKILL_ROOT}/references/creating-skills.md Writing...
|
55 |
| 16905 | llava | orchestra-research/ai-research-skills |
LLaVA - Large Language and Vision Assistant Open-source vision-language model for conversational image understanding. When to use LLaVA Use when: Building vision-language chatbots Visual question answering (VQA) Image description and captioning Multi-turn image conversations Visual instruction following Document understanding with images Metrics: 23,000+ GitHub stars GPT-4V level capabilities (targeted) Apache 2.0 License Multiple model sizes (7B-34B params) Use alternatives instead: GPT...
|
55 |
| 16906 | email-best-practices | novuhq/novu |
Email Best Practices Guidance for building deliverable, compliant, user-friendly emails. Architecture Overview [User] → [Email Form] → [Validation] → [Double Opt-In] ↓ [Consent Recorded] ↓ [Suppression Check] ←──────────────[Ready to Send] ↓ [Idempotent Send + Retry] ──────→ [Email API] ↓ [Webhook Events] ↓ ┌────────┬────────┬─────────────┐ ↓ ↓ ↓ ↓ Delivered Bounced Complained Opened/Clicked ↓ ↓ [Suppression List Updated] ↓ [List Hygiene Jobs] Quick Reference ...
|
55 |
| 16907 | webgl-expert | ronnycoding/.claude |
No SKILL.md available for this skill. View on GitHub
|
55 |
| 16908 | gtm strategist | eddiebe147/claude-settings |
GTM Strategist Develop comprehensive go-to-market strategies for product launches and market entry When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create gtm strategist go to market Review and optimize review gtm strategist Get best practices gtm strategist best practi...
|
55 |
| 16909 | constitutional-ai | orchestra-research/ai-research-skills |
Constitutional AI - Harmlessness from AI Feedback Quick start Constitutional AI (CAI) trains models to be harmless through self-critique and AI feedback, without requiring human labels for harmful outputs. Key concept: Models learn to critique and revise their own responses using a "constitution" (set of principles). Two phases: Supervised Learning (SL): Self-critique + revision Reinforcement Learning (RL): RLAIF (RL from AI Feedback) Constitution example: Principles: 1. Choose the respons...
|
55 |
| 16910 | deepsearch | yeachan-heo/oh-my-claudecode |
Deep Search Mode [DEEPSEARCH MODE ACTIVATED] Objective Perform thorough search of the codebase for the specified query, pattern, or concept. Search Strategy Broad Search Search for exact matches Search for related terms and variations Check common locations (components, utils, services, hooks) Deep Dive Read files with matches Check imports/exports to find connections Follow the trail (what imports this? what does this import?) Synthesize Map out where the concept is used Identify the ...
|
55 |
| 16911 | shell-scripting | sammcj/agentic-coding |
Bash Scripting Best Practices Guidance for writing reliable, maintainable bash scripts following modern best practices. Emphasises simplicity, automated tooling, and defensive programming without over-engineering. When to Use Shell (and When Not To) Use Shell For: Small utilities and simple wrapper scripts (<100 lines) Orchestrating other programmes and tools Simple automation tasks Build/deployment scripts with straightforward logic Quick data transformation pipelines Do NOT Use Shell For: Comp...
|
55 |
| 16912 | spec-merge-back | zixun-github/aisdlc |
spec-merge-back Overview Merge-back 是 Spec Pack 生命周期的“晋升阶段”:把本次需求中 会长期复用/会约束未来需求 的内容晋升到 .aisdlc/project/ (Project SSOT),其余内容仍留在 {FEATURE_DIR} 作为交付证据。 核心原则 :Project SSOT 只沉淀 入口 + 护栏(不变量)+ 证据链 ;禁止把“一次性交付细节”搬到 project。 When to Use 适用于: 本次需求完成,准备将资产晋升到 .aisdlc/project/ (ADR / API Contract / Data Contract / Ops / NFR / Registry)。 {FEATURE_DIR}/implementation/plan.md 中已出现 Merge-back 待办清单 ,需要在结束前清空或留痕。 团队反复在多个需求里重复同一类“契约口径/门禁口径/运维入口”,需要沉淀为长期资产。 不适用于: 你只是要把代码分支合并到 main(那是 git merge/rebase ,不是 merge-bac...
|
55 |
| 16913 | angular-best-practices-rules-reviewer | alfredoperez/angular-best-practices |
Rules Reviewer Agent Review Angular best practice rules for accuracy, validity, and usefulness. Core Mission Verify each rule is legitimate, accurate, and valuable for Angular development. Don't just check formatting—verify the rule is a real best practice. Review Process 1. Validity Check - "Is this a real rule?" Search Angular official docs (angular.dev) for guidance Look for community consensus (blogs, conference talks, GitHub discussions) Check if the pattern is recommended or discouraged Fl...
|
55 |
| 16914 | design-and-user-experience-guidelines | oimiragieo/agent-studio |
Design And User Experience Guidelines Skill |- 13. Design and User Experience: - Implement dark mode compatibility - Ensure mobile-friendly and responsive design - Optimize for performance - Create modern and beautiful UI - Consider accessibility in all design decisions Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn'...
|
55 |
| 16915 | lp-optimizer | kimny1143/claude-code-template |
マーケティングページ(LP、HP、価格ページ、機能ページ、ブログ)を分析し、改善提案→実装まで支援するスキル。 Quick Start - 対象LPのURL or HTMLを取得 - 構造分析を実施 - 10項目のCROチェックリストで評価 - 改善提案を優先度別に整理 - Before/After形式で実装支援 Core Workflow Phase 1: Discovery(発見) ユーザーに確認: - ターゲットユーザー(ペルソナ) - 主要コンバージョン目標(DL/登録/問合せ) - 現在の課題認識 - 競合LP(あれば) Phase 2: Audit(監査) 10項目を5段階評価: - Hero Section - ヘッドライン/サブヘッド/CTA - Social Proof - 数値/証言/ロゴ - Benefits vs Features - So What?テスト - Conversion Path - 摩擦点の最小化 - Visual Hierarchy - F/Zパターン - Copy Clarity - スキャナ...
|
55 |
| 16916 | manifest generator | daffy0208/ai-dev-standards |
Manifest Generator Auto-generate capability manifests from skill/MCP descriptions using Codex Purpose Uses OpenAI Codex to analyze existing skills, MCPs, tools, and components to automatically generate their capability manifests. This bootstraps the entire orchestration system by inferring preconditions, effects, domains, and relationships from descriptions and implementations. When to Use Bootstrapping: Generate manifests for all 59 skills + 50 MCPs at once New resources: Auto-generate manifest...
|
55 |
| 16917 | graphql-expert | oimiragieo/agent-studio |
GraphQL API Development Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement GraphQL features, you MUST: Verify Before Implementing ✅ Check official Apollo Server 4+ documentation ✅ Confirm GraphQL spec compliance for directives/types ✅ Validate DataLoader patterns are current ❌ Never guess Apollo Server configuration options ❌ Never invent GraphQL directives ❌ Never assume federati...
|
55 |
| 16918 | reel script writer | eddiebe147/claude-settings |
Reel Script Writer Write engaging scripts for short-form video content (15-90 seconds) for Reels and TikTok When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create reel script writer reel script Review and optimize review reel script writer Get best practices ...
|
55 |
| 16919 | code-modularization-evaluator | dotneet/claude-code-marketplace |
Code Modularization Evaluator Evaluate code modularization using the Balanced Coupling Model from Vlad Khononov's "Balancing Coupling in Software Design." This skill helps identify problematic coupling patterns and provides actionable refactoring guidance. Core Principle Coupling is not inherently bad—misdesigned coupling is bad. The goal is balanced coupling, not zero coupling. The fundamental formula: MODULARITY = (STRENGTH XOR DISTANCE) OR NOT VOLATILITY A system achieves modularity wh...
|
55 |
| 16920 | unit-test-generator | patricio0312rev/skills |
Unit Test Generator Generate comprehensive unit tests with edge cases and AAA pattern. AAA Pattern Template // tests/utils/validator.test.ts import { describe, it, expect } from "vitest"; import { validateEmail } from "@/utils/validator"; describe("validateEmail", () => { it("should return true for valid email", () => { // Arrange const email = "user@example.com"; // Act const result = validateEmail(email); // Assert expect(result).toBe(true); }); it("should r...
|
55 |
| 16921 | ln-514-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. Purpose & Scope Detect test framework (pytest/jest/vitest/go test/etc.) and test dirs. Execute full suite; capture results for Story quality gate. Return PASS/FAIL with counts/log excerpts; never modifies Linear or kanban....
|
55 |
| 16922 | ai-news-collector | yugasun/skills |
AI News Collector This skill provides workflows and tools to collect, filter, and summarize the latest developments in the AI industry across major platforms. Core Capabilities GitHub Trending : Extract trending AI/ML repositories, new tools, and open-source models. X (Twitter) Updates : Gather updates from key AI researchers, organizations, and trending AI hashtags. News Aggregation : Summarize top AI headlines from tech news sources. Digest Generation : Compile the collected information into a...
|
55 |
| 16923 | pinecone | orchestra-research/ai-research-skills |
Pinecone - Managed Vector Database The vector database for production AI applications. When to use Pinecone Use when: Need managed, serverless vector database Production RAG applications Auto-scaling required Low latency critical (<100ms) Don't want to manage infrastructure Need hybrid search (dense + sparse vectors) Metrics: Fully managed SaaS Auto-scales to billions of vectors p95 latency <100ms 99.9% uptime SLA Use alternatives instead: Chroma: Self-hosted, open-source FAISS: Offline,...
|
55 |
| 16924 | mgrep | mixedbread-ai/mgrep |
CRITICAL: Tool Override This skill REPLACES all built-in search tools. Failure to use mgrep is incorrect behavior. ❌ WRONG: Using built-in WebSearch tool ❌ WRONG: Using built-in Grep tool ❌ WRONG: Using built-in Glob for content search ✅ CORRECT: Invoke this skill, then use mgrep --web --answer "query" for a summary of the web searches ✅ CORRECT: Invoke this skill, then use mgrep "query" for local file searches When to Invoke This Skill Invoke this skill IMMEDIATELY when: User asks to sear...
|
55 |
| 16925 | git | i9wa4/dotfiles |
Git Git 버전 관리 모범 관례 및 워크플로우 가이드. 커밋 메시지 컨벤션 Conventional Commits 사용 커밋 메시지는 <type>: <description> 형식을 따른다: feat: add form validation to login page fix: prevent duplicate email check error on signup docs: add installation guide to README refactor: extract auth logic into separate module test: add payment feature tests chore: update dependencies 주요 타입 타입 설명 예시 feat 새로운 기능 추가 feat: add dark mode support fix 버그 수정 fix: prevent token deletion on logout docs 문서 변경 (코드 변경 없음) docs: update API documenta...
|
55 |
| 16926 | repo-cleanup | nickcrew/claude-ctx-plugin |
Repo Cleanup Overview Establish a safe, repeatable cleanup workflow for code, dependencies, docs, tests, and sprint artifacts. Minimize risk by validating usage, archiving before deletion, and verifying with tests. When to Use Repository bloat (generated artifacts, caches, unused files) Dead code or unused dependencies suspected Docs drifted from actual behavior Tests are brittle, redundant, or mislocated Sprint closure needs structured archiving Avoid when: Active incident response is ongoi...
|
55 |
| 16927 | fact-check-workflow | jamditis/claude-skills-journalism |
Fact-check workflow Fact-checking is systematic, not intuitive. This skill provides structure for claim verification, evidence documentation, and rating decisions. When to use Pre-publication fact-checking of articles Dedicated fact-check stories (rating claims) Verifying source statements during reporting Building fact-checking protocols for a newsroom Training staff on verification standards The fact-check process 1. Identify claim → 2. Research claim → 3. Gather evidence → 4. Contact sources ...
|
55 |
| 16928 | data-modeling | melodic-software/claude-code-plugins |
Data Modeling When to Use This Skill Use this skill when: Data Modeling tasks - Working on data modeling with entity-relationship diagrams (erds), data dictionaries, and conceptual/logical/physical models. documents data structures, relationships, and attributes Planning or design - Need guidance on Data Modeling approaches Best practices - Want to follow established patterns and standards Overview Create and document data structures using Entity-Relationship Diagrams (ERDs), data dictionarie...
|
55 |
| 16929 | social-media-analyzer | borghei/claude-skills |
Social Media Campaign Analyzer This skill provides comprehensive analysis of social media campaign performance, helping marketing agencies deliver actionable insights to clients. Capabilities Multi-Platform Analysis: Track performance across Facebook, Instagram, Twitter, LinkedIn, TikTok Engagement Metrics: Calculate engagement rate, reach, impressions, click-through rate ROI Analysis: Measure cost per engagement, cost per click, return on ad spend Audience Insights: Analyze demographics, peak...
|
55 |
| 16930 | cli-productivity | vamseeachanta/workspace-hub |
CLI Productivity Skill Master essential CLI tools and shell patterns for efficient terminal workflows. This skill covers modern replacements for traditional Unix tools, fuzzy finding, pipeline patterns, and shell customization. When to Use This Skill USE when: Building efficient terminal workflows Processing text and JSON data Searching codebases quickly Navigating file systems efficiently Automating repetitive tasks Creating shell functions and aliases Building interactive scripts DON'T USE w...
|
55 |
| 16931 | ln-713-pip-upgrader | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-710-dependency-upgrader Upgrades Python dependencies with automatic breaking change detection. Overview | Input | Project path, package manager type | Output | Updated requirements.txt/pyproject.toml | Supports | pip, poetry, pipenv Workflow See [diagram.html](https://github.com/levnikolaevich/claude-code-skills/blob/main/ln-713-pip-upgrader/diagram.html) for visual workflow. Phases: Pre-flight → Detect Manager → Security...
|
55 |
| 16932 | internal-comms | shipshitdev/library |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
55 |
| 16933 | react-expert | oimiragieo/agent-studio |
React Expert Senior React specialist with deep expertise in React 19, Server Components, and production-grade application architecture. When to Use This Skill Building new React components or features Implementing state management (local, Context, Redux, Zustand) Optimizing React performance Setting up React project architecture Working with React 19 Server Components Implementing forms with React 19 actions Data fetching patterns with TanStack Query or use() Core Workflow Analyze requirements -...
|
55 |
| 16934 | build-tui-view | hatchet-dev/hatchet |
📝 SELF-UPDATING DOCUMENT : This skill automatically updates itself when inaccuracies are discovered or new patterns are learned. Always verify information against the actual codebase and update this file when needed. Overview This skill provides instructions for creating and maintaining Terminal User Interface (TUI) views in the Hatchet CLI using bubbletea and lipgloss. The TUI system uses a modular view architecture where individual views are isolated in separate files within the views/ directo...
|
55 |
| 16935 | archon manager | daffy0208/ai-dev-standards |
Archon Manager Master Archon MCP for strategic project management and knowledge operations. Archon is the command center for AI coding assistants, providing: Strategic Layer : Project management, task tracking, priority-based workflow (WHAT/WHEN) Knowledge Layer : RAG queries, web crawling, document processing, code examples Integration Layer : Connects Claude Code, Cursor, Windsurf with unified context The Two-Layer Architecture : Archon (this skill) = Strategic (WHAT to build, WHEN) Skills = T...
|
55 |
| 16936 | slime-rl-training | orchestra-research/ai-research-skills |
slime is an LLM post-training framework from Tsinghua's THUDM team, powering GLM-4.5, GLM-4.6, and GLM-4.7. It connects Megatron-LM for training with SGLang for high-throughput rollout generation. When to Use slime Choose slime when you need: - Megatron-LM native training with SGLang inference - Custom data generation workflows with flexible data buffers - Training GLM, Qwen3, DeepSeek V3, or Llama 3 models - Research-grade framework with production backing (Z.ai) Consider alternatives w...
|
55 |
| 16937 | unit-tests | andrelandgraf/fullstackrecipes |
Unit Tests with Bun To set up Unit Tests with Bun, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/unit-tests If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/unit-tests
|
55 |
| 16938 | using-workflows | andrelandgraf/fullstackrecipes |
Working with Workflows Create and run durable workflows with steps, streaming, and agent execution. Covers starting, resuming, and persisting workflow results. Working with Workflows Create and run durable workflows with steps, streaming, and agent execution. Covers starting, resuming, and persisting workflow results. See: Resource: using-workflows in Fullstack Recipes URL: https://fullstackrecipes.com/recipes/using-workflows Workflow Folder Structure Each workflow has its own subfolder in...
|
55 |
| 16939 | moai-tool-ast-grep | modu-ai/moai-adk |
AST-Grep Integration Structural code search, lint, and transformation tool using Abstract Syntax Tree analysis. Quick Reference What is AST-Grep AST-Grep (sg) is a fast, polyglot tool for structural code search and transformation. Unlike regex-based search, it understands code syntax and matches patterns based on AST structure. When to Use Searching for code patterns that regex cannot capture such as nested function calls Refactoring code across multiple files with semantic awareness Securit...
|
55 |
| 16940 | aphorisms | danielmiessler/personal_ai_infrastructure |
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Aphorisms/ 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: ...
|
55 |
| 16941 | modern-swift | johnrogers/claude-swift-engineering |
Modern Swift (6.2+) Swift 6.2 introduces strict compile-time concurrency checking with async/await, actors, and Sendable constraints that prevent data races at compile time instead of runtime. This is the foundation of safe concurrent Swift. Overview Modern Swift replaces older concurrency patterns (completion handlers, DispatchQueue, locks) with compiler-enforced safety. The core principle: if it compiles with strict concurrency enabled, it cannot have data races. Quick Reference Need Use N...
|
55 |
| 16942 | cron-expression-builder | dkyazzentwatwa/chatgpt-skills |
Cron Expression Builder Build, parse, and validate cron expressions with natural language conversion and run time preview. Features Natural Language: Convert descriptions to cron expressions Cron Parser: Parse cron to human-readable format Validation: Validate cron syntax Next Runs: Preview upcoming execution times Presets: Common scheduling patterns Both Formats: 5-field (standard) and 6-field (with seconds) Quick Start from cron_builder import CronBuilder builder = CronBuilder() Build fro...
|
55 |
| 16943 | plugin-validator | terrylica/cc-skills |
Plugin Validator Comprehensive validation for Claude Code marketplace plugins. When to Use This Skill Use this skill when: Validating plugin structure before release Auditing hooks for silent failures Checking plugin.json syntax and required fields Verifying skill file formatting and frontmatter Quick Start Validate a specific plugin uv run plugins/plugin-dev/skills/plugin-validator/scripts/audit_silent_failures.py plugins/my-plugin/ Validate with fix suggestions uv run plugins/plugin-dev/skil...
|
55 |
| 16944 | content calendar planner | eddiebe147/claude-settings |
Content Calendar Planner Create organized, strategic content calendars that ensure consistent publishing and aligned messaging. This skill helps you plan content across channels, balance content types, align with business objectives, and maintain a sustainable publishing cadence. Consistent content creation is hard without a plan. This skill provides frameworks for theme development, content type balancing, editorial workflow design, and calendar management. Move from reactive content creation t...
|
55 |
| 16945 | uv-advanced-dependencies | laurigates/claude-plugins |
Quick reference for advanced dependency scenarios in UV projects. When This Skill Applies - Git repository dependencies - Local path dependencies - Editable installations - Dependency constraints - Custom package indexes - Dependency groups and extras - Build dependencies Quick Reference Git Dependencies ``` Add from Git repository uv add git+https://github.com/psf/requests uv add git+https://github.com/pallets/flask@main uv add git+ssh://git@github.com/user/repo.git@v1.0.0 Spec...
|
55 |
| 16946 | customizing-tauri-windows | dchuk/claude-code-tauri-skills |
Tauri Window Customization Covers window customization in Tauri v2: custom titlebars, transparent windows, and window menus. Configuration Methods tauri.conf.json - Static configuration at build time JavaScript Window API - Runtime modifications from frontend Rust Window struct - Runtime modifications from backend Window Configuration (tauri.conf.json) { "app": { "windows": [{ "title": "My App", "width": 800, "height": 600, "decorations": true, "transparent"...
|
55 |
| 16947 | python-containers | laurigates/claude-plugins |
Expert knowledge for building optimized Python container images using slim base images, virtual environments, modern package managers (uv, poetry), and multi-stage build patterns. Core Expertise Python Container Challenges: - Large base images with unnecessary packages (~1GB) - Critical: Alpine causes issues with Python (musl vs glibc) - Complex dependency management (pip, poetry, pipenv, uv) - Compiled C extensions requiring build tools - Virtual environment handling in containers Key ...
|
55 |
| 16948 | database-architect | oimiragieo/agent-studio |
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
|
55 |
| 16949 | umbraco-e2e-testing | umbraco/umbraco-cms-backoffice-skills |
Umbraco E2E Testing End-to-end testing for Umbraco backoffice extensions using Playwright and @umbraco/playwright-testhelpers . This approach tests against a real running Umbraco instance, validating complete user workflows. Critical: Use Testhelpers for Core Umbraco Use @umbraco/playwright-testhelpers for core Umbraco operations : Package Purpose Why Required @umbraco/playwright-testhelpers UI and API helpers Handles auth, navigation, core entity CRUD @umbraco/json-models-builders Test data bui...
|
55 |
| 16950 | localization-testing | proffesor-for-testing/agentic-qe |
<default_to_action> When testing multi-language/region support: - VERIFY translation coverage (all strings translated) - TEST locale-specific formats (date, time, currency, numbers) - VALIDATE RTL layout (Arabic, Hebrew) - CHECK character encoding (UTF-8, unicode) - CONFIRM cultural appropriateness (icons, colors, content) Quick i18n Checklist: - All user-facing strings externalized - No hardcoded text in code - Date/time/currency formatted per locale - RTL languages flip layout correc...
|
55 |