
My personal brand and freelance studio for custom apps and websites — "The Frictionless Engine". Bespoke web platforms (React/Next.js), mobile applications (iOS/Android, React Native), and AI integrations for businesses modernizing their digital infrastructure. Services include conversational AI agents, identity verification, predictive analytics, semantic search, and process automation.
Tech Stack
- React.js
- Next.js
- Node.js
- React Native
- Tailwind CSS
- Firebase
- OpenAI API
More Projects
Skill Factory
Open-source Claude Code tool that studies how you actually work and writes new skills for you. A read-only scanner streams your own Claude Code session transcripts and skill-usage log, isolates the multi-step tasks you still do by hand (the ones no skill has automated yet), and distills hundreds of megabytes of history into a compact digest. One Claude pass then clusters them, ranks the top 5 by how often they recur and how much manual effort they save, and drafts a complete, ready-to-install SKILL.md for each. Runs entirely on your own Claude subscription via Claude Code, reads your transcripts read-only, and never writes a skill without showing a diff and asking first. Ships with a local web UI — Generate, review 5 ranked cards, one-click install — plus a CLI and a double-clickable macOS launcher.
shippost
Local-first tool that turns your dev work into ready-to-post LinkedIn drafts. A multi-pass engine mines the git repos you allowlist and, every couple of days, brainstorms angles then drafts, humanizes, scores and ranks 5 distinct options across four content pillars. Runs entirely on your own Claude subscription via Claude Code — nothing is uploaded and nothing posts automatically. Ships with a local Next.js app that shows the ranked drafts as cards with a live LinkedIn-style preview, one-click copy, and a voice corpus that learns from the posts you actually publish.
claude-code-skills
Open-source collection of battle-tested Claude Code skills for shipping safely. Includes /review-deep — a multi-agent code review that fans out four specialized reviewer agents (dependency impact, race conditions, logic & security, tenant isolation) then adversarially verifies every contestable finding with skeptic agents before reporting; /review-plan — a pre-implementation plan review that challenges assumptions, audits failure paths and ends with a Go/Adjust/Rethink verdict; /loopable — an automation scout that mines git history, scripts and Claude usage for recurring chores, ranks them, then ships the top candidate end-to-end (plan, review-plan, implement, review-deep, commit, ticket); and /init-agents — a scaffolder that detects a repo's stack and installs a tailored agent team (subagents, pipeline commands, quality hooks). One-line idempotent installer included.