Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

hawk-community-skills

hawk-community-skills contiene 12,131 skills recopiladas de GrayCodeAI, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
12,131
Stars
1
actualizado
2026-07-16
Forks
0
Cobertura ocupacional
143 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

triaging-vulnerabilities-with-ssvc-framework
Analistas de seguridad de la información

Triage and prioritize vulnerabilities using CISA's Stakeholder-Specific Vulnerability Categorization (SSVC) decision tree framework to produce actionable remediation priorities.

2026-07-16
building-ai-agent-on-cloudflare
Desarrolladores de software

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.

2026-07-13
research-0-autoresearch-skill
Otras ocupaciones informáticas

Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization targets. The outer loop synthesizes re...

2026-07-13
research-a-evolve
Desarrolladores de software

Provides guidance for automatically evolving and optimizing AI agents across any domain using LLM-driven evolution algorithms. Use when building self-improving agents, optimizing agent prompts and ...

2026-07-13
research-academic-plotting
Científicos de datos

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via G...

2026-07-13
research-accelerate
Desarrolladores de software

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8)...

2026-07-13
research-audiocraft
Desarrolladores de software

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform me...

2026-07-13
research-autogpt
Desarrolladores de software

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automa...

2026-07-13
research-awq
Científicos de datos

Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster infere...

2026-07-13
research-axolotl
Científicos de datos

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

2026-07-13
research-bigcode-evaluation-harness
Desarrolladores de software

Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language sup...

2026-07-13
research-bitsandbytes
Científicos de datos

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4...

2026-07-13
research-blip-2
Científicos de datos

Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of...

2026-07-13
research-chroma
Desarrolladores de software

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to productio...

2026-07-13
research-clip
Científicos de datos

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, conten...

2026-07-13
research-compiler
Desarrolladores de software

Compiles any research input — PDF papers, GitHub repositories, experiment logs, code directories, or raw notes — into a complete Agent-Native Research Artifact (ARA) with cognitive layer (claims, c...

2026-07-13
research-constitutional-ai
Científicos de datos

Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignmen...

2026-07-13
research-cosmos-policy
Desarrolladores de software

Evaluates NVIDIA Cosmos Policy on LIBERO and RoboCasa simulation environments. Use when setting up cosmos-policy for robot manipulation evaluation, running headless GPU evaluations with EGL renderi...

2026-07-13
research-crewai
Desarrolladores de software

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration wi...

2026-07-13
research-deepspeed
Desarrolladores de software

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention

2026-07-13
research-dspy
Desarrolladores de software

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

2026-07-13
research-faiss
Desarrolladores de software

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN sear...

2026-07-13
research-flash-attention
Desarrolladores de software

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory ...

2026-07-13
research-gguf
Desarrolladores de software

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU...

2026-07-13
research-gptq
Desarrolladores de software

Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation,...

2026-07-13
research-grpo-rl-training
Desarrolladores de software

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training

2026-07-13
research-guidance
Desarrolladores de software

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained gen...

2026-07-13
research-hqq
Desarrolladores de software

Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deplo...

2026-07-13
research-huggingface-tokenizers
Desarrolladores de software

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alig...

2026-07-13
research-instructor
Desarrolladores de software

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle...

2026-07-13
research-knowledge-distillation
Desarrolladores de software

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-sour...

2026-07-13
research-langchain
Desarrolladores de software

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory manageme...

2026-07-13
research-langsmith
Desarrolladores de software

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building system...

2026-07-13
research-litgpt
Desarrolladores de software

Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of ...

2026-07-13
research-llama-cpp
Desarrolladores de software

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization ...

2026-07-13
research-llama-factory
Desarrolladores de software

Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support

2026-07-13
research-llamaguard
Desarrolladores de software

Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Dep...

2026-07-13
research-llamaindex
Desarrolladores de software

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal s...

2026-07-13
research-llava
Desarrolladores de software

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat,...

2026-07-13
research-lm-evaluation-harness
Desarrolladores de software

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking trainin...

2026-07-13
Mostrando las 40 principales de 12,131 skills recopiladas en este repositorio.