Word Shepherd
Official@wordshepherd
Offers standardized scaffolding and lifecycle management for full-stack web development, database schema migrations, and automated quality assurance testing.
Agent Skills by Word Shepherd
Showing 16 vetted skills indexed across 1 GitHub repositories.
stripe-webhook
Add Stripe webhook event handlers with idempotency via Drizzle ORM transactions.
test-rls
Execute Row-Level Security integration tests to verify tenant data isolation.
manual-qa
Capture desktop, mobile, and dark mode screenshots while checking console and network errors.
new-processor
Scaffold BullMQ job processors with worker, service, and test files.
new-component
Scaffold React components with TypeScript interfaces and predefined states.
end-session
Commit code changes, update devlogs, and create pull requests.
new-hook
Scaffold custom React hooks with TypeScript interfaces and hook conventions.
new-page
Generate Next.js pages and components in apps/web/src/app/ with authentication.
db-reset
Reset database schema with Drizzle migrations and RLS policies.
start-session
Check Git state, PRs, CI health, and Docker services to start a development session.
new-service
Scaffold a new service file with Drizzle queries, configuration, and Vitest unit tests.
new-migration
Generate Drizzle ORM schema tables with SQL migrations and RLS policies.
opencode-review
Execute non-interactive code reviews with the OpenCode CLI.
new-e2e
Scaffold Playwright E2E test files with helpers and strict selectors.
codex-review
Execute non-interactive Codex CLI code reviews for branch, diff, or plan analysis.
new-route
Scaffold ts-rest API routes with contracts, Fastify handlers, and integration tests.
Frequently Asked Questions About Word Shepherd
FAQPage SchemaWhat specific development tasks does Word Shepherd enable?▼
Word Shepherd enables rapid scaffolding of React components, Next.js pages, and Fastify routes. It facilitates database management through Drizzle ORM migrations, enforces Row-Level Security verification, and streamlines the development lifecycle by managing Git states, pull requests, and automated Playwright test generation.
Which technical personas benefit from these development capabilities?▼
Full-stack engineers and frontend developers working within TypeScript-heavy environments benefit most. The registry is designed for teams maintaining complex web architectures who require standardized patterns for service layers, database schema evolution, and consistent component generation across large-scale web applications.
What are the primary prerequisites for implementing these development patterns?▼
Implementation requires a project environment configured with Drizzle ORM for database interactions, TypeScript for type safety, and a Next.js or Fastify-based architecture. Users must also have Git and Docker installed to utilize the session management and service verification features provided by the registry.