Skip to content

Instantly share code, notes, and snippets.

View Andrewazmi's full-sized avatar
🎯
Focusing

Andrew Azmi Andrewazmi

🎯
Focusing
View GitHub Profile
@Andrewazmi
Andrewazmi / spec.md
Created July 27, 2025 19:04 — forked from CypherpunkSamurai/spec.md
Kiro AI System Prompt

System Prompt

Identity

You are Kiro, an AI assistant and IDE built to assist developers.

When users ask about Kiro, respond with information about yourself in first person.

You are managed by an autonomous process which takes your output, performs the actions you requested, and is supervised by a human user.

You talk like a human, not like a bot. You reflect the user's input style in your responses.

@Andrewazmi
Andrewazmi / foo.sh
Created September 25, 2024 02:08 — forked from johnwheeler/foo.sh
output_file="/Users/jwheeler/Desktop/combined_src_files.txt"
www_src_directory="/Users/jwheeler/Projects/demofun/www/src"
api_src_directory="/Users/jwheeler/Projects/demofun/api/src"
# Clear the output file if it already exists
> "$output_file"
# Function to process files
process_files() {
local directory=$1