Agent Skills by Gil Eckstein
Showing 28 vetted skills indexed across 1 GitHub repositories.
settings-usage-guidelines
Persist React user preferences to localStorage with Zustand.
user-access
Read the authenticated user via useAuth and ApiHandlerContext.userId.
pages-and-routing-guidelines
Guide adding SPA client routes with folder structure and registration.
full-project-audit
Audit repository deviations from guidelines and architecture rules without code changes.
feature-based-structure
Organize client-side code into feature-based folders under src/client/features.
ai-models-api-usage
Enforce server-side AI model usage through an adapter-based pattern.
theming-guidelines
Enforce semantic color tokens and consistent component styles in React/Next.js projects.
client-server-communications
Standardize client-server API communication with centralized endpoint patterns and React Query.
web-design-guidelines
Audit UI code against the latest Web Interface Guidelines.
react-hook-organization
Standardize React Query and Zustand hook organization in Next.js projects.
ui-mobile-first-shadcn
Enforce mobile-first UI rules for shadcn and Tailwind in Next.js apps.
mongodb-usage
Centralize MongoDB access in Next.js server utilities with ID helpers.
setup-agent-tasks
Set up agent tasks for a child project using task-cli with JSON configs.
sync-template
Merge template repository updates into projects while preserving custom changes.
eslint-custom-guidelines
Enforce justified ESLint disable comments in React/TypeScript projects.
state-management-guidelines
Standardize state management with React Query, Zustand, and useState.
contribute-to-template
Resolve project-template differences with DISCARD, MERGE, CONTRIBUTE, and KEEP decisions.
app-guidelines-checklist
Validate repository compliance with API, architecture, and code-structure guidelines.
debug-bug-report
Fetch and analyze bug reports from a MongoDB backend using Node.js scripts.
ui-design-guidelines
Provide iOS-inspired UI design guidelines for web and mobile interfaces.
typescript-guidelines
Enforce strict TypeScript guidelines for type safety across codebases.
shadcn-usage
Enforce shadcn/ui as the exclusive UI component library in Next.js and React projects.
vercel-cli-usage
Manage Vercel deployments via CLI with token authentication.
react-component-organization
Organize React components into route, feature, and shared UI folders.