-
-
Notifications
You must be signed in to change notification settings - Fork 798
Description
Hi there 👋
I’ve been working on an Agent Skill for FeathersJS and wanted to share it, and also ask if you’d be open to having an official repo for it under the Feathers organization.
Right now the skill lives in my personal repo and can be installed with:
npx skills add nazifishrak/feathersjs-expert-skill
When you run this inside a project, it installs a folder with markdown files and references that agents can read to understand Feathers best practices, patterns, and implementation details. Most editor agents that support Agent Skills handle the orchestration on their side.
You can read more about the Agent Skills format here: https://agentskills.io/home
It would be nice if, long term, there was an official FeathersJS repo so people could use an official prefix instead of my personal one (for example, something like feathersjs/feathers-expert-skill or whatever naming you prefer). That would also make it easier for the community to contribute and keep the skill up to date.
The current skill content is based on the docs from the v6 branch. There are a few references to v5 in the markdown files, so there’s some back and forth between v5 and v6 right now. These can be consolidated and cleaned up over time as v6 evolves and stabilizes more. There’s also a skill that helps modify existing Agent Skills, which should make maintenance and evolution easier.
Hope this helps the feathersjs community!