https://github.com/arcjet/skills
Skills to make your AI coding agent an Arcjet security expert.
https://github.com/arcjet/skills
ai-skills arcjet claude-skills skills
Last synced: 21 days ago
JSON representation
Skills to make your AI coding agent an Arcjet security expert.
- Host: GitHub
- URL: https://github.com/arcjet/skills
- Owner: arcjet
- License: apache-2.0
- Created: 2026-04-15T20:09:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-20T17:42:00.000Z (about 2 months ago)
- Last Synced: 2026-05-20T23:05:00.924Z (about 2 months ago)
- Topics: ai-skills, arcjet, claude-skills, skills
- Language: Python
- Homepage:
- Size: 244 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Arcjet Skill
An [Agent Skill](https://agentskills.io/) for [Arcjet](https://arcjet.com/) —
the runtime security platform that ships with your code.
Gives AI coding agents the knowledge to add Arcjet security protection to any
project. Works in VS Code (GitHub Copilot), Claude Code, Cursor, and any other
[compatible agent](https://agentskills.io/clients).
## Install the `arcjet` skill
```sh
npx skills add arcjet/skills
```
The Arcjet skill for AI coding agents. Adds protection across HTTP route handlers, AI agent tool calls, MCP servers, background jobs, and queue workers — rate limiting, bot detection, email validation, prompt injection detection, sensitive information blocking, and abuse prevention — and verifies decisions via the Arcjet CLI, MCP server, and dashboard. Works in JavaScript/TypeScript and Python across Next.js, Express, Fastify, SvelteKit, Remix, Bun, Deno, NestJS, FastAPI, Flask, and non-HTTP contexts.
## Related
This skill is also bundled by the
[Arcjet plugin](https://github.com/arcjet/arcjet-plugin), which packages it as
a slash command for Claude Code and Cursor (alongside MCP integration and a
security-analyst agent). Choose the plugin if you want the bundled experience;
choose the direct skill install (`npx skills add arcjet/skills`) for
portability across any [agentskills.io](https://agentskills.io/)-compatible
client.
## Links
- [Arcjet Documentation](https://docs.arcjet.com/)
- [Arcjet docs for LLMs](https://docs.arcjet.com/llms.txt) ([full](https://docs.arcjet.com/llms-full.txt))
- [Agent Skills Specification](https://agentskills.io/specification)
- [Arcjet Plugin](https://github.com/arcjet/arcjet-plugin)
- [Arcjet JS SDK](https://github.com/arcjet/arcjet-js)
- [Arcjet Python SDK](https://github.com/arcjet/arcjet-py)
- [Arcjet MCP Server](https://docs.arcjet.com/mcp-server)
- [Arcjet CLI](https://github.com/arcjet/cli) ([npm](https://www.npmjs.com/package/@arcjet/cli))
## License
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).