VoidCorp
Official@voidcorp-core · France
VoidCorp publishes an opinionated engineering harness of 70 skills governing Next.js, Expo, Turborepo, TypeScript, Postgres, security, and disciplined delivery practices.
Agent Skills by VoidCorp
Showing 69 vetted skills indexed across 1 GitHub repositories.
void-make-pdf
Convert markdown files into paginated PDFs with page-number footers using marked and puppeteer-core.
void-ticket
Converts approved specs and plans into complete, estimated tracker tickets.
void-merge
Merges open pull request queues by unblocking order with green, up-to-date CI checks.
void-domain-driven-design
Applies domain-driven design patterns to TypeScript codebases with bounded contexts, aggregates, and branded value objects.
void-learn
Capture recurring lessons and route them to project doctrine files or GitHub issues.
void-refactor
Executes named Fowler refactors in separate commits while keeping tests green.
void-commit-discipline
Enforces Conventional Commits format with mandatory rationale bodies and ASCII-only git messages.
void-frontend-design
Enforces anti-AI-slop UI design discipline with density-first layouts, 3-size typography, and mobile-first dual-viewport verification.
void-code-review
Reviews pull request diffs across six dimensions with blocker and nit classification.
void-migrations
Enforces zero-downtime Postgres migration patterns with two-phase changes and batched backfills.
void-context
Manages agent context windows through clearing, compaction, and subagent delegation.
void-typescript-strict
Enforces strict TypeScript typing rules including zero any, branded types, and exhaustive switches.
void-accessibility
Enforces WCAG 2.2 AA accessibility rules on React UI code using Radix primitives.
void-plan
Converts an approved spec into a vertical-slice implementation plan with TDD modes and verification gates.
void-checkpoint
Writes a session checkpoint file capturing dead ends, assumptions, and the next action before stopping work.
void-graph
Analyzes the installed harness graph to report dead, underused, or token-expensive components.
void-devex-audit
Audit shipped developer-facing surfaces with measured TTHW and evidence-backed DX scorecards.
void-qa
Tests a running web app through a real browser and fixes found bugs with atomic commits.
void-brainstorm
Guides raw ideas through structured questioning into approved written specs before any code.
void-verify
Runs a twelve-item observed pre-flight checklist before reporting any task as done.
void-audit
Audits local mission events to propose repairs or retirement for underused harness components.
void-functional
Enforces pure-by-default functional programming with Result types and immutability in TypeScript domain code.
void-decide
Creates immutable architecture decision records with UUID identity, alternatives, and supersession lifecycle.
void-async-safety
Implements idempotent webhook, job, and cron handlers with signature verification, dedup, outbox, and bounded retries.
Frequently Asked Questions About VoidCorp
FAQPage SchemaWhat 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.