rohitguta2432
- 15 skills
- 0 followers
- 17 hours ago last updated
- ▌
- ▌ Recap · rohitguta2432Summarize the last N agent sessions for the current project, grouped by date. Use when the user asks "recap", "what have we been doing", "this week", "today", or wants a rollup of recent work.
- ▌ Autodev · rohitguta2432Launch, monitor, resume, or stop a fully autonomous autodev pipeline run (spec → analyze → implement → push → review → test in an isolated git worktree, live on the Mission Control dashboard). Use when the user says "/autodev", "autodev run <requirement>", "start a pipeline for X", "autodev status", "resume run N", or "stop run N".
- ▌
- ▌ Recall · rohitguta2432Search agentmemory for past observations, sessions, and learnings about a topic. Use when the user says "recall", "remember", "what did we do", or needs context from past sessions.
- ▌ Fable Mode · rohitguta2432Emulate Claude Fable 5's reasoning depth and tool-use efficiency on smaller models (Opus 4.8, Sonnet). Enforces hypothesis-first debugging, assumption verification, parallel tool calls, read-before-edit, minimal diffs, and evidence-based completion. Use when starting any non-trivial coding, debugging, refactoring, architecture, or multi-step task — especially when the session model is Opus or Sonnet and the user wants maximum reasoning quality per token.
- ▌ Specs Skills · rohitguta2432 bundleUse when asked to spec out a feature, write a spec, create spec.md / plan.md / tasks.md, do spec-driven development, use GitHub Spec Kit or speckit, or set up .specify/ in a repo. Works in repos that have never been initialized with spec-kit. Triggers on "spec this out", "specify", "SDD", "write the spec and plan", "generate tasks from the spec".
- ▌ Hermes Start · rohitguta2432Boot full Hermes Agent local stack on macOS — Ollama service, hermes3:8b model warmup, Hermes Desktop GUI, optional gateway. Use when user says /hermes-start, "hermes-start", "harmes-start" (common typo), "start hermes", "spin up hermes", "launch hermes desktop", "run hermes agent locally", or "boot hermes stack".
- ▌ Humanizer · rohitguta2432 bundleRewrite text so it reads like a real person wrote it, stripping the telltale patterns of AI-generated writing (puffery, weasel wording, "not just X but Y", rule-of-three, em-dash overuse, AI vocabulary) based on Wikipedia's "Signs of AI writing" field guide. Use when the user says "humanize", "make this sound human", "de-AI this", "this sounds like AI", "make it natural", or runs /humanizer with or before a block of text.
- ▌ Usage Dashboard · rohitguta2432 bundleShow token usage and estimated cost across local Claude Code instances. Use when the user asks to see their Claude Code usage, token usage, cost, spend, or a usage dashboard — especially across multiple accounts/config dirs (~/.claude and ~/.claude-myfinancial).
- ▌ Scroll World · rohitguta2432 bundleBuild an immersive scroll-scrubbed "fly through the world" landing page for any industry or brand using Higgsfield — one continuous camera flight through connected scenes, wired to a portable scroll-scrub engine. Use when the user wants a "3D world" hero, a scroll cinematic, a diorama landing, or to turn a business into a scrollable world.
- ▌ Claude To Obsidian · rohitguta2432 bundleArchive every Claude Code conversation into the Obsidian vault at ~/Documents/wiki as tagged, wikilinked markdown notes (chats/code/). Use when the user wants to track, export, sync, back up, or archive their Claude Code conversations/chats to Obsidian, set up automatic conversation tracking, or asks to "sync claude to obsidian", "save my chats", or catch up on un-exported sessions.
- ▌ Grammar Corrector · rohitguta2432Correct grammar, punctuation, spelling, and clarity in user text while preserving voice, tone, and meaning. Use on "fix grammar", "proofread this", "polish this text", "clean this up", "check spelling", or whenever the user pastes writing (post, email, essay, caption) and wants a language-level pass. Lean toward triggering.
- ▌ Whatsapp AI Chatbot AWS · rohitguta2432 bundleDesign a production architecture for an AI chatbot on WhatsApp running on AWS (End User Messaging Social or Meta Cloud API, SNS/SQS, Lambda, Bedrock, DynamoDB, Knowledge Bases). Produces an architecture doc with diagrams, component table, KB vs tool split, cost estimate, and a production checklist. Use when the user says "WhatsApp bot on AWS", "WhatsApp chatbot architecture", "Bedrock WhatsApp", "design my WhatsApp AI agent", "WhatsApp + Lambda", or asks how to connect an LLM to WhatsApp on AWS.
- ▌ Agentgrade · rohitguta2432 bundleAudit any AI agent codebase for production readiness. Grades the repo against five pillars — evaluation, observability, data foundation, orchestration, governance — plus an incident playbook check, then reports the gaps ranked by risk with the exact artifact to build next. Use when the user says "audit my agent", "agentgrade", "is this agent production ready", "production readiness check", "agent gap analysis", or is about to deploy/launch an AI agent to real users.