← all publishers

mohganji

@mohganji source repo

24 published skills

  1. Mindmapio · mohganji
    Drive Mindmap.io maps directly over its HTTP node API: list and read maps, build node subtrees with client-minted ids, and run the generative node operations (submit, auto-expand, retry, interrupt). Use when the user wants to create or grow a mindmap.io map, run prompts on nodes, fan a node out into follow-ups, or read a map/branch programmatically without the MCP server.
    0
    installs
  2. Dry · mohganji bundle
    Find structural duplicate code (DRY violations) across a Python or JS/TS codebase using normalized AST fingerprinting, report candidates with similarity scores, and refactor them after user approval. Use when user mentions DRY, duplicate code, copy-paste code, structural duplication, or says "dry".
    0
    installs
  3. Hormozi · mohganji bundle
    Critique marketing copy as Alex Hormozi would -- brutally honest, principle-grounded feedback on headlines, ads, landing pages, emails, scripts, and product copy. Suggests overhauls, cuts, reorders, and direction shifts; surfaces the relevant principles. Never edits the copy itself. Use when user says "consult hormozi", "what would hormozi say", "hormozi review", or pitches copy/an ad/a landing page for brutal marketing feedback.
    0
    installs
  4. Marclou · mohganji bundle
    Consult Marc Lou on a product as a successful indie hacker would -- blunt, conversion-obsessed feedback on the idea, name, hero, landing page, pricing, OG image, copy, or positioning. Grounds every note in 32 principles of what makes a product go viral and sell. Suggests cuts, sharper angles, and direction changes; never builds or rewrites it for you. Use when user says "consult marclou", "let's consult marclou", "what would marc lou say", "marc lou review", or pitches a product/landing page/pricing for indie-hacker feedback.
    0
    installs
  5. Braindump · mohganji
    Long-term memory for agents — dense one-line facts appended to topic files, grepped back on later sessions. Use proactively whenever something surfaces that the code can't record but the next session will need (a constraint, a gotcha, a decision and its reason, an approach already rejected), and read it before starting work in a familiar area. Also triggered by "braindump this", "save this to memory", "use your brain", or "remember anything about...".
    0
    installs
  6. Setup Dry · mohganji
    One-time setup skill that adds structural duplication detection via pre-commit hook and CI. Configures DRY violation checks using AST fingerprinting and Jaccard similarity. Use when user wants automated duplicate code detection.
    0
    installs
  7. Experiment · mohganji bundle
    Build every candidate for an in-place design/copy/behavior decision into the live page behind a temporary floating variant switcher, so the user flips through them in situ and picks by feel. Use when user says "experiment" or "ab test", wants to try multiple options for one decision (background pattern, hero copy, color treatment, layout variant, animation style) before committing, or has picked a winner from a running experiment and wants it shipped.
    0
    installs
  8. Orchestrate · mohganji bundle
    Run the session as an orchestrator — delegate everything to a few long-lived subagents and recycle them before they get dumb.
    0
    installs
  9. Apple Design · mohganji
    Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading), reduced-motion, or the design foundations (feedback, spatial consistency, restraint) behind Apple-style interfaces.
    0
    installs
  10. Cut The Crap · mohganji bundle
    Calculate CRAP (Change Risk Anti-Patterns) scores for functions in a codebase, identify high-risk methods, propose refactoring and test improvements, estimate new scores, and implement fixes after user approval. Use when user mentions CRAP score, code risk, wants to reduce complexity, improve testability, or says "cut the crap".
    0
    installs
  11. Canvas Studio · mohganji bundle
    A local collaborative design canvas (Fabric.js) where you and your local AI co-edit the SAME browser page. The AI screenshots the live canvas for real visual feedback and scripts the Fabric editor; you drag/recolor directly. Pixel-level vector paths, arbitrary hex + gradients/shades, textures, and layered depth & negative space (z-order, not fragile boolean cuts). Use when designing a logo, mark, icon, or layout interactively with the AI.
    0
    installs
  12. Setup Caveman · mohganji
    One-time setup skill that adds caveman as the default communication style to CLAUDE.md. Use when user wants caveman mode on by default or during bootstrap setup.
    0
    installs
  13. Priority Score · mohganji bundle
    Score feature priorities using Geoff Ralston's (b*d)/c formula — Breadth, Depth, and Cost on 1-5 scales yielding a 1-100 priority score. Use when user wants to prioritize features, decide what to build next, rank a backlog, compare initiatives, or mentions "priority score".
    0
    installs
  14. Setup Remotion · mohganji
    One-time setup skill that scaffolds the remotion-videos directory with shared design kit and inspirations folder, and adds Remotion conventions to CLAUDE.md. Use when user wants to set up Remotion video creation or during bootstrap setup.
    0
    installs
  15. No Broken Window · mohganji
    Detect, establish, and enforce codebase patterns so one violation doesn't erode the standard. Use when user discusses a rule, pattern, or convention they want uniform across the codebase, wants to unify inconsistent behavior, mentions enforcing a standard, preventing drift, or keeping things consistent, or invokes /no-broken-window.
    0
    installs
  16. Refactoring Guru · mohganji bundle
    Refactoring review using refactoring.guru's methodology — sweep changed code against the full code-smell catalog, prescribe treatments from the refactoring catalog, and suggest a design pattern only when justified. Use when asked for a refactoring review, to find code smells, to hunt technical debt in a PR/MR or local changes, or when another skill needs the smell→treatment vocabulary.
    0
    installs
  17. Setup Crap Check · mohganji bundle
    One-time setup skill that adds CRAP score enforcement via GitHub Actions CI and pre-commit hook. Detects repo language and test framework, asks user about thresholds, generates the workflow YAML and hook script. Use when user wants to enforce CRAP score thresholds on their codebase.
    0
    installs
  18. Setup Sandcastle · mohganji
    One-time setup skill that walks the user through installing and configuring Sandcastle for isolated sandbox environments. Configures the sandbox provider (Docker, Podman, or Firecracker), verifies the runtime, and adds sandbox defaults to CLAUDE.md. Use when user wants to enable parallelized agent work or sandboxed TDD.
    0
    installs
  19. Find Critical Bugs · mohganji
    Deep bug hunt for high-severity correctness bugs — data loss, crashes, security holes, races, silent corruption. Use when asked to find critical bugs, audit an open PR/MR or the repo's current changes for severe regressions, or when running as a scheduled bug-hunt automation.
    0
    installs
  20. Setup React Doctor · mohganji
    One-time setup skill that adds React performance and pattern analysis via pre-commit hook and CI. Detects React usage, configures react-doctor checks for component anti-patterns, unnecessary re-renders, and performance issues. Use when user wants automated React quality enforcement.
    0
    installs
  21. Design Deliberately · mohganji bundle
    Review and guide UI design toward intentional minimalism where every element earns its place. Use when user asks for design review, UI feedback, wants to simplify an interface, mentions "design deliberately", or is building/refining UI components.
    0
    installs
  22. Bootstrap Agentic Repo · mohganji
    One-time meta skill that sets up a repository with all agent skills and walks through interactive setup. Installs internal skills from mohganji/skills, external skills from their source repos, and offers setup skills based on the detected stack. Use when user says "bootstrap", "set up this repo for agents", or "install all skills".
    0
    installs
  23. Gal Shir Brand Logo Design · mohganji bundle
    Design brand logos the way Gal Shir does — understand the brand story, values, audience, and strategy, then turn it into ONE smart, minimal symbol and execute it pixel-perfectly as portable vector SVG, with full lockups (mark, wordmark, app icon, favicon) and an optional mascot extension. Use when the user wants a logo, brand mark, symbol, wordmark, app icon, or brand identity, or mentions Gal Shir / a "smart minimal symbol" for a tee, mug, app, landing page, or phone.
    0
    installs
  24. Provision Automation Environment · mohganji bundle
    Provision the cloud environment a repo's automations run in — repo checkout, host CLI (gh/glab) auth, tracker access, dependencies — from the environment definition in .agents/environments/. Use when setting up automations on a new platform or account, when a probe shows missing clone/tool capability, or when the environment definition changes.
    0
    installs