Skip to content
View Shawnchee's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Shawnchee

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
Shawnchee/README.md

Hey there πŸ‘‹πŸ»

I'm Shawn, a software engineer who breaks and builds things onchain and off.

Currently my days are devoted to:

  • πŸ€– building agentic AI systems and LLM-powered pipelines.
  • ⛓️ hacking on DeFi protocols and onchain infra.
  • πŸ›‘οΈ shipping developer tools and indie building products.
  • πŸ† winning hackathons (9x national, still going).
  • πŸ‘ŒπŸ» contributing to open-source projects.
  • ⚽️ enjoying life.

i write sometimes here Β· 🌐 more at byshawnchee.vercel.app Β· πŸ’¬ find me @NotShawnChee


things i've built:

  • Whistle β€” deterministic, dispute-free settlement engine for arbitrary World Cup stat props on Solana Β· the contract pays winners itself by CPI-verifying a signed result on-chain, no oracle or dispute window
  • polynuts β€” non-custodial crypto prediction market on Base Β· pump/dump/range bets settled trustlessly on Thetanuts options vaults
  • Steam β€” autonomous sharp-money agent that detects "steam" moves across all 104 World Cup matches, paper-trades on a disciplined rule, and commits every signal to a chained on-chain ledger for a trustless track record
  • design-scan β€” Claude Code skill that scans any live website into a replication-grade design.md β€” layout, typography, colors & animations via a bundled Playwright crawler
  • solana-roast-skill β€” adversarial pre-ship interrogation skill for Solana programs Β· walks the design decision-tree one question at a time before an audit
  • content-negotiation-for-agents β€” Next.js skill that serves clean Markdown to AI agents and HTML to browsers from the same URL via HTTP content negotiation
  • ParkTheBus β€” peer-to-peer football prediction market on Solana Β· post an RFQ for any event ("Ronaldo to cry"), market makers quote the odds, settled trustlessly on-chain with zero house edge
  • bequeath β€” Uniswap v4 hook that makes an LP position inheritable and self-funds a monthly annuity from its own fees Β· submission for the Uniswap Hook Incubator program
  • perfpatch β€” one command to diagnose Lighthouse, bundle bloat & dead code and hand ready-to-apply fixes to your IDE's AI agent Β· zero external API calls
  • claude-pomodoro β€” pixel-art Claude mascot pomodoro timer Β· native on macOS, Electron on Windows & Linux
  • frontend-god-mode β€” every famous frontend design skill, in one skill
  • gitresume β€” turn any public git repo into CV-ready resume bullets
  • thetanuts-mcp-server β€” MCP server for Thetanuts SDK v4 Β· migrated to Thetanuts-Finance
  • Consilium β€” AI vet copilot: pre-consult briefs, live note-taking, Telegram triage Β· 1st @ UMHackathon 2026
  • ScamBusters β€” pre-transaction scam detection for Malaysian consumers Β· four fraud signals (mule registries, link scanner, per-user anomaly ML) fused into a risk verdict before you send Β· TNG FinHack 2026
  • caveman-skill β€” minimal Claude skill for hunting bugs, not vibing
  • AgentProof β€” cryptographic work receipts for AI agents Β· proves who did the work and that nothing was tampered with
  • preflight-skill β€” production-readiness scanner Β· 780 checks across 6 deploy types, with file + line precision
  • PR Auditor β€” automated Solidity/Rust/Move smart contract auditor on every PR
  • VibeGuard β€” VS Code extension that scans staged changes for leaked secrets and vulns
  • WInTheChat β€” institutional-grade AI trading assistant with behavioral coaching
  • HedgeLP β€” delta-neutral Uniswap v4 LP with atomic GMX hedging
  • ECHO β€” Solana wallet risk analysis, MEV detection, and privacy intel
  • vscode-gemini-conventional-commit-writer β€” instant conventional commits via Gemini, for VS Code / Cursor / Windsurf
  • AutoValidate β€” semantic validation API with OCR, embeddings, and typo correction Β· 2nd @ Codenection 2025
  • BuddyKu β€” AI mental health journaling with crisis detection Β· Innovation Excellence Award
  • BizKuKu β€” all-in-one digital growth platform for Malaysian MSMEs Β· Champion @ PayHack 2025
  • paperfans β€” Web3 science-funding platform Β· researchers raise from the community and share future revenue with backers Β· 5th @ IOTA Hackathon Malaysia
  • SolSecure β€” wallet-powered zero-trust secret management with AI assistant
  • SubMint β€” decentralised subscription manager that tokenizes shared subscriptions as NFTs Β· on-chain tracking, transparency & ownership Β· Finalist (solo) @ SuperTeam MY Solana Hackathon 2025
  • BlockChair β€” transparent milestone-based decentralised charity platform Β· VHACK25 Finalist
  • DermaNow β€” Malaysia's first Shariah-compliant blockchain charity Β· milestone-based donations, AI compliance & ethical DeFi staking Β· 4th @ UMHackathon 2025

πŸ‘Ύ GitHub Contribution

My GitHub Game

Pinned Loading

  1. caveman-skill caveman-skill Public

    save tokens? claude? vibe code? you knocked your head too much, let's go find some bugs to eat

    68 9

  2. vscode-gemini-conventional-commit-writer vscode-gemini-conventional-commit-writer Public

    writes conventional commits for your work projects. Gemini free API, can control your outputs

    TypeScript 3

  3. WInTheChat WInTheChat Public

    Forked from johnnytan5/WInTheChat

    An institutional-grade AI trading assistant that combines real-time market analysis, behavioral coaching, and automated fact-checking to help retail traders make informed decisions

    TypeScript

  4. ParkTheBus ParkTheBus Public

    Fully peer-to-peer prediction market on Solana. Bettors post a Request for Quote (RFQ) for any event (hackathon only)

    TypeScript

  5. polynuts polynuts Public

    A non-custodial prediction market for crypto price direction on Base mainnet. Bet whether BTC or ETH will PUMP (close above a strike), DUMP (close below), or RANGE (stay within a band) over a fixed…

    TypeScript

  6. solana-roast-skill solana-roast-skill Public

    Adversarial pre-ship interrogation skill for Solana programs

    Shell