VoidCorp avatar

VoidCorp

Official

@voidcorp-core · France

0Followers
|
6Public Repos
|
69Published Skills

VoidCorp publishes an opinionated engineering harness of 70 skills governing Next.js, Expo, Turborepo, TypeScript, Postgres, security, and disciplined delivery practices.

Skills Distribution
DomainDeveloper To...Full-Stack Web & M.. (40%)Architecture & Cod.. (25%)Testing, Review & .. (20%)Security, Reliabil.. (15%)

Agent Skills by VoidCorp

Showing 69 vetted skills indexed across 1 GitHub repositories.

voidcorp-corevoidcorp-core

void-make-pdf

Convert markdown files into paginated PDFs with page-number footers using marked and puppeteer-core.

Official
Intermediate
voidcorp-corevoidcorp-core

void-ticket

Converts approved specs and plans into complete, estimated tracker tickets.

Official
Advanced
voidcorp-corevoidcorp-core

void-merge

Merges open pull request queues by unblocking order with green, up-to-date CI checks.

Official
Intermediate
voidcorp-corevoidcorp-core

void-domain-driven-design

Applies domain-driven design patterns to TypeScript codebases with bounded contexts, aggregates, and branded value objects.

Official
Advanced
voidcorp-corevoidcorp-core

void-learn

Capture recurring lessons and route them to project doctrine files or GitHub issues.

Official
Intermediate
voidcorp-corevoidcorp-core

void-refactor

Executes named Fowler refactors in separate commits while keeping tests green.

Official
Intermediate
voidcorp-corevoidcorp-core

void-commit-discipline

Enforces Conventional Commits format with mandatory rationale bodies and ASCII-only git messages.

Official
Intermediate
voidcorp-corevoidcorp-core

void-frontend-design

Enforces anti-AI-slop UI design discipline with density-first layouts, 3-size typography, and mobile-first dual-viewport verification.

Official
Advanced
voidcorp-corevoidcorp-core

void-code-review

Reviews pull request diffs across six dimensions with blocker and nit classification.

Official
Advanced
voidcorp-corevoidcorp-core

void-migrations

Enforces zero-downtime Postgres migration patterns with two-phase changes and batched backfills.

Official
Advanced
voidcorp-corevoidcorp-core

void-context

Manages agent context windows through clearing, compaction, and subagent delegation.

Official
Intermediate
voidcorp-corevoidcorp-core

void-typescript-strict

Enforces strict TypeScript typing rules including zero any, branded types, and exhaustive switches.

Official
Intermediate
voidcorp-corevoidcorp-core

void-accessibility

Enforces WCAG 2.2 AA accessibility rules on React UI code using Radix primitives.

Official
Intermediate
voidcorp-corevoidcorp-core

void-plan

Converts an approved spec into a vertical-slice implementation plan with TDD modes and verification gates.

Official
Intermediate
voidcorp-corevoidcorp-core

void-checkpoint

Writes a session checkpoint file capturing dead ends, assumptions, and the next action before stopping work.

Official
Intermediate
voidcorp-corevoidcorp-core

void-graph

Analyzes the installed harness graph to report dead, underused, or token-expensive components.

Official
Intermediate
voidcorp-corevoidcorp-core

void-devex-audit

Audit shipped developer-facing surfaces with measured TTHW and evidence-backed DX scorecards.

Official
Advanced
voidcorp-corevoidcorp-core

void-qa

Tests a running web app through a real browser and fixes found bugs with atomic commits.

Official
Advanced
voidcorp-corevoidcorp-core

void-brainstorm

Guides raw ideas through structured questioning into approved written specs before any code.

Official
Advanced
voidcorp-corevoidcorp-core

void-verify

Runs a twelve-item observed pre-flight checklist before reporting any task as done.

Official
Intermediate
voidcorp-corevoidcorp-core

void-audit

Audits local mission events to propose repairs or retirement for underused harness components.

Official
Intermediate
voidcorp-corevoidcorp-core

void-functional

Enforces pure-by-default functional programming with Result types and immutability in TypeScript domain code.

Official
Intermediate
voidcorp-corevoidcorp-core

void-decide

Creates immutable architecture decision records with UUID identity, alternatives, and supersession lifecycle.

Official
Intermediate
voidcorp-corevoidcorp-core

void-async-safety

Implements idempotent webhook, job, and cron handlers with signature verification, dedup, outbox, and bounded retries.

Official
Advanced

Frequently Asked Questions About VoidCorp

FAQPage Schema
What tasks can I accomplish using VoidCorp's skills?

You can run the full delivery cycle: brainstorm specs, plan vertical slices, implement tickets with TDD, review diffs across six dimensions, merge PR queues safely, write conventional commits, run zero-downtime Postgres migrations, build accessible Next.js/Expo UIs, and audit security, DevEx, and harness health.

Who are VoidCorp's skills designed for?

They target senior full-stack engineers and tech leads working in TypeScript monorepos — specifically teams building Next.js 16 web apps and Expo mobile apps inside a Turborepo workspace who want enforced architecture, testing, security, and commit discipline rather than ad-hoc conventions.

How do VoidCorp's skills run in practice?

Skills trigger contextually during development sessions: editing TypeScript activates strict-mode rules, touching UI applies frontend-design and accessibility checks, ending a task fires the twelve-item verify checklist. Some skills (void-doctor, void-graph, void-audit) execute via Bash(void-harness:*) and npx commands against the local harness.

What are the prerequisites and dependencies for VoidCorp's skills?

Skills assume a void-harness monorepo: Turborepo with @repo/* packages, Next.js 16 with React 19, Expo with EAS, Drizzle/Postgres, Zod, react-hook-form, Radix/shadcn components, and Vitest. PDF generation requires system Chrome with puppeteer-core; browser QA uses the claude-in-chrome MCP.

Do VoidCorp's skills cover security and reliability requirements?

Yes. void-security-guidance enforces Zod validation, parameterized SQL, and env-based secrets at trust boundaries; void-security-audit runs periodic OWASP Top 10 and STRIDE reviews; void-async-safety mandates idempotency keys, signature verification, and dead-letter queues for webhooks and background jobs.