Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

not-timing-system

not-timing-system에는 Not-Endurance에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
2
업데이트
2026-06-23
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

solid
소프트웨어 개발자

Use when adding, reviewing, or refactoring object-oriented or service-oriented code where SOLID design, dependency boundaries, class/interface responsibilities, polymorphism, abstraction, or maintainability tradeoffs matter. Apply the SOLID principles through a practical lens: improve cohesion, substitutability, and dependency direction without adding abstraction ceremony that the current code does not need.

2026-06-23
writing-great-skills
기타 컴퓨터 관련 직업

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-06-20
code-style
소프트웨어 개발자

Use when adding, reviewing, or refactoring NTS C# or Razor code where member ordering, property ordering, analyzer sorting, or formatting decisions matter.

2026-06-19
localization
소프트웨어 개발자

Use when adding, reviewing, or refactoring NTS localized user-facing text, NStrings/NtsStrings properties, localized resource values, placeholders, translations, or deciding whether text should be localized.

2026-06-19
service-injection
소프트웨어 개발자

Use when adding, reviewing, or refactoring dependency injection registrations, service abstractions, state contexts, injected collaborators, IServiceCollection extension methods, or service/processor/context interface naming in NTS and Not packages.

2026-06-19
user-facing-text
소프트웨어 개발자

Use when adding or changing user-facing text in NTS UI, contracts, validation messages, resources, helper text, labels, buttons, or localized strings.

2026-06-19
blazor-components
소프트웨어 개발자

Use when adding, reviewing, or refactoring NTS Blazor/Razor components, especially .razor files, component parameters, injected services, event callbacks, print components, or UI code-behind classes that should follow the repo's split .razor plus Behind.cs convention.

2026-06-03
not-infrastructure-conventions
소프트웨어 개발자

Use when adding, reviewing, or refactoring reusable Not* nuget infrastructure, shared print/file/browser/backend services, Blazor support components, HTTP/storage abstractions, server adapters, or any code where Codex must decide whether behavior belongs in generic Not infrastructure versus NTS business/domain/application code. Apply conventions that keep Not* nugets generic, convention-driven, lightly customizable, and free of NTS-specific business logic.

2026-06-03
mongodb
소프트웨어 개발자

Use when adding, reviewing, or refactoring NTS MongoDB code, including repositories, filters, update definitions, indexes, and MongoDB.Driver usage. Apply NTS MongoDB conventions: keep update definition builders simple and side-effect free; do not add try/catch blocks or telemetry activities inside update definition methods.

2026-05-23
azure-resource-usage
네트워크·컴퓨터 시스템 관리자

Generate Azure resource usage reports from Azure Monitor metrics when the user provides an Azure resource ID, date or date range, timezone, and usage intent such as Web App CPU time, request volume, quota investigation, cost-adjacent usage, or metric summaries. Use for Azure App Service/Web App resource usage questions, historical CPU or request reports, resource metric discovery, and repeatable Azure CLI report generation.

2026-05-09
logic-separation
소프트웨어 개발자

Use when adding, reviewing, or refactoring NTS code that involves DDD business logic placement. Apply NTS conventions for separating Domain, Application, Infrastructure, and Adapter responsibilities: keep invariants and state transitions in domain objects with DomainException validation, keep domain projects free of direct infrastructure dependencies, and move orchestration, domain events, repositories, HTTP/storage/message interactions, and framework adapter logic into DI-injected Application services or infrastructure implementations.

2026-05-09
service-helper-processor-definitions
소프트웨어 개발자

Use when deciding whether new NTS logic belongs in a Service, Helpe or another purpose-specific collaborator, especially when refactoring business logic out of Functions or shared UI/application code.

2026-05-09
nts-wsl-integration
소프트웨어 개발자

Set up and verify the NTS integration test environment in WSL. Use when Codex is asked to run, fix, or document NTS.Tests.Integration in WSL; install or repair Azure Functions Core Tools for this repo; create a WSL func shim; use Docker Desktop from WSL; start Azurite; or diagnose integration harness startup failures involving func, Docker, Azurite, MongoDB connection strings, or WSL localhost.

2026-05-08