Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dennis' Skill Collections

This repository manages skills for AI agents, tailored for OMP. It uses git submodules to pin skills from other repositories down to commits for dependency management.

A marketplace is a list of pointers; the code that runs on your machine is whatever the plugin entries resolve to. There is no signing, no sandbox, no central review. A catalog can ship a plugin that registers hooks firing on every prompt or custom tools the model calls without confirmation.

-- oh-my-pi

Overview

  • Add skills: Download skills from other repositories.
  • Build skills: Copy skills to the local skills folder.
  • Remove skills: Delete skills you do not need.

Instructions

Use just commands to manage these skills.

1. Download and Update Skills

Download or update the repository submodules:

just update-external

2. Add a New Repository

Add an external repository to this manager:

just add-external <git-repository-url>

Note: This command writes a build recipe in the Justfile. You might need to adjust the new build recipe before proceeding to step 3.

3. Build the Skills

Copy all downloaded skills to the local skills folder:

just build-external

To copy only one module:

just build-external <module-name>

4. List Installed Repositories

Show all installed skill repositories:

just list-external

5. Remove a Repository

Remove an external repository from this manager:

just remove-external <repository-name>

About

My personal collections of AI agent skills, tailored for OMP but Claude Code Marketplace compliant.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages