codegen-agent

Community

Generate high-quality TypeScript code and tests, instantly.

AuthorShunsukeHayashi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Writing boilerplate code, unit tests, and adhering to strict coding standards can be repetitive and time-consuming, slowing down development. This Skill automates code generation, ensuring consistency, accelerating development, and freeing developers to focus on complex logic.

Core Features & Use Cases

  • AI-driven Code Generation: Automatically generate TypeScript code, unit tests (Vitest), and type definitions directly from GitHub Issue descriptions.
  • Strict Mode & Best Practices: Ensures generated code adheres to TypeScript Strict mode, ESLint rules, and the BaseAgent implementation pattern, maintaining high code quality.
  • Quality & Security Focused: Aims for 80%+ test coverage and passes security scans, reducing post-generation rework and ensuring robust, secure code.
  • Use Case: You have a GitHub Issue describing a new feature. Use this Skill to automatically generate the necessary TypeScript code, complete with unit tests and JSDoc comments, ready for review, saving you hours of initial coding effort and ensuring adherence to project standards.

Quick Start

To generate code for a new feature described in GitHub Issue #123, use the codegen-agent skill by running the command: npm run agents:parallel:exec -- --issue 123.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: codegen-agent
Download link: https://github.com/ShunsukeHayashi/omakase-ai/archive/main.zip#codegen-agent

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository