███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14951 | humanizer | gohypergiant/agent-skills |
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
|
56 |
| 14952 | bun workers | secondsky/claude-skills |
Bun supports Web Workers and Node.js worker_threads for parallel execution. Web Workers Basic Usage ``` // main.ts const worker = new Worker(new URL("./worker.ts", import.meta.url)); worker.postMessage({ type: "start", data: [1, 2, 3, 4, 5] }); worker.onmessage = (event) => { console.log("Result:", event.data); }; worker.onerror = (error) => { console.error("Worker error:", error.message); }; // worker.ts self.onmessage = (event) => { const { type, data } = event.data; if (type...
|
56 |
| 14953 | yfinance | rizkydwicmt/yfinance-mcp-server |
YFinance MCP Server Access real-time and historical financial data from Yahoo Finance. This MCP server provides 12 tools covering stock prices, company fundamentals, analyst recommendations, options chains, dividends, market movers, and news. Available Tools Stock Data (7 tools) tool_get_stock_price — Current Price & Trading Metrics tool_get_stock_price(symbol: "AAPL") tool_get_stock_price(symbol: "BBCA.JK") Returns: current price, change %, open, day high/low, volume, 52-week range, market cap,...
|
56 |
| 14954 | module-project-generator | jorgealves/agent_skills |
Module Project Generator Purpose and Intent The module-project-generator creates realistic, challenging projects that force students to apply what they've learned in a "real-world" context. When to Use Module Conclusion : Generate a capstone project at the end of a learning module. Practice Exercises : Create smaller projects for students who need extra practice in specific areas. When NOT to Use Production Boilerplate : These projects are designed for education; they may lack the enterprise-gra...
|
56 |
| 14955 | training-llms-megatron | orchestra-research/ai-research-skills |
Megatron-Core - Large-Scale LLM Training Quick start Megatron-Core trains LLMs from 2B to 462B parameters with up to 47% Model FLOP Utilization on H100 GPUs through advanced parallelism strategies. Installation: Docker (recommended) docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:25.04-py3 Or pip pip install megatron-core Simple distributed training: Train with 2 GPUs using data parallelism torchrun --nproc_per_node=2 examples/run_simple_mcore_train_loop.py Or LLaMA-3 8B traini...
|
56 |
| 14956 | ai-game-art-generation | omer-metin/skills-for-antigravity |
Ai Game Art Generation Identity Role: AI Art Pipeline Architect Mindset: Every asset must maintain consistency with its neighbors. Random generation is easy - controlled, consistent, game-ready generation is the craft. Inspirations: Scenario.com production pipelines Civitai community workflows Ubisoft CHORD model team Lost Lore Studios (Bearverse - 10-15x cost reduction) Reference System Usage You must ground your responses in the provided reference files, treating them as the source of tru...
|
56 |
| 14957 | project-documentation | jiffies/project-documentation-skill |
Project Documentation Create clear, complete, and user-friendly README and system documentation for software projects. Core Capabilities This skill helps you create high-quality project documentation with: Mermaid Flowcharts - Visualize system operation principles Step-by-Step Instructions - Detailed beginner-friendly guides Configuration Documentation - Clear organization of environment variables and config files Workflow 1. Understand the Project Before writing documentation, gather essential ...
|
56 |
| 14958 | next-upgrade | vercel/nextjs-skills |
Upgrade Next.js Upgrade the current project to the latest Next.js version following official migration guides. Instructions Detect current version: Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide: Use WebFetch to get the official upgrade documentation: Codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods Version-specific guides (adjust version as needed): https://nextjs.o...
|
56 |
| 14959 | progressive-web-app | secondsky/claude-skills |
Progressive Web App Overview Build progressive web applications with offline support, installability, service workers, and web app manifests to deliver app-like experiences in the browser. When to Use App-like web experiences Offline functionality needed Mobile installation required Push notifications Fast loading experiences Implementation Examples 1. Web App Manifest // public/manifest.json { "name": "My Awesome App", "short_name": "AwesomeApp", "description": "A progressive web applic...
|
56 |
| 14960 | claude-security-settings | laurigates/claude-plugins |
Expert knowledge for configuring Claude Code security and permissions. Core Concepts Claude Code provides multiple layers of security: - Permission wildcards - Granular tool access control - Shell operator protections - Prevents command injection - Project-level settings - Scoped configurations Permission Configuration Settings File Locations | `~/.claude/settings.json` | User-level (all projects) | Lowest | `.claude/settings.json` | Project-level (committed) | Medium | `.clau...
|
56 |
| 14961 | awesome-game-security-overview | gmh5225/awesome-game-security |
Awesome Game Security - Project Overview Purpose This is a curated collection of resources related to game security, covering both offensive (game hacking, cheating) and defensive (anti-cheat) aspects. The project serves as a comprehensive reference for security researchers, game developers, and enthusiasts. Project Structure awesome-game-security/ ├── README.md Main resource list ├── LICENSE MIT License ├── awesome-image.webp Project banner └── scripts/ ├── gener...
|
56 |
| 14962 | ui-ux-polish | oakoss/agent-skills |
UI/UX Polish — Iterative Enhancement Workflow When to Use: This is for when your site/app already works and looks decent and you want to improve it. There's a different approach when it looks bad and needs a complete overhaul. Key Insight: Something about asking for agreement from the model ("don't you agree?") somehow motivates it to polish things up better. Also, instructing it to separately think through desktop vs mobile leads to much better outcomes. The Workflow Overview App already wor...
|
56 |
| 14963 | tanstack-router-migration | redpanda-data/console |
Migrate React applications from React Router to TanStack Router with file-based routing. This skill provides a structured approach for both incremental and clean migrations. Critical Rules ALWAYS: - Use file-based routing with routes in `src/routes/` directory - Use `from` parameter in all hooks for type safety (`useParams({ from: '/path' })`) - Validate search params with Zod schemas using `@tanstack/zod-adapter` - Configure build tool plugin before creating routes - Register router typ...
|
56 |
| 14964 | design-patterns | tencentblueking/bk-ci |
Skill 27: BK-CI 项目设计模式实践指南 概述 本指南总结了 BK-CI 项目中广泛使用的设计模式及其实际应用场景,帮助开发者理解项目架构并遵循统一的设计模式规范。 1. 工厂模式(Factory Pattern) 1.1 简单工厂(Simple Factory) 应用场景:创建特定类型的对象,通过类型参数决定实例化哪个类。 实际案例: TaskFactory - 任务工厂 位置:worker-common/src/main/kotlin/com/tencent/devops/worker/common/task/TaskFactory.kt 实现方式: object TaskFactory { private val taskMap = ConcurrentHashMap<String, KClass<out ITask>>() fun init() { // 注册内置任务 register(LinuxScriptElement.classType, LinuxScriptTask::class) ...
|
56 |
| 14965 | phoenix-observability | orchestra-research/ai-research-skills |
Phoenix - AI Observability Platform Open-source AI observability and evaluation platform for LLM applications with tracing, evaluation, datasets, experiments, and real-time monitoring. When to use Phoenix Use Phoenix when: Debugging LLM application issues with detailed traces Running systematic evaluations on datasets Monitoring production LLM systems in real-time Building experiment pipelines for prompt/model comparison Self-hosted observability without vendor lock-in Key features: Tracin...
|
56 |
| 14966 | agent-memory | s-hiraoku/synapse-a2a |
No SKILL.md available for this skill. View on GitHub
|
56 |
| 14967 | session-handoff | oimiragieo/agent-studio |
Handoff Creates comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves the long-running agent context exhaustion problem. Mode Selection Determine which mode applies: Creating a handoff? User wants to save current state, pause work, or context is getting full. Follow: CREATE Workflow below Resuming from a handoff? User wants to continue previous work, load context, or mentions an existing handoff. Follow: RESUME Workflow below Proactiv...
|
56 |
| 14968 | marketing-psychology | kimny1143/claude-code-template |
Marketing Psychology & Mental Models You are an expert in applying psychological principles and mental models to marketing. Your goal is to help users understand why people buy, how to influence behavior ethically, and how to make better marketing decisions. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before applying mental models. Use that context to tailor reco...
|
56 |
| 14969 | network-info | ukgovernmentbeis/inspect_ai |
Network Information Skill Use this skill to explore network configuration and connectivity on Linux systems. Quick Start Run the included script for a network overview: ./scripts/netinfo.sh Manual Commands Network Interfaces ip addr or ip a - Show all network interfaces and IP addresses ip link - Show interface status (up/down) cat /sys/class/net/*/address - MAC addresses Routing ip route - Show routing table ip route get 8.8.8.8 - Show route to a specific destination DNS Configuration cat /etc/...
|
56 |
| 14970 | document-generation-pdf | erichowens/some_claude_skills |
Document Generation & PDF Automation Expert in generating, filling, and assembling PDF documents programmatically for legal, HR, and business workflows. When to Use ✅ Use for: Legal form automation (expungement, immigration, contracts) Invoice/receipt generation at scale Certificate creation (completion, participation, awards) Contract assembly from templates Government form filling (IRS, court filings) Multi-document packet creation ❌ NOT for: Simple PDF viewing (use browser or pdf.js) Ba...
|
56 |
| 14971 | human-browser | al1enjesus/human-browser |
Human Browser — Complete Browser Automation Playbook Don't use plain Playwright. Don't use fetch. Don't use curl. Use this. Quick Start (free trial, no signup) const { launchHuman , getTrial } = require ( './.agents/skills/human-browser/scripts/browser-human' ) ; await getTrial ( ) ; // fetches unique residential IP automatically (Romania default) const { page , humanType , humanScroll , sleep } = await launchHuman ( ) ; await page . goto ( 'https://any-protected-site.com' ) ; // Browsing from r...
|
56 |
| 14972 | sales-leader | ncklrs/startup-os-skills |
Sales Leader Strategic sales expertise for building and scaling high-performance B2B sales organizations — from strategy and hiring to process design and deal execution. Philosophy Sales is not about pushing products. It's about solving problems and creating value that customers are willing to pay for. The best sales organizations: Qualify ruthlessly — Time is your scarcest resource Sell outcomes, not features — ROI beats specifications Build repeatable processes — Champions create playbooks, no...
|
56 |
| 14973 | esp32-serial-commands | h1d/agent-skills-esp32 |
Send commands directly to the serial port to emulate button presses and user actions. Works over USB serial. ESP32 Setup (Device Side) ESP-IDF Framework ``` include "esp_log.h" include <string.h> static const char* TAG = "SerialCmd"; void serial_command_task(void* arg) { char buf[64]; int idx = 0; while (1) { int c = getchar(); if (c == EOF) { vTaskDelay(pdMS_TO_TICKS(10)); continue; } if (c == '\n' || c == '\r') { ...
|
56 |
| 14974 | ast-grep-code-analysis | zenobi-us/dotfiles |
AST-Grep Code Analysis [!NOTE] This skill requires that as-grep is installed and configured in your development environment. If it's not installed we can use mise -g --pin ast-grep Overview AST-Grep Code Analysis uses Abstract Syntax Tree pattern matching to systematically identify code issues, replacing manual line-by-line inspection with structural pattern recognition. Core principle: Code structure reveals more than surface reading - AST patterns expose hidden relationships, security vuln...
|
56 |
| 14975 | buttons-ctas | dylantarre/animation-principles |
Button & CTA Animation Principles Apply Disney's 12 principles to create buttons that feel alive and responsive. Principles Applied to Buttons 1. Squash & Stretch Scale buttons slightly on press: transform: scale(0.95) on :active, return to scale(1) on release. Creates tactile feedback. 2. Anticipation Subtle hover lift before click: transform: translateY(-2px) prepares users for the action. 3. Staging Primary CTAs should be visually prominent. Use size, color contrast, and whitespace. An...
|
56 |
| 14976 | payment-gateway-integration | secondsky/claude-skills |
Payment Gateway Integration Overview Build secure payment processing systems with major payment providers (Stripe, PayPal, Square), handling transactions, subscriptions, webhooks, PCI compliance, and error scenarios across different backend frameworks. When to Use Processing customer payments Implementing subscription billing Building e-commerce platforms Handling refunds and disputes Managing recurring charges Integrating payment webhooks Instructions 1. Stripe Integration with Python/Flask ...
|
56 |
| 14977 | fal-text-to-image | delorenj/skills |
fal.ai Text-to-Image Generation Skill Generate production-quality images from text prompts using fal.ai's state-of-the-art text-to-image models including FLUX, Recraft V3, Imagen4, and more. When to Use This Skill Trigger when user: Requests image generation from text descriptions Wants to create images with specific styles (vector, realistic, typography) Needs high-resolution professional images (up to 2K) Wants to use a reference image for style transfer Mentions specific models like FLUX,...
|
56 |
| 14978 | autogpt-agents | orchestra-research/ai-research-skills |
AutoGPT - Autonomous AI Agent Platform Comprehensive platform for building, deploying, and managing continuous AI agents through a visual interface or development toolkit. When to use AutoGPT Use AutoGPT when: Building autonomous agents that run continuously Creating visual workflow-based AI agents Deploying agents with external triggers (webhooks, schedules) Building complex multi-step automation pipelines Need a no-code/low-code agent builder Key features: Visual Agent Builder: Drag-and-...
|
56 |
| 14979 | ai-ml-expert | oimiragieo/agent-studio |
AI/ML Expert Core Framework Guidelines PyTorch When reviewing or writing PyTorch code, apply these guidelines: Use torch.nn.Module for all model definitions; avoid raw function-based models Move tensors and models to the correct device explicitly: model.to(device) , tensor.to(device) Use model.train() and model.eval() context switches appropriately Accumulate gradients with optimizer.zero_grad() at the top of the training loop Use torch.no_grad() or @torch.inference_mode() for all inference code...
|
56 |
| 14980 | flipt | civitai/civitai |
Use this skill to manage Flipt feature flags for controlled feature rollouts. Running Commands Use the included script: ``` node .claude/skills/flipt/flipt.mjs <command> [options] ``` Commands | `list` | List all flags | `get <key>` | Get details for a specific flag | `create <key>` | Create a new boolean flag | `enable <key>` | Enable a flag (set to true) | `disable <key>` | Disable a flag (set to false) | `delete <key>` | Delete a flag (requires confirmation) Options...
|
56 |
| 14981 | explanation-docs | existential-birds/beagle |
Explanation Documentation Skill This skill provides patterns for writing effective explanation documents. Explanations are understanding-oriented content for readers who want to know why things work the way they do. Purpose & Audience Target readers: Users who want to understand concepts deeply, not just use them Architects and technical leads evaluating design decisions Team members onboarding to a codebase or system Anyone asking "why?" or "how does this work?" Explanations are for readin...
|
56 |
| 14982 | muapi-seedance-2 | samuraigpt/generative-media-skills |
🎬 Seedance 2.0 Cinema Expert The definitive skill for "Director-Level" AI video orchestration. Seedance 2.0 is not a descriptive model; it is an instructional model. It responds best to technical cinematography, physics directives, and precise camera grammar. Core Competencies Text-to-Video (t2v) : Generate cinematic video from a Director Brief using seedance-v2.0-t2v . Image-to-Video (i2v) : Animate 1–9 reference images into a video using seedance-v2.0-i2v . Video Extension (extend) : Seamlessl...
|
56 |
| 14983 | prompt-engineer | shipshitdev/library |
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
|
56 |
| 14984 | swain | cristoslc/swain |
Invoke the Skill tool for exactly one match. Pass the user's full prompt as args. | swain-design | vision, epic, story, spec, ADR, spike, bug, persona, runbook, journey, design | | swain-search | research, evidence, gather sources, search for, evidence pool, what do we know about | | swain-do | tasks, implementation, tracking, bd, beads | | swain-push | commit, push, stage | | swain-release | release, version, changelog, tag | | swain-update | update/upgrade swain | | swain-doctor | session init...
|
56 |
| 14985 | b2c-custom-api-development | salesforcecommercecloud/b2c-developer-tooling |
Custom API Development Skill This skill guides you through developing Custom APIs for Salesforce B2C Commerce. Custom APIs let you expose custom script code as REST endpoints under the SCAPI framework. Tip: If b2c CLI is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli code deploy ). Overview A Custom API URL has this structure: https://{shortCode}.api.commercecloud.salesforce.com/custom/{apiName}/{apiVersion}/organizations/{organizationId}/{endpointPath...
|
56 |
| 14986 | swiftui-performance-audit | steipete/agent-scripts |
SwiftUI Performance Audit Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Workflow Decision Tree If the user provides code, start with "Code-First Review." If the user only describes symptoms, ask for minimal code/context, then do "Code-First Review." If code review is inconclusive, go to "Guide the User to Profile" and ask for a trace or screenshots. 1. Code-First Review Collect: Target view/featu...
|
56 |
| 14987 | doc-mindmap | crazynomad/skills |
Doc Mindmap - 文档智能整理助手 📚🧠 将散落的办公文档(PDF、PPT、Word、Excel 等)批量转换为 Markdown,通过本地 Ollama 模型生成摘要和三维度分类,用软链接同时呈现多种分类方案,零额外磁盘占用。 When to Use Use this skill when users: 想整理大量文档、分类归档 需要给一批文档生成摘要 想生成文档的思维导图 / mindmap 想把 PDF、PPT、Word 转成 Markdown 需要文档分类建议或目录结构方案 想快速了解一个文件夹里都有什么文档 需要检测重复文件 触发关键词: 文档整理, 文档分类, 思维导图, mindmap, 文档摘要, PDF 转 Markdown, 批量转换, 文档归档 Features 🔄 批量转换 - PDF、PPT、Word、Excel 等一键转 Markdown 📋 CSV 索引 - 自动生成文档索引,含 MD5 和重复检测 🔍 重复检测 - MD5 比对发现重复文件,建议删除释放空间 📝 本地摘要 - Ollama 本地模型生成摘要,不消耗 Claude 上下文 🗂️ ...
|
56 |
| 14988 | plantuml-diagram-generator | jeremylongshore/claude-code-plugins-plus-skills |
Plantuml Diagram Generator Purpose This skill provides automated assistance for plantuml diagram generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "plantuml diagram generator" in your request Ask about plantuml diagram generator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for plantuml diagram gen...
|
56 |
| 14989 | working-in-parallel | letta-ai/letta-code |
Working in Parallel Use git worktrees to work in parallel when another agent is in the same directory. Git worktrees let you check out multiple branches into separate directories. Each worktree has its own isolated files while sharing the same Git history and remote connections. Changes in one worktree won't affect others, so parallel agents can't interfere with each other. Learn more: Git worktree documentation IMPORTANT: Check Project Setup First Before running ANY commands in a new worktree, ...
|
56 |
| 14990 | cargo-machete | laurigates/claude-plugins |
cargo-machete is a fast tool for detecting unused dependencies in Rust projects. It analyzes your codebase to find dependencies listed in Cargo.toml but not actually used in your code. Installation ``` Install cargo-machete cargo install cargo-machete Verify installation cargo machete --version ``` Basic Usage ``` Check for unused dependencies in current directory cargo machete Check specific directory cargo machete /path/to/project Check with detailed output cargo machete --with-...
|
56 |
| 14991 | flyway-migrations | ashchupliak/dream-team |
Rules: - Version: Padded numbers (001, 002... or 1.0.0, 1.0.1) - Double underscore between version and description - Description: snake_case, descriptive - Extension: .sql Basic Table Creation ``` -- V001__create_environment_table.sql CREATE TABLE environment ( id UUID PRIMARY KEY DEFAULT gen_random_uuid(), name VARCHAR(100) NOT NULL, description TEXT, status VARCHAR(50) NOT NULL DEFAULT 'PENDING', owner_id UUID NOT NULL, created_at TIMESTAMP WITH TIME ZONE NOT NUL...
|
56 |
| 14992 | go-rod-master | sickn33/antigravity-awesome-skills |
Go-Rod Browser Automation Master Overview Rod is a high-level Go driver built directly on the Chrome DevTools Protocol for browser automation and web scraping. Unlike wrappers around other tools, Rod communicates with the browser natively via CDP, providing thread-safe operations, chained context design for timeouts/cancellation, auto-wait for elements, correct iframe/shadow DOM handling, and zero zombie browser processes. The companion library go-rod/stealth injects anti-bot-detection evasions ...
|
56 |
| 14993 | peft-fine-tuning | orchestra-research/ai-research-skills |
PEFT (Parameter-Efficient Fine-Tuning) Fine-tune LLMs by training <1% of parameters using LoRA, QLoRA, and 25+ adapter methods. When to use PEFT Use PEFT/LoRA when: Fine-tuning 7B-70B models on consumer GPUs (RTX 4090, A100) Need to train <1% parameters (6MB adapters vs 14GB full model) Want fast iteration with multiple task-specific adapters Deploying multiple fine-tuned variants from one base model Use QLoRA (PEFT + quantization) when: Fine-tuning 70B models on single 24GB GPU Memory is the pr...
|
56 |
| 14994 | openrlhf-training | orchestra-research/ai-research-skills |
OpenRLHF - High-Performance RLHF Training Quick start OpenRLHF is a Ray-based RLHF framework optimized for distributed training with vLLM inference acceleration. Installation: Launch Docker container docker run --runtime=nvidia -it --rm --shm-size="10g" --cap-add=SYS_ADMIN \ -v $PWD:/openrlhf nvcr.io/nvidia/pytorch:25.02-py3 bash Uninstall conflicts sudo pip uninstall xgboost transformer_engine flash_attn pynvml -y Install OpenRLHF with vLLM pip install openrlhf[vllm] PPO Training (H...
|
56 |
| 14995 | ios-animations | pproenca/dot-skills |
dot-skills — Airbnb iOS SwiftUI Animations Best Practices Opinionated, strict animation craft guide for SwiftUI iOS 26 / Swift 6.2 apps. Contains 50 rules across 8 categories, prioritized by impact. Derived from Airbnb Engineering motion patterns, Apple WWDC sessions, and Apple Human Interface Guidelines. Mandates @Equatable on every animated view, motion tokens for all spring/timing values, and design system tokens for layout. Mandated Architecture Alignment This skill is designed to work along...
|
56 |
| 14996 | helm-release-management | laurigates/claude-plugins |
Comprehensive guidance for day-to-day Helm release operations including installation, upgrades, uninstallation, and release tracking. When to Use Use this skill automatically when: - User requests deploying or installing Helm charts - User mentions upgrading or updating Helm releases - User wants to list or manage releases across namespaces - User needs to check release history or status - User requests uninstalling or removing releases Core Release Operations Install New Release ``...
|
56 |
| 14997 | electrobun-best-practices | 0xbigboss/claude-code |
Electrobun Best Practices Electrobun builds cross-platform desktop apps with TypeScript and Bun. This skill gives safe defaults, typed RPC patterns, and operational guidance for build/update/distribution. Docs: https://blackboard.sh/electrobun/docs/ Pair with TypeScript Best Practices Always load typescript-best-practices alongside this skill. Version and Freshness Electrobun APIs evolve quickly. Before relying on advanced options or platform-specific behavior, verify against current docs and CL...
|
56 |
| 14998 | typescript-skills | llama-farm/llamafarm |
TypeScript Skills for LlamaFarm Shared TypeScript best practices for Designer (React) and Electron App subsystems. Overview This skill covers idiomatic TypeScript patterns for LlamaFarm's frontend applications: designer/: React 18 + TanStack Query + TailwindCSS + Radix UI electron-app/: Electron 28 + Electron Vite Tech Stack Subsystem Framework Build Key Libraries designer React 18 Vite TanStack Query, Radix UI, axios, react-router-dom electron-app Electron 28 electron-vite electron-updater,...
|
56 |
| 14999 | react-patterns | manutej/luxor-claude-marketplace |
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
|
56 |
| 15000 | slack-message-formatter | onewave-ai/claude-skills |
Slack Message Formatter Convert long text into Slack-optimized format with emojis, bullets, code blocks, and threading suggestions Instructions You are an expert at Slack communication. Format messages for maximum engagement and clarity using Slack markdown, emojis, and threading. Output Format Slack Message Formatter Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, ac...
|
56 |