Human-Centric Engineering
Official@human-centric-engineering · United Kingdom
Tools to support the social, psychological and cultural aspects of Software Engineering
Agent Skills by Human-Centric Engineering
Showing 15 vetted skills indexed across 2 GitHub repositories.
orchestration-agent-architect
Designs AI agent architectures using 21 design patterns mapped to Resparkable orchestration primitives.
pr-gates
Runs pre-merge gate checks on a branch and fixes findings until all gates pass.
orchestration-solution-builder
Builds complete agentic solutions from problem description to running system on Resparkable.
orchestration-capability-builder
Creates agent capabilities with Zod schemas, function definitions, registry wiring, and database bindings.
orchestration-knowledge-builder
Configure document ingestion, chunking, embeddings, and vector search for RAG-enabled agents.
orchestration-workflow-builder
Compose multi-step agent workflow DAGs with routing, approvals, RAG, and audit steps.
api-builder
Generates Next.js API routes with Zod validation, auth guards, and rate limiting.
component-builder
Creates reusable React components following shadcn/ui patterns with TypeScript and Tailwind CSS.
deployment-guide
Generates platform-specific deployment documentation with environment variable checklists and troubleshooting guides.
page-builder
Creates Next.js 16 App Router pages following route group and auth conventions.
security-hardener
Implement OWASP-aligned security features like rate limiting, CORS, CSP, and input sanitization.
email-designer
Generate production-ready email templates with React Email and inline styles.
testing
Guides writing and auditing Vitest tests with an anti-green-bar verification mindset.
docs-writer
Creates and updates Markdown documentation verified against actual codebase implementation.
form-builder
Creates validated React forms using react-hook-form, Zod, and shadcn/ui components.
Frequently Asked Questions About Human-Centric Engineering
FAQPage SchemaWhat 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.