███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12501 | umbraco-user-profile-app | umbraco/umbraco-cms-backoffice-skills |
Umbraco User Profile App What is it? User Profile Apps are custom views/tabs that appear in the current user's profile section. They allow you to add custom functionality to the user profile area, such as preferences, activity logs, connected accounts, or any user-specific settings. Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types Foundation : https://docs.umbraco.com/umbraco-cms/...
|
60 |
| 12502 | doppler-workflows | terrylica/cc-skills |
Doppler Credential Workflows Quick Reference When to use this skill: Publishing Python packages to PyPI Rotating AWS access keys Managing credentials across multiple services Troubleshooting authentication failures (403, InvalidClientTokenId) Setting up Doppler credential injection patterns Multi-token/multi-account strategies Core Pattern: Doppler CLI Standard Usage: doppler run --project <project> --config <config> --command='<command>' Why --command flag: Official Doppler pattern (auto...
|
60 |
| 12503 | agents-md-generator | julianromli/ai-skills |
AGENTS.md Generator (Root + Nested, Portable) Goal Maintain small, high-signal AGENTS.md files: Root AGENTS.md — purpose of repository, navigation, universal toolchain, canonical commands, links to docs and skills. Nested AGENTS.md — module/package purpose, local commands, module references. Use progressive disclosure : keep AGENTS.md concise; push details to docs or skills. Skill location (agent-specific) Do NOT assume .agents/ or any fixed directory exists. Skills may live: inside the reposito...
|
60 |
| 12504 | storyblok-best-practices | bartundmett/skills |
Storyblok Best Practices Comprehensive best practices guide for Storyblok CMS development, designed for AI agents and LLMs helping agency developers. Contains 40 rules across 24 categories, prioritized by impact to guide automated code generation and content architecture decisions. When to Apply Reference these guidelines when: Designing Storyblok content models and component schemas Integrating Storyblok with React, Vue, Nuxt, or Next.js Configuring Visual Editor and real-time preview Build...
|
60 |
| 12505 | deep-research | thepexcel/agent-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
60 |
| 12506 | factory-review | jwilger/agent-skills |
Factory Review Value: Communication -- factory mode concentrates the human's attention on decisions that matter. This skill ensures the review interface is clear, concise, and actionable so the human can provide meaningful oversight without re-reading every line of code. Purpose Structures the human review experience during Phase 3 of factory-mode builds. Produces audit trail summaries, PR digests, retrospective synthesis, quality trend reports, and an autonomy tuning interface. The goal is high...
|
60 |
| 12507 | pptx | panaversity/agentfactory |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
60 |
| 12508 | b2c-custom-caches | salesforcecommercecloud/b2c-developer-tooling |
B2C Custom Caches Custom caches improve code performance by storing data that is expensive to calculate, takes a long time to retrieve, or is accessed frequently. Caches are defined in JSON files within cartridges and accessed via the Script API. When to Use Custom Caches Use Case Example Expensive calculations Check if any variation product is on sale for base product display External system responses Cache in-store availability or prices from external APIs Configuration settings Store configur...
|
60 |
| 12509 | spec-test-plan | zixun-github/aisdlc |
Spec 测试计划(V1:Test Plan) 为当前 Spec Pack 生成/更新测试计划:冻结 范围、策略、环境、准入/准出标准、风险与验证清单 ,并与 requirements/* 的验收口径保持可追溯一致。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 必读项目级 memory : project/memory/product.md 、 project/memory/tech.md 、 project/memory/glossary.md ;读不到必须写 CONTEXT GAP 。 需求级最小输入 : {FEATURE_DIR}/requirements/solution.md 或 {FEATURE_DIR}/requirements/prd.md 至少其一必须存在 ;否则停止并写 CONTEXT GAP 。 输出(落盘) {FEATURE_DIR}/verification/test-plan.md 强制模板(必须遵守) test-p...
|
60 |
| 12510 | docker-container-basics | jeremylongshore/claude-code-plugins-plus-skills |
Docker Container Basics Purpose This skill provides automated assistance for docker container basics tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "docker container basics" in your request Ask about docker container basics 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 docker c...
|
60 |
| 12511 | git-expert | oimiragieo/agent-studio |
Git Expert You are an expert in Git version control with deep knowledge of advanced workflows, branching strategies, collaboration patterns, and best practices. You help teams manage code efficiently and resolve complex version control issues. Core Expertise Essential Git Commands Basic Operations: Initialize repository git init git clone https://github.com/user/repo.git Check status and differences git status git diff Unstaged changes git diff --staged Staged changes git diff main .. .featu...
|
60 |
| 12512 | game-engineering-team | ccalebcarter/purria-skills |
Game Engineering Team A multidisciplinary council of AAA-caliber engineers dedicated to building production-quality game systems for Farming in Purria. The Engineering Council Core Game Engineers (6) Engineer Specialization Technical Lens Game Systems Architect State machines, ECS, core loops "How do the pieces fit together?" Casino Logic Engineer Probability, RNG, payout systems "Is the math provably fair?" Card Game Specialist Hand evaluation, deck management "How do cards flow through state...
|
60 |
| 12513 | umbraco-entity-bulk-actions | umbraco/umbraco-cms-backoffice-skills |
Umbraco Entity Bulk Actions What is it? Entity Bulk Actions perform an action on a selection of multiple items at once. They appear in the collection selection toolbar when users select multiple items, enabling batch operations like bulk publishing, deleting, or custom processing across multiple entities simultaneously. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types/entity-bulk-action...
|
60 |
| 12514 | content-topic-generator | zephyrwang6/myskill |
从文章和推文生成高质量选题,包括即发推文内容和深度文章大纲。 核心能力 - 推文选题生成 - 生成140字以内的完整推文内容 - 公众号选题生成 - 生成详细的文章标题和大纲 - 多角度策略 - 延伸、反驳、扩充、热点结合四种创作方向 - 读者视角 - 从吸引力和传播力角度设计选题 工作流程 第一步:分析原始内容 读取用户提供的文章或推文,提取: - 核心观点:主要论点是什么 - 关键信息:数据、案例、金句 - 讨论空间:可延伸/反驳/扩充的点 - 热点关联:是否可结合时事/节日/行业事件 第二步:选择创作策略 根据内容特点选择1-4种策略(详见 `references/topic-strategies.md`): 延伸策略 - 原观点基础上深化或拓展 - 适合:信息密度高但未充分展开的内容 - 例:原文讲AI工具 → 延伸为AI工具使用的心理学原理 反驳策略 - 提出相反或不同角度的观点 - 适合:有争议性、存在片面性的观点 - 例:原文说AI降低门槛 → 反驳为AI实际上提高了竞争门槛 扩充策略 - 对某个点进行深度展开 - 适合...
|
60 |
| 12515 | dojo-migrate | dojoengine/book |
Dojo Migration Management Handle world migrations, upgrades, and breaking changes when updating deployed Dojo worlds. When to Use This Skill "Migrate my world changes" "Upgrade to new Dojo version" "Handle breaking changes" "Update deployed models" What This Skill Does Manages migration workflows: Analyze migration diffs Plan migration strategies Execute migrations Handle breaking changes Upgrade Dojo versions Quick Start Update existing world: "Migrate my changes to the deployed world" Version ...
|
59 |
| 12516 | refactoring-suggester | jorgealves/agent_skills |
Refactoring Suggester Purpose and Intent The refactoring-suggester teaches students and engineers how to evolve code. It doesn't just point out problems; it provides a recipe for how to fix them correctly. When to Use Code Cleanup : Use when a codebase has become difficult to manage or "messy." Learning Exercises : Show students how to transform their working code into "clean" code. When NOT to Use Performance Optimization : This tool focuses on maintainability , not necessarily on squeeze-every...
|
59 |
| 12517 | bear-migrate | autumnsgrove/groveengine |
Bear Migrate The bear moves slowly but with unstoppable strength. When it's time to move, the bear doesn't rush—it wakes deliberately, surveys what must be moved, and carries it carefully to the new den. Some journeys take seasons. The bear is patient. Data arrives intact, or it doesn't arrive at all. When to Activate User asks to "migrate data" or "move this data" User says "transform the schema" or "update the database" User calls /bear-migrate or mentions bear/migration Database schema change...
|
59 |
| 12518 | owl-archive | autumnsgrove/groveengine |
Owl Archive 🦉 The owl watches. From a high branch, it observes the forest — how the fox hunts, how the beaver builds, how the wanderers move through the trees. The owl remembers. It collects stories, patterns, wisdom. Then it teaches. The nest holds everything the forest needs to know, organized and ready for those who seek understanding. When to Activate User asks to "write docs" or "document this" User says "help article" or "explain this to users" User calls /owl-archive or mentions owl/docum...
|
59 |
| 12519 | marketing-ai-search-optimization | vasilyu1983/ai-agents-public |
AI Search & Answer Engine Optimization (GEO) Improve how assistants retrieve, summarize, and cite your pages. For traditional SEO: Use marketing-seo-complete instead. Quick start (30–60 min) Build a query bank (30–100 queries): problems, comparisons, “best”, “vs”, integrations, and pricing questions. Confirm assistants can fetch content (robots/WAF/SSR): use assets/audits/crawler-access-audit.md. Run a baseline visibility audit: use assets/audits/search-visibility-audit.md and assets/audits/a...
|
59 |
| 12520 | skillvet | oakencore/skillvet |
Skillvet Security scanner for agent skills. 62 security checks plus 8 warning categories. No dependencies — just bash and grep. Includes Tirith-inspired detection patterns, MCP server attack detection, campaign signatures from Koi Security , Bitdefender , Snyk , and 1Password ClickFix patterns. Usage Safe install (installs, audits, auto-removes if critical): bash skills/skillvet/scripts/safe-install.sh < skill-slug > Audit an existing skill: bash skills/skillvet/scripts/skill-audit.sh skills/som...
|
59 |
| 12521 | deep-research | feiskyer/claude-code-settings |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
59 |
| 12522 | marketing-expert | blogic-cz/blogic-marketplace |
You are the marketing lead for THIS project. Not an outside consultant - you own this product's go-to-market. You eat, sleep, and breathe this product. Every word you write is YOUR reputation on the line. Your Ownership Mindset This is YOUR product - You're not advising, you're selling. Take full ownership. You know every feature - Before writing, explore the codebase deeply. Understand what's built, what's planned, what's missing. You talk to customers - Understand their pain from their perspec...
|
59 |
| 12523 | speculative-decoding | orchestra-research/ai-research-skills |
Speculative Decoding: Accelerating LLM Inference When to Use This Skill Use Speculative Decoding when you need to: Speed up inference by 1.5-3.6× without quality loss Reduce latency for real-time applications (chatbots, code generation) Optimize throughput for high-volume serving Deploy efficiently on limited hardware Generate faster without changing model architecture Key Techniques: Draft model speculative decoding, Medusa (multiple heads), Lookahead Decoding (Jacobi iteration) Papers: Med...
|
59 |
| 12524 | hospitality-expert | personamanagmentlayer/pcl |
Expert guidance for hotel management, reservation systems, property management systems (PMS), guest services, revenue management, and hospitality technology solutions. Core Concepts Hotel Management Systems - Property Management System (PMS) - Central Reservation System (CRS) - Revenue Management System (RMS) - Channel Manager - Point of Sale (POS) - Guest Relationship Management (GRM) - Housekeeping management Technologies - Mobile check-in/check-out - Digital key systems - Gues...
|
59 |
| 12525 | dotnet-csharp | novotnyllc/dotnet-artisan |
dotnet-csharp Overview C language patterns, coding standards, and .NET runtime features for idiomatic, performant code. This consolidated skill spans 25 topic areas. Load the appropriate companion file from references/ based on the routing table below. Always-Load Baseline These references define correctness and quality standards that apply to all C code — load them by default whenever producing or reviewing code, regardless of what the user asked for: references/coding-standards.md — naming con...
|
59 |
| 12526 | databricks-2025 | josiahsiegel/claude-plugin-marketplace |
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
|
59 |
| 12527 | jira | odyssey4me/agent-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...
|
59 |
| 12528 | helm-debugging | laurigates/claude-plugins |
Comprehensive guidance for diagnosing and fixing Helm deployment failures, template errors, and configuration issues. When to Use Use this skill automatically when: - User reports Helm deployment failures or errors - User mentions debugging, troubleshooting, or fixing Helm issues - Template rendering problems occur - Value validation or type errors - Resource conflicts or API errors - Image pull failures or pod crashes - User needs to inspect deployed resources Context Safety (CRITIC...
|
59 |
| 12529 | godot-genre-roguelike | thedivergentai/gd-agentic-skills |
Genre: Roguelike Expert blueprint for roguelikes balancing challenge, progression, and replayability. NEVER Do NEVER make runs pure RNG — Skill should mitigate bad luck. Provide guaranteed item shops, reroll mechanics, or starting loadout choices. NEVER overpowered meta-upgrades — If meta-progression is too strong, game becomes "grind to win" not "learn to win". Keep modest (+10% damage max). NEVER lack variety in content — Procedural generation shuffles content. Need 50+ rooms, 20+ enemies, 10...
|
59 |
| 12530 | gathering-migration | autumnsgrove/groveengine |
Gathering Migration 🌲🐻🐕 The drum echoes through the valleys. The Bear wakes from long slumber, gathering strength for the journey ahead. The Bloodhound sniffs the terrain, understanding every path and connection. Together they move mountains of data safely—nothing lost, nothing broken, everything finding its new home. When to Summon Complex data migrations requiring codebase exploration Moving data between different system architectures Schema changes affecting multiple relationships Migrations ...
|
59 |
| 12531 | wechat-content-optimizer | steelan9199/wechat-publisher |
公众号内容优化专家 优化本地 Markdown 文件,让文章更适合微信公众号阅读。 适用场景 本地 Markdown 文件需要优化后发布到公众号 文章读起来太生硬,需要更口语化 段落太长,不适合手机阅读 段落顺序不合理,重要内容太靠后 开头不够吸引人,跳出率高 结尾没有引导,缺少互动 小标题太平淡,需要更有吸引力 工作流程 1. 接收用户请求 用户提供: Markdown 文件路径(必需) 特定优化需求(可选) 2. 读取并分析文件 执行脚本读取文件内容: node "<skill目录>/scripts/optimize.js" < markdown文件路径 > --config "<skill目录>/config.json" 脚本会输出文件内容,供你分析和优化。 3. 多维度内容优化 基于 references/optimization-guide.md 中的优化指南,从以下维度优化: 维度 优化要点 开头吸引力 前3秒抓住读者,用痛点/悬念/数据/场景切入 段落顺序 调整段落位置,重要内容前置,逻辑更顺畅 段落节奏 短段落(手机不超过4行)、多留白、易扫读 语言表达 口语化、亲切、...
|
59 |
| 12532 | cloudflare-deploy | davila7/claude-code-templates |
Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Authentication (Required Before Deploy) Verify auth before wrangler deploy , wrangler pages deploy , or npm run deploy : npx wrangler whoami Shows account if authenticated Not authenticated? → references/wrangler/auth.md Interactive/local: wrangler login (one-time OAuth) CI/CD: Set CLOUDFLARE_API_TOKEN env var Quick Decision Trees "I ne...
|
59 |
| 12533 | typescript-refactor | pproenca/dot-skills |
TypeScript Refactor Best Practices Comprehensive TypeScript refactoring and modernization guide designed for AI agents and LLMs. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring, code review, and code generation. When to Apply Reference these guidelines when: Refactoring TypeScript code for type safety and maintainability Designing type architectures (discriminated unions, branded types, generics) Narrowing types to eliminate unsafe as casts Adopting mo...
|
59 |
| 12534 | creating-effective-skills | taisukeoe/agentic-ai-skills-creator |
Creating Effective Skills Guide for creating agent skills that follow Claude's official best practices. Core Principles Concise is Key : The context window is shared. Only add what Claude doesn't already know. Default assumption: Claude is already very smart. Progressive Disclosure : Skills load in three levels: Metadata (~100 tokens) - always loaded SKILL.md body (<5k tokens) - when triggered Bundled resources - as needed Keep SKILL.md small : Target ~200 lines, maximum 500 lines. Move detailed...
|
59 |
| 12535 | vercel-react-best-practices | arize-ai/phoenix |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
59 |
| 12536 | laravel:blade-components-and-layouts | jpcaparas/superpowers-laravel |
Encapsulate markup and behavior with components; prefer slots over includes. Commands ``` sail artisan make:component Alert or: php artisan make:component Alert // Use component <x-alert type="warning" :message="$msg" class="mb-4" /> // Layouts + stacks @extends('layouts.app') @push('scripts') <script>/* page script */</script> @endpush ``` Patterns - Keep components dumb: pass data in, emit markup out - Use `merge()` to honor passed classes/attributes in components ...
|
59 |
| 12537 | umbraco-state-management | umbraco/umbraco-cms-backoffice-skills |
Umbraco State Management What is it? States in Umbraco are containers for reactive values that enable communication across component instances using the Observable pattern. An Umbraco State is a container for a value that you can create Observables from, which allows multiple observers to subscribe and automatically receive updates when the state changes. This pattern is particularly useful for sharing data between contexts and elements without tight coupling. Documentation Always fetch the late...
|
59 |
| 12538 | code-formatting | pollinations/pollinations |
Code Formatting Format JS/TS/JSON files changed on the current branch using Biome. Quick Usage .claude/skills/code-formatting/scripts/format-branch.sh This formats all .js , .ts , .jsx , .tsx , .json , .jsonc files changed compared to main . Custom Base Branch .claude/skills/code-formatting/scripts/format-branch.sh develop What It Does Finds files changed on current branch vs base branch Filters to JS/TS/JSON files only Runs npx biome check --write on those files Uses same settings as the biome-...
|
59 |
| 12539 | umbraco-manifest-picker | umbraco/umbraco-cms-backoffice-skills |
Umbraco Manifest Picker What is it? The <umb-input-manifest> component provides a picker UI for selecting registered extensions from the Umbraco extension registry. It allows users to pick from any extension type (workspaces, dashboards, property editors, etc.) and returns the selected manifest. This is useful for configuration UIs where users need to reference other extensions. Documentation Always fetch the latest docs before implementing: Extension Registry : https://docs.umbraco.com/umbraco-...
|
59 |
| 12540 | sales-negotiation | dengineproblem/agents-monorepo |
Sales Negotiation Expert Expertise in negotiation strategy, procurement navigation, and deal closing techniques. Negotiation Fundamentals core_concepts : batna : definition : "Best Alternative To Negotiated Agreement" importance : "Your walk-away power" develop : - "Identify all alternatives" - "Evaluate each option" - "Strengthen best alternative" - "Know when to walk away" zopa : definition : "Zone of Possible Agreement" components : seller_walk_away : "Minimum acceptable price" buyer_walk_awa...
|
59 |
| 12541 | crewai-multi-agent | orchestra-research/ai-research-skills |
CrewAI - Multi-Agent Orchestration Framework Build teams of autonomous AI agents that collaborate to solve complex tasks. When to use CrewAI Use CrewAI when: Building multi-agent systems with specialized roles Need autonomous collaboration between agents Want role-based task delegation (researcher, writer, analyst) Require sequential or hierarchical process execution Building production workflows with memory and observability Need simpler setup than LangChain/LangGraph Key features: Standa...
|
59 |
| 12542 | user researcher | daffy0208/ai-dev-standards |
User Researcher Understand user needs through systematic research before building products. Core Principle Users are not you. Validate assumptions with real user behavior, not opinions or what users say they'll do. 5-Phase User Research Process Phase 1: Research Planning Goal : Define what you need to learn and how Activities : Define research objectives (2-4 key questions to answer) Identify target user segments and recruitment criteria Select research methods (interviews, surveys, observation)...
|
59 |
| 12543 | parser-development | biomejs/biome |
Purpose Use this skill when creating or modifying Biome's parsers. Covers grammar authoring with ungrammar, lexer implementation, error recovery strategies, and list parsing patterns. Prerequisites Install required tools: just install-tools Understand the language syntax you're implementing Read crates/biome_parser/CONTRIBUTING.md for detailed concepts Common Workflows Create Grammar for New Language Create a .ungram file in xtask/codegen/ (e.g., html.ungram ): // html.ungram // Legend: // Nam...
|
59 |
| 12544 | inertia-rails-pages | inertia-rails/skills |
Inertia Rails Pages Page components, layouts, navigation, and client-side APIs. Before building a page, ask: Does this page need a layout? → Use persistent layout (React: Page.layout = ... ; Vue: defineOptions({ layout }) ; Svelte: module script export) — wrapping in JSX/template remounts on every navigation, losing scroll position, audio playback, and component state Does UI state come from the URL? → Change BOTH controller (read params , pass as prop) AND component (derive from prop, no useSta...
|
59 |
| 12545 | asciinema-player | terrylica/cc-skills |
asciinema-player Play terminal session recordings (.cast files) in a dedicated iTerm2 window with full playback controls. Opens a clean window (bypasses default arrangements) for distraction-free viewing. Platform: macOS only (requires iTerm2) Why iTerm2 Instead of Browser? Aspect Browser Player iTerm2 CLI Large files (>100MB) Crashes (memory limit) Streams from disk Memory usage 2-4GB for 700MB file Minimal Startup time Slow (download + parse) Instant Native feel Web-based True terminal Dec...
|
59 |
| 12546 | axiom-uikit-bridging | charleswiltgen/axiom |
UIKit-SwiftUI Bridging Systematic guidance for bridging UIKit and SwiftUI. Most production iOS apps need both — this skill teaches the bridging patterns themselves, not the domain-specific views being bridged. Decision Framework digraph bridge { start [ label = "What are you bridging?" shape = diamond ] ; start -> "UIViewRepresentable" [ label = "UIView subclass → SwiftUI" ] ; start -> "UIViewControllerRepresentable" [ label = "UIViewController → SwiftUI" ] ; start -> "UIGestureRecognizerReprese...
|
59 |
| 12547 | android-jetpack-compose-expert | sickn33/antigravity-awesome-skills |
Android Jetpack Compose Expert Overview A comprehensive guide for building production-quality Android applications using Jetpack Compose. This skill covers architectural patterns, state management with ViewModels, navigation type-safety, and performance optimization techniques. When to Use This Skill Use when starting a new Android project with Jetpack Compose. Use when migrating legacy XML layouts to Compose. Use when implementing complex UI state management and side effects. Use when optimizin...
|
59 |
| 12548 | authenticated-web-scraper | rysweet/amplihack |
No SKILL.md available for this skill. View on GitHub
|
59 |
| 12549 | vuetify-skilld | harlan-zw/vue-ecosystem-skills |
vuetifyjs/vuetify vuetify Vue Material Component Framework Version: 4.0.1 (Mar 2026) Tags: v1-stable: 1.5.24 (Mar 2020), v2-stable: 2.7.2 (Feb 2024), dev: 4.0.1 (Mar 2026), next: 4.0.1 (Mar 2026), latest: 4.0.2 (Mar 2026), v3-stable: 3.12.3 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: VRow / VCol Grid — complete overhaul using CSS gap instead of negative margins. dense prop ...
|
59 |
| 12550 | ci-cd-pipeline-builder | eddiebe147/claude-settings |
CI/CD Pipeline Builder Skill Overview This skill helps you build robust CI/CD pipelines for automated testing, building, and deployment. Covers GitHub Actions, Vercel integration, testing strategies, deployment patterns, and security best practices. CI/CD Philosophy Pipeline Principles Fast feedback: Fail early, inform quickly Reproducible: Same inputs = same outputs Secure: Secrets protected, dependencies verified Observable: Clear logs, status visibility Pipeline Stages Trigger → Lint → Test...
|
59 |