GitHunt
SA

SamuraiF0x/agent-skills

Agent Skills

Personal agent skills for installation via npx skills add.

Included skills

  • refactor: Refactor existing code with strict behavior parity.
  • improve-arch: Follow-up to refactor for deep-module architecture improvements.

Publish

Publish workflow (new skill or update):

# Commit and publish changes
git commit -m "feat: add or update <skill-name> skill"
git push origin main

Install

npx skills add samuraif0x/agent-skills
npx skills add samuraif0x/agent-skills --skill refactor
npx skills add samuraif0x/agent-skills --skill improve-arch

Update

npx skills update

Create New Skill

Run init in the target folder so the template is created where you want it:

npx skills init skills/my-new-skill

Contributors

Created March 19, 2026
Updated March 19, 2026
SamuraiF0x/agent-skills | GitHunt