Files
Claude 5b50395355 fix: remove broken rules/ directory references in python-expert skill
The python-expert skill referenced a `rules/` directory that does not
exist. SKILL.md linked to 8 non-existent rule files and AGENTS.md ended
each rule section with a "Full details" link pointing into the same
missing directory.

AGENTS.md already contains the complete rule content inline with
examples, so the referenced deep-dive files are redundant. This change
removes the broken links and updates SKILL.md to link directly to the
relevant sections in AGENTS.md.

Fixes #660
2026-04-15 05:42:41 +00:00
..