Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Agent Skills Collection

A personal collection of agent skills for enhancing Claude Code and other AI coding assistants with additional capabilities.

Available Skills

Safe Chain

Protects your system from malware and malicious packages by automatically routing package manager commands through Aikido Safe Chain.

Features:

  • Automatic malware scanning for npm, yarn, pnpm, pip, and other package managers
  • Real-time protection against supply chain attacks
  • Transparent integration with existing workflows
  • Supports Node.js/JavaScript and Python ecosystems

Prerequisites:

Learn more →

Installation

Using npx skills add

You can install these skills using the Vercel Skills CLI:

# Install the safe-chain skill
npx skills add https://github.com/strozw/agent-skills/tree/main/skills/safe-chain

This command will:

  1. Download the skill from this repository
  2. Place it in your ~/.agents/skills/ directory
  3. Make it available to Claude Code and other compatible agents

Manual Installation

Alternatively, you can manually copy the skill directories:

# Clone this repository
git clone https://github.com/strozw/agent-skills.git

# Copy skills to your agents directory
cp -r agent-skills/skills/* ~/.agents/skills/

Verifying Installation

After installation, verify that the skill is available:

# List installed skills
ls ~/.agents/skills/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors