# Typeconf

> Use this skill when the user wants to define feature flags prompts or any experiments right in typescript.

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

---


# Typeconf Plugin

Define feature flags prompts or any experiments right in Typescript.

## Commands

### Operations
- `typeconf config generate` — generate config via typeconf
- `typeconf flag add` — add flag via typeconf
- `typeconf flag list` — list flag via typeconf
- `typeconf flag remove` — remove flag via typeconf
- `typeconf experiment create` — create experiment via typeconf
- `typeconf experiment list` — list experiment via typeconf
- `typeconf prompt define` — define prompt via typeconf
- `typeconf config show` — show config via typeconf
- `typeconf output set` — set output via typeconf
- `typeconf validate run` — run validate via typeconf

## Usage Examples
- "typeconf --help"
- "typeconf <args>"

## Installation

```bash
npm install -g typeconf
```

## Examples

```bash
typeconf --version
typeconf --help
```

## Key Features
- feature-flags\n- typescript\n- configuration

