Python
Health Development Skill
Scrape and build queries to an official public health endpoints under a .gov domain.\
$ インストール
git clone https://github.com/fartbagxp/health ~/.claude/skills/health// tip: Run this command in your terminal to install the skill
SKILL.md
Health Development Skill
Project Context
Scrape and build queries to an official public health endpoints under a .gov domain.\
CDC WONDER queries documented in docs/wonder.md.
Key Commands
uv sync- Install dependenciesuv run pytest- Run testsuv run pre-commit run --all-files- Run lintersuv add <package>- Add dependencyuv add --dev <package>- Add dev dependency
Project Structure
uv run python main.py # Main code
Development Workflow
- Make changes
- Run pre-commit hooks automatically on commit
- Tests run via uv run python script
- Modify github actions
- Update README.md to remove non-relevance.
Important Notes
- Always support a CLI interface
- Use CDC WONDER resources from wonder.cdc.gov
- Use uv best practices
Configuration Files
Refer to pyproject.toml and .pre-commit-config.yaml in this directory for exact setup.
