Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a Python project named "claude-code" - a minimal application currently in initial development stages.
python main.py
This project uses
pyproject.toml for dependency management. When dependencies are added in the future, they should be listed in the dependencies array under [project].
The project uses
.venv as the virtual environment directory (gitignored). To set up:
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate