BeClaude

prompt-generator

New
GitHub TrendingGeneralby openbashok

Structured generator for prompts, CLAUDE.md, and SKILL.md — from pentesters, to pentesters. By OpenBash.

First seen 5/26/2026

Summary

md files tailored for penetration testers.

  • It helps security professionals quickly create consistent, high-quality documentation and task prompts for Claude Code, saving time and ensuring thorough coverage of testing scenarios.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/prompt-generator.md https://raw.githubusercontent.com/openbashok/prompt-generator/main/SKILL.md
3
Invoke in Claude Code
/prompt-generator

Use Cases

Generate a structured penetration testing prompt for a web application assessment.
Create a CLAUDE.md file defining the AI's role and constraints for a red team exercise.
Produce a SKILL.md file documenting a custom skill for network vulnerability scanning.
Generate a prompt for a phishing simulation campaign targeting internal employees.
Create a structured prompt for a mobile application security review.
Generate a CLAUDE.md for a bug bounty hunting session with specific scope rules.

Usage Examples

1

/prompt-generator generate pentest prompt for web app with OWASP Top 10

2

Create a CLAUDE.md for a red team engagement focusing on Active Directory attacks

3

Generate a SKILL.md for a custom skill that automates SQL injection testing

View source on GitHub
testing

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is prompt-generator?

This skill generates structured prompts, CLAUDE.md files, and SKILL.md files tailored for penetration testers. It helps security professionals quickly create consistent, high-quality documentation and task prompts for Claude Code, saving time and ensuring thorough coverage of testing scenarios.

How to install prompt-generator?

To install prompt-generator: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/prompt-generator.md https://raw.githubusercontent.com/openbashok/prompt-generator/main/SKILL.md. Finally, /prompt-generator in Claude Code.

What is prompt-generator best for?

prompt-generator is a skill categorized under General. It is designed for: testing. Created by openbashok.

What can I use prompt-generator for?

prompt-generator is useful for: Generate a structured penetration testing prompt for a web application assessment.; Create a CLAUDE.md file defining the AI's role and constraints for a red team exercise.; Produce a SKILL.md file documenting a custom skill for network vulnerability scanning.; Generate a prompt for a phishing simulation campaign targeting internal employees.; Create a structured prompt for a mobile application security review.; Generate a CLAUDE.md for a bug bounty hunting session with specific scope rules..