███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7251 | neural-training | ruvnet/ruflo |
Neural Training Skill Purpose Train and optimize neural patterns using SONA, MoE, and EWC++ systems. When to Trigger Training new patterns Optimizing agent routing Knowledge consolidation Pattern recognition tasks Intelligence Pipeline RETRIEVE — Fetch relevant patterns via HNSW (150x-12,500x faster) JUDGE — Evaluate with verdicts (success$failure) DISTILL — Extract key learnings via LoRA CONSOLIDATE — Prevent catastrophic forgetting via EWC++ Components Component Purpose Performance SONA Self-o...
|
717 |
| 7252 | sparc-methodology | ruvnet/ruflo |
Sparc Methodology Skill Purpose SPARC development workflow: Specification, Pseudocode, Architecture, Refinement, Completion. A structured approach for complex implementations that ensures thorough planning before coding. When to Trigger new feature implementation complex implementations architectural changes system redesign integration work unclear requirements When to Skip simple bug fixes documentation updates configuration changes well-defined small tasks routine maintenance Commands Specific...
|
717 |
| 7253 | ui-ux-expert | martinholovsky/claude-skills-generator |
UI/UX Design Expert 1. Overview You are an elite UI/UX designer with deep expertise in: User-Centered Design: User research, personas, journey mapping, usability testing Accessibility: WCAG 2.2 AA/AAA compliance, ARIA patterns, screen readers, keyboard navigation Design Systems: Component libraries, design tokens, pattern documentation, Figma Responsive Design: Mobile-first, fluid layouts, breakpoints, adaptive interfaces Visual Design: Typography, color theory, spacing systems, visual hierarc...
|
716 |
| 7254 | diffity-resolve | kamranahmedse/diffity |
Diffity Resolve Skill You are reading open review comments and resolving them by making the requested code changes. Arguments thread-id (optional): Resolve a specific thread by ID instead of all open threads. Example: /diffity-resolve abc123 CLI Reference diffity agent diff diffity agent list [--status open|resolved|dismissed] [--json] diffity agent comment --file <path> --line <n> [--end-line <n>] [--side new|old] --body "<text>" diffity agent general-comment --body "<text>" diffity agent resol...
|
716 |
| 7255 | openosint-ai-osint-framework | aradotso/security-skills |
OpenOSINT AI OSINT Framework Skill by ara.so — Security Skills collection. OpenOSINT is an AI-powered Open Source Intelligence framework that combines 11 OSINT tools into a unified interface. It operates as an interactive REPL with natural language investigation, a direct CLI for scripting, and an MCP server for AI client integration. The AI agent intelligently chains tools based on findings and compiles structured reports. All tools run as async subprocess wrappers with hard timeout enforcement...
|
716 |
| 7256 | taiwan-equity-research-coverage | aradotso/trending-skills |
Taiwan Equity Research Coverage (My-TW-Coverage) Skill by ara.so — Daily 2026 Skills collection. A structured equity research database covering 1,735 Taiwan-listed companies (TWSE + OTC) across 99 industry sectors . Each report contains a business overview, supply chain mapping, customer/supplier relationships, and financial data — all cross-referenced through 4,900+ wikilinks forming a searchable knowledge graph. Installation git clone https://github.com/Timeverse/My-TW-Coverage cd My-TW-Covera...
|
716 |
| 7257 | nextjs | vercel/vercel-plugin |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
716 |
| 7258 | agent-memory-coordinator | ruvnet/ruflo |
name: memory-coordinator type: coordination color: green description: Manage persistent memory across sessions and facilitate cross-agent memory sharing capabilities: memory-management namespace-coordination data-persistence compression-optimization synchronization search-retrieval priority: high hooks: pre: | echo "🧠 Memory Coordination Specialist initializing" echo "💾 Checking memory system status and available namespaces" Check memory system availability echo "📊 Current memory usage:" List ac...
|
716 |
| 7259 | agent-code-review-swarm | ruvnet/ruflo |
name: code-review-swarm description: Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, Bash, Read, Write, TodoWrite color: blue type: development capabilities: Automated multi-agent code review Security vulnerability analysis Performance bottleneck detection Architecture pattern validation Style and convention enforcement...
|
716 |
| 7260 | swarm-advanced | ruvnet/ruflo |
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...
|
716 |
| 7261 | angular-best-practices | boise-state-development/agentcore-public-stack |
Modern Angular Best Practices A comprehensive set of 112 rules covering TypeScript strictness, signal-based reactivity, component architecture, template optimization, RxJS patterns, SSR hydration, bundle optimization, accessibility, routing, forms, testing, and styling — so every component, service, template, and route you build is fast, accessible, tested, and maintainable. Below are the key patterns organized by what you're working on. For edge cases or when you need specific code examples bey...
|
715 |
| 7262 | architecting-solutions | charon-fan/agent-playbook |
Architecting Solutions Analyzes requirements and creates detailed PRD documents for software implementation. Description Use this skill when you need to: Create PRD documents Design software solutions Analyze requirements Specify features Document technical plans Plan refactoring or migration Installation This skill is typically installed globally at ~/.claude/skills/architecting-solutions/. How It Works The skill guides Claude through a structured workflow: Clarify requirements - Ask ta...
|
715 |
| 7263 | shadcn-vue | noartem/laravel-vue-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. shadcn-vue A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-vue@latest , pnpm dlx shadcn-vue@latest , or bunx --bun shadcn-vue@latest — based on the project's packageManager . Examples ...
|
715 |
| 7264 | feishu-cli-auth | riba2534/feishu-cli |
飞书 OAuth 认证与 Token 管理 feishu-cli 通过 OAuth 2.0 Authorization Code Flow 获取 User Access Token,用于搜索等需要用户身份的 API。 核心概念 Token 存储位置 :所有 OAuth Token 保存在 ~/.feishu-cli/token.json ,包括 Access Token、Refresh Token、过期时间和授权 scope。登录、刷新、退出等操作都围绕此文件进行。 两种身份 : App Access Token (应用身份):通过 app_id/app_secret 自动获取,大多数文档操作使用此身份 User Access Token (用户身份):需 OAuth 授权,搜索 API 必须 使用此身份 Token 生命周期 : Access Token: 2 小时 有效 Refresh Token: 30 天 有效(需 offline_access scope) 过期后自动用 Refresh Token 刷新,用户无感 两步式非交互登录(AI Agent 推荐) AI Agent ...
|
715 |
| 7265 | agent-goal-planner | ruvnet/ruflo |
name: goal-planner description: "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces." color: purple You are a Goal-Oriented Action Planning (GOAP) specialist, an advanced AI planner that uses intelligent algorithms to dynamicall...
|
715 |
| 7266 | agent-topology-optimizer | ruvnet/ruflo |
name: Topology Optimizer type: agent category: optimization description: Dynamic swarm topology reconfiguration and communication pattern optimization Topology Optimizer Agent Agent Profile Name : Topology Optimizer Type : Performance Optimization Agent Specialization : Dynamic swarm topology reconfiguration and network optimization Performance Focus : Communication pattern optimization and adaptive network structures Core Capabilities 1. Dynamic Topology Reconfiguration // Advanced topology opt...
|
715 |
| 7267 | github-multi-repo | ruvnet/ruflo |
GitHub Multi-Repository Coordination Skill Overview Advanced multi-repository coordination system that combines swarm intelligence, package synchronization, and repository architecture optimization. This skill enables organization-wide automation, cross-project collaboration, and scalable repository management. Core Capabilities 🔄 Multi-Repository Swarm Coordination Cross-repository AI swarm orchestration for distributed development workflows. 📦 Package Synchronization Intelligent dependency res...
|
715 |
| 7268 | daisyui | bobmatnyc/claude-mpm-skills |
daisyUI 5 daisyUI 5 is a CSS library for Tailwind CSS 4 daisyUI 5 provides class names for common UI components daisyUI 5 docs Guide: How to use this file in LLMs and code editors daisyUI 5 release notes daisyUI 4 to 5 upgrade guide Show more Installs 709 Repository saadeghi/daisyui GitHub Stars 41.1K First Seen 12 days ago
|
714 |
| 7269 | quality-manager-qmr | alirezarezvani/claude-skills |
Senior Quality Manager Responsible Person (QMR) Quality system accountability, management review leadership, and regulatory compliance oversight per ISO 13485 Clause 5.5.2 requirements. Table of Contents QMR Responsibilities Management Review Workflow Quality KPI Management Workflow Quality Objectives Workflow Quality Culture Assessment Workflow Regulatory Compliance Oversight Decision Frameworks Tools and References QMR Responsibilities ISO 13485 Clause 5.5.2 Requirements Responsibility Scope E...
|
714 |
| 7270 | video-optimization | kostja94/marketing-skills |
SEO On-Page: Video Optimization Guides video optimization for Google Search (main results, video mode, Google Images, Discover), video sitemap, VideoObject schema, and indexing. Note : Google now prioritizes YouTube video results in search; YouTube + Reddit comprise ~78% of social media citations in AI Overviews. For YouTube-specific optimization, see youtube-seo ; for GEO distribution via YouTube, see generative-engine-optimization . References: Google Video SEO , Semrush YouTube SEO . When inv...
|
714 |
| 7271 | excel-cli | sbroenne/mcp-server-excel |
Excel Automation with excelcli Preconditions Windows host with Microsoft Excel installed (2016+) Uses COM interop — does NOT work on macOS or Linux Install: dotnet tool install --global Sbroenne.ExcelMcp.CLI Workflow Checklist Step Command When 1. Session session create/open Always first 2. Sheets worksheet create/rename If needed 3. Write data See below If writing values 4. Save & close session close --save Always last 10+ commands? Use excelcli -q batch --input commands.json — sends all comman...
|
714 |
| 7272 | agent-manager-skill | sickn33/antigravity-awesome-skills |
Agent Manager Skill When to use Use this skill when you need to: run multiple local CLI agents in parallel (separate tmux sessions) start/stop agents and tail their logs assign tasks to agents and monitor output schedule recurring agent work (cron) Prerequisites Install agent-manager-skill in your workspace: git clone https://github.com/fractalmind-ai/agent-manager-skill.git Common commands python3 agent-manager/scripts/main.py doctor python3 agent-manager/scripts/main.py list python3 agent-mana...
|
714 |
| 7273 | vuejs-typescript-best-practices | mindrally/skills |
Vue.js TypeScript Best Practices You are an expert in TypeScript, Node.js, Vite, Vue.js, Vue Router, Pinia, VueUse, Headless UI, Element Plus, and Tailwind, with deep understanding of best practices and performance optimization. Code Style and Structure Write concise, maintainable, and technically accurate TypeScript code with relevant examples Use functional and declarative programming patterns; avoid classes Favor iteration and modularization to adhere to DRY principles and avoid code duplic...
|
714 |
| 7274 | go-documentation | cxuu/golang-skills |
Go Documentation This skill covers documentation conventions from Google's Go Style Guide. Doc Comments Normative: All top-level exported names must have doc comments. Basic Rules Begin with the name of the object being described An article ("a", "an", "the") may precede the name Use full sentences (capitalized, punctuated) // Good: // A Request represents a request to run a command. type Request struct { ... // Encode writes the JSON encoding of req to w. func Encode(w io.Writer, req *Requ...
|
714 |
| 7275 | terragrunt-generator | akin-ozer/cc-devops-skills |
Terragrunt Generator Overview Generate production-ready Terragrunt configurations following current best practices, naming conventions, and security standards. All generated configurations are automatically validated. Trigger Phrases Use this skill when the user asks for: A new root.hcl , terragrunt.hcl , or terragrunt.stack.hcl Multi-environment Terragrunt layouts ( dev/staging/prod ) Terragrunt dependency wiring ( dependency or dependencies blocks) Terragrunt module source setup (local, Git, T...
|
714 |
| 7276 | dt-obs-aws | dynatrace/dynatrace-for-ai |
AWS Cloud Infrastructure Monitor and analyze AWS resources using Dynatrace Smartscape and DQL. Query AWS services, optimize costs, manage security, and plan capacity across your AWS infrastructure. When to Use This Skill Use this skill when the user needs to work with AWS resources in Dynatrace. Load the reference file for the task type: Task File to load Inventory and topology queries (no additional file — use core patterns above) Query AWS metric timeseries (CPU, errors, latency) Load referenc...
|
714 |
| 7277 | mvcc | tursodatabase/turso |
Multi-Version Concurrency Control. Work in progress, not production-ready. CRITICAL: Ignore MVCC when debugging unless the bug is MVCC-specific. Enabling MVCC ``` PRAGMA journal_mode = 'experimental_mvcc'; ``` Runtime configuration, not a compile-time feature flag. Per-database setting. How It Works Standard WAL: single version per page, readers see snapshot at read mark time. MVCC: multiple row versions, snapshot isolation. Each transaction sees consistent snapshot at begin time. Ke...
|
714 |
| 7278 | differential-fuzzer | tursodatabase/turso |
Always load [Debugging skill for reference](https://github.com/tursodatabase/turso/blob/main/.claude/skills/differential-fuzzer/../debugging/) The differential fuzzer compares Turso results against SQLite for generated SQL statements to find correctness bugs. Location `testing/differential-oracle/fuzzer/` Running the Fuzzer Single Run ``` Basic run (100 statements, random seed) cargo run --bin differential_fuzzer With specific seed for reproducibility cargo run --bin differential_fuz...
|
714 |
| 7279 | design-system | affaan-m/ecc |
Design System — Generate & Audit Visual Systems When to Use Starting a new project that needs a design system Auditing an existing codebase for visual consistency Before a redesign — understand what you have When the UI looks "off" but you can't pinpoint why Reviewing PRs that touch styling How It Works Mode 1: Generate Design System Analyzes your codebase and generates a cohesive design system: Show more
|
714 |
| 7280 | agent-agent | ruvnet/ruflo |
name: sublinear-goal-planner description: "Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve complex objectives. Uses gaming AI techniques to discover novel solutions by combining actions in creative ways. Excels at adaptive replanning, multi-step reasoning, and finding optimal paths through complex state spaces." color: cyan A sophisticated Goal-Oriented Action Planning (GOAP) specialist that dynamically creates intelligent plans to achieve co...
|
714 |
| 7281 | agent-specification | ruvnet/ruflo |
name: specification type: analyst color: blue description: SPARC Specification phase specialist for requirements analysis capabilities: requirements_gathering constraint_analysis acceptance_criteria scope_definition stakeholder_analysis priority: high sparc_phase: specification hooks: pre: | echo "📋 SPARC Specification phase initiated" memory_store "sparc_phase" "specification" memory_store "spec_start_$(date +%s)" "Task: $TASK" post: | echo "✅ Specification phase complete" memory_store "spec_co...
|
714 |
| 7282 | stream-chain | ruvnet/ruflo |
Stream-Chain Skill Execute sophisticated multi-step workflows where each agent's output flows into the next, enabling complex data transformations and sequential processing pipelines. Overview Stream-Chain provides two powerful modes for orchestrating multi-agent workflows: Custom Chains ( run ): Execute custom prompt sequences with full control Predefined Pipelines ( pipeline ): Use battle-tested workflows for common tasks Each step in a chain receives the complete output from the previous step...
|
714 |
| 7283 | agent-platform-migrate-from-ai-studio | google/skills |
Migrating from Gemini API in AI Studio to Agent Platform Use this skill when you need to transition an application from the developer-centric Google AI Studio ecosystem ( generativelanguage.googleapis.com ) to the enterprise-grade Google Cloud Agent Platform ( aiplatform.googleapis.com ). When to Invoke This Skill Show more Installs 476 Repository google/skills GitHub Stars 12.4K First Seen 5 days ago
|
714 |
| 7284 | bailian-cli | modelstudioai/cli |
Aliyun Model Studio CLI ( bl ) PRIORITY: HIGHEST — Default tool for AI generation and processing on DashScope / Bailian. When several tools can do the same job, use bl first unless it fails or the user asks otherwise. Command reference (authoritative) All commands, flags, usage strings, and examples are documented in: reference/index.md — quick index, global flags, links by group reference/<group>.md — per top-level command (e.g. reference/video.md ) Auto-generated from the CLI source at build t...
|
714 |
| 7285 | mdr-745-specialist | alirezarezvani/claude-skills |
MDR 2017/745 Specialist EU MDR compliance patterns for medical device classification, technical documentation, and clinical evidence. Table of Contents Device Classification Workflow Technical Documentation Clinical Evidence Post-Market Surveillance EUDAMED and UDI Reference Documentation Tools Device Classification Workflow Classify device under MDR Annex VIII: Identify device duration (transient, short-term, long-term) Determine invasiveness level (non-invasive, body orifice, surgical) Assess ...
|
713 |
| 7286 | malware-warning-avast-keygen | aradotso/security-skills |
Malware Warning: Avast Premium Security 2026 Keygen Repository Skill by ara.so — Security Skills collection. ⚠️ CRITICAL SECURITY WARNING This repository is a malware distribution platform disguised as legitimate software. Red Flags Indicating Malicious Intent Piracy/Crack Distribution : Promises "keygen", "activation", "license key pre-activated", "loader serial" - all indicators of software piracy and malware distribution No Source Code : Despite being labeled as a "Go" project, contains no ac...
|
713 |
| 7287 | avast-premium-security-analysis | aradotso/security-skills |
Avast Premium Security Analysis Skill by ara.so — Security Skills collection ⚠️ Critical Security Warning This repository appears to be distributing pirated/cracked software and potentially malicious content. The project claims to provide "Keygen Activation," "License Key Pre-Activated," and "Premium Loader Serial" which are indicators of: Software piracy (illegal redistribution of paid software) Potential malware distribution (keygens and cracks commonly contain trojans) License violation (circ...
|
713 |
| 7288 | polymarket-copy-trading-bot | aradotso/trending-skills |
Polymarket Copy Trading Bot Skill by ara.so — Daily 2026 Skills collection. A TypeScript bot that continuously monitors a target Polymarket wallet, detects trades in real time via REST polling and/or WebSocket, and mirrors BUY orders to your own account using the Polymarket CLOB SDK on Polygon mainnet. What It Does Monitors a target wallet via Polymarket Data API (REST polling every ~2s) and optionally WebSocket Mirrors BUY trades only — SELL trades are detected but skipped by default Sizes copi...
|
713 |
| 7289 | pptx | davila7/claude-code-templates |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
713 |
| 7290 | agent-automation-smart-agent | ruvnet/ruflo |
name: smart-agent color: "orange" type: automation description: Intelligent agent coordination and dynamic spawning specialist capabilities: intelligent-spawning capability-matching resource-optimization pattern-learning auto-scaling workload-prediction priority: high hooks: pre: | echo "🤖 Smart Agent Coordinator initializing..." echo "📊 Analyzing task requirements and resource availability" Check current swarm status memory_retrieve "current_swarm_status" || echo "No active swarm detected" post...
|
713 |
| 7291 | agent-reviewer | ruvnet/ruflo |
name: reviewer type: validator color: "E74C3C" description: Code review and quality assurance specialist capabilities: code_review security_audit performance_analysis best_practices documentation_review priority: medium hooks: pre: | echo "👀 Reviewer agent analyzing: $TASK" Create review checklist memory_store "review_checklist_$(date +%s)" "functionality,security,performance,maintainability,documentation" post: | echo "✅ Review complete" echo "📝 Review summary stored in memory" Code Review Agen...
|
713 |
| 7292 | agent-resource-allocator | ruvnet/ruflo |
name: Resource Allocator type: agent category: optimization description: Adaptive resource allocation, predictive scaling and intelligent capacity planning Resource Allocator Agent Agent Profile Name : Resource Allocator Type : Performance Optimization Agent Specialization : Adaptive resource allocation and predictive scaling Performance Focus : Intelligent resource management and capacity planning Core Capabilities 1. Adaptive Resource Allocation // Advanced adaptive resource allocation system ...
|
713 |
| 7293 | agent-code-goal-planner | ruvnet/ruflo |
name: code-goal-planner description: Code-centric Goal-Oriented Action Planning specialist that creates intelligent plans for software development objectives. Excels at breaking down complex coding tasks into achievable milestones with clear success criteria. Examples: Context: User needs to implement a new authentication system. user: 'I need to add OAuth2 authentication to our API' assistant: 'I'll use the code-goal-planner agent to create a comprehensive implementation plan with milestones fo...
|
713 |
| 7294 | security-review | affaan-m/ecc |
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
|
713 |
| 7295 | frontend-design-pro | binjuhor/shadcn-lar |
You are a world-class creative frontend engineer AND visual director. Every interface you build must feel like a $50k+ agency project. 1. Choose One Bold Aesthetic Direction (commit 100%) Style Category Core Keywords (copy-paste ready) Color Palette Ideas Signature Effects & Details Minimalism & Swiss Style clean, swiss, grid-based, generous whitespace, typography-first Monochrome + one bold accent, beige/gray neutrals Razor-sharp hierarchy, subtle hover lifts, micro-animations, perfect alignme...
|
712 |
| 7296 | effect-best-practices | makisuo/skills |
Effect-TS Best Practices This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability. Quick Reference: Critical Rules Category DO DON'T Services Effect.Service with accessors: true Context.Tag for business logic Dependencies dependencies: [Dep.Default] in service Manual Layer.provide at usage sites Errors Schema.TaggedError with message field Plain classes or generic Error Error Specifici...
|
712 |
| 7297 | atxp-memory | atxp-dev/cli |
ATXP Memory — Agent Memory Management Manage your agent's .md memory files: back up and restore to/from ATXP cloud servers, and search your local memories using zvec vector similarity search. Capabilities Capability Description Cloud Backup Push/pull .md files to ATXP servers for disaster recovery Local Search Index .md files into a local zvec vector database, then search by natural language query Status View cloud backup info and local index statistics Security Model Only .md files are collecte...
|
712 |
| 7298 | sf-industry-cme-epc-model | jaganpro/sf-skills |
sf-industry-cme-epc-model: CME EPC Product and Offer Modeling Expert Salesforce Industries CME EPC modeler for creating Product2-based catalog entries, assigning configurable attributes, and building offer bundles through Product Child Item relationships. This skill is optimized for DataPack-style metadata authoring. Use the canonical template set in assets/ : assets/product2-offer-template.json assets/attribute-assignment-template.json assets/product-child-item-template.json assets/pricebook-en...
|
712 |
| 7299 | dt-obs-frontends | dynatrace/dynatrace-for-ai |
Frontend Observability Skill Monitor web and mobile frontends using Real User Monitoring (RUM) with DQL queries. This skill targets the new RUM experience only; do not use classic RUM data. Overview This skill helps you: Monitor Core Web Vitals and frontend performance Track user sessions, engagement, and behavior Analyze errors and correlate with backend traces Optimize mobile app startup and stability Diagnose performance issues with detailed timing analysis Data Sources: Metrics : timeseries ...
|
712 |
| 7300 | instagram-content-generation | eachlabs/skills |
Instagram Content Generation Generate engaging Instagram content using each::sense. This skill creates images and videos optimized for Instagram's various placements, formats, and visual best practices. Features Feed Posts : Square 1:1 images for maximum compatibility Stories & Reels : Vertical 9:16 content for immersive full-screen experiences Carousel Posts : Multiple cohesive images for storytelling Quote Graphics : Typography-focused content for engagement Product Showcases : E-commerce and ...
|
712 |