framework-guide

Language and framework selection, configuration, and patterns.

Content Preview
# Testing Framework Guide

Language and framework selection, configuration, and patterns.

---

## Table of Contents

- [Framework Selection](#framework-selection)
- [TypeScript/JavaScript](#typescriptjavascript)
- [Python](#python)
- [Java](#java)
- [Version Requirements](#version-requirements)

---

## Framework Selection

| Language | Recommended | Alternatives | Best For |
|----------|-------------|--------------|----------|
| TypeScript/JS | Jest | Vitest, Mocha | React, Node.js, Next.js |
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/framework-guide.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/tdd-guide/references/framework-guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/tdd-guide/references/framework-guide.md

Related Skills