Instructions file GitHub Copilot
Instructions for Proxyfan/Proxyfan, covering copilot instructions — proxyfan, quality bar, development environment, build & test and full debug build with restore.
Instructions file GitHub Copilot
Instructions for Proxyfan/Proxyfan, covering copilot instructions — proxyfan, quality bar, development environment, build & test and full debug build with restore.
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).
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.
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.
Instructions file GitHub Copilot
Instructions for Proxyfan/Proxyfan, covering localisation rules, key naming, file layout, what is and is not localised and format placeholders.
Instructions file GitHub Copilot
Instructions for Proxyfan/Proxyfan, covering mvvm conventions, viewmodel construction, viewmodel ↔ domain boundary, command rules and cross-vm communication.
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.
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.
Instructions file GitHub Copilot
Instructions for Proxyfan/Proxyfan, covering roslyn scripting sandbox rules, compilation surface, execution surface, forbidden capabilities and resource limits.
Instructions file GitHub Copilot
Instructions for Proxyfan/Proxyfan, covering test conventions, project layout, naming, mocking is forbidden (atxtst001) and parameterised tests.
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.
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.
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.
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).
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.
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.
Skill Claude CodeCodex
CLI specialist for Proxyfan — System.CommandLine handler shape, headless proxy startup, HAR summarisation, machine-readable output, automation-friendly exit codes.
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.
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.
Skill Claude CodeCodex
Configuration specialist for Proxyfan — ConfigurationSnapshot, UserPreferences, YAML migration, IUserPreferencesStore, options binding, hot-reload of mutable subsystems.
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.
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.
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.
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.