Proxyfan

39 mods across 1 repository, 2 stars between them.

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering copilot instructions — proxyfan, quality bar, development environment, build & test and full debug build with restore.

2 2mo ago A 2,476 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering architecture rules, layers and direction, module responsibilities, domain kernel (domain) and domain contexts (no framework. references).

2 2mo ago A 2,058 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering avalonia ui rules, code-behind (.axaml.cs) responsibilities, brushes and colours, themes and resources and styling.

2 2mo ago A 1,281 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering c# coding rules, absolute prohibitions, style rules that will fail the build, style rules requiring manual fix and file formatting.

2 2mo ago A 1,899 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering localisation rules, key naming, file layout, what is and is not localised and format placeholders.

2 2mo ago A 886 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering mvvm conventions, viewmodel construction, viewmodel ↔ domain boundary, command rules and cross-vm communication.

2 2mo ago A 1,191 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering networking and proxy-pipeline rules, performance budget, cancellationtoken propagation, sync-over-async is banned and async void is banned.

2 2mo ago A 1,645 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering review gates, gate 1 — plan review, gate 2 — specialist sweep (second pass), gate 3 — stop-and-ask escalations and gate 4 — clarifying questions.

2 2mo ago A 1,069 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering roslyn scripting sandbox rules, compilation surface, execution surface, forbidden capabilities and resource limits.

2 2mo ago A 1,220 tokens original MIT

Proxyfan/Proxyfan

Instructions file GitHub Copilot

Instructions for Proxyfan/Proxyfan, covering test conventions, project layout, naming, mocking is forbidden (atxtst001) and parameterised tests.

2 2mo ago A 1,395 tokens original MIT

agentic-workflow

11

Proxyfan/Proxyfan

Skill Claude CodeCodex

Orchestrator that dispatches every Proxyfan specialist skill in parallel and folds their findings into one prioritised, deduplicated action plan. Works for whole-codebase analysis and for PR / branch / working-tree diffs.

2 2mo ago A 50 tokens original MIT

architect

12

Proxyfan/Proxyfan

Skill Claude CodeCodex

Module-boundary, layer-dependency and structural-integrity specialist for the Proxyfan modular monolith. Detects upward references, circular dependencies, boundary leaks, and drift from the declared architecture.

2 2mo ago A 40 tokens original MIT

asynchrony

13

Proxyfan/Proxyfan

Skill Claude CodeCodex

Concurrency and async-correctness specialist for Proxyfan — validates CancellationToken propagation, lifecycle of long-running pumps, ConcurrentDictionary safety, stale captures after await, and ConfigureAwait discipline.

2 2mo ago A 40 tokens original MIT

avalonia

14

Proxyfan/Proxyfan

Skill Claude CodeCodex

Avalonia UI specialist for Proxyfan — ViewModels, AXAML correctness, binding safety, threading marshalling, Behavior lifecycle, virtualization for large lists, theme resources, MVVM purity (ViewModel ↔ domain boundary).

2 2mo ago A 49 tokens original MIT

backend-swe

15

Proxyfan/Proxyfan

Skill Claude CodeCodex

Service and infrastructure-code specialist for Proxyfan — validates API contracts, Result + DomainError usage, options binding, logging, error handling, async correctness, and DI patterns.

2 2mo ago A 40 tokens original MIT

bug-bounty

16

Proxyfan/Proxyfan

Skill Claude CodeCodex

Application-security specialist for Proxyfan — scans for exploitable vulnerabilities (injection, auth, deserialization, exposure, weak crypto, misconfiguration) with reproduction hints and concrete remediation.

2 2mo ago A 40 tokens original MIT

cli-automation

17

Proxyfan/Proxyfan

Skill Claude CodeCodex

CLI specialist for Proxyfan — System.CommandLine handler shape, headless proxy startup, HAR summarisation, machine-readable output, automation-friendly exit codes.

2 2mo ago A 34 tokens original MIT

code-duplication

18

Proxyfan/Proxyfan

Skill Claude CodeCodex

Cross-file structural-duplication specialist for Proxyfan — catches parallel implementations, branch explosions, adapter accumulation, and the fragmentation that creeps in when narrow edits accumulate beside an existing abstraction.

2 2mo ago A 42 tokens original MIT

code-health

19

Proxyfan/Proxyfan

Skill Claude CodeCodex

Local code-quality specialist for Proxyfan — readability, naming, in-file duplication, method size, dead code, abstraction shape, parameter count, and enforced style rules.

2 2mo ago A 36 tokens original MIT

configuration

20

Proxyfan/Proxyfan

Skill Claude CodeCodex

Configuration specialist for Proxyfan — ConfigurationSnapshot, UserPreferences, YAML migration, IUserPreferencesStore, options binding, hot-reload of mutable subsystems.

2 2mo ago A 32 tokens original MIT

devil-advocate

21

Proxyfan/Proxyfan

Skill Claude CodeCodex

Adversarial reviewer for Proxyfan changes — hunts for reversibility cliffs, load-bearing assumptions, premature abstractions, and leaked boundary types. Read-only; produces findings, never patches.

2 2mo ago A 43 tokens original MIT

Proxyfan/Proxyfan

Skill Claude CodeCodex

Domain-modelling specialist for Proxyfan — evaluates bounded-context integrity, aggregate boundaries, anemic models, ubiquitous-language drift, and infrastructure contamination of the domain.

2 2mo ago A 35 tokens original MIT

feedback-handler

23

Proxyfan/Proxyfan

Skill Claude CodeCodex

Resolves pull-request review comments on a Proxyfan PR systematically — works through the queue, addresses one item at a time, and marks it done. Use when the user asks to "address PR feedback", "go through review comments", or names a specific PR number and asks for changes.

2 2mo ago A 61 tokens original MIT

performance

24

Proxyfan/Proxyfan

Skill Claude CodeCodex

Performance specialist for Proxyfan — identifies allocation hot spots on the proxy pipeline, blocking calls, sync-over-async, traffic-list virtualization gaps, cache misses, and System.IO.Pipelines misuse.

2 2mo ago A 40 tokens original MIT