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.
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-skillsIf 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.
Developers should read online tutorials that explain how to operate agents during secure development: