foundry-local-agent-fx/.github/skills/software-architecture/SKILL.md
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development (.NET/C#).
npx skillsauth add thangchung/agent-engineering-experiment software-architectureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides guidence for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles.
https://www.nuget.org/packages/Microsoft.Extensions.Http.Resilience instead of writing your own retry logic.utils, helpers, common, sharedOrderCalculator, UserAuthenticator, InvoiceGeneratorutils.js or utils.cs with 50 unrelated functionshelpers/misc.js or helpers/misc.cs as a dumping groundcommon/shared.js / common/shared.cs with unclear purposetools
Help users explore menu items, categories, and prices through ToolSearch.Gateway.
tools
Resolve customer identity and account basics by email, phone, name, or customer ID through ToolSearch.Gateway.
tools
End-to-end counter: identify customer, classify intent, build order, confirm, submit. ToolSearch.Gateway-first. No direct MCP or CLI calls.
development
Use this skill when you need documentation for a third-party library, SDK, or API before writing code that uses it — for example, "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any time the user asks you to write code against an external service and you need current API reference. Fetch the docs with chub before answering, rather than relying on training knowledge.