Skip to content

Instantly share code, notes, and snippets.

View SoMaCoSF's full-sized avatar

SoMaCo SoMaCoSF

View GitHub Profile
@SoMaCoSF
SoMaCoSF / index.html
Created July 23, 2025 21:29
Enhanced Everything MCP Server - Comprehensive Documentation with Infographics
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enhanced Everything MCP Server - Kiro IDE Integration</title>
<style>
* {
margin: 0;
padding: 0;
@SoMaCoSF
SoMaCoSF / index.html
Created July 23, 2025 21:10
Enhanced Everything MCP Server - Interactive HTML Documentation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enhanced Everything MCP Server - Kiro IDE Integration</title>
<style>
* {
margin: 0;
padding: 0;
@SoMaCoSF
SoMaCoSF / index.html
Created July 23, 2025 21:09
Enhanced Everything MCP Server - Interactive HTML Documentation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enhanced Everything MCP Server - Kiro IDE Integration</title>
<style>
* {
margin: 0;
padding: 0;
@SoMaCoSF
SoMaCoSF / index.html
Created July 23, 2025 21:09
Enhanced Everything MCP Server - Interactive HTML Documentation with Infographics
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enhanced Everything MCP Server - Kiro IDE Integration</title>
<style>
* {
margin: 0;
padding: 0;
@SoMaCoSF
SoMaCoSF / .gitignore
Created July 23, 2025 19:49
Everything MCP Server - Complete Implementation with All Integrations
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
build/
@SoMaCoSF
SoMaCoSF / .gitignore
Created July 23, 2025 18:24
Everything MCP Server - Complete Implementation with SpecStory Integration
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
build/
@SoMaCoSF
SoMaCoSF / .gitignore
Created July 23, 2025 18:21
Everything MCP Server - Complete Implementation with Kiro IDE Integration
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
build/
@SoMaCoSF
SoMaCoSF / .gitignore
Created July 23, 2025 18:10
Everything MCP Server - Complete Implementation
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
build/
@SoMaCoSF
SoMaCoSF / README.md
Created July 14, 2025 00:05
Cross-platform sound notification system for task start/completion - can be called by any script or agent

Rick Roll Notification System 🎵

A hilarious cross-platform Rick Roll notification system that can be called by any script or agent to Rick Roll users on task start and completion. Perfect for pranking your colleagues or adding some humor to your automation scripts!

WARNING: This will open YouTube and play "Never Gonna Give You Up" by Rick Astley!

Files Created

  • play_sound.py - Python cross-platform solution
  • sound_notify.bat - Windows batch file
@SoMaCoSF
SoMaCoSF / README.md
Created July 14, 2025 00:00
Cross-platform sound notification system for task start/completion - can be called by any script or agent

Sound Notification System

A simple cross-platform sound notification system that can be called by any script or agent to play sounds on task start and completion.

Files Created

  • play_sound.py - Python cross-platform solution
  • sound_notify.bat - Windows batch file
  • sound_notify.ps1 - PowerShell script (recommended for Windows)
  • sound_notify.sh - Bash script for Linux/macOS