Techdiary
Official@techdiary-dev · The Internet
Offers specialized scaffolding and diagnostic utilities for Next.js, React, and Drizzle-based enterprise web development environments.
Agent Skills by Techdiary
Showing 10 vetted skills indexed across 1 GitHub repositories.
seo-audit
Identify and diagnose SEO issues across crawlability, indexation, and on-page factors.
workos
Route user questions to the correct WorkOS reference documentation files.
release-note
Generate semver-compliant release notes from git history using Conventional Commits.
new-query
Generate TanStack Query hooks that call backend actions directly.
new-component
Scaffold typed React components with props interfaces, Tailwind styling, and shadcn/ui primitives.
new-action
Scaffold TypeScript/Next.js server actions with auth, Zod validation, and repositories.
new-page
Scaffold Next.js App Router pages with optional session checks and metadata.
new-form
Scaffold React Hook Form components with Zod validation and server mutations.
new-input
Generate Zod input schemas for domain CRUD operations.
new-repository
Generate Drizzle schema tables and SQLKit repositories in TypeScript projects.
Frequently Asked Questions About Techdiary
FAQPage SchemaWhat specific development tasks does Techdiary enable?▼
Techdiary enables rapid scaffolding of Next.js server actions, React Hook Form components, and Drizzle ORM repositories. It also provides diagnostic capabilities for technical SEO audits and generates semver-compliant release notes based on git history and conventional commit standards.
Which personas benefit most from these technical capabilities?▼
Full-stack web engineers and frontend developers working within the Next.js ecosystem benefit most. These utilities are designed for developers who require standardized, type-safe scaffolding for CRUD operations, form validation, and data persistence layers in modern web applications.
What are the primary prerequisites for using these utilities?▼
Users require an existing TypeScript-based Next.js project environment. Dependencies include Zod for schema validation, Drizzle for database interactions, and the App Router architecture. Familiarity with React Hook Form and Tailwind CSS is necessary to effectively implement the generated component structures.