원클릭으로
deno-runtime
Build applications using Deno runtime with TypeScript support and built-in tooling.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build applications using Deno runtime with TypeScript support and built-in tooling.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery.
Write integration tests using .NET Aspire's testing facilities with xUnit. Covers test fixtures, distributed application setup, endpoint discovery, and patterns for testing ASP.NET Core apps with real dependencies.
Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests.
Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, naming conventions, error handling, performance, and API design best practices.
GitHub Copilot Agent Skills catalog from awesome-copilot repository. Trigger: When user wants to browse, search, or use Agent Skills from the awesome-copilot collection.
Use when generating or updating a CHANGELOG.md file, writing release notes, or summarizing changes between versions based on git commits or PR history.
SOC 직업 분류 기준
| name | deno-runtime |
| description | Build applications using Deno runtime with TypeScript support and built-in tooling. |
Deno is a secure TypeScript runtime built on V8, with built-in tooling and modern JavaScript features. This skill should be invoked when creating JavaScript/TypeScript applications that benefit from TypeScript-first development, built-in testing, and simplified dependency management.
curl -fsSL https://deno.land/x/install/install.sh | shdeno --versiondeno run --allow-<perm> <file.ts>deno test for test suitesdeno fmtdeno lint