Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)
aspnet-minimal-api-openapi
aspnet-minimal-api-openapi is an open-source backend skill for Claude Code and compatible agents, published by github. Its author describes it as: “Create ASP.NET Minimal API endpoints with proper OpenAPI documentation”. The project has 38k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/github/awesome-copilot ~/.claude/skills/aspnet-minimal-api-openapi`.
What aspnet-minimal-api-openapi does
Your goal is to help me create well-structured ASP.NET Minimal API endpoints with correct types and comprehensive OpenAPI/Swagger documentation.
Installation
Add aspnet-minimal-api-openapi to your agent with:
git clone https://github.com/github/awesome-copilot ~/.claude/skills/aspnet-minimal-api-openapi Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for aspnet-minimal-api-openapi is organised into these sections:
- API Organization
- Request and Response Types
- Type Handling
- OpenAPI Documentation
When to use it
Reach for aspnet-minimal-api-openapi when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in github/awesome-copilot, an established project with 37,982 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does aspnet-minimal-api-openapi do?
- Create ASP.NET Minimal API endpoints with proper OpenAPI documentation
- How do I install aspnet-minimal-api-openapi?
- Run git clone https://github.com/github/awesome-copilot ~/.claude/skills/aspnet-minimal-api-openapi in your agent, then reload your skills. Review the source at https://github.com/github/awesome-copilot before installing.
- Is aspnet-minimal-api-openapi free to use?
- Yes. aspnet-minimal-api-openapi is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does aspnet-minimal-api-openapi come from?
- aspnet-minimal-api-openapi ships inside github/awesome-copilot, a repository that contains 41 catalogued skills in total. The repository's 37,982 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Backend →Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
Use when the user wants to run cognee with Docker or docker compose — trying it out from the prebuilt image, starting the API server in a container, or bringing up the full stack (UI, MCP, Postgres, Neo4j) with compose profiles.
Use when the user wants to connect cognee to external services — switching LLM or embedding providers (OpenAI, Azure, Gemini, Anthropic, Ollama, OpenRouter), changing databases (Postgres, PGVector, Neo4j, Neptune, Turso), S3 storage, or the MCP server for IDE integration.
Use when the user wants to run the cognee API server (and optional UI) on their own machine — starting it, checking it's healthy, connecting the SDK or other clients to it, and choosing the right auth posture.