mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-25 05:20:17 +00:00
5b50395355
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