An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




Arcjet Logo

# 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).