# Neuzhou Repo2skill Express

> express

- Skill: `tomevault-io/neuzhou-repo2skill-express` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/neuzhou-repo2skill-express`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/neuzhou-repo2skill-express/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/neuzhou-repo2skill-express

---


# express

**Fast, unopinionated, minimalist web framework for [Node.js](https://nodejs.org).**

## When to Use

- Build web servers or APIs with express

## When NOT to Use

- Projects using Python or TypeScript (different ecosystem)

## Quick Start

### Install

```bash
npm install express
```

### Basic Usage

```bash
npm install -g express-generator@4
```

```bash
express /tmp/foo && cd /tmp/foo
```

```bash
npm install
```

## Key Features

- Robust routing
- Focus on high performance
- Super-high test coverage
- HTTP helpers (redirection, caching, etc)
- View system supporting 14+ template engines

## Examples

To view the examples, clone the Express repository:

```bash
git clone https://github.com/expressjs/express.git --depth 1 && cd express
```

  Then install the dependencies:



  Then run whichever example you want:

```bash
node examples/content-negotiation
```

## Project Info

- **Language:** JavaScript
- **License:** MIT
- **Tests:** Yes
- **Key dependencies:** accepts, body-parser, content-disposition, content-type, cookie, cookie-signature, debug, depd

## File Structure

```
├── examples/
│   ├── auth/
│   ├── content-negotiation/
│   ├── cookie-sessions/
│   ├── cookies/
│   ├── downloads/
│   ├── ejs/
│   ├── error/
│   ├── error-pages/
│   ├── hello-world/
│   ├── markdown/
│   ├── multi-router/
│   ├── mvc/
│   ├── online/
│   ├── params/
│   ├── resource/
│   ├── route-map/
│   ├── route-middleware/
│   ├── route-separation/
│   ├── search/
```

---
> Source: [NeuZhou/repo2skill](https://github.com/NeuZhou/repo2skill) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

