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.mdSkill 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-skillsThen reference at plugins/skill-enhancers/file-to-code/skills/file-to-code/SKILL.md
Related Skills
azure-storage-file-datalake-py
Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations.
data-aiazurestoragefile
by sickn33 (Antigravity) · antigravity-awesome-skills
azure-storage-file-share-py
Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.
infrastructureazurestoragefile
by sickn33 (Antigravity) · antigravity-awesome-skills
azure-storage-file-share-ts
Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations.
developmentazurestoragefile
by sickn33 (Antigravity) · antigravity-awesome-skills
file-path-traversal
Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code.
generalfilepathtraversal
by sickn33 (Antigravity) · antigravity-awesome-skills