一键导入
aspnet-core
Build, review, refactor, or architect ASP.NET Core web applications using
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build, review, refactor, or architect ASP.NET Core web applications using
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up and use 1Password CLI (op). Use when installing the CLI, enabling
Guide for adding new AI function examples, for testing specific features against the actual provider APIs.
Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.
Fixes broken typing checks detected by ty, make typing, or make check-repo. Use when typing errors appear in local runs, CI, or PR logs.
Add documentation for a new AI provider — usage docs, env vars, Docker
Guide for adding new AI provider packages to the AI SDK. Use when creating
| name | aspnet-core |
| name_zh | aspnet-core |
| description | Build, review, refactor, or architect ASP.NET Core web applications using |
| description_zh | 构建, 审查, refactor, or architect ASP.NET Core web applications using |
| category | dev-tools |
| tags | ["ai","api","backend","cli","database"] |
| source | null |
| language | en |
| needs_review | false |
| slug | aspnet-core |
| version | 1.0.0 |
| created | 2026-06-12 |
| updated | 2026-06-12 |
| inputs | [{"name":"request","type":"string","required":true,"description":"User request or task description"}] |
| output | {"format":"markdown","description":"Generated content based on the user request"} |
| author | AI-SKILL |
| license | MIT |
Use this skill when you need to work with aspnet-core.
User request or task description.
Generated content based on the user request.
Follow the guidelines in this skill when working on related tasks. Ensure you understand the requirements and constraints before proceeding.
Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today.
Load the smallest set of references that fits the task. Do not load every reference by default.
Program.cs, DI, configuration, middleware, routing, logging, and static assets.WebApplicationBuilder and WebApplication. Avoid older Startup and WebHost patterns unless the codebase already uses them or the task is migration.Program.cs, services, middleware, routing, configuration, logging, and static assets.DbContext, options, IHttpClientFactory, session, temp data, and app state responsibly.dotnet new template and keep the generated structure recognizable.Do not use this skill for tasks outside its scope or when simpler alternatives are available.
# 使用 aspnet-core 技能
skill = load_skill("aspnet-core")
result = skill.execute()
print(result)