Skip to content

Instantly share code, notes, and snippets.

View publiminal's full-sized avatar

Publiminal publiminal

View GitHub Profile
@publiminal
publiminal / GitHub-Spec-Kit-check.sh
Created September 24, 2025 17:27
GitHub Spec Kit check command
uvx --from git+https://github.com/github/spec-kit.git specify check
@publiminal
publiminal / GitHub-Spec-Kit-check.sh
Created September 24, 2025 17:26
GitHub Spec Kit check command
uvx --from git+https://github.com/github/spec-kit.git specify check
@publiminal
publiminal / getOriginPrompt
Created September 22, 2025 17:34
getOriginPrompt: fetch awesome-copilot README.prompts.md and extract titles/descriptions
#!/usr/bin/env bash
# getOriginPrompt
# Fetch README.prompts.md from github/awesome-copilot and extract Title and Description
# Usage: ./scripts/getOriginPrompt [--raw-url <raw_url>] [--output <file>]
# Defaults to https://raw.githubusercontent.com/github/awesome-copilot/main/README.prompts.md
set -euo pipefail
RAW_URL="https://raw.githubusercontent.com/github/awesome-copilot/main/README.prompts.md"
Verifying my Blockstack ID is secured with the address 1HdC1apwUgb4rDtW13NPdPE2kDDQU2FAZU https://explorer.blockstack.org/address/1HdC1apwUgb4rDtW13NPdPE2kDDQU2FAZU
@publiminal
publiminal / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;