csp-config-generator

Installation
SKILL.md

CSP Config Generator

To generate a strict Content Security Policy configuration for Next.js applications, follow these steps systematically.

Step 1: Analyze Application Resources

Identify all resource types used in the application.

Discover External Resources

Use Grep to find external resource references:

Scripts:

- "<script.*src="
- "import.*from.*http"
- "next/script"
Related skills

More from hopeoverture/worldbuilding-app-skills

Installs
12
GitHub Stars
3
First Seen
Jan 26, 2026