starling
01Plugin Claude Code
Community skill packages for hawk — the AI coding agent. Security, code review, DevOps, and more.
Plugin Claude Code
Community skill packages for hawk — the AI coding agent. Security, code review, DevOps, and more.
Skill Claude CodeCodex
Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki".
Skill Claude CodeCodex
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug".
Skill Claude CodeCodex
Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow".
Skill Claude CodeCodex
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?".
Skill Claude CodeCodex
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".
Skill Claude CodeCodex
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file".
Instructions file CodexOpenCode
Instructions for GrayCodeAI/starling, covering starling conventions, development workflow, structure, validation and validate a single skill.
Instructions file
Instructions for GrayCodeAI/starling, covering gitnexus — code intelligence, always do, never do, resources and cli.
Skill Claude CodeCodex
Triage and prioritize vulnerabilities using CISA's Stakeholder-Specific Vulnerability Categorization (SSVC) decision tree framework to produce actionable remediation priorities.
Skill Claude CodeCodex
Generate AI images with FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, Imagi...
Skill Claude CodeCodex
Generate AI videos with Google Veo, Seedance, Wan, Grok and 40+ models via inference.sh CLI. Models: Veo 3.1, Veo 3, Seedance 1.5 Pro, Wan 2.5, Grok Imagine Video, OmniHuman, Fabric, HunyuanVideo. ...
Skill Claude CodeCodex
Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.
Skill Claude CodeCodex
Cursor rules for next-type-llm.
Skill Claude CodeCodex
Cursor IDE rules for langchain.
Skill Claude CodeCodex
Cursor IDE rules for pytorch.
Skill Claude CodeCodex
Cursor IDE rules for tensorflow.
Skill Claude CodeCodex
Use agents.planners to define any number of planning agents, and optionally agents.judge to override the judge. If agents.judge is omitted, the first planner config is reused as the judge. If agents is omitted in the task spec, the CLI will use the user config file when present, otherwise it falls back to the default…
Skill Claude CodeCodex
Skill: mdc-chemistry-ml---pytorch-models.
Skill Claude CodeCodex
Rules to apply to files relating to Langchain. Langchain is responsible for LLM related workflows.
Skill Claude CodeCodex
This guide provides opinionated, actionable best practices for building robust and maintainable LLM applications with langchain-js, emphasizing modularity, type safety, observability, and testing.
Skill Claude CodeCodex
Applies specifically when developing RAG (Retrieval-Augmented Generation) applications using Langchain within Next.js projects.
Skill Claude CodeCodex
Definitive guidelines for writing maintainable, performant, and robust LangChain applications using modern best practices (LCEL, LangGraph, Pydantic, createagent).
Skill Claude CodeCodex
Dedicates a module or files for managing Prompt templates with version control for LLM applications.