Skip to content

Instantly share code, notes, and snippets.

View morisono's full-sized avatar

morisono

View GitHub Profile
@morisono
morisono / settings.json
Created April 3, 2026 03:31 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
@morisono
morisono / git-hook-post-checkout.sh
Created April 3, 2026 03:30 — forked from f-honcharenko/git-hook-post-checkout.sh
This Bash script dynamically updates the VS Code `settings.json` file with the current Git branch name. It ensures that any previous dynamically added instructions are removed before appending the new branch name. This is useful for tools like GitHub Copilot Chat to generate commit messages based on the active branch.
#!/bin/bash
# Run the custom script whenever a branch is checked out
"/Users/$USER/Library/Application Support/Code/User/update-copilot-branch-instructions.sh"
# Check if the custom script executed successfully
if [ $? -eq 0 ]; then
# If the script was successful, print the success message
echo "Successfully updated Copilot commit message generation instructions with the current Git branch name."
else
@morisono
morisono / remis_email_schema.json
Created March 30, 2026 09:07 — forked from saba-gooley/remis_email_schema.json
JSON schema para Zapier
{
"name": "response_schema",
"schema": {
"type": "object",
"additionalProperties": false,
"required": [
"cliente",
"mail_solicitante",
"email_meta",
"intencion",
@morisono
morisono / confirmation_email_schema.json
Created March 30, 2026 09:07 — forked from randy-kip/confirmation_email_schema.json
Short schema for Zapier-OpenAI step: validates a payload containing only subject and email strings for the confirmation message.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ConfirmationEmailPayload",
"type": "object",
"additionalProperties": false,
"properties": {
"subject": {
"type": "string",
"minLength": 1
},
@morisono
morisono / hr-tech-article-schema.json
Created March 30, 2026 09:07 — forked from c-b-g-m/hr-tech-article-schema.json
HR Tech Article JSON Schema for Zapier/Supabase Integration
{
"type": "object",
"properties": {
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"headline": {
"type": "string"
{
"title": "LocalNewsletterArticleV2",
"type": "object",
"additionalProperties": false,
"required": [
"slug",
"title",
"headlines",
"dek",
"lede_paragraph",
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "GitHubIssueSchema",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"summary": {
"type": "string"
@morisono
morisono / js
Created March 30, 2026 09:05 — forked from RodolfoAntonici/js
n8n-json-schema-from-sample
/**
* n8n Code node — Generate a JSON Schema from a sample JSON
* - Paste this into a Code node (JavaScript)
* - Set `rawInput` to where your example lives
* - Toggle `allFieldsRequired` as needed
*/
// 1) WHERE is your example JSON?
// - If you already have an object, set it to that.
// - If you have a stringified JSON, set it to the string.
# ============================================
# Ghostty Terminal - Complete Configuration
# ============================================
# File: ~/.config/ghostty/config
# Reload: Cmd+Shift+, (macOS)
# View options: ghostty +show-config --default --docs
# --- Typography ---
font-family = JetBrainsMonoNerdFont
font-size = 14

GitHub Repos Cost Estimate Technics

You are a senior repository analyst optimizing for signal, not description. Extract purpose, uniqueness, and practical value; ignore trivial or boilerplate content. Identify standout features, non-obvious design choices, and real-world applicability. Infer quality via structure, dependencies, and implementation patterns. Leverage structured outputs (e.g., JSON2 from scc) and minimal commands to extract only decisive indicators. Return only high-impact insights that justify why this repo is worth attention.