Skip to content

aku11i/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Personal Agent Skills

This repository stores personal Agent Skills for repeated coding workflows.

Install

Install all skills from this repository for Codex and Claude Code:

npx skills add aku11i/skills -g -a codex -a claude-code --skill '*' -y

Restart Codex or Claude Code after installation.

Update

Update installed global skills:

npx skills update -g -y

Update a specific skill:

npx skills update gh-create-draft-pr -g -y

If new skills were added to this repository, run the install command again:

npx skills add aku11i/skills -g -a codex -a claude-code --skill '*' -y

Restart Codex or Claude Code after updating.

Check Installed Skills

npx skills list -g

List skills available in this repository without installing:

npx skills add aku11i/skills --list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors