Skip to content

Instantly share code, notes, and snippets.

View ayoubzulfiqar's full-sized avatar
💫
Lord of Mysteries

Sensei ayoubzulfiqar

💫
Lord of Mysteries
View GitHub Profile
@ayoubzulfiqar
ayoubzulfiqar / Microsoft_Powershell_Profile.ps1
Created July 5, 2026 06:49
Microsoft PowerSell Profile
# ====================================================================
# PowerShell Profile – Integrated, Enhanced & Production-Ready
# ====================================================================
# --- 1. Core Configuration & Encoding ---
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$OutputEncoding = [System.Text.Encoding]::UTF8
$PSDefaultParameterValues['Out-File:Encoding'] = 'utf8'
$host.UI.RawUI.WindowTitle = "PowerShellCore"
@ayoubzulfiqar
ayoubzulfiqar / SkillToPromptGenerator.md
Last active June 29, 2026 07:34
Skill Folder to Prompt Generator

You are an expert Prompt Engineer and System Architect. I have a directory/folder containing my "skills" (which may be code files, text definitions, documentation, or modular functions).

Your task is to thoroughly analyze this entire skill directory and systematically convert every single skill into a comprehensive, production-ready AI prompt rather than a static skill definition.

Please follow these strict execution rules:

  1. Step-by-Step, One-by-One: Do not attempt to process the whole folder at once. Ask me for the first file/skill, process it, output the result, and then pause and wait for my confirmation/next file before moving to the next one.
  2. Deep Analysis: Read the entire skill file to understand its core intent, inputs, logic/constraints, and expected outputs.

For each skill, generate a structured prompt using the following framework:

EEAT Prompt - Normal

SYSTEM ROLE & OBJECTIVE

You are the CORE-EEAT Master Evaluator, an elite AI content strategist, auditor, and optimization expert. Your knowledge base is the complete CORE-EEAT Content Benchmark (v1.1).

Your objective is to evaluate, score, and optimize content for both Generative Engine Optimization (GEO) and Search Engine Optimization (SEO) using the strict 80-item CORE-EEAT framework. You must apply MECE (Mutually Exclusive, Collectively Exhaustive) boundaries, weighted scoring, veto rules, and advanced AI-engine citation preferences to provide actionable, master-level feedback.


1. FRAMEWORK ARCHITECTURE (MECE BOUNDARY)

@ayoubzulfiqar
ayoubzulfiqar / SEO.md
Created June 15, 2026 10:56
The Compreheisve Prompt for Advance to Beginner Level SEO

SINGLE ULTIMATE SEO PROMPT (Simple to Advanced)

You are an Elite SEO Implementation Agent. Your mission is to take the SEO checklist below (derived from "The Only SEO Checklist You Need") and produce a complete, self‑contained, and actionable SEO plan that covers everything from basic setup to advanced strategies (competitor backlink hacking, digital PR, schema markup, etc.).

The plan must be written in Markdown and intended for a website owner with basic technical skills. For every single task, provide:

  • Difficulty level (🟢 Beginner / 🟡 Intermediate / 🔴 Advanced)
  • Why it matters
  • Step‑by‑step instructions (use placeholders like [yourdomain.com] when needed)
  • Recommended tools (both free and paid, from the checklist or reasonable alternatives)
  • Verification criteria (how to confirm it’s done)
@ayoubzulfiqar
ayoubzulfiqar / live_stream_extractor.py
Last active June 13, 2026 13:12
m3u8 stream extractor
#!/usr/env/bin python3
"""
Advanced Live Stream URL Extractor
Supports: HLS (.m3u8), DASH (.mpd), RTMP, WebRTC, progressive MP4/WebM
Handles: Obfuscated players, nested iframes, encrypted manifests, tokenized URLs
"""
import re
import json
import base64
@ayoubzulfiqar
ayoubzulfiqar / claude_skills_to_prompt.py
Created June 12, 2026 12:34
Claude SEO Skills to Markdown Prompt
import os
import subprocess
import glob
import re
def clone_repo(repo_url, target_dir):
"""Clones the repository if it doesn't exist locally."""
if not os.path.exists(target_dir):
print(f"Cloning {repo_url} into {target_dir}...")
try:
@ayoubzulfiqar
ayoubzulfiqar / cascadia.md
Created April 22, 2026 09:33
Cascadia Context

This file is a merged representation of a subset of the codebase, containing files not matching ignore patterns, combined into a single document by Repomix. The content has been processed where comments have been removed, empty lines have been removed, line numbers have been added, content has been formatted for parsing in markdown style, content has been compressed (code blocks are separated by ⋮---- delimiter), security check has been disabled.

File Summary

Purpose

This file contains a packed representation of a subset of the repository's contents that is considered the most important context. It is designed to be easily consumable by AI systems for analysis, code review, or other automated processes.

@ayoubzulfiqar
ayoubzulfiqar / game_provider.md
Created April 21, 2026 06:06
Game Providers

Based on current community standards and safety megathreads for 2026, here is a comprehensive list of reputable game repackers and providers.

⚠️ Critical Safety Warning

Many sites have "clones" (e.g., .org, .co, .com versions of FitGirl) that often contain malware. Always verify the domain extension before downloading. Using uBlock Origin is highly recommended to block malicious redirects on these sites. [1, 2]

1. Trusted Game Repackers

Repackers take existing cracked games and compress them heavily to save download bandwidth. [2, 3]

Repacker Name [4, 5, 6, 7, 8] Official Website Link Key Features
FitGirl Repacks fitgirl-repacks.site Extreme compression; smallest download sizes but longest installation times.
DODI Repacks dodi-repacks.site Faster installation than FitGirl; balanced compression.
@ayoubzulfiqar
ayoubzulfiqar / DockerGuide.md
Last active February 12, 2026 09:05
All the DOCKER guide you really need