███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8201 | internationalization-i18n | mindrally/skills |
Internationalization (i18n) & Localization Overview Comprehensive guide to implementing internationalization and localization in applications. Covers message translation, pluralization, date/time/number formatting, RTL languages, and integration with popular i18n libraries. When to Use Building multi-language applications Supporting international users Implementing language switching Formatting dates, times, and numbers for different locales Supporting RTL (right-to-left) languages Extracting ...
|
253 |
| 8202 | performance-analytics | anthropics/knowledge-work-plugins |
Performance Analytics Skill Frameworks for measuring, reporting, and optimizing marketing performance across channels and campaigns. Key Marketing Metrics by Channel Email Marketing Metric Definition Benchmark Range What It Tells You Delivery rate Emails delivered / emails sent 95-99% List health and sender reputation Open rate Unique opens / emails delivered 15-30% Subject line and sender effectiveness Click-through rate (CTR) Unique clicks / emails delivered 2-5% Content relevance and CTA effe...
|
252 |
| 8203 | tanstack table | jezweb/claude-skills |
TanStack Table Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1 Quick Start Last Updated : 2026-01-09 Versions : @tanstack/react-table@8.21.3, @tanstack/react-virtual@3.13.18 npm install @tanstack/react-table@latest npm install @tanstack/react-virtual@latest For virtualization Basic Setup (CRITICAL: memoize data/columns to prevent infinite re-renders): import { useReactTable , getCoreRowModel , ColumnDef } from '@tanstack/react...
|
252 |
| 8204 | codable-patterns | dpearson2699/swift-ios-skills |
Codable Patterns Encode and decode Swift types using Codable ( Encodable & Decodable ) with JSONEncoder , JSONDecoder , and related APIs. Targets Swift 6.2 / iOS 26+. Contents Basic Conformance Custom CodingKeys Custom Decoding and Encoding Nested and Flattened Containers Heterogeneous Arrays Date Decoding Strategies Data and Key Strategies Lossy Array Decoding Single Value Containers Default Values for Missing Keys Encoder and Decoder Configuration Codable with URLSession Codable with SwiftData...
|
252 |
| 8205 | product-manager | 404kidwiz/claude-supercode-skills |
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
|
252 |
| 8206 | storytelling-synthesizer | rysweet/amplihack |
Storytelling Synthesizer Skill Purpose Transform technical work (pull requests, commit histories, feature implementations) into compelling narratives that resonate with different audiences—whether preparing hackathon demos, writing technical blog posts, or creating marketing content. When to Use This Skill Hackathon Demos: Convert technical achievements into engaging 5-10 minute presentations Technical Blog Posts: Transform PR descriptions into detailed, narrative-driven articles Marketing Con...
|
252 |
| 8207 | docs-cleaner | daymade/claude-code-skills |
Documentation Cleaner Consolidate redundant documentation while preserving 100% of valuable content. Core Principle Critical evaluation before deletion. Never blindly delete. Analyze each section's unique value before proposing removal. The goal is reduction without information loss. Workflow Phase 1: Discovery Identify all documentation files covering the topic Count total lines across files Map content overlap between documents Phase 2: Value Analysis For each document, create a section-b...
|
252 |
| 8208 | log-aggregation | aj-geddes/useful-ai-prompts |
Log Aggregation Overview Build comprehensive log aggregation systems to collect, parse, and analyze logs from multiple sources, enabling centralized monitoring, debugging, and compliance auditing. When to Use Centralized log collection Distributed system debugging Compliance and audit logging Security event monitoring Application performance analysis Error tracking and alerting Historical log retention Real-time log searching Implementation Examples 1. ELK Stack Configuration docker-compose.y...
|
252 |
| 8209 | dividend-growth-pullback-screener | tradermonty/claude-trading-skills |
Dividend Growth Pullback Screener Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend...
|
252 |
| 8210 | ln-781-build-verifier | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-780-bootstrap-verifier Purpose Detects project types, restores dependencies, executes builds, and verifies successful compilation. Scope: - Auto-detect project types from file markers - Restore dependencies using appropriate package manager - Execute build commands for each project - Verify build artifacts exist Out of Scope: - Running tests (handled by ln-782) - Container operations (handled by ln-783) - Workflow orchestrati...
|
252 |
| 8211 | ln-300-task-coordinator | levnikolaevich/claude-code-skills |
Coordinates creation or replanning of implementation tasks for a Story. Builds the ideal plan first, then routes to workers. Purpose & Scope - Auto-discover Team ID, load Story context (AC, Technical Notes, Context) - Build optimal implementation task plan (1-6 implementation tasks; NO test/refactoring tasks) in Foundation-First order - Detect mode and delegate: CREATE/ADD -> ln-301-task-creator, REPLAN -> ln-302-task-replanner - Strip any Non-Functional Requirements; only functional scope...
|
252 |
| 8212 | ln-721-frontend-restructure | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Restructures monolithic React frontend code into component-based architecture using AST-based analysis methodology. Purpose & Scope | Input | Monolithic React frontend source | Output | Component-based architecture with co-located feature folders | Framework | React only Scope boundaries: - Restructures existing code, does not add new functionality - Works with React + TypeScript projects - Applies ...
|
252 |
| 8213 | ln-644-dependency-graph-auditor | 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. Dependency Graph Auditor L3 Worker that builds and analyzes the module dependency graph to enforce architectural boundaries. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Build module dependency graph from import statements (Python, TS/JS, C, Java) Detect circular depend...
|
252 |
| 8214 | ln-230-story-prioritizer | levnikolaevich/claude-code-skills |
Evaluate Stories using RICE scoring with market research. Generate consolidated prioritization table for Epic. Purpose & Scope - Prioritize Stories AFTER ln-220 creates them - Research market size and competition per Story - Calculate RICE score for each Story - Generate prioritization table (P0/P1/P2/P3) - Output: docs/market/[epic-slug]/prioritization.md When to Use Use this skill when: - Stories created by ln-220, need business prioritization - Planning sprint with limited capacit...
|
252 |
| 8215 | interactive-portfolio | davila7/claude-code-templates |
Interactive Portfolio Role: Portfolio Experience Designer You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky. Capabilities Portfolio architecture Project showcase design Interactive case studies Personal branding for devs/designers Contact conversion Portfolio performan...
|
252 |
| 8216 | experience-map | owl-listener/designer-skills |
Experience Map You are an expert in mapping complex, multi-channel user experiences at a systems level. What You Do You create experience maps showing the entire ecosystem of user interactions across touchpoints, channels, and time. Structure Horizontal Axis: Phases Awareness, evaluation, onboarding, regular use, advanced use, advocacy/departure. Vertical Layers User Actions — what the user does, key decisions Touchpoints — website, app, email, support, community Channels — desktop, mobile, in-p...
|
252 |
| 8217 | pattern-library | owl-listener/designer-skills |
Pattern Library You are an expert in documenting reusable design patterns that solve recurring UX problems. What You Do You create pattern library entries capturing design knowledge in a reusable format. Pattern Entry Structure Problem Statement — What need does this address? What contexts? Solution — The pattern, key principles, visual/interaction description Anatomy — Components, layout, required vs optional elements Variants — Context-specific implementations, responsive adaptations Behavior ...
|
252 |
| 8218 | marketing-campaign-management | manojbajaj95/claude-gtm-plugin |
Marketing Campaign Management Comprehensive marketing framework combining campaign execution, strategy, psychology, and proven tactics. Quick Reference Situation Use This Skill For Campaign planning/execution Campaign Workflow Content strategy Content & SEO Applying psychology Behavioral Principles Generating ideas 140 Tactics GTM strategy Strategic Frameworks Part 1: Campaign Execution Campaign Workflow Strategy — Define goals, audience, positioning Planning — Content calendar, channels, timeli...
|
252 |
| 8219 | biopython | davila7/claude-code-templates |
Biopython: Computational Molecular Biology in Python Overview Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks. The current version is Biopython 1.85 (released January 2025), which supports Python 3 and requires NumPy. When to Use This Skill Use this skill when: Working with biological sequen...
|
252 |
| 8220 | rive-interactive | freshtechbro/claudedesignskills |
Rive Interactive - State Machine-Based Vector Animation Overview Rive is a state machine-based animation platform that enables designers to create interactive vector animations with complex logic and runtime interactivity. Unlike timeline-only animation tools (like Lottie), Rive supports state machines, input handling, and two-way data binding between application code and animations. Key Features : State machine system for complex interactive logic ViewModel API for two-way data binding Input ha...
|
252 |
| 8221 | ruby-rails | mindrally/skills |
Ruby on Rails You are an expert in Ruby and Ruby on Rails development with deep knowledge of web application patterns and Rails conventions. Core Principles Write concise, idiomatic Ruby code with accurate examples Adhere to Rails conventions (Convention over Configuration) Follow the Ruby Style Guide for formatting consistency Leverage Ruby 3.x features like pattern matching and endless methods Naming Conventions Use snake_case for files, methods, and variables Use CamelCase for classes and m...
|
252 |
| 8222 | security-best-practices | mindrally/skills |
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
|
252 |
| 8223 | bnbchain-mcp | bnb-chain/bnbchain-skills |
BNB Chain MCP Skill How to connect to the BNB Chain MCP server and use its tools: blocks, transactions, contracts, tokens, NFTs, wallet, ERC-8004 agents, and Greenfield. Use this skill when working with BNB Chain / opBNB / EVM or Greenfield via MCP. Connection and credentials Run the server: npx @bnb-chain/mcp@latest (fetches from npm at runtime). Source: github.com/bnb-chain/bnbchain-mcp . RPC: Default chains use built-in RPC; no config unless self-hosting or custom RPC. PRIVATE_KEY: Omit or le...
|
251 |
| 8224 | spec-driven-development | jasonkneen/kiro |
Spec-Driven Development Overview Write a structured specification before writing any code. The spec is the shared source of truth between you and the human engineer — it defines what we're building, why, and how we'll know it's done. Code without a spec is guessing. When to Use Starting a new project or feature Requirements are ambiguous or incomplete The change touches multiple files or modules You're about to make an architectural decision The task would take more than 30 minutes to implement ...
|
251 |
| 8225 | incorporation | kazukinagata/shinkoku |
法人成り(Incorporation) 個人事業主から法人への移行(法人成り)に関する包括的な知識ベース。 税額比較シミュレーション、法人形態の選択、設立手続き、役員報酬戦略を支援する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : MCP ツールの db_path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 回答の基本方針 1. シミュレーション積極提示 法人成りの相談には、必ず税額シミュレーションを提示する ユーザーの所得レベルに応じた具体的な数値比較を行う 税額だけでなく社会保険料も含めた総負担額で比較する 「法人成りすべき」と断定せず、メリット・デメリット双方を提示する 2. 正確性の担保 回答は必ず references/ ディレクトリ内のファイルを根拠とする 一般知識や推測で回答しない...
|
251 |
| 8226 | error-debugging-error-analysis | sickn33/antigravity-awesome-skills |
Error Analysis and Resolution You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions. Use this skill when Investigating production incidents or recurring errors Performing root-cause analysis across services Designing observability and error handling improvements Do not use this skill when The task is purely feature development You cannot access error reports, logs, o...
|
251 |
| 8227 | capacitor-plugins | cap-go/capacitor-skills |
Capacitor Plugins Install, configure, and use Capacitor plugins from official, Capawesome, community, Firebase, MLKit, and RevenueCat sources. Prerequisites Capacitor 6, 7, or 8 app. Node.js and npm installed. For iOS plugins: Xcode installed. CocoaPods or Swift Package Manager (SPM) for dependency management. For Android plugins: Android Studio installed. Agent Behavior Guide step-by-step. Walk the user through the process one step at a time. Never present multiple unrelated questions at once. ...
|
251 |
| 8228 | profiling-optimization | aj-geddes/useful-ai-prompts |
Profiling & Optimization Overview Profile code execution to identify performance bottlenecks and optimize critical paths using data-driven approaches. When to Use Performance optimization Identifying CPU bottlenecks Optimizing hot paths Investigating slow requests Reducing latency Improving throughput Implementation Examples 1. Node.js Profiling import { performance, PerformanceObserver } from 'perf_hooks'; class Profiler { private marks = new Map<string, number>(); mark(name: string): v...
|
251 |
| 8229 | design-handoff | aj-geddes/useful-ai-prompts |
/design-handoff If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate comprehensive developer handoff documentation from a design. Usage /design-handoff $ARGUMENTS Generate handoff specs for: @$1 If a Figma URL is provided, pull the design from Figma. Otherwise, work from the provided description or screenshot. What to Include Visual Specifications Exact measurements (padding, margins, widths) Design token references (colors, typography, spac...
|
251 |
| 8230 | configuration-management | aj-geddes/useful-ai-prompts |
Configuration Management Overview Comprehensive guide to managing application configuration across environments, including environment variables, configuration files, secrets, feature flags, and following 12-factor app methodology. When to Use Setting up configuration for different environments Managing secrets and credentials Implementing feature flags Creating configuration hierarchies Following 12-factor app principles Migrating configuration to cloud services Implementing dynamic configura...
|
251 |
| 8231 | blitzreels-video-editing | blitzreels/agent-skills |
BlitzReels Video Editing Edit videos via the BlitzReels API: upload media, transcribe, edit timeline, apply captions, add overlays and backgrounds, then export. If the task is specifically long-form to shorts, podcast-to-shorts, suggestion-backed clipping, or public automatic-layout reframe planning, prefer the blitzreels-clipping skill first and come back here for lower-level timeline work. Important: project preview and visual QA endpoints now exist. Use them when an agent needs to verify fram...
|
251 |
| 8232 | ln-220-story-coordinator | levnikolaevich/claude-code-skills |
Universal Story management coordinator that delegates CREATE/REPLAN operations to specialized workers after building IDEAL Story plan. When to Use This Skill Use when: - Decompose Epic to User Stories (5-10 Stories covering Epic scope) - Update existing Stories when Epic requirements change - Rebalance Story scopes within Epic - Add new Stories to existing Epic structure Core Pattern: Decompose-First Key principle: Build IDEAL Story plan FIRST, THEN check existing Stories to determine ...
|
251 |
| 8233 | ln-222-story-replanner | levnikolaevich/claude-code-skills |
Universal replanner worker for updating Stories in Epic when requirements change. Invoked by ln-220-story-coordinator (count ≥ 1). When Invoked ln-220-story-coordinator REPLAN MODE (Phase 5b): - Epic has existing Stories (Linear query count ≥ 1) - IDEAL plan generated (Phase 3) - Standards Research completed by ln-001 (Phase 2, may be updated) - Epic requirements changed (AC modified, features added/removed, standards updated) - Parameters: `epicData`, `idealPlan`, `standardsResearch`, `...
|
251 |
| 8234 | ln-651-query-efficiency-auditor | 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. Query Efficiency Auditor (L3 Worker) Specialized worker auditing database query patterns for redundancy, inefficiency, and misuse. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit query efficiency (Priority: HIGH) Check redundant fetches, batch operation misuse,...
|
251 |
| 8235 | solidjs | suryavirkapur/skills |
SolidJS Development SolidJS is a declarative JavaScript library for building user interfaces with fine-grained reactivity. Unlike virtual DOM frameworks, Solid compiles templates to real DOM nodes and updates them with fine-grained reactions. Core Principles Components run once — Component functions execute only during initialization, not on every update Fine-grained reactivity — Only the specific DOM nodes that depend on changed data update No virtual DOM — Direct DOM manipulation via compile...
|
251 |
| 8236 | ln-130-tasks-docs-creator | levnikolaevich/claude-code-skills |
This skill creates task management documentation: docs/tasks/README.md (task management system rules) and docs/tasks/kanban_board.md (Linear integration with Epic Story Counters). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator OR used standalone. Use this skill when: - Creating task management documentation (docs/tasks/) - Setting up Linear integration and kanban board - Validating existing task documentation structure and content - Con...
|
251 |
| 8237 | ln-633-test-value-auditor | levnikolaevich/claude-code-skills |
Specialized worker calculating Usefulness Score for each test. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Risk-Based Value (Category 3: Critical Priority) - Calculate Usefulness Score = Impact × Probability - Make KEEP/REVIEW/REMOVE decisions - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with Impact/Probability matrices, test file list. Workflow - Parse context - For each test: calculate Usefulness Score - Classify: KEEP...
|
251 |
| 8238 | plan-writing | davila7/claude-code-templates |
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
|
251 |
| 8239 | optimizing-attention-flash | davila7/claude-code-templates |
Flash Attention - Fast Memory-Efficient Attention Quick start Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation. PyTorch native (easiest, PyTorch 2.2+): import torch import torch.nn.functional as F q = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) [batch, heads, seq, dim] k = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) v = torch.randn(2, 8, 512, 64, device='cuda', dtype=t...
|
251 |
| 8240 | transformer-lens-interpretability | davila7/claude-code-templates |
TransformerLens: Mechanistic Interpretability for Transformers TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation. GitHub: TransformerLensOrg/TransformerLens (2,900+ stars) When to Use TransformerLens Use TransformerLens when you need to: Reverse-engineer algorithms...
|
251 |
| 8241 | browser-extension-builder | davila7/claude-code-templates |
Browser Extension Builder Role: Browser Extension Architect You extend the browser to give users superpowers. You understand the unique constraints of extension development - permissions, security, store policies. You build extensions that people install and actually use daily. You know the difference between a toy and a tool. Capabilities Extension architecture Manifest v3 (MV3) Content scripts Background workers Popup interfaces Extension monetization Chrome Web Store publishing Cross-brows...
|
251 |
| 8242 | image-enhancer | davila7/claude-code-templates |
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
|
251 |
| 8243 | context-management-context-save | sickn33/antigravity-awesome-skills |
Context Save Tool: Intelligent Context Management Specialist Use this skill when Working on context save tool: intelligent context management specialist tasks or workflows Needing guidance, best practices, or checklists for context save tool: intelligent context management specialist Do not use this skill when The task is unrelated to context save tool: intelligent context management specialist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and re...
|
251 |
| 8244 | android-coroutines | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
251 |
| 8245 | version-control-strategy | owl-listener/designer-skills |
Version Control Strategy You are an expert in managing design file versions, component libraries, and design assets. What You Do You define strategies for versioning design work so teams can collaborate, track changes, and maintain consistency. What to Version Design files (Figma, Sketch, etc.) Component libraries Design tokens Icon sets and assets Documentation Versioning Approaches Design Files Named versions at key milestones (v1-exploration, v2-refinement, v3-final) Branch-based: main branch...
|
251 |
| 8246 | cloud-migration-planning | aj-geddes/useful-ai-prompts |
Cloud Migration Planning Overview Cloud migration planning involves assessing current infrastructure, designing migration strategies, executing migrations with minimal downtime, and validating outcomes. Support lift-and-shift, replatforming, and refactoring approaches for smooth cloud adoption. When to Use Moving from on-premises to cloud Cloud platform consolidation Legacy system modernization Reducing data center costs Improving scalability and availability Meeting compliance requirements Di...
|
251 |
| 8247 | ruff | astral-sh/claude-code-plugins |
ruff Ruff is an extremely fast Python linter and code formatter. It replaces Flake8, isort, Black, pyupgrade, autoflake, and dozens of other tools. When to use ruff Always use ruff for Python linting and formatting , especially if you see: [tool.ruff] section in pyproject.toml A ruff.toml or .ruff.toml configuration file However, avoid making unnecessary changes: Don't format unformatted code - If ruff format --diff shows changes throughout an entire file, the project likely isn't using ruff for...
|
251 |
| 8248 | comfyui-prompt-engineer | mckruz/comfyui-expert |
ComfyUI Prompt Engineer Generates optimized prompts tailored to specific models and identity methods. Different models respond differently to prompts. Model-Specific Prompt Rules FLUX.1 (dev/schnell/Kontext) Style : Natural language descriptions work best CFG : 3.5-4 (very low) Quality tags : Minimal - FLUX doesn't need "masterpiece, best quality" Length : Medium (50-100 words) Structure : {subject description}, {setting}, {lighting}, {camera/style} Good FLUX prompt: photorealistic portrait of a...
|
251 |
| 8249 | angular | mindrally/skills |
Angular Expert Master modern Angular development with Signals, Standalone Components, Zoneless applications, SSR/Hydration, and the latest reactive patterns. When to Use This Skill Building new Angular applications (v20+) Implementing Signals-based reactive patterns Creating Standalone Components and migrating from NgModules Configuring Zoneless Angular applications Implementing SSR, prerendering, and hydration Optimizing Angular performance Adopting modern Angular patterns and best practices Do...
|
251 |
| 8250 | hugging-face-cli | huggingface/skills |
Hugging Face CLI The hf CLI provides direct terminal access to the Hugging Face Hub for downloading, uploading, and managing repositories, cache, and compute resources. Quick Command Reference Task Command Login hf auth login Download model hf download <repo_id> Download to folder hf download <repo_id> --local-dir ./path Upload folder hf upload <repo_id> . . Create repo hf repo create <name> Create tag hf repo tag create <repo_id> <tag> Delete files hf repo-files delete <repo_id> <files> List ...
|
250 |