Skip to content

Instantly share code, notes, and snippets.

View blks's full-sized avatar
🏠
Working from home

kas blks blks

🏠
Working from home
View GitHub Profile
@blks
blks / spec.md
Created July 22, 2025 21:25 — 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.

@blks
blks / Email Validation Class
Created January 15, 2021 10:50 — forked from BryanHeath/Email Validation Class
Email Validation Class
<?php
class EmailValidationService
{
/**
* @param string $address
*
* @return bool
*/
public function validEmail($address)