implementing-typescript-files

Implement TypeScript files through sequential test, coding, and review phases.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/outcomeengineering/spx-claude --skill implementing-typescript-files-outcomeengineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementing-typescript-files
Source: https://github.com/outcomeengineering/spx-claude/tree/main/plugins/typescript/skills/implementing-typescript-files
Command: npx skills add https://github.com/outcomeengineering/spx-claude --skill implementing-typescript-files-outcomeengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of writing and implementing TypeScript code for specific files, ensuring adherence to test-driven development principles and code quality standards.

Core Features & Use Cases

  • File-Centric TDD: Guides you through designing tests, writing code, and reviewing each specified TypeScript file sequentially.
  • Integrated Workflow: Orchestrates calls to /testing-typescript, /coding-typescript, and /reviewing-typescript for a complete development cycle.
  • Use Case: When you need to implement a new feature in src/utils/helpers.ts and src/services/api.ts, this skill will ensure you write tests first, then the implementation, and finally get it reviewed for each file before moving to the next.

Quick Start

Use the implementing-typescript-files skill to implement the code for the file src/my-module/data-handler.ts.

Frequently Asked Questions about implementing-typescript-files

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

FAQPage Schema
How do I implement TypeScript files using a test-driven development workflow?

To implement TypeScript files using TDD, you sequentially execute test design, coding, and review phases for each specified file. This workflow validates input file paths and ensures adherence to behavior-driven development, constants pattern, and mandatory review quality gates.

What is the process for writing TypeScript code with integrated test design and code review?

The process for writing TypeScript code with integrated test design and review involves orchestrating sequential execution of testing, coding, and reviewing phases for each file. It ensures every specified TypeScript file passes through a complete test-driven development cycle.

Can I implement multiple TypeScript files sequentially with test-driven development?

Yes, you can implement multiple TypeScript files sequentially with test-driven development. The workflow processes each specified file path individually, moving through test design, coding, and mandatory code review before advancing to the next file.

Does TypeScript test-driven development require validating input file paths before coding?

Yes, TypeScript test-driven development requires validating input file paths before coding. This validation ensures the specified files exist and are correctly formatted before the sequential test design, coding, and review phases begin.

What are the limitations of file-centric TDD for TypeScript code implementation?

Limitations of file-centric TDD for TypeScript include its strict sequential processing of files and mandatory adherence to behavior-driven development, constants pattern, and review quality gates, which may slow down rapid prototyping without tests.