published by aitmpl
50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- agent-management ★ 30,576
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", - agent-messaging ★ 30,576
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "se - docs-search ★ 30,576
Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks - graph-query ★ 30,576
Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find caller - memory-search ★ 30,576
Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search me - planning ★ 30,576
Create and manage persistent markdown planning files for structured task execution. Use when the user asks to "create a plan", "track progre - agent-evaluation ★ 30,576
"Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—whe - agent-manager-skill ★ 30,576
Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling. - agent-memory-mcp ★ 30,576
A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions). - agent-memory-systems ★ 30,576
"Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agen - agent-tool-builder ★ 30,576
"Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinat - agents-autogpt ★ 30,576
Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent au - agents-crewai ★ 30,576
Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on compl - agents-langchain ★ 30,576
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ - agents-llamaindex ★ 30,576
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features - ai-agents-architect ★ 30,576
"Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration - autonomous-agent-patterns ★ 30,576
"Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-lo - autonomous-agents ★ 30,576
"Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant hum - behavioral-modes ★ 30,576
AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type. - claude-code-guide ★ 30,576
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techni - computer-use-agents ★ 30,576
"Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers An - context-window-management ★ 30,576
"Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, - context7-auto-research ★ 30,576
Automatically fetch latest library/framework documentation for Claude Code via Context7 API - conversation-memory ★ 30,576
"Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, rem - crewai ★ 30,576
"Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and go - data-engineer ★ 30,576
Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and clo - data-processing-nemo-curator ★ 30,576
GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filterin - data-processing-ray-data ★ 30,576
Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, - data-scientist ★ 30,576
Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling - datadog-cli ★ 30,576
Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or wo - deep-research ★ 30,576
"Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports." - deep-research-notebooklm ★ 30,576
"Deep research skill powered by NotebookLM MCP. Conducts structured multi-source research (market analysis, competitive intel, trend analysi - dispatching-parallel-agents ★ 30,576
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies - distributed-training-accelerate ★ 30,576
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Au - distributed-training-deepspeed ★ 30,576
Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse - distributed-training-megatron-core ★ 30,576
Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models - distributed-training-pytorch-fsdp ★ 30,576
Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2 - distributed-training-pytorch-lightning ★ 30,576
High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerpl - distributed-training-ray-train ★ 30,576
Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparam - emerging-techniques-knowledge-distillation ★ 30,576
Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained - emerging-techniques-long-context ★ 30,576
Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long docume - emerging-techniques-model-merging ★ 30,576
Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending - emerging-techniques-model-pruning ★ 30,576
Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, - emerging-techniques-moe-training ★ 30,576
Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost red - emerging-techniques-speculative-decoding ★ 30,576
Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference - evaluation-bigcode-evaluation-harness ★ 30,576
Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code model - evaluation-lm-evaluation-harness ★ 30,576
Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparin - evaluation-nemo-evaluator ★ 30,576
Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needin - fine-tuning-axolotl ★ 30,576
Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support - fine-tuning-llama-factory ★ 30,576
Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support