Skip to content
/ skills Public template

Skills for jsrepo and an example of how you might use it to distribute your own skills.

License

Notifications You must be signed in to change notification settings

jsrepojs/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills

An template for how to might distribute agent skills with jsrepo. It also contains a few skills that might be useful when building with jsrepo.

jsrepo add --registry github/jsrepojs/skills

Skills

Name Title Description
automatic-building Automatically build your registry with jsrepo How automatically collect your registry items without having to manually define each one
custom-outputs Creating Custom Outputs with jsrepo How to create custom outputs with jsrepo

Using this template

Your skills should be placed in the skills directory. Each skill should have a SKILL.md file that contains the skill's description and instructions.

You can create a new skill with the following command:

pnpm new:skill <name>

This will create a new skill with a template SKILL.md file.

Once you're ready to distribute your skills you can run the following command to build the registry.json file:

pnpm build

Once you've built the registry.json file you can commit it to your repository and start distributing your skills.

Users can then add your skills to their project by running the following command:

# list all available skills
jsrepo add --registry github/<your-username>/<your-repository>
# add a specific skill
jsrepo add github/<your-username>/<your-repository>/<skill>

About

Skills for jsrepo and an example of how you might use it to distribute your own skills.

Resources

License

Stars

Watchers

Forks