A personal collection of agent skills for enhancing Claude Code and other AI coding assistants with additional capabilities.
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:
- Aikido Safe Chain must be installed
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-chainThis command will:
- Download the skill from this repository
- Place it in your
~/.agents/skills/directory - Make it available to Claude Code and other compatible agents
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/After installation, verify that the skill is available:
# List installed skills
ls ~/.agents/skills/