Skip to content

DeepSource's official collection of agent skills.

License

Notifications You must be signed in to change notification settings

DeepSourceCorp/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSource Skills

A collection of agent skills for working with DeepSource products. Skills are packaged instructions and scripts that extend AI coding agents with DeepSource capabilities.

Available Skills

Scan repositories for security vulnerabilities, leaked secrets, and dependency issues using the Autofix Bot API, and auto-fix detected issues.

  • Use when: you want to run a security scan on a repository or codebase using Autofix Bot
  • Use when: you want to analyze code changes or pull requests for vulnerabilities
  • Use when: you want to auto-fix security issues detected by Autofix Bot
  • Includes: sync and polling scripts for automated workflows, full API reference

Installation

Install all skills:

npx skills add deepsource/skills

Install a specific skill:

npx skills add deepsource/skills -s autofix-bot-api

Skills work with 18+ AI agents including Claude Code, GitHub Copilot, Cursor, Cline, Codex, and more.

Usage

Once installed, skills are automatically available to your AI agent. Just ask naturally:

  • "Scan this repo for security vulnerabilities using Autofix Bot"
  • "Run Autofix Bot on my latest changes and fix any issues"
  • "Upload this repository to Autofix Bot and analyze it"

Skill Structure

Each skill follows the Agent Skills specification:

skill-name/
├── SKILL.md           # Instructions and metadata (required)
├── scripts/           # Executable helper scripts (optional)
├── references/        # Detailed reference documentation (optional)
└── assets/            # Static resources (optional)

License

MIT

About

DeepSource's official collection of agent skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages