Skip to content
View sidcore-dev's full-sized avatar

Block or report sidcore-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sidcore-dev/README.md
Typing SVG

Profile Views



┌──(S1D_C0RE㉿sidcore-dev)-[~]
└─$ cat about.md

  name    : (REDACTED)
  alias   : S1D_C0RE
  role    : role.set(false)   // accepting applications from myself
  focus   : building with AI-augmented tooling
  weapon  : Claude Code
  status  : online, mildly caffeinated


🏆 Achievements Unlocked

First Commit README AI Copilot Bugs


⚡ Loadout

// tools currently loaded into memory

Claude Code Agentic Workflows Prompt Engineering Git GitHub Shell


📡 Stats Uplink

// pulling live telemetry, no bots were harmed

GitHub stats

self-hosted via GitHub Actions — see .github/workflows/userstats.yml


🐍 Contribution Feed

// tracking every commit like it's classified intel

contribution snake

auto-generated nightly via GitHub Actions — see .github/workflows/snake.yml


📦 Deployed

// selected builds from the fleet, all zero-dependency unless noted

$ ls ~/projects --sort=relevance
tool does install
gitleaks-lite-cli Heuristic regex/entropy secret scanner — catches credentials before they hit a commit git clone + pip install .
gitstats-cli Summarizes a repo's commit history: authors, day-of-week activity, hot files git clone + pip install .
changelog-cli Generates a Markdown changelog from Conventional Commits history git clone + pip install .
envexport-cli Turns a .env file into shell exports, docker -e flags, or flat JSON git clone + pip install .
contrast-checker WCAG color-contrast checker with live preview and AA/AAA pass-fail open index.html, no build step
diffview Client-side two-textarea diff viewer, hand-rolled LCS line diff open index.html, no build step
jwtdecode-cli Decodes a JWT's header and payload for quick debugging git clone + pip install .
passgen-cli Generates strong random passwords and passphrases git clone + pip install .
treeview-cli Prints a directory tree that respects .gitignore automatically git clone + pip install .
unused-imports-cli Finds unused Python imports via the ast module, no deps git clone + pip install .
hashcheck-cli Computes/verifies file checksums (md5/sha1/sha256) against a manifest git clone + pip install .
SyncCalendar Group scheduling app — share a link, find overlap, vote, lock it in Next.js + Supabase, see repo

Browse all 70+ tools · Filter by cli topic


🔗 Comms


// links: not deployed yet
// channel status: OFFLINE
// check back soon — building in the meantime
// (this message will not self-destruct, GitHub doesn't support that yet)
// ping me and I might even reply before the next sprint


compiled by S1D_C0RE · last sync: auto · thanks for stopping by, agent 🕶️
if you're reading this, you scrolled further than most bots do

Popular repositories Loading

  1. Quickbind Quickbind Public

    This lightweight FiveM script lets you bind a custom hotkey to any command for quick access. By default, pressing **F6** runs `/vs`, but both the key and command are easily configurable in the code…

    Lua

  2. sidcore-dev sidcore-dev Public

  3. SyncCalendar SyncCalendar Public

    Group scheduling app: create a plan, share a link, find overlapping availability, and vote on an activity, no account needed.

    TypeScript

  4. FiveM-Vehicle-Spawner FiveM-Vehicle-Spawner Public

    FiveM Lua script for spawning vehicles via a configurable hotkey and command.

    Lua

  5. fix-it-first fix-it-first Public

    Forked from vanyashrivastava/expogo-vibecoding

    Vibe Coding with Expo Go Workshop

    TypeScript

  6. jsondiff-cli jsondiff-cli Public

    Compare two JSON files and print a clear, path-based diff from the command line.Compare two JSON files and print a clear, path-base diff from the command line.

    Python