Agent
An agent for auditing AI prompt development against company standards. It reviews prompt structure, type definitions, safety controls, versioning, tests, and requirements for different use cases.
Agent
An agent for auditing AI prompt development against company standards. It reviews prompt structure, type definitions, safety controls, versioning, tests, and requirements for different use cases.
Command
Prompt from 854771076/oh-my-claude-roles.
Command
A command for reviewing changes to AI prompts against version-control and code-review rules. It checks items such as version numbers, commit messages, tests, sensitive information, file locations, and required approvals.
Command
A command that creates a reusable AI prompt template and a Zod schema. A prompt template defines instructions for an AI, while a schema describes and checks the allowed input and output data.
Command
A command that runs unit tests for a prompt, meaning instructions given to an AI, using Vitest, a JavaScript testing tool, and creates a structured test report.
Command
A command that checks whether a prompt file follows a defined enterprise development standard. It compares the prompt and its Zod schema, a file describing allowed data shapes, against required criteria.
Skill Claude CodeCodex
A skill that defines a full process for developing enterprise AI prompts, from requirements and writing through versioning, testing, security checks, and approval. Enterprise prompts are AI instructions used in business systems.
Agent
A development agent for building full-stack web applications with TypeScript and Next.js, following a defined enterprise coding standard. Next.js is a framework for web applications, and TypeScript adds type checking to JavaScript.
Command
TypeScript from 854771076/oh-my-claude-roles.
Command
A code-review command that checks a project against stated TypeScript and Next.js development rules.
Command
A command that checks TypeScript and Next.js code against a company’s required coding, security, testing, and project rules. TypeScript adds types to JavaScript, while Next.js is a framework for building web applications.
Command
A guided workflow for adding a feature to a TypeScript and Next.js application. It defines how to structure code, validate data, handle permissions, run background work, and write tests.
Command
A command that initializes a new full-stack TypeScript and Next.js project using the listed company technology and project rules. Full-stack means the project includes both the browser-facing part and the server-side part.
Skill Claude CodeCodex
A set of required development rules for building full-stack applications with TypeScript and Next.js, a framework for web apps. It standardizes tools, project structure, type checking, testing, and production practices.