Skip to content

Commit e69f63b

Browse files
Move to agent skills and AGENTS.md
1 parent 0aa2eed commit e69f63b

3 files changed

Lines changed: 30 additions & 284 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: usethis-qa-static-checks
3+
description: Perform static code checks
4+
compatibility: prek, basedpyright
5+
license: MIT
6+
metadata:
7+
version: "1.0"
8+
---
9+
10+
# Static Checks
11+
12+
To perform static checks on the codebase, run:
13+
14+
```bash
15+
uv run prek run -a
16+
uv run basedpyright
17+
```

.github/copilot-instructions.md

Lines changed: 0 additions & 284 deletions
This file was deleted.

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copilot Instructions
2+
3+
## Project Overview
4+
5+
**usethis** is a CLI tool that automates Python project setup and development tasks. It declaratively adds, removes, and configures popular Python tools (uv, Ruff, pytest, pre-commit, MkDocs, etc.) in existing projects without breaking configuration. The tool provides detailed ✔/☐/ℹ messages about what it automated and what users need to do next. See the README.md and docs/ for more details.
6+
7+
## Contributing
8+
9+
Follow standard contributing guidelines as documented in CONTRIBUTING.md.
10+
11+
## Agent Skills
12+
13+
The .agent/skills directory contains agent skills.

0 commit comments

Comments
 (0)