fpindej

49 mods across 1 repository, 231 stars between them.

backend-engineer

01

fpindej/netrock

Agent Claude Code

Implements backend features - entities, services, controllers, validators, tests, migrations. Use for .NET implementation work that stays within src/backend/.

231 3d ago A 33 tokens original MIT

backend-reviewer

02

fpindej/netrock

Agent Claude Code

Reviews C# backend code for correctness, conventions, Result pattern, and architecture. Use proactively when reviewing backend changes.

231 3d ago A 27 tokens original MIT

devops-engineer

03

fpindej/netrock

Agent Claude Code

Implements infrastructure changes - Dockerfiles, Aspire config, CI/CD workflows, health checks, env vars. Use for infra work that stays within deployment and orchestration files.

231 3d ago A 39 tokens original MIT

devops-reviewer

04

fpindej/netrock

Agent Claude Code

Validates deployment readiness - Dockerfiles, Aspire config, CI/CD, env vars, health checks, and infrastructure reproducibility. Use when reviewing infra changes or before releases.

231 3d ago A 39 tokens original MIT

filemap-checker

05

fpindej/netrock

Agent Claude Code

Checks whether all downstream consumers listed in FILEMAP.md have been updated after a change. Use proactively after modifying files.

231 3d ago A 28 tokens original MIT

frontend-engineer

06

fpindej/netrock

Agent Claude Code

Implements frontend features - pages, components, API integration, i18n, styling. Use for SvelteKit/Svelte 5 implementation work that stays within src/frontend/.

231 3d ago A 39 tokens original MIT

frontend-reviewer

07

fpindej/netrock

Agent Claude Code

Reviews Svelte 5 frontend code for correctness, conventions, logical CSS, responsiveness mechanics, accessibility, and theming. Use proactively when reviewing frontend changes.

231 3d ago A 35 tokens original MIT

fullstack-engineer

08

fpindej/netrock

Agent Claude Code

Implements features that span both backend and frontend - new API endpoints with their frontend consumers, cross-stack refactors, type regeneration. Use when work touches both src/backend/ and src/frontend/.

231 3d ago A 43 tokens original MIT

product-owner

09

fpindej/netrock

Agent Claude Code

Analyzes the codebase, issues, and TODOs to propose prioritized work items. Run when deciding what to work on next or reviewing the project backlog.

231 3d ago A 34 tokens original MIT

security-reviewer

10

fpindej/netrock

Agent Claude Code

Reviews code for security vulnerabilities, auth bypasses, PII leakage, and OWASP risks. Use proactively when reviewing security-sensitive changes (auth, permissions, user data, API endpoints, middleware, cookies, tokens).

231 3d ago A 47 tokens original MIT

tech-writer

11

fpindej/netrock

Agent Claude Code

Writes substantial documentation - session docs, feature guides, architecture docs, README restructures. Use for long-form docs work; the orchestrator handles quick doc edits directly.

231 3d ago A 37 tokens original MIT

test-writer

12

fpindej/netrock

Agent Claude Code

Writes tests for backend and frontend code. Use for test-only tasks: backfilling coverage, regression tests for a reported bug, or expanding an existing suite. Engineer agents write tests alongside their own features - do not double-delegate those.

231 3d ago A 52 tokens original MIT

ux-designer

13

fpindej/netrock

Agent Claude Code

Reviews UI/UX design quality - visual consistency, hierarchy, whitespace rhythm, and how layouts hold up across breakpoints and orientations. Judgment-level design review; the frontend-reviewer owns class-level convention checks.

231 3d ago A 45 tokens original MIT

SessionStart

14

fpindej/netrock

Hook Claude Code

Runs when a session starts on startup, executing session-start.mjs via node. From fpindej/netrock.

231 3d ago A tokens not measured original MIT

PreToolUse

15

fpindej/netrock

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing validate-bash.mjs via node. From fpindej/netrock.

231 3d ago A tokens not measured copy · 50% MIT

PostToolUse

16

fpindej/netrock

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing auto-format.mjs via node. From fpindej/netrock.

231 3d ago A tokens not measured original MIT

Stop

17

fpindej/netrock

Hook Claude Code

Runs when the agent finishes a response, executing stop-quality-gate.mjs via node. From fpindej/netrock.

231 3d ago A tokens not measured original MIT

netrock

18

fpindej/netrock

Settings file Claude Code

Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, Stop) and 51 allowed tools.

231 3d ago E tokens not measured original MIT

add-aspire-dep

19

fpindej/netrock

Skill Claude CodeCodex

Add an infrastructure dependency to Aspire AppHost.

231 3d ago A 8 tokens original MIT

add-background-job

20

fpindej/netrock

Skill Claude CodeCodex

Add a Hangfire background job (recurring or one-time).

231 3d ago A 13 tokens original MIT

add-ci-area

21

fpindej/netrock

Skill Claude CodeCodex

Add a new project area to CI workflows.

231 3d ago A 8 tokens original MIT

add-email-template

22

fpindej/netrock

Skill Claude CodeCodex

Add a transactional email template using Fluid (Liquid).

231 3d ago A 10 tokens original MIT

add-env-var

23

fpindej/netrock

Skill Claude CodeCodex

Add an environment variable to backend or frontend.

231 3d ago A 8 tokens original MIT

add-options-class

24

fpindej/netrock

Skill Claude CodeCodex

Add a typed options/configuration class with validation.

231 3d ago A 9 tokens original MIT