file-to-code

Generates production-ready code from file specifications such as CSV files,

Content Preview
---
name: file-to-code
description: |
  Generates production-ready code from file specifications such as CSV files,
  JSON schemas, SQL DDL, protobuf definitions, or requirements documents. Use
  when the user wants to convert a data file or specification into working code.
  Trigger with phrases like "generate code from this CSV", "create an API from
  this schema", "build a parser for this file", or "turn this spec into code".
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
version: 1.0.0
a
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/file-to-code.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/skill-enhancers/file-to-code/skills/file-to-code/SKILL.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/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/skill-enhancers/file-to-code/skills/file-to-code/SKILL.md

Related Skills