Skip to main content
behl1anmol
GitHub 제작자 프로필

behl1anmol

7개 GitHub 저장소에서 수집된 38개 skills를 저장소 단위로 보여줍니다.

수집된 skills
38
저장소
7
업데이트
2026년 7월 19일
저장소 탐색

저장소와 대표 skills

mediatorlite-abstractions
소프트웨어 개발자

Reference for the MediatorLite.Abstractions project -- IMediator (ValueTask dispatch), IRequest, IRequestHandler, INotification, INotificationHandler, IPipelineBehavior, Unit, IValidator, validation models, and every attribute in Attributes.cs…

2026년 7월 12일
mediatorlite-source-generation
소프트웨어 개발자

Reference for the MediatorLite.SourceGeneration project -- HandlerDiscoveryGenerator (IIncrementalGenerator) with four discovery pipelines, emission of MediatorLite.Generated.MediatorLiteRegistration + SourceGeneratedMediator, compile-time resolution of…

2026년 7월 12일
mediatorlite-tests
소프트웨어 품질 보증 분석가·테스터

Reference for the MediatorLite.Tests project -- directory layout (SourceGeneration/ vs UnitTests/), xUnit + FluentAssertions conventions, TestTypes.cs patterns (handler tracking via static state, notification recorders, compile-time strategy attributes,…

2026년 7월 12일
mediatorlite-abstractions
소프트웨어 개발자

Reference for the MediatorLite.Abstractions project -- IMediator (ValueTask dispatch), IRequest, IRequestHandler, INotification, INotificationHandler, IPipelineBehavior, Unit, IValidator, validation models, and every attribute in Attributes.cs…

2026년 7월 12일
mediatorlite-source-generation
소프트웨어 개발자

Reference for the MediatorLite.SourceGeneration project -- HandlerDiscoveryGenerator (IIncrementalGenerator) with four discovery pipelines, emission of MediatorLite.Generated.MediatorLiteRegistration + SourceGeneratedMediator, compile-time resolution of…

2026년 7월 12일
mediatorlite-tests
소프트웨어 품질 보증 분석가·테스터

Reference for the MediatorLite.Tests project -- directory layout (SourceGeneration/ vs UnitTests/), xUnit + FluentAssertions conventions, TestTypes.cs patterns (handler tracking via static state, notification recorders, compile-time strategy attributes,…

2026년 7월 12일
mediatorlite-benchmarks
소프트웨어 개발자

Reference for the MediatorLite.Benchmarks project -- BenchmarkDotNet setup (MemoryDiagnoser, SimpleJob warmupCount=3 iterationCount=10), five benchmark classes (MediatorBenchmarks / PipelineBenchmarks / MultipleBehaviorsBenchmarks / NotificationBenchmarks /…

2026년 6월 11일
mediatorlite-core
소프트웨어 개발자

Runtime implementation for MediatorLite -- AddMediatorLite() DI extension, the ThrowingMediator diagnostic fallback, the generated SourceGeneratedMediator (implements IMediator via ValueTask typed-switch dispatch), MediatorDiagnostics (ActivitySource +…

2026년 6월 11일
수집된 skill 18개 중 8개를 표시합니다.
design-system-knowledge
소프트웨어 개발자

Deep knowledge of the spec-compliant DESIGN.md parser (src/design.ts) and how parsed YAML tokens flow into rendered PDFs. Covers DesignTokens/Typography interfaces, the YAML frontmatter parser, duplicate-section detection, {token.path} reference resolution,…

2026년 4월 25일
pdf-pipeline-knowledge
소프트웨어 개발자

Deep knowledge of the Puppeteer-driven PDF rendering pipeline. Covers PdfRenderer (launch args, browser reuse, cleanup), temp-file file:// navigation strategy, window.__mermaidDone + document.fonts.ready + double requestAnimationFrame readiness dance,…

2026년 4월 25일
template-css-knowledge
웹 개발자

Everything about how the full HTML document is assembled (src/template.ts) and the theme CSS layering order. Covers buildHtml, the readCss cache, KaTeX font-path rewrite, fonts.css/tokens.css/base.css/theme-*.css/highlight-*.css/print.css layering, :root and…

2026년 4월 25일
build-publish-knowledge
네트워크·컴퓨터 시스템 관리자

End-to-end knowledge of the build toolchain and release flow. Covers tsconfig, copy-assets.js, bin shims, dist layout, npm script graph, CI matrix (ubuntu Node 24 + windows Node 24), PUPPETEER_SKIP_DOWNLOAD hygiene, publish.yml tag-version parity, npm…

2026년 4월 21일
cli-repl-knowledge
소프트웨어 개발자

Comprehensive knowledge of the CLI surface (src/cli.ts), interactive chat REPL (src/repl.ts), welcome banner (src/banner.ts), progress reporter (src/progress.ts), light/dark prompt (src/prompt.ts), and logger/TTY color helpers (src/logger.ts,…

2026년 4월 18일
markdown-pipeline-knowledge
소프트웨어 개발자

Comprehensive knowledge of the markdown-it pipeline in awesome-md-to-pdf. Covers createMarkdown, every loaded plugin, the custom fence renderer (mermaid passthrough + code-wrap), image URL rewriting to file://, external-link marking, slugify, extractTitle,…

2026년 4월 18일
testing-verification-knowledge
소프트웨어 품질 보증 분석가·테스터

How to test and visually verify awesome-md-to-pdf changes. Covers the samples fixtures, npm run demo:light/dark smoke tests, scripts/verify-fullbleed.js (A4 PNG harness), scripts/pdf-page1-to-png.js (real-PDF first-page snapshot), the CI --help smoke test,…

2026년 4월 18일
bugfix
소프트웨어 개발자

Systematic bug-fix workflow for the Create with Anmol project. Reads debugging history, reproduces the bug, performs 5-point root cause analysis, applies a minimal targeted fix, writes a Playwright regression test, and documents the fix in debugging-log.md.…

2026년 5월 30일
feature
소프트웨어 개발자

Structured feature development workflow for the Create with Anmol project. Reads all relevant context files, writes a plan, implements the feature following design system and architecture rules, validates with TypeScript build, and runs Playwright E2E tests.…

2026년 5월 30일
reviewer
소프트웨어 품질 보증 분석가·테스터

Thorough code review workflow for the Create with Anmol project. Loads all project rules (frontend, backend, design system, architecture), diffs the current changes, and reports findings categorized as CRITICAL / HIGH / MEDIUM / LOW with exact file:line…

2026년 5월 30일
tester
소프트웨어 품질 보증 분석가·테스터

Playwright E2E testing workflow for the Create with Anmol project. Runs existing tests, diagnoses failures (distinguishing code bugs from stale tests), and writes new test coverage for user-visible features. Supports --spec (single file), --write (write tests…

2026년 5월 30일
deploy-cloudflare
소프트웨어 개발자

Step-by-step deployment guide for the Create with Anmol website on Cloudflare Pages using @opennextjs/cloudflare. Covers first-time project setup, environment variables, build commands, ISR configuration, and redeployment. Use when asked to deploy, publish,…

2026년 5월 24일
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다