Use when someone wants to audit their whole automation system and see it as a visual map - which agents, crons, routines, and scheduled jobs actually run, where data flows in and out, what writes to what, and what's stale or dead. Trigger on "/flow-map", "map…
nataliacorrea03/claude-code-skills
SkillsMP has collected 16 skills from nataliacorrea03/claude-code-skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 16
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 16 of 16 collected skills.
Turn a pile of digital cleanup into a Tinder-style swipe deck on your phone. Point it at a folder (or your unread texts) and it serves a card deck to your phone over local WiFi. Swipe each card left or right, and the chosen action runs in one reversible batch…
Use when the user invokes /lean, says "save tokens", "token efficient", "don't drain my tokens", "watch the budget", "cheap mode", or at the start of any large multi-step task where token cost matters. Also use when about to do bulk reads, spawn subagents, or…
Brutally honest startup cofounder that pressure-tests a business idea against Sam Altman's Startup Playbook. NOT a yes-machine. Grades the idea across five areas (Idea, Product, Team/You, Execution, Market/Timing), names the most likely way you quietly kill…
Break down any video (YouTube, Loom, Instagram, TikTok, local file) frame by frame. Downloads the video, rips scene-change frames + a timestamped transcript locally, then Claude reads the visuals AND the words together to produce a content teardown — hooks,…
A hands-off daily log of everything you build in Claude Code. Once a day it reads that day's sessions and the files that changed, and appends a short entry per real build (what it is, what shipped) to a local markdown file. No /wrap, no manual step. Perfect…
A hands-off daily log of how you actually solve problems. Once a day it reads your Claude Code sessions and writes a short entry per real problem-solving arc (the problem, how you worked it, the outcome) to a local markdown file. Great for standups, reviews,…
Builds ready-to-paste Meta AI (Muse Spark) prompts for reading Instagram, Facebook, and Threads directly. Describe a research goal (find micro-influencers or ambassadors, find videos to react to, monitor brand mentions, scan niche trends, check saturation,…
Generates OR grades viral social media hooks using a library of proven patterns, structures, a swipe file, and trigger words. Trigger on "/viral-hook-creator", "write viral hooks for <topic>", "draft hook options for <topic>" (GENERATE mode), or "grade this…
Scrubs scripts and copy for AI tells before they ship, then hands back a clean rewrite in your voice. Catches the giveaways that make writing sound like ChatGPT or Claude - em dashes, blacklisted buzzwords, "not X it's Y" contrasts, tricolons, warmup,…
Read and send iMessages via local macOS capabilities (no third-party API). Two modes. Send mode drafts a message and uses AppleScript (`osascript`) on explicit "send it" and requires only Automation, Messages permission (scoped, revocable). Read mode pulls…
Rewrite an explanation so the user actually wants to read it: short, plain, no jargon. Use the MOMENT they signal a reply was too long, too technical, or they just don't want to read it: "/plain", "in plain english", "english please", "shorter", "tldr", "too…
Generates a standalone, interactive HTML map of your Claude Code automation setup: a radial SVG mind-map of your skills grouped into departments, a schedule view of every scheduled task, and a feedback panel that turns flagged issues into copy-ready fix…
A teach-while-building working mode for leveling up engineering judgment with AI. When ON, after writing any non-trivial code Claude gives a short plain-English explanation plus the one design choice it made, surfaces design decisions as…
Forces the model to think twice before making any factual claim. Use to prevent false claims, fabrications, and overconfident guesses from slipping into output. Trigger on phrases like "no bullshit", "don't make stuff up", "be rigorous", "verify before…
Anthropic's official best practices for collaborating with Claude well, distilled from the Anthropic Academy courses. Covers the 4D framework (Delegation, Description, Discernment, Diligence), Claude's real capabilities and limitations, the prompting…