Skip to content

kerlos/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Skills Collection

skills.sh

A collection of AI agent skills for specialized development workflows.

Skills

Skill Description
migrate-datadog-traces-to-signoz Migrate Node.js applications from Datadog dd-trace to OpenTelemetry traces for self-hosted SigNoz

Installation

Install individual skills from their subfolders:

# Clone the full repo
git clone https://github.com/kerlos/skills.git

# Copy the skill you need
cp -r skills/migrate-datadog-traces-to-signoz ~/.claude/skills/

Or via skills.sh:

npx @agentskill.sh/cli@latest install kerlos/skills/migrate-datadog-traces-to-signoz

Structure

Each skill follows the agentskills.io standard:

skill-name/
├── SKILL.md          # Skill definition + workflow instructions
├── scripts/          # Executable helper scripts
├── references/       # Reference documentation
└── assets/           # Templates and boilerplate files

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors