Skip to content

Skills not install inside frappe-bench #2

Description

@lovelyKarthi
Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions