You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: bullet format, sync markers, simpler description
- Change SKILL.md description to "Maintain AGENTS.md and agent skill
configuration" (remove one-source-of-truth mention)
- Convert skills directory from table to bullet-point format in both
the export hook and generated docs/skills-directory.txt
- Wrap usethis-specific skills in AGENTS.md with sync markers for
docs/skills-directory.txt
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/771b656a-119e-447c-9562-00cb146df84d
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
|`usethis-github-issue-create`| Create GitHub issues via the gh CLI to record lessons, track follow-up work, or file bugs discovered during development |
217
-
|`usethis-pre-commit`| Guidance on pre-commit hooks — this project uses prek, not pre-commit directly |
218
-
|`usethis-prek-add-hook`| Add a prek hook for dev |
219
-
|`usethis-prek-hook-bespoke-create`| Write bespoke prek hooks as Python scripts for custom project-specific checks |
220
-
|`usethis-python-code`| Guidelines for Python code design decisions such as when to share vs. duplicate code |
221
-
|`usethis-python-code-modify`| Modify Python code (e.g. refactor, add new code, or delete code) |
222
-
|`usethis-python-enum`| Style and testing conventions for working with Python enums |
223
-
|`usethis-python-functions`| Guidelines for Python function design, including return types and signature simplicity |
224
-
|`usethis-python-module-layout-modify`| Modify the Python module layout (create, move, rename, or delete modules) |
225
-
|`usethis-python-ruff`| Guidelines for complying with Ruff linter rules instead of suppressing them |
226
-
|`usethis-python-test-affected-find`| Identify tests that are potentially affected by code changes, to catch regressions before CI |
227
-
|`usethis-qa-import-linter`| Use the Import Linter software on the usethis project |
-`usethis-github-issue-create`: Create GitHub issues via the gh CLI to record lessons, track follow-up work, or file bugs discovered during development
217
+
-`usethis-pre-commit`: Guidance on pre-commit hooks — this project uses prek, not pre-commit directly
218
+
-`usethis-prek-add-hook`: Add a prek hook for dev
219
+
-`usethis-prek-hook-bespoke-create`: Write bespoke prek hooks as Python scripts for custom project-specific checks
220
+
-`usethis-python-code`: Guidelines for Python code design decisions such as when to share vs. duplicate code
221
+
-`usethis-python-code-modify`: Modify Python code (e.g. refactor, add new code, or delete code)
222
+
-`usethis-python-enum`: Style and testing conventions for working with Python enums
223
+
-`usethis-python-functions`: Guidelines for Python function design, including return types and signature simplicity
224
+
-`usethis-python-module-layout-modify`: Modify the Python module layout (create, move, rename, or delete modules)
225
+
-`usethis-python-ruff`: Guidelines for complying with Ruff linter rules instead of suppressing them
226
+
-`usethis-python-test-affected-find`: Identify tests that are potentially affected by code changes, to catch regressions before CI
227
+
-`usethis-python-test-full-coverage`: Write tests that achieve full code coverage and verify coverage locally before pushing
228
+
-`usethis-qa-import-linter`: Use the Import Linter software on the usethis project
-`usethis-skills-create`: Create new agent skills (SKILL.md files) following best practices for content quality, structure, and discoverability
231
+
-`usethis-skills-external-add`: Add an external (community) skill to the project from a third-party source, including installing it and documenting it in AGENTS.md
232
+
-`usethis-skills-external-install`: Reinstall already-tracked external skills from skills-lock.json (e.g. after a fresh clone)
| `usethis-github-issue-create` | Create GitHub issues via the gh CLI to record lessons, track follow-up work, or file bugs discovered during development |
8
-
| `usethis-pre-commit` | Guidance on pre-commit hooks — this project uses prek, not pre-commit directly |
9
-
| `usethis-prek-add-hook` | Add a prek hook for dev |
10
-
| `usethis-prek-hook-bespoke-create` | Write bespoke prek hooks as Python scripts for custom project-specific checks |
11
-
| `usethis-python-code` | Guidelines for Python code design decisions such as when to share vs. duplicate code |
12
-
| `usethis-python-code-modify` | Modify Python code (e.g. refactor, add new code, or delete code) |
13
-
| `usethis-python-enum` | Style and testing conventions for working with Python enums |
14
-
| `usethis-python-functions` | Guidelines for Python function design, including return types and signature simplicity |
15
-
| `usethis-python-module-layout-modify` | Modify the Python module layout (create, move, rename, or delete modules) |
16
-
| `usethis-python-ruff` | Guidelines for complying with Ruff linter rules instead of suppressing them |
17
-
| `usethis-python-test-affected-find` | Identify tests that are potentially affected by code changes, to catch regressions before CI |
18
-
| `usethis-python-test-full-coverage` | Write tests that achieve full code coverage and verify coverage locally before pushing |
19
-
| `usethis-qa-import-linter` | Use the Import Linter software on the usethis project |
| `usethis-skills-create` | Create new agent skills (SKILL.md files) following best practices for content quality, structure, and discoverability |
22
-
| `usethis-skills-external-add` | Add an external (community) skill to the project from a third-party source, including installing it and documenting it in AGENTS.md |
23
-
| `usethis-skills-external-install` | Reinstall already-tracked external skills from skills-lock.json (e.g. after a fresh clone) |
- `usethis-github-issue-create`: Create GitHub issues via the gh CLI to record lessons, track follow-up work, or file bugs discovered during development
6
+
- `usethis-pre-commit`: Guidance on pre-commit hooks — this project uses prek, not pre-commit directly
7
+
- `usethis-prek-add-hook`: Add a prek hook for dev
8
+
- `usethis-prek-hook-bespoke-create`: Write bespoke prek hooks as Python scripts for custom project-specific checks
9
+
- `usethis-python-code`: Guidelines for Python code design decisions such as when to share vs. duplicate code
10
+
- `usethis-python-code-modify`: Modify Python code (e.g. refactor, add new code, or delete code)
11
+
- `usethis-python-enum`: Style and testing conventions for working with Python enums
12
+
- `usethis-python-functions`: Guidelines for Python function design, including return types and signature simplicity
13
+
- `usethis-python-module-layout-modify`: Modify the Python module layout (create, move, rename, or delete modules)
14
+
- `usethis-python-ruff`: Guidelines for complying with Ruff linter rules instead of suppressing them
15
+
- `usethis-python-test-affected-find`: Identify tests that are potentially affected by code changes, to catch regressions before CI
16
+
- `usethis-python-test-full-coverage`: Write tests that achieve full code coverage and verify coverage locally before pushing
17
+
- `usethis-qa-import-linter`: Use the Import Linter software on the usethis project
- `usethis-skills-create`: Create new agent skills (SKILL.md files) following best practices for content quality, structure, and discoverability
20
+
- `usethis-skills-external-add`: Add an external (community) skill to the project from a third-party source, including installing it and documenting it in AGENTS.md
21
+
- `usethis-skills-external-install`: Reinstall already-tracked external skills from skills-lock.json (e.g. after a fresh clone)
0 commit comments