implement-ts

Plan and implement TypeScript code changes with formatting, type-checking, linting, testing, and build checks.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill implement-ts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-ts
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/implement-ts
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill implement-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of planning and implementing TypeScript code changes, ensuring code quality and consistency through automated checks.

Core Features & Use Cases

  • Automated Code Implementation: Plans and executes TypeScript modifications.
  • Integrated Checks: Includes formatting, type-checking, linting, unit testing, and build verification.
  • Use Case: When a new feature requires changes to TypeScript files, this Skill can be used to automatically format the code, check for type errors, ensure it passes linting rules, and verify that all tests pass before committing.

Quick Start

Use the implement-ts skill to refactor the user authentication module.

Frequently Asked Questions about implement-ts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TypeScript code changes with formatting and linting checks?

To automate TypeScript code changes with formatting and linting, this Skill plans and implements modifications while running predefined checks including prettier, tsc, lint, test, and build processes to ensure code quality and consistency.

What checks are included in an automated TypeScript code implementation workflow?

An automated TypeScript code implementation workflow includes integrated checks for code formatting via prettier, type-checking using tsc, linting, unit testing, and build verification to ensure all modifications pass validation.

Can I use this to refactor TypeScript modules and automatically run tests?

Yes, you can use this Skill to refactor TypeScript modules by planning and executing the code modifications, followed by automatically running unit tests and build verification to validate the refactored code.

What's the best way to ensure TypeScript code quality before committing changes?

The best way to ensure TypeScript code quality before committing is to apply an integrated implementation workflow that automatically formats code, checks for type errors, enforces linting rules, and verifies that all tests pass.

Do I need predefined prettier and tsc configurations to run TypeScript code implementation checks?

Yes, predefined configurations for prettier, tsc, lint, test, and build processes are required, as the Skill requires adherence to these specific checks to validate TypeScript code modifications.