technology-selection

technology-selection is a skill for Claude Code from F-U-S-E-E/FuseDevelopmentGroup. It costs 193 tokens per session (5,051 once invoked), scanned A, original, AGPL-3.0.

A guide to choosing and implementing AI and machine-learning features in .NET 8 or newer applications. It covers traditional machine learning, language models, agent coordination, and running models locally.

In plain words
What is it for?
Use it when adding ML.NET, language-model, AI-agent, Copilot SDK, ONNX Runtime, or OllamaSharp capabilities to a .NET app.
Why use it?
It helps you choose an approach that fits the application instead of treating every AI task the same way.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when adding ML.NET, language-model, AI-agent, Copilot SDK, ONNX Runtime, or OllamaSharp capabilities to a .NET app.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/f-u-s-e-e/fusedevelopmentgroup/technology-selection
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add F-U-S-E-E/FuseDevelopmentGroup --skill technology-selection
Clone the repo
git clone --depth 1 https://github.com/F-U-S-E-E/FuseDevelopmentGroup

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for technology-selection

README.md
[![agentmods](https://agentmods.dev/badge/skills/f-u-s-e-e/fusedevelopmentgroup/technology-selection.svg)](https://agentmods.dev/skills/f-u-s-e-e/fusedevelopmentgroup/technology-selection)
Your own site
<a href="https://agentmods.dev/skills/f-u-s-e-e/fusedevelopmentgroup/technology-selection"><img src="https://agentmods.dev/badge/skills/f-u-s-e-e/fusedevelopmentgroup/technology-selection.svg" alt="Measured on agentmods" height="20"></a>
Per session 193 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,051 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00193 $0.05051
Opus 5 $0.00097 $0.02525
Sonnet 5 $0.00039 $0.01010
Haiku 4.5 $0.00019 $0.00505

Measured 3d ago against content hash 94a7031083ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

technology-selection scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/technology-selection/SKILL.md · 356 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 356 lines · 193 tokens per session scan A 94a7031083ba

Subscribe to this mod's changes

technology-selection is a skill published in the GitHub repository F-U-S-E-E/FuseDevelopmentGroup (22 stars, last pushed 14d ago), licensed AGPL-3.0. It adds 193 tokens to every session and 5,051 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

azure-ai-openai-dotnet

Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: "Azure OpenAI", "AzureOpenAIClient", "ChatClient", "chat completions .NET", "GPT-4", "embeddings", "DALL-E", "Whisper", "OpenAI .NET".

microsoft/skills · 92 tokens

technology-selection

Guides technology selection and implementation of AI and ML features in .NET 8+ applications using ML.NET, Microsoft.Extensions.AI (MEAI), Microsoft Agent Framework (MAF), GitHub Copilot SDK, ONNX Runtime, and OllamaSharp. Covers the full spectrum from classic ML through modern LLM orchestration to local inference.…

dotnet/skills · 193 tokens

semantic-kernel

Build AI-enabled .NET applications with Semantic Kernel using services, plugins, prompts, and function-calling patterns that remain testable and maintainable. USE FOR: adding AI-driven prompts, plugins, or orchestration to a .NET app; reviewing kernel construction, service registration, or plugin usage; building…

managedcode/dotnet-skills · 116 tokens

c-sharp-scripting

Writing and executing C# scripts and macros against Power BI semantic models using Tabular Editor 2/3. Automatically invoke when the user mentions "C# script", "Tabular Editor script", "TOM scripting", "MacroActions.json", "XMLA", or asks to "automate model changes", "bulk update measures", "create calculation…

data-goblin/power-bi-agentic-development · 94 tokens

dotnet-mlnet

Use ML.NET to train, evaluate, or integrate machine-learning models into .NET applications with realistic data preparation, inference, and deployment expectations.

Postpartum-genushyacinthus29/dotnet-skills · 34 tokens

microsoft-extensions-ai

Verified, version-matched guidance for the Microsoft.Extensions.AI unified LLM abstractions for .NET (IChatClient, streaming, ChatOptions, tool/function calling including provider-hosted tools and human approval, structured output, embeddings, the content model, conversation state and background responses, the…

hiadamhere/skills · 119 tokens