MissSophieSterling
- 11 skills
- 0 followers
- 10 hours ago last updated
- ▌ Limit Window Warmup · misssophiesterlingSchedule one tiny, cheap prompt before the workday so a Claude or ChatGPT/Codex plan's 5-hour usage window starts early and resets sooner. Use when the user runs out of the 5-hour limit partway through the morning, or asks to warm up, ping or pre-start their usage window on a schedule.
- ▌ Pinpoint · misssophiesterlingTurn a vague task into a pinpointed brief before searching, and map a codebase once so later tasks start in the right file. Use when a request has no location or expected result ("fix my site", "debug this", "the button doesn't work"), or when asked to map where things live in a repo.
- ▌ Skillify · misssophiesterlingTurn a workflow that just worked into a reusable Agent Skill (a SKILL.md folder). Use when the user says "turn this into a skill", "save this workflow" or "make this repeatable", or when the same multi-step job has now been done twice.
- ▌ Quiet Tools · misssophiesterlingCut tool-output noise (test logs, build logs, installs, huge searches) without hiding failures. Use when command output floods the context ("the test output is huge", "stop dumping logs", "why is my context full"), or when setting up quiet-output habits or a test-output filter hook for Claude Code or Codex.
- ▌ Token Saver · misssophiesterling bundleFull playbook for making an AI coding agent's plan usage last longer on any model. Covers pinpointed prompts, budgets, lean context, cheap subagents, quiet tools, short answers, progress files, skills, cost experiments and window timing. Use at the start of heavy agent sessions, or when the user hits or worries about Claude Code, Codex or Gemini CLI usage limits.
- ▌ Usage Budget · misssophiesterlingWork to an explicit usage budget. Estimate first, spend on the highest-value steps, check in at 50% and 80%, and stop before overspending. Use when the user sets a budget or limit ("do this in 3% of my usage", "keep it cheap", "I'm nearly out of tokens", "under 20 tool calls").
- ▌ Context Audit · misssophiesterlingMeasure and trim what loads before the first message (AGENTS.md, CLAUDE.md or GEMINI.md, memory, installed skills, MCP servers, plugins). Use when context is already full at session start, limits run out faster than expected, the user asks to clean up instruction files, skills or MCP servers, or as a monthly checkup.
- ▌ Short Answers · misssophiesterlingKeep replies as short as the job allows without dropping what the user needs to act on. Use when the user says answers are too long, asks for concise, terse, caveman-style or ADHD-friendly replies, mentions output tokens or verbosity, or wants lean reply defaults in AGENTS.md or CLAUDE.md.
- ▌ Cheap Subagents · misssophiesterlingPlan and review on the strong model while cheaper models do narrow jobs in subagents, under a spawn cap. Use for large or parallel work (bulk edits, many searches, triaging batches of emails or tickets, drafting to a template), or when the user says "use subagents", "delegate" or "use a cheaper model".
- ▌ Progress Ledger · misssophiesterlingKeep a short progress file on long, batch or multi-session work so a crash or a new session resumes from the last verified step instead of redoing it. Use for jobs longer than about 30 minutes or over many items, and when resuming ("pick up where you left off", "resume the batch", after a crash or compaction).
- ▌ Workflow Optimizer · misssophiesterlingMake a recurring job cheaper. Measure a baseline, test cheaper variants against the same quality check, keep the winner as a skill. Use when the user wants a repeat workflow (reports, content batches, triage, builds) to cost less ("optimize this workflow", "get this under 1% of my usage").