Skip to content

Instantly share code, notes, and snippets.

View alemagio's full-sized avatar
💭
🧙‍♂️

Alessandro Magionami alemagio

💭
🧙‍♂️
View GitHub Profile
@alemagio
alemagio / SKILL.md
Created February 3, 2026 17:49
githuman-review skill
name description
githuman-review
Reviews staged changes using GitHuman, waits for user approval, and manages the commit process based on review outcome. The skill will start githuman serve, allow user to review and approve changes, then either commit the code or apply requested changes before asking for review again.

GitHuman Review Skill

@alemagio
alemagio / Pricing.vue
Created October 21, 2025 16:45
ShipWithAI - Stripe customer portal
<template>
<stripe-pricing-table
pricing-table-id="”YOUR_PRICING_TABLE_ID”"
publishable-key="”YOUR_PUBLISHABLE_KEY”"
:client-reference-id="”authStore.user!.id”"
:customer-email="”authStore.user!.email”"
>
</stripe-pricing-table>
</template>