mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 10:48:20 -05:00
[PR #720] [MERGED] fix: remove broken rules/ directory references in python-expert skill #937
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/720
Author: @Shubhamsaboo
Created: 4/15/2026
Status: ✅ Merged
Merged: 4/15/2026
Merged by: @Shubhamsaboo
Base:
main← Head:claude/cool-bell-fcHUs📝 Commits (1)
5b50395fix: remove broken rules/ directory references in python-expert skill📊 Changes
2 files changed (+10 additions, -28 deletions)
View changed files
📝
awesome_agent_skills/python-expert/AGENTS.md(+0 -17)📝
awesome_agent_skills/python-expert/SKILL.md(+10 -11)📄 Description
Summary
Fixes #660.
The
python-expertskill referenced arules/directory that does not exist.SKILL.mdlinked to 8 non-existent rule files andAGENTS.mdended each rule section with a "Full details" link pointing into the same missing directory. The "References" section also listed the missing directory.Fix
AGENTS.mdalready contains the complete rule content inline with examples, so the referenced deep-dive files are redundant. This PR:[➡️ Full details: ...](rules/...)links and the missing-directory bullet in "References"AGENTS.mdvia section anchors, and rewrites the "How to Use This Skill" paragraph and Quick Start to stop pointing at the non-existentrules/directoryNet diff:
AGENTS.md -17 lines,SKILL.md +10/-11 lines.Test plan
rules/insideawesome_agent_skills/python-expert/returns no matches[Rule Name](AGENTS.md#anchor)links in SKILL.md point at existing section headings in AGENTS.md🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.