A collection of AI agent skills for specialized development workflows.
| Skill | Description |
|---|---|
| migrate-datadog-traces-to-signoz | Migrate Node.js applications from Datadog dd-trace to OpenTelemetry traces for self-hosted SigNoz |
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-signozEach 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
MIT