Tag: llm

Type: All Skills Tools
skill ★ 1,010

CloudBase Full-Stack Development and AI Integration Guide

This skill provides comprehensive guidelines for developing, deploying, and debugging full-stack applications across multiple platforms, including web, mini-programs, and native mobile apps. It covers everything from database management and…

TencentCloudBase/CloudBase-MCP cloudbase full-stack llm serverless
skill ★ 1,010

Client-Side AI Model Integration via JavaScript SDK

This skill facilitates direct integration of various large language models into client-side web applications using the dedicated JavaScript SDK. It is designed for Single Page Applications and dashboards, enabling text generation and stream…

TencentCloudBase/CloudBase-MCP web-frontend ai-model javascript-sdk llm
skill ★ 1,010

Node.js Backend AI Model Integration Skill

This skill enables secure, server-side integration of various AI models into Node.js backends, supporting functions like text generation, image creation, and agent orchestration via the CloudBase SDK. It is designed for cloud functions and …

TencentCloudBase/CloudBase-MCP node-js backend llm serverless
tool ★ 405

Persistent memory and knowledge management server

A robust memory server designed for agents to manage persistent knowledge and context. It facilitates advanced retrieval (semantic, hybrid) and knowledge absorption, automatically handling supersession, deduplication, and consolidation of f…

agentic-box/memora memory-server knowledge-base context-management llm
tool ★ 405

Persistent Semantic Memory and Knowledge Management

Memora provides a persistent, semantic memory layer for managing knowledge, architectural decisions, and task tracking across multiple sessions. It allows developers to store, retrieve, and organize context using hybrid search, structured h…

agentic-box/memora persistent-memory knowledge-management semantic-search todo-tracking
skill ★ 1,236

bug issue triage for apify mcp server

This skill automates the process of triaging open bug reports on the Apify MCP server's GitHub repository. It analyzes issue context, categorises root causes, drafts developer-to-developer responses, and proposes necessary GitHub actions fo…

apify/apify-mcp-server github-triage bug-reporting apify-mcp issue-management
skill ★ 379

Design QA for Llamactl CLI Changes

This skill facilitates design-QA for llamactl changes, allowing human reviewers to assess the rendered output, naming conventions, and error messaging against a live backend. It generates a matrix of carefully chosen test cases and produces…

run-llama/llama-agents llamactl cli qa design-review
skill

A2UI JSON response generation skill

This skill facilitates the generation of rich, interactive user interfaces by retrieving specific A2UI UI JSON schematics and templates. It allows agents to structure responses according to the A2UI protocol, ensuring validation and reducin…

modelscope/agentscope a2ui ui-generation json-schema agent-response
tool

Oracle: Context-Aware Prompt Bundling CLI

A CLI tool that bundles prompts and repository files into single-shot requests for LLMs using API or browser engines. It supports advanced file globbing, session management for long-running tasks, and token usage previews.

casibase/casibase cli llm prompt-engineering context-injection
tool

Gemini CLI for one-shot AI interactions

This tool provides a command-line interface for executing one-shot prompts with the Gemini model, enabling structured tasks such as Q, summarisation, and JSON generation. Users can specify models and manage extensions entirely via CLI argum…

casibase/casibase gemini cli llm q-a
skill

Orchestrate AI Agents for Complex Coding Tasks

This skill delegates complex coding tasks, such as feature building or refactoring, to various AI agents (Codex, Claude Code, Pi). It manages background sessions, handles PTY requirements for different agents, and provides process control a…

casibase/casibase coding agent llm cli
tool ★ 21,403

Reproducible Redteaming for Prompt Security QA

This tool facilitates reproducible redteaming evaluations of prompts, allowing developers to run, inspect, and triage security scan results. It supports stable evaluation of existing test artifacts or full regeneration, enabling focused rer…

promptfoo/promptfoo redteaming prompt-security qa llm
skill ★ 21,403

Creating and managing promptfoo evaluation suites

This skill guides the creation and maintenance of comprehensive promptfoo evaluation suites, enabling rigorous QA for non-redteam coverage, regression testing, and new matrix development. It details structuring configs, writing prompts, sel…

promptfoo/promptfoo promptfoo evaluation qa llm
tool

LobeHub CLI for managing AI services

This comprehensive command-line interface provides robust management capabilities for LobeHub services, including agent lifecycle management, content generation, and knowledge base operations. It is built with Commander.js and interacts wit…

lobehub/lobe-chat cli llm agent-management content-generation
skill

Agent lifecycle hooks for observation and interception

Allows developers to observe and intercept agent execution at critical lifecycle points, including tool calls, context compression, and sub-agent interactions. Hooks can be registered to implement custom logic for tracing, mocking, or loggi…

lobehub/lobe-chat agent-hooks lifecycle observability tracing
skill

Augments Code Review with Senior Partner Insights

This skill acts as a senior review partner, helping developers thoroughly evaluate code changes by summarizing intent, mapping ownership responsibilities, detailing structural changes, and surfacing key concerns using conventional comment l…

StacklokLabs/toolhive code-review pr-review diff-analysis code-quality
skill

Automated Financial Report Analysis and Deep Reporting

This skill automates the comprehensive analysis of listed company financial reports by extracting core metrics, calculating key ratios, and generating visualizations. It synthesises a professional report, providing deep insights into profit…

csunny/DB-GPT financial-analysis report-generation data-extraction finance
skill

mem0: persistent memory layer for ai agents

Mem0 provides a managed, API-driven memory layer enabling agents to store, retrieve, and manage long-term user context. Developers can integrate this persistent memory into their applications using Python or TypeScript SDKs, facilitating th…

embedchain/embedchain memory-management llm agent-framework persistent-context
skill

Mem0 Memory Provider for Vercel AI SDK

This provider integrates Mem0 memory management directly into the Vercel AI SDK, automatically retrieving relevant memories and storing conversation history during LLM calls. It supports both wrapped models for seamless integration and stan…

embedchain/embedchain vercel-ai-sdk memory-augmentation llm typescript
skill

Integrate Mem0 into existing repositories via TDD

This skill guides the integration of Mem0 into an existing codebase using a goal-driven, test-driven development pipeline. It automatically detects the language, writes failing tests, and ensures the integration is additive and opt-in via f…

embedchain/embedchain mem0 integration tdd llm
skill

Memory Consolidation and Cleanup Protocol

This skill reviews and improves the quality of stored memories by consolidating facts, deleting stale or sensitive data, and rewriting vague entries. It ensures the memory store remains clean, accurate, and adheres to defined quality standa…

embedchain/embedchain memory-management knowledge-graph data-cleanup consolidation
skill

Vercel AI SDK Development and Integration Guide

This skill assists developers in implementing advanced AI features using the Vercel AI SDK. It provides comprehensive guidance on building agents, managing streaming, and adhering to the latest API standards for various LLM providers.

vercel-labs/ai ai-sdk llm agent chat-bots
skill

Comprehensive examples for AI SDK function development

This repository provides a comprehensive suite of examples and templates for validating, testing, and demonstrating various AI SDK functions across multiple providers. It covers core capabilities such as text generation, structured object o…

vercel-labs/ai ai-sdk llm development ai-functions
skill

Adding AI function examples for testing

This skill guides developers through adding functional examples to test specific AI features against actual provider APIs. Examples must be created for relevant top-level functions, including both generateText and streamText variants.

vercel-labs/ai ai-functions testing api-examples llm