ai-infrastructure-hugg…
Hugging Face Inference SDK patterns for TypeScript/Node.js — InferenceClient setup, chat completion, text generation, streaming, embeddings, image generation,…
Investigation flow (Glob -> Grep -> Read), evidence-based research with file:line references, structured output format for AI consumption. Use for pattern discovery, implementation research, and codebase investigation.
$ npx -y skills add agents-inc/skills --skill meta-methodology-research-methodology --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/meta-methodology-research-methodologyContext preview
The summary Claude sees to decide when to auto-load this skill.
Investigation flow (Glob -> Grep -> Read), evidence-based research with file:line references, structured output format for AI consumption. Use for pattern discovery, implementation research, and codebase investigation.
name: meta-methodology-research-methodology description: Investigation flow (Glob -> Grep -> Read), evidence-based research with file:line references, structured output format for AI consumption. Use for pattern discovery, implementation research, and codebase investigation.
> **Quick Guide:** Investigation flow is Glob -> Grep -> Read. All claims require file:line evidence. Structured output format for AI consumption. Read-only operations only. Verify every path before reporting.
---
**Detailed Resources:**
---
<critical_requirements>
> **All research must be evidence-based with file:line references**
**(You MUST read actual code files before making any claims - never speculate about patterns)**
**(You MUST verify every file path exists using Read tool before including it in findings)**
**(You MUST include file:line references for all pattern claims)**
**(You MUST NOT attempt to write or edit any files - you are read-only)**
**(You MUST produce structured, AI-consumable findings that downstream agents can act on)**
</critical_requirements>
---
**Auto-detection:** Pattern research, implementation discovery, architecture investigation, API cataloging
**When to use:**
**Key patterns covered:**
**When NOT to use:**
---
<philosophy>
Research is investigation, not speculation. Every claim must be backed by evidence from actual code files. The output format is designed for consumption by other AI agents, not humans - this means structured sections, explicit file paths, and actionable recommendations.
**Core Research Principles:**
1. **Evidence First** - Never claim a pattern exists without reading the file 2. **Verify Paths** - Every file path in findings must be confirmed with Read 3. **Be Specific** - Line numbers, not vague references 4. **Be Actionable** - Tell developers exactly which files to reference 5. **Be Honest** - If you can't find something, say so
</philosophy>
---
<patterns>
The three-step investigation flow ensures thorough and efficient research.
1. GLOB - Find candidate files ├── Use file patterns (*.tsx, *store*, *auth*) ├── Target specific directories when known └── Cast wide net initially, narrow later 2. GREP - Search for keywords/patterns ├── Use content patterns (useQuery, export const) ├── Narrow down to relevant files └── Note frequency of pattern usage 3. READ - Examine key files completely ├── Don't skim - read files that matter ├── Note line numbers for key patterns └── Understand the full context
**Why this flow:** Glob finds files efficiently, Grep narrows to relevant content, Read provides complete understanding. This prevents speculation and ensures evidence-based claims.
For detailed code examples, see [examples/core.md](examples/core.md#pattern-1-investigation-flow).
---
Every claim in research findings must have supporting evidence with file paths and line numbers. Include the file path, line range, usage count, actual code snippet, and verification status.
**Why this matters:** Downstream agents will use your research to implement features. Inaccurate or unverified claims will lead them astray.
For the claim structure template and good/bad comparison examples, see [examples/core.md](examples/core.md#pattern-2-evidence-based-claims).
---
Research findings follow a consistent structure for AI consumption. Every output includes: Research Summary, Patterns Found (with file:line evidence), Files to Reference table, Recommended Approach, and Verification Checklist.
**Why structured:** Other AI agents parse this output. Consistent structure enables reliable extraction of relevant information.
For the complete output template, see [examples/core.md](examples/core.md#pattern-3-structured-output-format).
</patterns>
---
<self_correction_triggers>
**If you notice yourself:**
</self_correction_triggers>
---
<post_action_reflection>
**After each research action, evaluate:**
1. Did I verify all file
The official skills marketplace for Agents Inc. 150+ skills covering everything from React and Prisma to Redis, ElevenLabs, and infrastructure tooling. Pick the skills that match your stack and install them via Claude Code. Need more control?
Repo: agents-inc/skills
Hugging Face Inference SDK patterns for TypeScript/Node.js — InferenceClient setup, chat completion, text generation, streaming, embeddings, image generation,…
LiteLLM proxy server setup, TypeScript client patterns via OpenAI SDK, model routing, fallbacks, load balancing, spend tracking, virtual keys, and production…
Serverless GPU compute platform for AI model deployment — web endpoints, GPU functions, model serving, and TypeScript client patterns
Local LLM inference with the Ollama JavaScript client -- chat, streaming, tool calling, vision, embeddings, structured output, model management, and…
Replicate SDK patterns for TypeScript/Node.js -- client setup, predictions, streaming, webhooks, file handling, model versioning, deployments, and training
Together AI SDK patterns for TypeScript — client setup, chat completions, streaming, structured output, function calling, embeddings, image generation,…