# Work In Repo

> Learn how to work in the current folder (repository)

- Skill: `pymc-labs/work-in-repo` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pymc-labs/work-in-repo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pymc-labs/work-in-repo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: pymc-labs (https://skillmd.com/u/pymc-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pymc-labs/work-in-repo

---


# Introduction

The current folder is the github repository of pymc-labs for pymc-marketing.

# How to do when user ask a request?

If the user ask you to build something then:
1. Always run `uv sync` to set up the environment.
2. If gh is missing install using `brew install gh` (macOS) or follow https://github.com/cli/cli#installation
3. Use `uv run` for all Python commands within the project.
4. Follow linter rules and contribution.md recommendations.

