Commit 2022588
docs: drop audit-skill-md skill
The skill as written pushed for every public method to be mentioned
in `SKILL.md`, which is the wrong goal. `SKILL.md` is a distilled
agent guide of idiomatic patterns and pitfalls, not an API reference
-- autoapi-generated docs and module docstrings already provide full
per-method coverage. An audit pressing for 100% method coverage would
bloat the skill file into a stale copy of that reference.
The two checks with actual value (stale mentions in `SKILL.md`, and
drift between `functions.__all__` and the categorized function list)
are small enough to be ad-hoc greps at release time and do not
warrant a dedicated skill.
Also remove references to the skill from `AGENTS.md` and the
`write-dataframe-code` skill's "Related" section.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a892c02 commit 2022588
3 files changed
Lines changed: 0 additions & 182 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
0 commit comments