Browse all

Type: All Skills Tools
skill ★ 212

orchestrate complex multi-agent workflows

This skill decomposes large objectives into a structured, dependency-aware graph of subtasks, managing execution across multiple parallel agents. It coordinates task completion, handles state transitions, and ensures continuous progress unt…

varun29ankuS/shodh-memory orchestration multi-agent task-decomposition workflow-management
skill ★ 55,605

Fetch current documentation for frameworks and libraries

This skill retrieves up-to-date documentation and code examples for specific libraries and frameworks, bypassing reliance on stale training data. It operates by first resolving the library ID and then querying the official documentation sou…

upstash/context7 documentation code-generation frameworks api-reference
skill ★ 55,605

Context7 Library Documentation Retrieval Skill

This skill retrieves up-to-date documentation, API references, and code examples for various libraries and frameworks. It resolves library IDs and queries specific documentation to provide accurate, version-aware information.

upstash/context7 documentation-retrieval library-lookup api-reference frameworks
tool ★ 55,605

Context7 CLI for Documentation and AI Skills Management

The Context7 CLI provides a comprehensive interface for managing AI coding agents. It allows developers to fetch current library documentation, install and generate custom coding skills, and configure the Context7 MCP for various developmen…

upstash/context7 context7 cli documentation ai-skills
tool

Higress Gateway for OpenClaw Model Unification

This tool deploys the Higress AI Gateway, unifying access to multiple LLM providers (e.g., OpenAI, Claude, Gemini) for OpenClaw. It facilitates advanced features like auto-routing and allows dynamic, hot-reloading configuration management w…

alibaba/higress llm-gateway model-router openclaw ai-deployment
skill ★ 55,605

Context7 Library Documentation Retrieval Skill

Retrieves up-to-date documentation for libraries and frameworks by resolving library IDs and querying specific documentation sets. It ensures accurate responses for API references and configuration queries by bypassing outdated training dat…

upstash/context7 documentation-retrieval library-lookup api-reference framework-lookup
skill

Nginx to Higress Migration Workflow

Automates the migration from ingress-nginx to Higress in Kubernetes environments by analysing existing configurations and identifying unsupported annotations. It facilitates the generation of WASM plugins to replace incompatible Nginx snipp…

alibaba/higress kubernetes nginx higress migration
skill

Higress WASM Plugin Development with Go

Develop and deploy custom Higress gateway plugins using the Go SDK and WebAssembly. This skill covers implementing HTTP request/response processing, Redis integration, and external service calls.

alibaba/higress wasm go higress api-gateway
tool

Higress Agent Session and Token Monitor

Real-time monitoring of Higress access logs to aggregate multi-turn agent conversations by session ID. It tracks token usage, costs, and provides a web-based interface for detailed conversation history and statistical analysis.

alibaba/higress higress log-monitoring token-tracking agent-observability
skill

Automated daily reporting and issue tracking for OSS

This skill automates the monitoring of open-source project activity by tracking daily GitHub issues and PRs. It generates a comprehensive daily report, maintaining structured state and a knowledge base to ensure issue follow-up and knowledg…

alibaba/higress github-tracking daily-reporting issue-management knowledge-base
tool

Higress CLI for automatic model routing configuration

This CLI utility allows developers to configure intelligent model routing within the Higress AI Gateway. It enables defining rules that automatically select a target LLM based on specific message content triggers or regex patterns.

alibaba/higress higress model-routing cli llm
tool ★ 5

Generate interactive dashboards from CSV or Excel

This utility generates self-contained, interactive HTML dashboards from CSV or Excel files. It automatically detects data types and generates comprehensive visualizations, including heatmaps, time series, and smart multi-column insights.

Ratnaditya-J/csvglow csv-visualization data-dashboard charting excel-processing
skill

Persistent memory for Claude Code

Provides Claude Code with persistent memory across sessions by extracting durable lessons, decisions, and bug fixes into markdown files. It enables the retrieval of relevant context at the start of each new session.

TT-Wang/cortex-plugin persistent-memory claude-code knowledge-extraction session-management
tool ★ 5

Generate interactive dashboards from CSV and Excel

This tool generates comprehensive, interactive HTML dashboards from tabular data (CSV/Excel). It automatically detects data relationships and generates various visualizations, including heatmaps, time series, and narrative insights, all in …

Ratnaditya-J/csvglow csv excel dashboard visualization
skill

Persistent memory and context management for LLMs

This skill provides persistent memory across sessions by mining completed interactions to extract durable lessons. It pre-loads relevant context at the start of new sessions, eliminating the need for repeated project explanations.

TT-Wang/cortex-plugin memory-management context-recall llm-agent session-persistence
skill

Automated Claude Code Session Knowledge Extraction

A background daemon that automatically extracts knowledge from completed Claude Code sessions. It polls for new session transcripts and processes them after they have concluded.

TT-Wang/cortex-plugin claude-code knowledge-extraction background-daemon automation
skill

Check detailed memem memory system status

Executes a dedicated command to retrieve comprehensive operational metrics for the memem memory system. This includes reporting memory capacity, active projects, search database status, and the current health of the associated miner.

TT-Wang/cortex-plugin memem memory-status system-monitoring cli
skill ★ 105

Continuous regression monitoring during development

This skill provides continuous regression monitoring by observing specified directories for file changes and automatically re-running evaluation checks. It displays a live scorecard, allowing developers to track pass/fail status and score d…

hidai25/eval-view regression-testing file-watching development-workflow cli-tool
skill

Mining Claude Code Session History

Extracts knowledge from all historical Claude Code sessions, including those predating installation. It also initiates a background daemon to automatically mine new sessions as they occur.

TT-Wang/cortex-plugin claude-code knowledge-extraction session-mining automation
skill

Memem System Preflight Health Check

Performs a preflight diagnostic to verify the integrity of the memem installation, checking for missing dependencies, environment variable configurations, and directory writability. It identifies critical failures or degraded states caused …

TT-Wang/cortex-plugin memem diagnostics health-check mcp
skill ★ 105

AI agent regression testing with EvalView

Detect regressions in AI agent behaviour by comparing current outputs and tool calls against golden baselines. It identifies changes in outputs, tool usage, and significant score drops.

hidai25/eval-view regression-testing ai-agents evalview llm-evaluation
skill ★ 105

Automated AI Agent Test Case Generation

Automate the creation of test suites for AI agents by generating cases from SKILL.md files, manual descriptions, or by capturing live agent interactions via a proxy.

hidai25/eval-view ai-agents test-generation automated-testing agent-evaluation
skill ★ 105

Automated Code Review and Security Analysis

This skill automates the identification of security vulnerabilities, performance bottlenecks, and code quality issues, prioritising findings by severity.

hidai25/eval-view code-review security-auditing static-analysis software-quality
skill ★ 105

Simple Greeting File Generator

This skill generates a text file named hello.txt containing a personalised greeting and the current date.

hidai25/eval-view file-creation text-generation agent-skill automation