Error:
Source: https://github.com/netchampfaris/frappe-agent-skills.git
│
◇ Repository cloned
│
◇ No skills found
│
└ No valid skills found. Skills require a SKILL.md with the name and description.
Fixed locally with the help of Claude
The skill is now installed. Here's a summary of what happened:
Root cause: The npx skills CLI expects each skill to live in its own subdirectory (e.g., frappe-dev/SKILL.md), but the netchampfaris/frappe-agent-skills repo has SKILL.md at the root of the repo. The CLI scans for SKILL.md in subdirectories, finds none, and reports "No valid skills found."
Fix applied: Manually copied the repo to ~/.claude/skills/frappe-dev/, which is where Claude Code looks for skills. The frappe-dev skill is now available.
Error:
Source: https://github.com/netchampfaris/frappe-agent-skills.git
│
◇ Repository cloned
│
◇ No skills found
│
└ No valid skills found. Skills require a SKILL.md with the name and description.
Fixed locally with the help of Claude
The skill is now installed. Here's a summary of what happened:
Root cause: The npx skills CLI expects each skill to live in its own subdirectory (e.g., frappe-dev/SKILL.md), but the netchampfaris/frappe-agent-skills repo has SKILL.md at the root of the repo. The CLI scans for SKILL.md in subdirectories, finds none, and reports "No valid skills found."
Fix applied: Manually copied the repo to ~/.claude/skills/frappe-dev/, which is where Claude Code looks for skills. The frappe-dev skill is now available.