Human-Centric Engineering avatar

Human-Centric Engineering

Official

@human-centric-engineering · United Kingdom

0Followers
|
11Public Repos
|
15Published Skills

Tools to support the social, psychological and cultural aspects of Software Engineering

Skills Distribution
DomainDeveloper To...Frontend Architect.. (40%)Interface Engineer.. (30%)Security & Complia.. (20%)Technical Document.. (10%)

Agent Skills by Human-Centric Engineering

Showing 15 vetted skills indexed across 2 GitHub repositories.

human-centric-engineeringhuman-centric-engineering

orchestration-agent-architect

Designs AI agent architectures using 21 design patterns mapped to Resparkable orchestration primitives.

Official
Advanced
human-centric-engineeringhuman-centric-engineering

pr-gates

Runs pre-merge gate checks on a branch and fixes findings until all gates pass.

Official
Advanced
human-centric-engineeringhuman-centric-engineering

orchestration-solution-builder

Builds complete agentic solutions from problem description to running system on Resparkable.

Official
Advanced
human-centric-engineeringhuman-centric-engineering

orchestration-capability-builder

Creates agent capabilities with Zod schemas, function definitions, registry wiring, and database bindings.

Official
Advanced
human-centric-engineeringhuman-centric-engineering

orchestration-knowledge-builder

Configure document ingestion, chunking, embeddings, and vector search for RAG-enabled agents.

Official
Advanced
human-centric-engineeringhuman-centric-engineering

orchestration-workflow-builder

Compose multi-step agent workflow DAGs with routing, approvals, RAG, and audit steps.

Official
Advanced
human-centric-engineeringhuman-centric-engineering

api-builder

Generates Next.js API routes with Zod validation, auth guards, and rate limiting.

Official
Intermediate
human-centric-engineeringhuman-centric-engineering

component-builder

Creates reusable React components following shadcn/ui patterns with TypeScript and Tailwind CSS.

Official
Intermediate
human-centric-engineeringhuman-centric-engineering

deployment-guide

Generates platform-specific deployment documentation with environment variable checklists and troubleshooting guides.

Official
Intermediate
human-centric-engineeringhuman-centric-engineering

page-builder

Creates Next.js 16 App Router pages following route group and auth conventions.

Official
Intermediate
human-centric-engineeringhuman-centric-engineering
3

security-hardener

Implement OWASP-aligned security features like rate limiting, CORS, CSP, and input sanitization.

Official
Advanced
human-centric-engineeringhuman-centric-engineering
3

email-designer

Generate production-ready email templates with React Email and inline styles.

Official
Intermediate
human-centric-engineeringhuman-centric-engineering

testing

Guides writing and auditing Vitest tests with an anti-green-bar verification mindset.

Official
Advanced
human-centric-engineeringhuman-centric-engineering

docs-writer

Creates and updates Markdown documentation verified against actual codebase implementation.

Official
Intermediate
human-centric-engineeringhuman-centric-engineering

form-builder

Creates validated React forms using react-hook-form, Zod, and shadcn/ui components.

Official
Intermediate

Frequently Asked Questions About Human-Centric Engineering

FAQPage Schema
What specific development tasks are supported by these capabilities?▼

These capabilities support generating Next.js 16 REST endpoints, React interface components, validated forms, and production-ready email templates. Additionally, they provide standardized security hardening for CORS, CSP, and rate limiting, alongside unit and integration testing generation using Vitest and React Testing Library.

Which engineering personas benefit from these technical capabilities?▼

Full-stack developers and frontend engineers working within the Next.js ecosystem benefit most from these capabilities. They are designed for teams requiring rapid, consistent generation of boilerplate code, interface components, and security configurations while maintaining strict adherence to TypeScript interfaces and accessibility standards.

What are the primary prerequisites for implementing these capabilities?▼

Implementation requires a project environment configured with Next.js 16, TypeScript, and the App Router architecture. Dependencies include Zod for schema validation, react-hook-form for state management, and shadcn/ui for interface primitives. Projects should also utilize Vitest for testing and React Email for template rendering.