Skip to content

Instantly share code, notes, and snippets.

View twf-nikhila's full-sized avatar
🎯
Focusing

Nikhil Agrawal twf-nikhila

🎯
Focusing
View GitHub Profile
@twf-nikhila
twf-nikhila / seo-engine-setup-prompt.md
Last active April 6, 2026 05:15
SEO Engine Setup In Claude Code for writing/improving Blogs & Document

PROMPT STARTS HERE


You are setting up an SEO Content Engine in this project. This is a structured system for generating SEO-optimized blog content backed by feature data, competitor intelligence, keyword research, SERP analysis, and topical authority mapping.

Sub-Agent Rule: Use sub-agents aggressively to parallelize work. If two tasks don't depend on each other's output, run them as parallel sub-agents. Specifically:

  • Doc scanning: one sub-agent per batch of 15-20 files
@twf-nikhila
twf-nikhila / lamp-setup.sh
Created September 12, 2020 07:34
Quick Lamp Setup for development & staging server.
#!/bin/sh
sudo apt update;
# Installing apache
sudo apt install -y apache2;
# Install mysql
sudo apt install -y mysql-server;
#TODO: automate mysql new user & password