← projects

Claude Skills

Skills I've built for Claude

A Claude Code "skill" is a reusable instruction set that teaches Claude to do a specific job my way. I've written 28 of my own. Instead of doing the same work twice, I turn it into software that runs itself — agents that maintain my sites, the system I run my whole job search through, a writing engine that holds my voice, and personal tools for my home, my wardrobe, and my research. Here's the full set.

28

skills built

4

run unattended

3

open-source

Autonomous agents

Skills that run on a schedule or a trigger and keep my projects healthy without me watching.

git-sync-fixer

AutonomousScheduled

A nightly enforcer that makes sure none of my code is stranded on my laptop.

Scans my machine for git repos with no remote and directories with unpushed commits, auto-creates private GitHub repos for anything unsynced, pushes the pending work, gitignores secrets, and emails me what it did. Runs every night at 11:15pm.

sync my code

vercel-deploy-fixer

AutonomousScheduled

Broken deploys fix themselves before I've read the failure email.

Scans Gmail for Vercel deployment-failure notifications, pulls the repo, reads the build and runtime logs, diagnoses the error, patches it, and redeploys. Runs every three hours during the day.

fix deploy errors

calmar-bug-fixer

AutonomousWebhook

Bug reports on my live interior-design site turn into shipped fixes.

A webhook fires the moment I submit the in-site bug form. The skill reproduces the bug, writes the patch, and deploys it — the report and the fix are the same loop.

webhook on bug submit

skill-auditor

AutonomousScheduled

Supply-chain security for the AI skills I install.

Vets, installs, and monitors third-party Claude skills through a five-stage pipeline — provenance manifest, hash baselines, sandbox checks, and a weekly drift scan that flags anything that changed underneath me.

audit skills

Career & job search

The system I run my entire PM job hunt through — finding roles, reaching out, applying, and prepping.

product-networking

System

The engine behind every professional message I send.

Drafts cold emails, LinkedIn DMs, intro requests, and referral blurbs in my voice, and tailors my resume to a specific role — one system for networking, outreach, and applications.

reach out to

job-search

Research

Finds the roles and the people before they hit the job boards.

Runs natural-language job search, Google X-Ray across Greenhouse / Lever / Ashby, scouts companies showing growth signals, and surfaces the likely hiring manager for a role.

who's hiring

job-tracker

Utility

My application pipeline, always current.

Tracks every company, resume status, outreach sent, and application submitted, so I always know what's outstanding — and so parallel Claude sessions don't collide on the same data.

job tracker

resume

Tailors and publishes my resume for a specific role.

Reads the job description, rewrites bullets to match, edits the Google Doc, and publishes a per-role copy to schlacter.me — the full loop end to end.

resume subskill

resume-learn

Self-improving

Teaches the resume skill so I never give the same note twice.

Routes feedback from a hands-on editing session back into the canonical resume files, editing them in place instead of spawning duplicate docs.

resume learn

interview

My interview prep and mock-interview coach.

Researches the company, maps my stories to the role, runs behavioral and product-sense mocks, and gives feedback on my answers.

prep for interview

project

Turns a job application into a real prototype.

Scopes and builds a targeted, vibe-coded project that demonstrates value to a specific team — the same approach behind several case studies on this site.

what should I build for

Home & life

Personal skills that hold context I'd otherwise have to re-explain every time.

personal-stylist

PersonalData

A stylist that knows my closet and a thousand outfits.

Searches a database of 1,000+ analyzed influencer looks from Instagram, LTK, and ShopMy, cross-referenced with my own wardrobe inventory, to answer “what do I wear with this?”

how do I style

interior-designer

Personal

A design advisor that already knows my house.

Holds the full context for our Oakland home — style, color palette, room priorities, team contacts, and specs — so I can ask a design question without re-explaining the whole project.

662 Calmar

calmar-sync

UtilityPipeline

Keeps the house's inspiration gallery in sync.

An image pipeline that moves design inspiration into the right categories in my interior-design portfolio, so the gallery stays organized without manual filing.

sync calmar images

Writing & voice

The layer that keeps everything I write sounding like me, not like an LLM.

voice

Modifier

My writing voice, encoded as a system any task can layer on.

A five-level register model and a fourteen-point checklist that any writing task — emails, docs, applications, this page — runs through, so the output reads as mine instead of generic.

match my voice

aislop

Modifier

An AI-slop detector that catches the tells before I ship them.

Scans a draft against a twelve-category checklist for generic, jargon-heavy, hedge-everything AI writing, then rewrites the flagged lines in my voice. A required step before anything goes out.

check for AI slop

brainstorming

Modifier

A thinking partner that pushes back.

A DM-style sparring partner — short bursts, strong opinions with tradeoffs, one question per turn, no premature conclusions. For thinking out loud on anything before I converge.

brainstorm

Code & craft

Tools that raise the quality of what I build and how I show it.

code-builder

Open source

Raises the floor on code quality by never trusting a single first draft.

Generates five parallel implementations of the same task, self-scores each against a measurable rubric, and merges the winner. Exercises judgment on when a task actually warrants the full five-draft pass.

mcp-contributor

Open source

Contributing back to the protocol the rest of these skills run on.

Guides upstream contributions to the Model Context Protocol governance org — the spec, the official SDKs, and the docs — including the full SEP proposal lifecycle from triage to sponsor review.

screen-capture

Utility

Turns a working prototype into case-study assets with zero manual steps.

Drives macOS screencapture, ffmpeg, and headless Chrome to produce clean stills, screen recordings, and GIFs — the same pipeline that captured the demos across this site.

record my screen

schlacter-me

The skill that maintains this site.

Knows the structure, design tokens, and deploy flow of schlacter.me, so adding a project or shipping a change is one instruction instead of a hunt through the codebase. This page was built with it.

add a project to my site

Research & data utilities

The tools I built to pull the raw material my research and dashboards run on.

reddit

Research

Reddit search and research, on tap.

Searches posts and subreddits and pulls full discussions — the data layer behind the product-research dashboards on this site.

search Reddit

youtube

Utility

Reads a YouTube video so I don't have to.

Pulls metadata and the full transcript from any video through a credential-free pipeline, so I can summarize it or take structured notes.

summarize this video

google-docs

Utility

Direct control of my Google Docs.

A skill I built over the Google Docs API to read, create, edit, search, and format docs — including the careful find-and-replace flow my resume workflow depends on.

open my Google Doc

google-drive

Utility

Fast, reliable Google Drive from a prompt.

Searches with Drive query language, reads and downloads files, and uploads new ones — mapped around the API's quirks so it just works.

search my drive

claude-code-insights

Open source

My own usage data, aggregated and made public.

Parses my local Claude Code transcripts into a live stats page — hours, sessions, commits, top projects — that updates weekly. A PM claim about myself, with the number on the page.

Reflection & workflow

Skills pointed back at my own work — learning from it and carrying it between sessions.

vibe-coach

ScheduledSelf-improving

A weekly self-review loop that rewrites its own rulebook.

Reads my session transcripts, writes per-session post-mortems, extracts the habits that keep recurring, and edits my global instructions so future sessions correct for them automatically.

Saturday reflection

summary

Workflow

Clean handoffs between sessions.

Stops work and writes a complete session summary so I can close a session and a fresh Claude picks up exactly where I left off — the reason my long projects survive context limits.

summary

Most of these skills are personal infrastructure and live in a private config repo; the open-source ones are linked above. Built and maintained with Claude Code.