███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14051 | dust-test | dust-tt/dust |
Creating automated tests for Dust codebases Write focused, practical tests for the current file following the 80/20 principle. Instructions When writing tests for a file: Identify the core functionality : Focus on the most important paths and edge cases that provide 80% of the value Keep it simple : Write straightforward tests that are easy to understand and maintain Minimal mocking : DO NOT mock the database Only mock external services (APIs, third-party services) Prefer real implementations wh...
|
53 |
| 14052 | competitor-content-analyzer | onewave-ai/claude-skills |
Competitor Content Analyzer Track competitor blog posts, whitepapers, and content strategy. Identify content gaps in your strategy. Instructions You are an expert at competitive content analysis and content strategy. Analyze competitor content, identify gaps and opportunities, provide strategic recommendations. Output Format Competitor Content Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices...
|
53 |
| 14053 | kubernetes-flux | oimiragieo/agent-studio |
Kubernetes Flux Skill Installation The skill invokes the Flux CLI. Install: macOS/Linux (Homebrew) : brew install fluxcd/tap/flux macOS/Linux (script) : curl -s https://fluxcd.io/install.sh | sudo bash Windows (winget) : winget install -e --id FluxCD.Flux Windows (Chocolatey) : choco install flux Custom dir : curl -s https://fluxcd.io/install.sh | bash -s ~/.local/bin Verify: flux --version . Then use flux bootstrap to deploy controllers if needed. Cheat Sheet & Best Practices Bootstrap: flux bo...
|
53 |
| 14054 | review-feedback-schema | existential-birds/beagle |
Review Feedback Schema Purpose Structured format for logging code review outcomes. This data enables: Identifying rules that produce false positives Tracking skill accuracy over time Automated skill improvement via pattern analysis Schema date,file,line,rule_source,category,severity,issue,verdict,rationale Field Type Description Example Values date ISO date When review occurred 2025-12-23 file path Relative file path amelia/agents/developer.py line string Line number(s) 128, 190-191 rule_sour...
|
53 |
| 14055 | eachlabs-face-swap | eachlabs/skills |
EachLabs Face Swap Swap faces between images and videos using the EachLabs Predictions API. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Available Models Model Slug Best For AI Face Swap V1 aifaceswap-face-swap Image face swap Eachlabs Face Swap each-faceswap-v1 Image face swap Face Swap (legacy) face-swap-new Image face swap Faceswap Video faceswap-video Video face swap Examples Image Face Swap with AI Face Swap V1...
|
53 |
| 14056 | github-ai-features-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 ...
|
53 |
| 14057 | upgrade-stylus-contracts | openzeppelin/openzeppelin-skills |
Stylus Upgrades Contents Stylus Upgrade Model Proxy Patterns Access Control Upgrade Safety Stylus Upgrade Model Stylus contracts run on Arbitrum as WebAssembly (WASM) programs alongside the EVM. They share the same state trie, storage model, and account system as Solidity contracts. Because of this, EVM proxy patterns work identically for Stylus — a Solidity proxy can delegate to a Stylus implementation and vice versa. Stylus Solidity Proxy mechanism Same — delegatecall to implementation contrac...
|
53 |
| 14058 | sparc-methodology | ruvnet/claude-flow |
SPARC Methodology - Comprehensive Development Framework Overview SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) is a systematic development methodology integrated with this framework's multi-agent orchestration capabilities. It provides 17 specialized modes for comprehensive software development, from initial research through deployment and monitoring. In agent-studio: When the mcp__claude-flow__* or npx claude-flow examples below are not available, use the Task tool to ...
|
53 |
| 14059 | seo analyst | eddiebe147/claude-settings |
SEO Analyst Expert SEO analysis agent that conducts comprehensive search optimization research, analyzes performance, identifies opportunities, and develops data-driven strategies. Specializes in keyword research, technical SEO audits, content optimization, competitor analysis, and ranking strategies. This skill applies rigorous SEO methodologies, search algorithms understanding, and data analysis to improve organic search visibility and traffic. Perfect for content strategy, website optimizatio...
|
53 |
| 14060 | icon designer | eddiebe147/claude-settings |
Icon Designer An icon design expert that creates cohesive, scalable icon sets for interfaces and brands. This skill combines visual design principles, icon design best practices, and SVG optimization to produce crisp, consistent iconography that enhances user interfaces. Whether you need a complete icon system for a product, custom icons for a specific feature, or guidance on icon selection and usage, this skill ensures your icons are both beautiful and functional. Core Workflows Workflow 1: Cus...
|
53 |
| 14061 | wish-ssh-code-review | existential-birds/beagle |
Wish SSH Code Review Quick Reference Issue Type Reference Server setup, middleware references/server.md Session handling, security references/sessions.md Review Checklist Host keys are loaded from file or generated securely Middleware order is correct (logging first, auth early) Session context is used for per-connection state Graceful shutdown handles active sessions PTY requests are handled for terminal apps Connection limits prevent resource exhaustion Timeout middleware prevents hung ...
|
53 |
| 14062 | problem-space | open-horizon-labs/skills |
/problem-space Map the terrain where solutions live. What are we optimizing? What constraints do we treat as real? Which constraints can be questioned? Problem space exploration precedes solution space. Understanding the terrain is the work. Jump to code too early and you'll build the wrong thing fast. When to Use Invoke /problem-space when: Starting new work - Before jumping to implementation, understand what you're actually solving Hitting repeated blockers - The same problems keep appear...
|
53 |
| 14063 | akshare | nicepkg/ai-workflow |
AkShare - Chinese Financial Data Overview AkShare is a free, open-source Python library for accessing Chinese financial market data. This skill provides guidance for fetching data from Chinese exchanges including Shanghai Stock Exchange, Shenzhen Stock Exchange, Hong Kong Exchange, and more. Quick Start Install AkShare: pip install akshare Basic stock quote: import akshare as ak df = ak . stock_zh_a_spot_em ( ) Real-time A-share data Stock Data A-Shares (A股) Real-time quotes: All A-shares real...
|
53 |
| 14064 | workflow-checkpoint-refactor | laurigates/claude-plugins |
/workflow:checkpoint-refactor Multi-phase refactoring with persistent state that survives context limits and session boundaries. When to Use This Skill Use this skill when... Use direct refactoring instead when... Refactoring spans 10+ files Changing 1-5 files Work will exceed context limits Small, focused change Need to resume across sessions Single-session task Multiple dependent phases Independent file changes Team coordination on large refactor Solo quick fix Context Repo root: ! git rev-par...
|
53 |
| 14065 | learning-development-plan | dengineproblem/agents-monorepo |
Learning Development Plan Designer Expert in creating comprehensive, personalized learning development plans with skills assessment, goal setting, and progress tracking frameworks. Core Principles Competency-Based Frameworks Map competencies to proficiency levels (Novice → Expert) Align with role requirements and career paths Define behavioral indicators for each level Establish prerequisite relationships between competencies Adult Learning Theory Apply 70-20-10 model (experiential, social, form...
|
53 |
| 14066 | fintech-banking | dylantarre/animation-principles |
Apply Disney's 12 principles to create trustworthy, secure-feeling experiences that handle money with appropriate gravitas. The 12 Principles Applied 1. Squash & Stretch - Restrained Use: Money is serious, avoid playful squash - Number Counters: Subtle stretch as values update - Card Flip: Slight flex when revealing card details 2. Anticipation - Transaction Submit: Brief pause before processing - Balance Updates: Moment of preparation before reveal - Security Checks: Visual preparat...
|
53 |
| 14067 | resumable-ai-streams | andrelandgraf/fullstackrecipes |
Resumable AI Response Streams To set up Resumable AI Response Streams, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/resumable-ai-streams If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/resumable-ai-streams
|
53 |
| 14068 | dribbble-ui-skills | ihlamury/design-skills |
Dribbble UI Skills Opinionated constraints for building Dribbble-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Dribbble-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use 000000 as page background ( surface-base ) MUST use F2B5D7 for primary actions and focus states ( accent ) SHOULD reduce color palette (currently 40 colors detected) MUST...
|
53 |
| 14069 | ab-test-setup | kimny1143/claude-code-template |
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. Initial Assessment 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 asking questions. Use that context and only ask for information not already covered or specific to this task. Before designing a test, understand: Test Context ...
|
53 |
| 14070 | event-management | groeimetai/snow-flow |
Event Management for ServiceNow Event Management consolidates events from monitoring tools, correlates them, and creates actionable alerts. Event Flow Monitoring Tools (Nagios, SCOM, etc.) ↓ Events (em_event) ↓ Event Rules Alerts (em_alert) ↓ Alert Management Rules Incidents/Changes Key Tables Table Purpose em_event Raw events from sources em_alert Processed alerts em_event_rule Event processing rules em_alert_correlation_rule Alert correlation em_connector Event source connectors...
|
53 |
| 14071 | data-analysis | jinfanzheng/kode-sdk-csharp |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
53 |
| 14072 | proposal designer | eddiebe147/claude-settings |
Proposal Designer Create visually compelling proposals that win clients and close deals When to Use This Skill Use this skill when you need to: Create visual assets and layouts Improve user experience Develop design systems Not recommended for: Tasks requiring copywriting data analysis Quick Reference Action Command/Trigger Create proposal designer design proposal Review and optimize review proposal designer Get best practices proposal designer best practices Core Workflows Workflow 1: Initial P...
|
53 |
| 14073 | pushinator | vm0-ai/vm0-skills |
Pushinator API Use the Pushinator API via direct curl calls to send push notifications to mobile devices. Official docs: https://pushinator.com/api When to Use Use this skill when you need to: Send push notifications to mobile devices Alert users about events, deployments, or updates Integrate notifications into CI/CD pipelines Notify yourself when long-running tasks complete Prerequisites Sign up at Pushinator Download the Pushinator app on your mobile device Create a channel in the Console Gen...
|
53 |
| 14074 | load-test-builder | patricio0312rev/skills |
Load Test Builder Validate system performance under realistic and stress conditions. Core Workflow Define scenarios: User journeys and load patterns Set thresholds: Performance requirements Configure load: Ramp-up, peak, duration Run tests: Execute load scenarios Analyze results: Metrics and bottlenecks Integrate CI: Automated performance gates k6 Load Testing Installation macOS brew install k6 Docker docker pull grafana/k6 Basic Load Test // load-tests/basic.js import http from 'k6/http';...
|
53 |
| 14075 | linear-create | finesssee/linear-cli |
Create Issues Basic linear-cli i create "Title" -t TEAM With options linear-cli i create "Bug" -t ENG -p 1 Priority (1=urgent) linear-cli i create "Task" -t ENG -a me Assign to self linear-cli i create "Fix" -t ENG -l bug With label linear-cli i create "Due" -t ENG --due +3d Due date Agent patterns linear-cli i create "Bug" -t ENG --id-only Return ID only linear-cli i create "Test" -t ENG --dry-run Preview cat desc.md | linear-cli i create "Title" -t ENG -d - Priority 1 =Urgent, 2 =High...
|
53 |
| 14076 | setup-stylus-contracts | openzeppelin/openzeppelin-skills |
Stylus Setup Rust & Cargo Stylus Setup Install the Rust toolchain and WASM target: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup target add wasm32-unknown-unknown Install the Cargo Stylus CLI: cargo install --force cargo-stylus Create a new Stylus project: cargo stylus new my_project A Rust nightly toolchain is required. The project should include a rust-toolchain.toml specifying the nightly channel, rust-src component, and wasm32-unknown-unknown target. Check the rust-co...
|
53 |
| 14077 | account-based-marketing-agent | dengineproblem/agents-monorepo |
Account-Based Marketing Agent AI-powered автоматизация и оркестрация ABM кампаний для B2B маркетинга. Core Capabilities Agent Functions abm_agent_capabilities : account_intelligence : - Company research automation - Technographic data gathering - Intent signal detection - Buying committee mapping - Competitive intelligence personalization : - Dynamic content generation - Account - specific messaging - Multi - stakeholder personalization - Journey orchestration campaign_automation : - Multi - cha...
|
53 |
| 14078 | evaluating-code-models | orchestra-research/ai-research-skills |
BigCode Evaluation Harness - Code Model Benchmarking Quick Start BigCode Evaluation Harness evaluates code generation models across 15+ benchmarks including HumanEval, MBPP, and MultiPL-E (18 languages). Installation: git clone https://github.com/bigcode-project/bigcode-evaluation-harness.git cd bigcode-evaluation-harness pip install -e . accelerate config Evaluate on HumanEval: accelerate launch main.py \ --model bigcode/starcoder2-7b \ --tasks humaneval \ --max_length_generation 51...
|
53 |
| 14079 | voiceserver | danielmiessler/personal_ai_infrastructure |
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/VoiceServer/` 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: ``` cu...
|
53 |
| 14080 | remotion-asset-coordinator | ncklrs/startup-os-skills |
Remotion Asset Coordinator Streamlines the asset preparation workflow from motion design specs to production-ready files. Identifies requirements, recommends sources, guides optimization, and generates proper import code. What This Skill Does Coordinates the complete asset lifecycle: Requirement extraction — Parse specs for all asset needs Source recommendations — Suggest free/paid asset sources Format guidance — Recommend optimal formats for each asset type Preparation workflows — Step-by-step ...
|
53 |
| 14081 | swarm-advanced | ruvnet/claude-flow |
Advanced Swarm Orchestration Master advanced swarm patterns for distributed research, development, and testing workflows. This skill covers comprehensive orchestration strategies using both MCP tools and CLI commands. Quick Start Prerequisites Ensure Claude Flow is installed npm install -g claude-flow@alpha Add MCP server (if using MCP tools) claude mcp add claude-flow npx claude-flow@alpha mcp start Basic Pattern // 1. Initialize swarm topology mcp__claude - flow__swarm_init ( { topology : "m...
|
53 |
| 14082 | review-skill-improver | existential-birds/beagle |
Review Skill Improver Purpose Analyzes structured feedback logs to: Identify rules that produce false positives (high REJECT rate) Identify missing rules (issues that should have been caught) Suggest specific skill modifications Input Feedback log in enhanced schema format (see review-feedback-schema skill). Analysis Process Step 1: Aggregate by Rule Source For each unique rule_source: - Count total issues flagged - Count ACCEPT vs REJECT - Calculate rejection rate - Extract rejectio...
|
53 |
| 14083 | myclaw-backup | leoyeai/openclaw-backup |
MyClaw Backup Built on MyClaw.ai — the AI personal assistant platform that gives every user a full server with complete code control, networking, and tool access. This skill is part of the MyClaw.ai open skills ecosystem. Backs up all critical OpenClaw data to a single .tar.gz archive and restores it to any OpenClaw instance. Includes a built-in HTTP server for browser-based backup management. ⚠️ Trust Boundary & Security Model This skill handles highly sensitive data : bot tokens, API keys, cha...
|
53 |
| 14084 | paiupgrade | danielmiessler/personal_ai_infrastructure |
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/PAIUpgrade/` 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. PAIUpgrade Skill Universal system upgrade skill with two modes: - Analysis Mode - Analyze ANY content to identify system improvement opportunities - Monitoring Mode - Proactively moni...
|
53 |
| 14085 | gogcli | michalvavra/agents |
CLI for Google Workspace via [steipete/gogcli](https://github.com/steipete/gogcli). Examples ``` gog gmail search 'newer_than:7d from:x@example.com' gog gmail thread <threadId> gog gmail send --to x@example.com --subject "Hi" --body "Text" gog calendar events primary --from 2025-01-15T00:00:00Z --to 2025-01-16T00:00:00Z gog calendar create primary --summary "Meeting" --from <RFC3339> --to <RFC3339> gog drive search "quarterly report" gog drive upload ./file.pdf --parent <folderId> gog drive...
|
53 |
| 14086 | aws-expert | personamanagmentlayer/pcl |
You are an expert in AWS (Amazon Web Services) with deep knowledge of cloud architecture, core services, security, cost optimization, and production operations. You design and manage scalable, reliable, and cost-effective AWS infrastructure following AWS Well-Architected Framework principles. Core Expertise Compute Services EC2 (Elastic Compute Cloud): ``` Launch EC2 instance aws ec2 run-instances \ --image-id ami-0c55b159cbfafe1f0 \ --instance-type t3.micro \ --key-name my-ke...
|
53 |
| 14087 | charts-flow | vladm3105/aidoc-flow-framework |
charts-flow Purpose The charts-flow skill automates creation and management of Mermaid diagrams for technical documentation. It separates diagram source files from main documents to improve rendering performance, provides automatic SVG conversion for human viewing, and maintains traceability between parent documents and diagram files. Key Benefits: Performance: Separate diagram files load faster in documentation viewers Dual Format: Mermaid source for AI assistants, SVG preview for humans Tra...
|
53 |
| 14088 | b2c-sites | salesforcecommercecloud/b2c-developer-tooling |
B2C Sites Skill Use the b2c CLI plugin to list and inspect storefront sites on Salesforce B2C Commerce instances. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli sites list ). Examples List Sites list all sites on the configured instance b2c sites list list sites on a specific server b2c sites list --server my-sandbox.demandware.net list sites with JSON output (useful for parsing/automation) b2c sites list --json use a specific instan...
|
53 |
| 14089 | advanced-patterns | josiahsiegel/claude-plugin-marketplace |
Advanced T-SQL Patterns Advanced techniques for complex SQL Server scenarios. Quick Reference Pattern Selection Guide Task Pattern Hierarchical data Recursive CTE Top N per group ROW_NUMBER + CTE Correlated subquery alternative CROSS/OUTER APPLY Upsert (insert or update) MERGE Capture modified rows OUTPUT clause Historical data tracking Temporal tables High-throughput OLTP In-Memory OLTP Multiple aggregation levels ROLLUP/CUBE/GROUPING SETS Common Table Expressions (CTEs) Basic CTE WITH Recent...
|
53 |
| 14090 | code-quality-auditor | caomeiyouren/momei |
Code Quality Auditor Skill (代码质量审计技能) 核心职责 (Responsibilities) 1. 自动化质量验证 (Automation) 静态检查 : 执行 pnpm lint 检查代码风格。 类型闭环 : 执行 pnpm typecheck 确保无 any 和类型断裂。 样式校验 : 执行 pnpm lint:css 确保 BEM 规范。 2. 安全审计 (Security) 🛡️ 漏洞扫描 : 检查 SQL 注入、XSS、CSRF 和未授权访问风险。 密钥检查 : 严禁代码中出现硬编码的 API Key、Token 或密钥。 鉴权逻辑 : 检查是否正确使用了 isAdmin() 等权限校验函数。 3. 规范对齐 (Standards) 命名规范 : 检查文件 kebab-case、国际化 snake_case 等命名。 i18n : 检查 UI 文本是否全部被 $t() 包裹。 代码味道 : 识别过长函数、死代码和重复逻辑。 指令 (Instructions) 路径感知与工作树隔离 : 审计工作应在具体的改动目录中执行。对于 master 分支的审...
|
53 |
| 14091 | skaffold-standards | laurigates/claude-plugins |
Skaffold Standards Version: 2025.1 Standard Skaffold configuration for local Kubernetes development workflows using OrbStack and dotenvx. Standard Configuration API Version apiVersion : skaffold/v4beta13 kind : Config Always use the latest stable API version. Currently: skaffold/v4beta13 Build Configuration build : local : push : false Never push to registry for local dev useDockerCLI : true Use Docker CLI (better caching) useBuildkit : true Enable BuildKit for performance concurrency : 0 Un...
|
53 |
| 14092 | helm-release-recovery | laurigates/claude-plugins |
Comprehensive guidance for recovering from failed Helm deployments, rolling back releases, and managing stuck or corrupted release states. When to Use Use this skill automatically when: - User needs to rollback a failed or problematic deployment - User reports stuck releases (pending-install, pending-upgrade) - User mentions failed upgrades or partial deployments - User needs to recover from corrupted release state - User wants to view release history - User needs to clean up failed rel...
|
53 |
| 14093 | pikvm | vm0-ai/vm0-skills |
PiKVM Remote Control Control remote computers via PiKVM REST API with mouse, keyboard, and power management. When to Use Take screenshots of remote machine Move mouse and click Type text or press keyboard keys Execute keyboard shortcuts (Cmd+Space, Ctrl+Alt+Del, etc.) Power control (on/off/reset) Automate remote desktop operations Prerequisites export PIKVM_URL=https://pikvm.example.com export PIKVM_AUTH=admin:admin Get Credentials Access your PiKVM web interface Default credentials: admin:ad...
|
53 |
| 14094 | bun test coverage | secondsky/claude-skills |
Bun has built-in code coverage reporting without additional dependencies. Enabling Coverage ``` Enable coverage bun test --coverage With threshold (fail if below) bun test --coverage --coverage-threshold 80 ``` Configuration in bunfig.toml ``` [test] coverage = true coverageThreshold = 0.8 80% minimum coverageDir = "./coverage" Patterns to ignore coverageSkipTestFiles = true ``` Coverage Output ``` ------------------|---------|---------|------------------- File | %...
|
53 |
| 14095 | magento-xml-specialist | maxnorm/magento2-agent-skills |
Magento 2 XML Specialist Expert specialist in creating comprehensive, well-structured XML configurations that form the backbone of Magento 2 module architecture. When to Use Creating layout XML files Configuring dependency injection (di.xml) Setting up system configuration (system.xml) Defining module structure (module.xml) Creating database schemas (db_schema.xml) XML Configuration Types Layout XML Layout Instructions : Expert in layout instructions, containers, and blocks Page Layouts : Create...
|
53 |
| 14096 | m04-zero-cost | actionbook/rust-skills |
Zero-Cost Abstraction Layer 1: Language Mechanics Core Question Do we need compile-time or runtime polymorphism? Before choosing between generics and trait objects: Is the type known at compile time? Is a heterogeneous collection needed? What's the performance priority? Error → Design Question Error Don't Just Say Ask Instead E0277 "Add trait bound" Is this abstraction at the right level? E0308 "Fix the type" Should types be unified or distinct? E0599 "Import the trait" Is the trait the rig...
|
53 |
| 14097 | internal-email-composer | onewave-ai/claude-skills |
Internal Email Composer Casual but professional tone for team communication. Uses company-specific terminology with scannable format. Instructions You are an expert at internal communications. Write clear, scannable emails for team collaboration. Output Format Internal Email Composer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs Use Templates: Pro...
|
53 |
| 14098 | human-architect-mindset | bencium/bencium-claude-code-design-skill |
Human Architect Mindset Overview AI can generate code. Someone must still decide what to build, whether it solves the problem, and if it can actually ship. This skill teaches the irreplaceable human capabilities in software architecture, built on a foundation of loyalty: Foundation: Loyalty - The capacity to maintain architectural commitments Five Pillars (built on this foundation): Domain Modeling - Understanding the actual problem space Systems Thinking - How components interact, what breaks a...
|
53 |
| 14099 | duckducksearch | xsailor511/duckduck-web-search |
DuckDuckGo Search Skill Overview This skill provides web search capabilities using the DuckDuckGo search engine via the duckduckgo-search Python package. It enables text, image, video, and news searches with various filtering options. Installation pip install -U duckduckgo_search Core Functionality Text Search from duckduckgo_search import DDGS Basic text search results = DDGS ( ) . text ( "python programming" , max_results = 10 ) Advanced text search with filters results = DDGS ( ) . text ( k...
|
53 |
| 14100 | mobile-first-design-rules | oimiragieo/agent-studio |
Mobile First Design Rules Skill Always design and implement for mobile screens first, then scale up to larger screens. Use Tailwind's responsive prefixes (sm:, md:, lg:, xl:) to adjust layouts for different screen sizes. Use Tailwind's text utilities with responsive prefixes to adjust font sizes across different screens. Consider using a fluid typography system for seamless scaling. Iron Laws ALWAYS write base styles for mobile first (no Tailwind prefix = mobile) — adding mobile overrides after ...
|
53 |