Significant-Gravitas
- 12 skills
- 0 followers
- 7 hours ago last updated
- ▌ Organization Best Practices · significant-gravitasConfigure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth's organization plugin. Use when users need org setup, team management, member roles, access control, or the Better Auth organization plugin.
- ▌ Hono · significant-gravitas bundleHono best-practice guidance for building, refactoring, reviewing, and testing TypeScript Hono apps, APIs, routers, middleware, validation, runtime adapters, error handling, and RPC-friendly clients. Use when working with Hono route handlers, app.route modules, hono/factory, hono/client hc, HonoRequest or Context APIs, Hono middleware, Cloudflare Workers or other Hono runtimes, or Hono test helpers.
- ▌ Drizzle · significant-gravitas bundleDrizzle ORM and Drizzle Kit guidance for TypeScript database work. Use when Codex needs to create or modify Drizzle schemas, relations, queries, inserts, updates, deletes, transactions, migrations, drizzle.config files, database connection setup, relational query builder usage, SQL helpers, indexes, constraints, or validation schemas for PostgreSQL, MySQL, SQLite, SingleStore, SQL Server, Gel, CockroachDB, Neon, Turso, D1, Supabase, Vercel Postgres, PlanetScale, PGLite, or other Drizzle-supported drivers.
- ▌ Setup Harness · significant-gravitas bundleBootstrap a new project repository for agent-first development. Use this skill whenever the user wants to set up a new repo, scaffold a project, create an agent-ready codebase, or mentions "bootstrap", "new project setup", "agent-first repo", "scaffold repo", or wants to structure a repo so that AI agents (Claude, Copilot, etc.) can work in it effectively from day one. Also trigger when the user asks to add AGENTS.md, harness scripts, or agent-friendly CI to an existing repo.
- ▌ Bun Typescript · significant-gravitas bundleBest-practice guidance for designing, implementing, reviewing, and refactoring serious TypeScript systems that use Bun as the runtime, package manager, test runner, bundler, or monorepo tool. Use when working on Bun TypeScript projects, strict tsconfig settings, package/domain boundaries, Bun APIs, bun test, async concurrency, background jobs, durable workflows, runtime compatibility, or code quality reviews for TypeScript on Bun.
- ▌ Update Harness · significant-gravitas bundleAudit, repair, and modernize an existing agent harness in a repository that already has some agent-facing scaffolding. Use when the user asks to update, refresh, harden, expand, or bring best practices into an existing harness, including AGENTS.md, harness docs, validation scripts, generated docs, smoke tests, CI, repo-local review skills, scheduled gardening, or automerge policy. For a blank or nearly blank repo, prefer setup-harness.
- ▌ Tanstack React Client · significant-gravitas bundleClient-side React and TanStack best-practice guidance. Use when Codex is building, reviewing, refactoring, or debugging browser-rendered React apps that use TanStack Query, Router, Form, Table, Virtual, AI, Store, Pacer, Hotkeys, or Devtools for API state, client routing, URL search state, forms, data grids, virtualization, AI chat/tool UI, execution timing, keyboard shortcuts, or TypeScript integration.
- ▌ Pr Address · significant-gravitasAddress PR review comments and loop until CI green and all comments resolved. TRIGGER when user asks to address comments, fix PR feedback, respond to reviewers, or babysit/monitor a PR.
- ▌ Setup Repo · significant-gravitasInitialize a worktree-based repo layout for parallel development. Creates a main worktree, a reviews worktree for PR reviews, and N numbered work branches. Handles .env creation, dependency installation, and branchlet config. TRIGGER when user asks to set up the repo from scratch, initialize worktrees, bootstrap their dev environment, "setup repo", "setup worktrees", "initialize dev environment", "set up branches", or when a freshly cloned repo has no sibling worktrees.
- ▌ Pr Polish · significant-gravitasAlternate /pr-review and /pr-address on a PR until the PR is truly mergeable — no new review findings, zero unresolved inline threads, zero unaddressed top-level reviews or issue comments, all CI checks green, and two consecutive quiet polls after CI settles. Use when the user wants a PR polished to merge-ready without setting a fixed number of rounds.
- ▌ Worktree · significant-gravitasSet up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, and generates Prisma client. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.
- ▌ Pr Test · significant-gravitasE2E manual testing of PRs/branches using docker compose, agent-browser, and API calls. TRIGGER when user asks to manually test a PR, test a feature end-to-end, or run integration tests against a running system.