Instructions file
Instructions for hiadamhere/skills, covering claude.md, 🚀 commands, installation and 📝 guidelines.
Instructions file
Instructions for hiadamhere/skills, covering claude.md, 🚀 commands, installation and 📝 guidelines.
Skill Claude CodeCodex
Version-aware architecture and planning guidance for .NET MAUI apps. Use when planning, structuring, or architecting a .NET MAUI application — target platforms, SDK/workload/package strategy, project layout, Shell/stack navigation and deep links, MVVM and DI lifetimes, state and offline data, platform-abstraction…
Skill Claude CodeCodex
Verified guidance for building against the Model Context Protocol (MCP) SDKs — defining tools, wiring the stdio transport, and standing up a minimal server with the correct, version-matched API, including which HTTP pieces these packages do and do not ship. Use when writing MCP server/client code. Every API is…
Skill Claude CodeCodex
Verified, version-matched guidance for the Microsoft.Extensions.AI unified LLM abstractions for .NET (IChatClient, streaming, ChatOptions, tool/function calling, structured output, embeddings, and the middleware/DI pipeline). Use when writing C# that talks to LLMs through Microsoft.Extensions.AI. Every API is verified…
Skill Claude CodeCodex
C# architecture and version-specific API guidance for Microsoft Agent Framework (MAF/MSAF) agent workflows. Use when building or debugging multi-agent workflows with the Microsoft.Agents.AI / Microsoft.Agents.AI.Workflows NuGet packages in .NET — executors, edges, checkpointing, human-in-the-loop, and the four…
Skill Claude CodeCodex
Configurable multi-lens review panel for any artifact — code, docs, specs, migrations, infrastructure. Runs a roster of reviewer lenses in parallel over a change, each with its own stance and verdict vocabulary, then rolls the verdicts up worst-case-wins. Ships a starter pack of generic code-review lenses; the value…
Skill Claude CodeCodex
Expert guidance for building rich .NET terminal UIs with the Spectre.Console library — tables, panels, trees, markup/color, live displays (Status/Progress/Live), and interactive prompts (Selection/MultiSelection/Text/Confirmation). Use when writing or debugging C# console output/interaction that references the…