Jamie Collins
Community@Collins1892
Full-stack developer (.NET | React | Angular | TypeScript) currently exploring agentic AI development with Claude Code and Cursor. Building toward AI-assist
Agent Skills by Jamie Collins
Showing 7 vetted skills indexed across 1 GitHub repositories.
modernisation
Migrate legacy .NET 4 and AngularJS code to .NET 8 minimal APIs and React 19.
playwright-test-writer
Writes Playwright end-to-end tests for a React TypeScript client using page objects.
component-builder
Builds hand-authored React TypeScript components, forms, screens, and route shells for the client app.
dotnet-test-writer
Writes xUnit integration tests for .NET 8 minimal APIs using NSubstitute and SQLite-backed test factories.
wcag
Audits React components against WCAG 2.2 AA and produces advisory accessibility reports.
react-test-writer
Writes Vitest tests for a React TypeScript client using Testing Library conventions.
code-reviewer
Reviews .NET and React code diffs against repo conventions with severity-ranked findings.
Frequently Asked Questions About Jamie Collins
FAQPage SchemaWhat tasks can I complete using Collins1892's skills?▼
You can modernize legacy .NET 4/AngularJS code into .NET 8 minimal APIs and React 19, build React TypeScript components with Tailwind and shadcn/ui, write xUnit integration tests, Vitest unit tests, and Playwright e2e specs, run WCAG 2.2 AA audits, and request full-stack code reviews.
Who are these skills designed for?▼
Full-stack engineers working in a .NET 8 backend plus React 19/TypeScript client monorepo. They suit developers maintaining ItemsApi, IncidentsApi, and AuditsApi, migrating legacy modules, or enforcing testing, accessibility, and review standards across the codebase.
How do the skills fit into a practical development workflow?▼
Each skill handles one scoped unit per request: one component, one [Fact], one it(), one test(), or one file review. After changes, run dotnet test or npm test (or npm run e2e from client/) and confirm the suite passes; migration work ships as a feature-branch PR.
What are the licensing and cost terms?▼
The manifest specifies no commercial licensing or fees. The skills are prompt-based instructions layered on open-source frameworks already in the repo, including xUnit, NSubstitute, Vitest, Testing Library, Playwright, Tailwind CSS, and shadcn/ui.
What prerequisites and dependencies are required?▼
You need the target repo with .NET 8 minimal APIs, a React 19.2.7 / TypeScript 6.0.3 client, Tailwind CSS 4.3.1, shadcn/ui, react-router-dom 7.18.0, xUnit 2.5.3 with NSubstitute, Vitest 4.1.9, and @playwright/test 1.61.1 (Chromium). Legacy migration requires a legacy/ folder as read-only reference.