GrayCodeAI/starling

Community skill packages for hawk, the AI coding agent. 12,000+ modular instruction packages across 31 categories.

2Stars on the repository
57Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

openai-docs-skill

25

GrayCodeAI/starling

Skill Claude CodeCodex

Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl/jq). Use whenever a task involves the OpenAI API (Responses, Chat Completions, Realtime, etc.), OpenAI SDKs, ...

2 2d ago A 55 tokens original MIT

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 44 tokens copy · 95% MIT

research-a-evolve

27

GrayCodeAI/starling

Skill Claude CodeCodex

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 ...

2 2d ago A 38 tokens original MIT

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 38 tokens original MIT

research-accelerate

29

GrayCodeAI/starling

Skill Claude CodeCodex

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)...

2 2d ago A 54 tokens copy · 86% MIT

research-audiocraft

30

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 49 tokens copy · 83% MIT

research-autogpt

31

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 38 tokens copy · 95% MIT

research-awq

32

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 51 tokens copy · 86% MIT

research-axolotl

33

GrayCodeAI/starling

Skill Claude CodeCodex

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

2 2d ago A 49 tokens copy · 94% MIT

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 50 tokens copy · 92% MIT

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 60 tokens copy · 88% MIT

research-blip-2

36

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 45 tokens original MIT

GrayCodeAI/starling

Skill Claude CodeCodex

Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on e...

2 2d ago A 44 tokens original MIT

research-clip

38

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 45 tokens copy · 89% MIT

research-compiler

39

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 46 tokens original MIT

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 48 tokens copy · 86% MIT

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 40 tokens original MIT

GrayCodeAI/starling

Skill Claude CodeCodex

Applies cognitive science frameworks for creative thinking to CS and AI research ideation. Use when seeking genuinely novel research directions by leveraging combinatorial creativity, analogical re...

2 2d ago A 41 tokens original MIT

research-crewai

43

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 36 tokens copy · 88% MIT

research-deepspeed

44

GrayCodeAI/starling

Skill Claude CodeCodex

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

2 2d ago A 39 tokens original MIT

research-dspy

45

GrayCodeAI/starling

Skill Claude CodeCodex

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.

2 2d ago A 36 tokens copy · 91% MIT

research-faiss

46

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 47 tokens copy · 89% MIT

GrayCodeAI/starling

Skill Claude CodeCodex

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 ...

2 2d ago A 47 tokens copy · 84% MIT

research-gguf

48

GrayCodeAI/starling

Skill Claude CodeCodex

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...

2 2d ago A 46 tokens copy · 92% MIT