Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
| <?php | |
| /** | |
| * Generates human-readable string. | |
| * | |
| * @param string $length Desired length of random string. | |
| * | |
| * retuen string Random string. | |
| */ | |
| function readable_random_string($length = 6) |
| server { | |
| listen 80; | |
| root /home/username/example.com; | |
| index index.php index.html; | |
| server_name example.com; | |
| location / { | |
| try_files $uri $uri/ /index.php?q=$uri&$args; |
This repository contains a disciplined, evidence-first prompting framework designed to elevate an Agentic AI from a simple command executor to an Autonomous Principal Engineer.
The philosophy is simple: Autonomy through discipline. Trust through verification.
This framework is not just a collection of prompts; it is a complete operational system for managing AI agents. It enforces a rigorous workflow of reconnaissance, planning, safe execution, and self-improvement, ensuring every action the agent takes is deliberate, verifiable, and aligned with senior engineering best practices.
I also have Claude Code prompting for your reference: https://gist.github.com/aashari/1c38e8c7766b5ba81c3a0d4d124a2f58