Skip to main content
behl1anmol
GitHub creator profile

behl1anmol

Repository-level view of 38 collected skills across 7 GitHub repositories.

skills collected
38
repositories
7
updated
Jul 19, 2026
repository explorer

Repositories and representative skills

mediatorlite-abstractions
software-developers

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

Jul 12, 2026
mediatorlite-source-generation
software-developers

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

Jul 12, 2026
mediatorlite-tests
software-quality-assurance-analysts-and-testers

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,…

Jul 12, 2026
mediatorlite-abstractions
software-developers

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

Jul 12, 2026
mediatorlite-source-generation
software-developers

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

Jul 12, 2026
mediatorlite-tests
software-quality-assurance-analysts-and-testers

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,…

Jul 12, 2026
mediatorlite-benchmarks
software-developers

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

Jun 11, 2026
mediatorlite-core
software-developers

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

Jun 11, 2026
Showing 8 of 18 collected skills.
design-system-knowledge
software-developers

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,…

Apr 25, 2026
pdf-pipeline-knowledge
software-developers

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,…

Apr 25, 2026
template-css-knowledge
web-developers

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…

Apr 25, 2026
build-publish-knowledge
network-and-computer-systems-administrators

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…

Apr 21, 2026
cli-repl-knowledge
software-developers

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,…

Apr 18, 2026
markdown-pipeline-knowledge
software-developers

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,…

Apr 18, 2026
testing-verification-knowledge
software-quality-assurance-analysts-and-testers

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,…

Apr 18, 2026
bugfix
software-developers

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.…

May 30, 2026
feature
software-developers

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.…

May 30, 2026
reviewer
software-quality-assurance-analysts-and-testers

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…

May 30, 2026
tester
software-quality-assurance-analysts-and-testers

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…

May 30, 2026
deploy-cloudflare
software-developers

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,…

May 24, 2026
Showing 7 of 7 repositories
All repositories loaded