Skip to content

AnasX7/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

Skills Compatibility

Reusable skills for AI coding agents.

This repo is tool-agnostic: the same skill folders can be used with Codex, Claude Code, or any agent framework that supports file-based skills/instructions.

Why This Repo Exists

  • Keep a portable, versioned backup of my skills
  • Reuse the same skill set across multiple laptops
  • Track improvements and updates in git

What Is Inside

  • Skill folders with SKILL.md instructions
  • System and custom skills
  • Supporting assets/scripts for specific skills

Quick Start

  1. Install directly from GitHub with the Skills CLI:
    • npx skills add AnasX7/skills
    • or npx skills add https://github.com/AnasX7/skills
  2. Restart your agent tool (if required) so it reloads skills.

Note: the command is skills (plural), not skill.

Manual fallback (if your environment does not support skills add):

  1. Clone this repo:
    • git clone https://github.com/AnasX7/skills.git
  2. Copy the skill folders to your agent's skills directory.
  3. Restart your agent tool (if required) so it reloads skills.

Common Skill Directories

Use the path that matches your agent environment:

  • Codex: ~/.codex/skills (Windows: C:\Users\<you>\.codex\skills)
  • Claude Code: ~/.claude/skills
  • Other agents: your platform's configured skills/instructions directory

Sync Workflow Across Machines

  1. On machine A, update skills and commit:
    • git add .
    • git commit -m "Update skills"
    • git push origin main
  2. On machine B, pull latest:
    • git pull origin main
  3. Re-copy or sync files into that machine's agent skills directory.

Notes

  • Some skills are process-oriented (planning, debugging, reviews).
  • Some skills are domain-oriented (auth, UI, framework-specific work).
  • Keep skill names and folder structure stable to avoid broken references.

About

agents skills that I use every time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published