Skip to content

curityio/oauth-developer-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OAuth Development - Skills for Coding Agents

Quality Availability

A set of agent skills to assist developers with their OAuth 2.0 security integrations.
The skill gives agents:

  • Best practice security instructions from Curity experts.
  • Testing and verification techniques, to help ensure reliable implementations.
  • A way to teach developers the security lifecycle, from project creation to deployment.

Installation

The instructions have been tested on GitHub Copilot and Claude Code.
Create a project folder for your component, e.g. an API, and clone this GitHub repository:

mkdir api
git clone https://github.com/curityio/oauth-developer-skills

If you use GitHub Copilot, copy the skills folder to the following location:

mkdir -p api/.github/skills
cp -r oauth-developer-skills/skills/* api/.github/skills/

If you use Claude Code, copy the skills folder to the following location:

mkdir -p api/.claude/skills
cp -r oauth-developer-skills/skills/* api/.claude/skills/

Then run the agent and use the /skills command to check that skills are loaded.

Further Information

Developers should read online tutorials that explain how to operate agents during secure development:

About

API and API client security instructions for AI agents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors