Agent skill · AI & Agents

faion-llm-integration

LLM APIs: OpenAI, Claude, Gemini, local LLMs, prompt engineering, function calling.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill faion-llm-integration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepBashTaskAskUserQuestionTodoWrite
Path: skills/ai-llm/faion-llm-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

> **Entry point:** `/faion-net` — invoke this skill for automatic routing to the appropriate domain. # LLM Integration Skill **Communication: User's language. Code: English.** ## Purpose Handles direct integration with LLM APIs. Covers OpenAI, Claude, Gemini, local models, prompt engineering, and output structuring. ## Context Discovery ### Auto-Investigation Check these project signals before asking questions: | Signal | Where to Check | What to Look For | |--------|----------------|------------------| | **Dependencies** | package.json, requirements.txt, go.mod | openai, anthropic, google-generativeai, langchain | | **Config files** | .env, config/*.{yml,json} | API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY) | | **Existing code** | Grep for "openai", "anthropic", "genai" | Existing LLM integrations | | **Documentation** | README.md, docs/ | LLM usage patterns | ### Discovery Questions ```yaml question: "What LLM task are you building?" header: "Task Type" multiSelect: false options: - label: "Chat/completion API" description: "Direct LLM API calls for text generation" - label: "Function calling / tool use" description: "LLM selects and executes functions" - label: "Structured output

What's inside
Steps it walks through
  1. Purpose
  2. Context Discovery
  3. Auto-Investigation
  4. Discovery Questions
  5. Scope
  6. Quick Start
  7. Methodologies (26)
  8. Code Examples
  9. OpenAI Chat Completion
  10. Claude Messages
  11. Function Calling
  12. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the faion-llm-integration skill do?

LLM APIs: OpenAI, Claude, Gemini, local LLMs, prompt engineering, function calling.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill faion-llm-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going