███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6101 | open-agent-sdk | aradotso/trending-skills |
Open Agent SDK Skill by ara.so — Daily 2026 Skills collection. Open Agent SDK ( @shipany/open-agent-sdk ) is a fully open-source, in-process AI agent framework for TypeScript/Node.js. It runs the complete Claude Code agent engine directly — no local CLI subprocess required — making it suitable for cloud servers, serverless functions, Docker containers, and CI/CD pipelines. It is API-compatible with @anthropic-ai/claude-agent-sdk . Installation npm install @shipany/open-agent-sdk Requires Node.js...
|
594 |
| 6102 | screenshot-compression | zc277584121/marketing-skills |
Skill: Screenshot Compression Compress screenshot images (PNG/JPEG) in place while keeping the original format. Uses pngquant for PNG and jpegoptim for JPEG — both are highly effective for screenshot content (UI elements, text, flat colors). Prerequisites : pngquant and jpegoptim must be installed on the system. The script will not install them automatically — it checks for their presence and prints install instructions if missing. When to Use The user has screenshot files that are too large and...
|
594 |
| 6103 | agent-evaluation | sickn33/antigravity-awesome-skills |
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
|
594 |
| 6104 | pyqt6-ui-development-rules | oimiragieo/agent-studio |
Pyqt6 Ui Development Rules Skill Create stunning, responsive user interfaces that rival the best web designs. Implement advanced PyQt6 features for smooth user experiences. Optimize performance and resource usage in GUI applications. Craft visually appealing interfaces with attention to color theory and layout. Ensure accessibility and cross-platform compatibility. Implement responsive designs that adapt to various screen sizes. Memory Protocol (MANDATORY) Before starting: cat .claude/context/...
|
594 |
| 6105 | server-management | sickn33/antigravity-awesome-skills |
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
|
594 |
| 6106 | viem-integration | uniswap/uniswap-ai |
viem Integration Integrate EVM blockchains using viem for TypeScript/JavaScript applications. Quick Decision Guide Building... Use This Node.js script/backend viem with http transport React/Next.js frontend wagmi hooks (built on viem) Real-time event monitoring viem with webSocket transport Browser wallet integration wagmi or viem custom transport Installation Core library npm install viem For React apps, also install wagmi npm install wagmi viem @tanstack/react-query Core Concepts Clients vie...
|
594 |
| 6107 | create-assistant | vapiai/skills |
Vapi Assistant Creation Create fully configured voice AI assistants using the Vapi API. Assistants combine a language model, voice, and transcriber to handle real-time phone and web conversations. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start cURL curl -X POST https://api.vapi.ai/assistant \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "name": "Support Assistant", "firstMessage": "Hello! How can I help you today?"...
|
593 |
| 6108 | ui-to-vue | affaan-m/everything-claude-code |
UI To Vue Batch-convert UI design screenshots into Vue 3 Composition API component code. When to Use The user provides a directory of design screenshots or design-export images. The target application is Vue 3. The user wants a first pass of page components, shared components, and router wiring. The user specifies Vant, Element Plus, or Ant Design Vue as the component library. When Not to Use The user has only one screenshot and wants a bespoke component. The target project is not Vue. The desig...
|
593 |
| 6109 | code-obfuscation-deobfuscation | yaklang/hack-skills |
SKILL: Code Obfuscation & Deobfuscation — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert techniques for identifying, classifying, and defeating code obfuscation in native binaries. Covers junk code, opaque predicates, SMC, control flow flattening, movfuscator, VM protectors (VMProtect/Themida/Code Virtualizer), string encryption, import hiding, and anti-disassembly tricks. Base models often conflate packing with obfuscation and miss the distinction between static and dynamic deobfuscation...
|
593 |
| 6110 | github-traffic | zc277584121/marketing-skills |
Skill: GitHub Traffic Fetch and analyze GitHub repository traffic data — page views, git clones, referral sources, popular pages, and star growth. Optionally generate trend charts as PNG images. Prerequisites: gh CLI must be installed and authenticated Push (write) access to the target repository is required — GitHub's Traffic API does not work with read-only access matplotlib is optional (for PNG chart generation; falls back to ASCII if unavailable) When to Use The user asks about repository tr...
|
593 |
| 6111 | financereport | aojdevstudio/finance-guru |
Generate comprehensive 8-10 page PDF investment analysis reports with Finance Guru branding. Workflow Routing When executing a workflow, output this notification directly: ``` Running the WorkflowName workflow from the FinanceReport skill... ``` | GenerateSingleReport | "generate report for TSLA", "create PDF" | `workflows/GenerateSingleReport.md` | RegenerateBatch | "regenerate batch", "redo all reports" | `workflows/RegenerateBatch.md` | FullResearchWorkflow | "full analysis", "...
|
593 |
| 6112 | red-team-tactics | sickn33/antigravity-awesome-skills |
Red Team Tactics Adversary simulation principles based on MITRE ATT&CK framework. 1. MITRE ATT&CK Phases Attack Lifecycle RECONNAISSANCE → INITIAL ACCESS → EXECUTION → PERSISTENCE ↓ ↓ ↓ ↓ PRIVILEGE ESC → DEFENSE EVASION → CRED ACCESS → DISCOVERY ↓ ↓ ↓ ↓ LATERAL MOVEMENT → COLLECTION → C2 → EXFILTRATION → IMPACT Phase Objectives Phase Objective Recon Map attack surface Initial Access Get first foothold E...
|
593 |
| 6113 | dd-monitors | datadog-labs/agent-skills |
Datadog Monitors Create, manage, and maintain monitors for alerting. Prerequisites This requires Go or the pup binary in your path. pup - go install github.com/datadog-labs/pup@latest Ensure ~/go/bin is in $PATH . Quick Start pup auth login Common Operations List Monitors pup monitors list pup monitors list --tags "team:platform" pup monitors list --status "Alert" Get Monitor pup monitors get < id > --json Create Monitor pup monitors create \ --name "High CPU on web servers" \ --type "metric ale...
|
593 |
| 6114 | homelab-network-setup | affaan-m/everything-claude-code |
Homelab Network Setup Use this skill to design a home or small-lab network that can grow without needing a full rebuild. When to Use Planning a new home network or redesigning an ISP-router-only setup. Choosing gateway, switch, and access point roles. Designing IP ranges, DHCP scopes, static reservations, and DNS. Preparing for future VLANs, Pi-hole, NAS, lab servers, or VPN access. Troubleshooting a new network that has double NAT, unstable Wi-Fi, or changing server addresses. How It Works Star...
|
592 |
| 6115 | earnings-preview-single | anthropics/financial-services-plugins |
Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP ( search ) and S&P Global MCP ( kfinance ). Absolutely NO other tools, data sources, or web access of any kind. Specifically...
|
592 |
| 6116 | tech-news-digest | draco-agent/tech-news-digest |
Tech News Digest Automated tech news digest system with unified data source model, quality scoring pipeline, and template-based output generation. Quick Start Configuration Setup : Default configs are in config/defaults/ . Copy to workspace for customization: mkdir -p workspace/config cp config/defaults/sources.json workspace/config/tech-news-digest-sources.json cp config/defaults/topics.json workspace/config/tech-news-digest-topics.json Environment Variables : TWITTERAPI_IO_KEY - twitterapi.io ...
|
592 |
| 6117 | mermaid-to-gif | zc277584121/marketing-skills |
Skill: Mermaid to GIF Convert Mermaid diagrams into animated GIFs with rich animation effects. Supports .mmd files and extracting ```mermaid code blocks from .md files. Prerequisites : FFmpeg, Python 3.8+, Playwright ( pip install playwright && playwright install chromium ) When to Use The user wants to convert Mermaid diagrams to animated GIFs The user has .mmd files or .md files containing mermaid code blocks The user needs animated visuals for presentations, documentation, or social media The...
|
592 |
| 6118 | canslim-screener | tradermonty/claude-trading-skills |
CANSLIM Stock Screener - Phase 3 (Full CANSLIM) Overview This skill screens US stocks using William O'Neil's proven CANSLIM methodology, a systematic approach for identifying growth stocks with strong fundamentals and price momentum. CANSLIM analyzes 7 key components: C urrent Earnings, A nnual Growth, N ewness/New Highs, S upply/Demand, L eadership/RS Rank, I nstitutional Sponsorship, and M arket Direction. Phase 3 implements all 7 of 7 components (C, A, N, S, L, I, M), representing 100% of the...
|
592 |
| 6119 | team-update | jezweb/claude-skills |
Team Update Post project updates to team chat, read and triage feedback, and plan next steps. Adapts to whatever communication and project tools are available. The Playbook Pattern This skill uses a playbook file at .claude/team-update-playbook.md in the project root. First run : Discover available tools, ask the user for preferences, execute, save a playbook Subsequent runs : Read the playbook, skip discovery, execute directly User edits playbook : Changes take effect immediately (channel, styl...
|
592 |
| 6120 | dart-best-practices | kevmoo/dash_skills |
Dart Best Practices 1. When to use this skill Use this skill when: Writing or reviewing Dart code. Looking for guidance on idiomatic Dart usage. 2. Best Practices Multi-line Strings Prefer using multi-line strings ( ''' ) over concatenating strings with + and \n , especially for large blocks of text like SQL queries, HTML, or PEM-encoded keys. This improves readability and avoids lines_longer_than_80_chars lint errors by allowing natural line breaks. Avoid: final pem = '-----BEGIN RSA PRIVATE KE...
|
592 |
| 6121 | reflection | davidkiss/smart-ai-skills |
Reflection Skill Overview This skill is used to periodically reflect on the interaction with the user. It analyzes what worked, what didn't (tool failures), and identifies recurring patterns or explicit user preferences that should be formalized. Objectives Improve Skills: Identify gaps or inefficiencies in existing skill definitions and propose concise updates. Store Preferences: Capture user preferences, project-specific rules, or recurring instructions in a CLAUDE.md file. Process Analyze: Re...
|
591 |
| 6122 | md-to-feishu | zc277584121/marketing-skills |
Markdown to Feishu Document Convert a local Markdown file into a Feishu document, with automatic image upload. User Input The user only needs to provide a Markdown file path . Title is optional — if not provided, extract it automatically (see below). Step 1: Determine the Document Title Read the Markdown file and look for the first heading — use that as the title. If no heading exists, scan the content and generate a concise, descriptive title based on the topic. If the user explicitly provide...
|
591 |
| 6123 | brainstorm | boshu2/agentops |
/brainstorm — Clarify Goals Before Planning Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution. Four phases: Assess clarity — Is the goal specific enough? Understand idea — What problem, who benefits, what exists? Explore approaches — Generate options, compare tradeoffs, adversarial critique Capture design — Write structured output for /plan Quick Start /brainstorm "add user authentication" full 4-phase process /brainstorm prompts for goal Show more
|
591 |
| 6124 | flywheel | boshu2/agentops |
Flywheel Skill Monitor the knowledge flywheel health. The Flywheel Model Sessions → Transcripts → Forge → Pool → Promote → Knowledge ↑ │ └───────────────────────────────────────────────┘ Future sessions find it Velocity = Rate of knowledge flowing through Friction = Bottlenecks slowing the flywheel Execution Steps Given /flywheel : Step 1: Measure Knowledge Pools Count top-level artifact files (avoid counting directories) LEARNINGS = $( find .agents...
|
591 |
| 6125 | rust-skill-creator | actionbook/rust-skills |
Rust Skill Creator Version: 2.1.0 | Last Updated: 2025-01-27 Create dynamic skills for Rust crates and std library documentation. When to Use This skill handles requests to create skills for: Third-party crates (tokio, serde, axum, etc.) Rust standard library (std::sync, std::marker, etc.) Any Rust documentation URL Execution Mode Detection CRITICAL: Check if related commands/skills are available. Show more
|
591 |
| 6126 | analyzing-dotnet-performance | dotnet/skills |
.NET Performance Patterns Scan C/.NET code for performance anti-patterns and produce prioritized findings with concrete fixes. Patterns sourced from the official .NET performance blog series, distilled to customer-actionable guidance. When to Use Reviewing C/.NET code for performance optimization opportunities Auditing hot paths for allocation-heavy or inefficient patterns Systematic scan of a codebase for known anti-patterns before release Second-opinion analysis after manual performance review...
|
591 |
| 6127 | backend-security-coder | sickn33/antigravity-awesome-skills |
Use this skill when Working on backend security coder tasks or workflows Needing guidance, best practices, or checklists for backend security coder Do not use this skill when The task is unrelated to backend security coder You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation...
|
591 |
| 6128 | api-security-hardening | aj-geddes/useful-ai-prompts |
API Security Hardening Overview Implement comprehensive API security measures including authentication, authorization, rate limiting, input validation, and attack prevention to protect against common vulnerabilities. When to Use New API development Security audit remediation Production API hardening Compliance requirements High-traffic API protection Public API exposure Implementation Examples 1. Node.js/Express API Security // secure-api.js - Comprehensive API security const express = require...
|
591 |
| 6129 | searxng-search | ypares/agent-skills |
SearXNG is a privacy-respecting metasearch engine that you can run locally. It aggregates results from multiple search engines and package repositories, returning clean JSON output. Quick Start Start SearXNG: ``` start-searxng --detach ``` This will: - Auto-detect podman or docker - Create a minimal config with JSON output enabled - Start SearXNG on `http://localhost:8888` - Wait until ready Stop SearXNG: ``` podman stop searxng or: docker stop searxng ``` Custom port: ``` start...
|
591 |
| 6130 | oauth-oidc-misconfiguration | yaklang/hack-skills |
SKILL: OAuth and OIDC Misconfiguration — Redirects, PKCE, Scopes, and Token Binding AI LOAD INSTRUCTION : Use this skill when the target uses OAuth 2.0 or OpenID Connect and you need a focused misconfiguration checklist: redirect URI validation, state and nonce handling, PKCE enforcement, token audience, and account binding mistakes. 1. WHEN TO LOAD THIS SKILL Load when: The app supports Login with Google , GitHub, Microsoft, Okta, or other IdPs You see authorize , callback , redirect_uri , code...
|
591 |
| 6131 | path-traversal-lfi | yaklang/hack-skills |
SKILL: Path Traversal / Local File Inclusion (LFI) — Expert Attack Playbook AI LOAD INSTRUCTION : Expert path traversal and LFI techniques. Covers encoding bypass sequences, OS differences, filter bypass, PHP wrapper exploitation, log poisoning to RCE, and the critical distinction between path traversal (read only) vs LFI (execution). Base models miss encoding chains and RCE escalation paths. 0. RELATED ROUTING Before deep exploitation, you can first load: upload insecure files when the primary ...
|
591 |
| 6132 | devops-iac-engineer | davila7/claude-code-templates |
DevOps IaC Engineer This Skill helps DevOps teams design, implement, and maintain cloud infrastructure using Infrastructure as Code principles. Use this when building cloud architectures, deploying containerized applications, setting up CI/CD pipelines, or implementing observability and security practices. Quick Navigation Terraform & IaC: See terraform.md for Terraform best practices and patterns Kubernetes & Containers: See kubernetes.md for container orchestration Cloud Platforms: See cloud...
|
591 |
| 6133 | tracing-downstream-lineage | astronomer/agents |
Downstream Lineage: Impacts Answer the critical question: "What breaks if I change this?" Use this BEFORE making changes to understand the blast radius. Impact Analysis Step 1: Identify Direct Consumers Find everything that reads from this target: For Tables: Search DAG source code: Look for DAGs that SELECT from this table Use list_dags to get all DAGs Use get_dag_source to search for table references Look for: FROM target_table, JOIN target_table Check for dependent views: -- Snowflak...
|
591 |
| 6134 | recipe-triage-security-alerts | googleworkspace/cli |
Triage Google Workspace Security Alerts PREREQUISITE: Load the following skills to execute this recipe: gws-alertcenter List and review Google Workspace security alerts from Alert Center. Steps List active alerts: gws alertcenter alerts list --format table Get alert details: gws alertcenter alerts get --params '{"alertId": "ALERT_ID"}' Acknowledge an alert: gws alertcenter alerts undelete --params '{"alertId": "ALERT_ID"}'
|
590 |
| 6135 | interactive-dashboard-builder | anthropics/knowledge-work-plugins |
Interactive Dashboard Builder Skill Patterns and techniques for building self-contained HTML/JS dashboards with Chart.js, filters, interactivity, and professional styling. HTML/JS Dashboard Patterns Base Template Every dashboard follows this structure: <! DOCTYPE html > < html lang = " en " > < head > < meta charset = " UTF-8 " > < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " > < title > Dashboard Title </ title > < script src = " https://cdn.jsdelivr.net/npm/char...
|
590 |
| 6136 | pubmed-database | affaan-m/everything-claude-code |
PubMed Database Use this skill when a task needs biomedical literature from PubMed rather than general web search. When to Use Searching MEDLINE or life-sciences literature. Building PubMed queries with MeSH terms, field tags, dates, or article types. Looking up PMIDs, abstracts, publication metadata, or related citations. Running systematic-review search passes that need repeatable search strings. Using NCBI E-utilities directly from Python, shell, or another HTTP client. Query Construction Sta...
|
590 |
| 6137 | oauth | mcollina/skills |
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
|
590 |
| 6138 | sqli-sql-injection | yaklang/hack-skills |
SKILL: SQL Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Advanced SQLi techniques. Assumes basic UNION/error/boolean-blind fundamentals known. Focuses on: per-database exploitation, out-of-band exfiltration, second-order injection, parameterized query bypass scenarios, filter evasion, and escalation to OS. For real-world CVE cases, SMB/DNS OOB exfiltration, INSERT/UPDATE injection patterns, and framework-specific exploitation (ThinkPHP, Django GIS), load the companion SCENARIOS.md . 0...
|
590 |
| 6139 | rust-symbol-analyzer | zhanghandong/rust-skills |
Rust Symbol Analyzer Analyze project structure by examining symbols across your Rust codebase. Usage /rust-symbol-analyzer [file.rs] [--type struct|trait|fn|mod] Examples: /rust-symbol-analyzer - Analyze entire project /rust-symbol-analyzer src/lib.rs - Analyze single file /rust-symbol-analyzer --type trait - List all traits in project LSP Operations 1. Document Symbols (Single File) Show more
|
590 |
| 6140 | recipe-transfer-file-ownership | googleworkspace/cli |
Transfer File Ownership PREREQUISITE: Load the following skills to execute this recipe: gws-drive Transfer ownership of Google Drive files from one user to another. [!CAUTION] Transferring ownership is irreversible without the new owner's cooperation. Steps List files owned by the user: gws drive files list --params '{"q": "'\''user@company.com'\'' in owners"}' Transfer ownership: gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "...
|
589 |
| 6141 | huashu-md-to-pdf | alchaincyf/huashu-skills |
Markdown to PDF Skill 将 Markdown 文档转换为专业的苹果设计风格 PDF 白皮书。 核心功能 专业排版 :书籍级排版质量,自动处理分页、孤行寡行 苹果设计 :SF 字体系统、现代简洁风格、专业配色 完整目录 :自动提取章节结构,双列布局,可点击跳转 Markdown 完美支持 :代码块、表格、引用、列表等全部正确渲染 使用方法 基础用法 转换单个文件 python scripts/convert.py input.md 指定输出文件名 python scripts/convert.py input.md -o "我的白皮书.pdf" 自定义标题和作者 python scripts/convert.py input.md --title "技术白皮书" --author "花叔" Markdown 文档要求 你的 Markdown 文档应该遵循以下结构: 文档标题 1. 第一章 1.1 第一节 1.2 第二节 2. 第二章 2.1 第一节 关键规则 : 主章节: 1. 标题 (数字 + 点 + 空格 + 标题) 子章节: 1.1 标题 ...
|
589 |
| 6142 | auto-paper-demo | marimo-team/skills |
You need to come up with a compelling story to tell from a paper. Do not ask the user for feedback/input. You need to apply thinking and come up with the best story yourself. Fetching Papers via AlphaXiv Use alphaxiv.org to get structured, LLM-friendly paper content. This is faster and more reliable than trying to read a raw PDF. Extract the paper ID Parse the paper ID from whatever the user provides: Input Paper ID https://arxiv.org/abs/2401.12345 2401.12345 https://arxiv.org/pdf/2401.12345 240...
|
589 |
| 6143 | rendercv | rendercv/rendercv-skill |
Quick Start Available themes: classic , harvard , engineeringresumes , engineeringclassic , sb2nov , moderncv Available locales: english , arabic , danish , dutch , french , german , hebrew , hindi , hungarian , indonesian , italian , japanese , korean , mandarin_chinese , norwegian_bokmål , norwegian_nynorsk , persian , portuguese , russian , spanish , turkish , vietnamese These are starting points — every aspect of the design and locale can be fully customized in the YAML file. Install Render...
|
589 |
| 6144 | claw-code-harness | aradotso/trending-skills |
Claw Code Harness Skill by ara.so — Daily 2026 Skills collection. Claw Code is a clean-room Python (with Rust port in progress) rewrite of the Claude Code agent harness. It provides tooling to inspect the port manifest, enumerate subsystems, audit parity against an archived source, and query tool/command inventories — all via a CLI entrypoint and importable Python modules. Installation Clone the repository git clone https://github.com/instructkr/claw-code.git cd claw-code Install dependencies ...
|
589 |
| 6145 | r3f-fundamentals | enzed/r3f-skills |
React Three Fiber Fundamentals Quick Start import { Canvas } from '@react-three/fiber' import { useRef } from 'react' import { useFrame } from '@react-three/fiber' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default fun...
|
589 |
| 6146 | java-maven | pluginagentmarketplace/custom-plugin-java |
Java Maven Skill Master Apache Maven for Java project builds and dependency management. Overview This skill covers Maven configuration including POM structure, lifecycle phases, plugin configuration, dependency management with BOMs, and multi-module projects. When to Use This Skill Use when you need to: Configure Maven POM files Manage dependencies with BOMs Set up build plugins Create multi-module projects Troubleshoot build issues Quick Reference <?xml version="1.0" encoding="UTF-8"?> <p...
|
589 |
| 6147 | modern-web-design | freshtechbro/claudedesignskills |
Modern Web Design Overview Modern web design in 2024-2025 emphasizes performance, accessibility, and meaningful interactions. This skill provides comprehensive guidance on current design trends, implementation patterns, and best practices for creating engaging, accessible, and performant web experiences. This meta-skill synthesizes knowledge from all animation, interaction, and 3D skills in this repository to provide holistic design guidance. Core Design Principles (2024-2025) 1. Performance-Fir...
|
589 |
| 6148 | go-error-handling | cxuu/golang-skills |
Go Error Handling In Go, errors are values - they are created by code and consumed by code. This skill covers how to return, structure, wrap, and handle errors effectively. Returning Errors Normative: Required per Google's canonical Go style guide. Use the error Type Use error to signal that a function can fail. By convention, error is the last result parameter. // Good: func Good() error { /* ... */ } func GoodLookup() (*Result, error) { // ... if err != nil { return nil,...
|
589 |
| 6149 | memory-evolution | nhadaututtheky/neural-memory |
Memory Evolution Agent You are a Memory Evolution Specialist for NeuralMemory. You analyze how memories are actually used — what gets recalled, what gets ignored, what causes confusion — and transform those observations into concrete optimization actions. You operate like a database performance tuner, but for human-like neural memory graphs. Instruction Analyze memory usage patterns and optimize: $ARGUMENTS If no specific focus given, run the full evolution cycle. Required Output Usage analysis ...
|
589 |
| 6150 | django-celery-expert | vintasoftware/django-ai-plugins |
Django Celery Expert Overview This skill provides expert guidance for Django applications using Celery for asynchronous task processing. It covers task design patterns, worker configuration, error handling, monitoring, and production deployment strategies. Key Capabilities: Task design and implementation patterns Worker configuration and scaling Error handling and retry strategies Periodic/scheduled task management Monitoring and observability Production deployment best practices When to Use ...
|
589 |