manavarya09
- 24 skills
- 0 followers
- 15 hours ago last updated
- ▌ Canvas · manavarya09Visual editor overlay for any running web app. Drag, resize, edit text, change styles in the browser — changes sync to source code. Triggers: /canvas, visual edit, drag drop editor, mold UI
- ▌ Moldui Sync · manavarya09Apply pending visual edits from moldui to source code. Triggers: /moldui-sync, apply my moldui changes, sync visual edits, apply canvas edits
- ▌ Team Brain · manavarya09Shared team memory for Claude Code. Record lessons, decisions, and conventions that persist across sessions and team members. Use when user says 'team brain', 'learn', 'decide', 'convention', 'recall', 'team memory', or '/team-brain'. Subcommands: learn, decide, convention, recall, status, init.
- ▌ Team Brain Sync · manavarya09Regenerate BRAIN.md and optionally generate .cursorrules and AGENTS.md from team brain entries. Use when user says 'sync', 'regenerate', 'update brain', or '/team-brain sync'.
- ▌ Team Brain Onboard · manavarya09Generate onboarding context for new team members from team brain knowledge. Use when user says 'onboard', 'onboarding', 'new developer', 'getting started', or '/team-brain onboard'.
- ▌ React Rsc · manavarya09Use when working with React Server Components — choosing between Server and Client components, designing the server/client boundary, debugging hydration mismatches, fetching data on the server, using Server Actions, optimizing initial load, or migrating from a Pages Router or pure client-side React app to App Router + RSC.
- ▌ Bullpen Learn · manavarya09Use this skill after a bullpen agent completes a task to extract 0-3 durable learnings (decisions, patterns, preferences, failures, or code snippets) and write them to the project's local memory store (`<project>/.bullpen/memory.json`) under that agent's namespace. The matching Intern agent runs this. Keep each learning self-contained and project-scoped.
- ▌ Bullpen Memory · manavarya09Use this skill before any bullpen agent runs to retrieve relevant past learnings from the project's local memory store. Trigger when an agent activates and needs context from prior sessions — preferences, decisions, patterns, failures, or code snippets stored in their namespace. Memory lives in `<project>/.bullpen/memory.json` — per-project, plain JSON, no daemons.
- ▌ Idempotent Apis · manavarya09Use when designing or reviewing any state-changing HTTP endpoint (POST, PUT, PATCH, DELETE) — covers idempotency keys, request deduplication, retry safety, exactly-once semantics over at-least-once delivery, and the Stripe/standard idempotency-key pattern. Use anytime an endpoint creates resources, charges money, sends notifications, or has any non-reversible side effect.
- ▌ Citelens Geo · manavarya09Explains Generative Engine Optimization (GEO) — how to measure and improve whether AI assistants (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) name and cite a brand — and how the Citelens methodology scores it. Use when the user asks "what is GEO", "how do I rank in AI answers / ChatGPT / AI Overviews", "why doesn't the AI mention my brand", "how is share of voice measured for AI search", or discusses optimizing for LLM citations rather than classic Google rankings.
- ▌ Citelens SEO · manavarya09Run a technical + on-page SEO audit on a website from the terminal — crawl the site and report broken pages, missing or oversized titles and meta descriptions, missing H1s, thin content, missing canonicals, and images without alt text, plus a 0–100 health score. Use when the user says "run an SEO audit", "crawl my site", "check <domain> for SEO issues", "what's wrong with my site's SEO", or "citelens seo".
- ▌ Citelens Check · manavarya09Run a live GEO (Generative Engine Optimization) visibility check on a brand from the terminal — measure how often ChatGPT, Claude, Perplexity, Gemini and Google AI Overviews name or cite a brand vs. its competitors. Use when the user says "check my GEO", "run a citelens check", "how visible is <brand> in AI answers", "do AI assistants recommend <brand>", or "share of voice in AI search".
- ▌ Citelens Setup · manavarya09Set up and launch the self-hosted Citelens SEO + GEO dashboard — install dependencies, scaffold the .env file, run the SQLite migrations, and start the web app. Use when the user says "set up citelens", "run the citelens dashboard", "launch citelens", "get citelens running", or "configure my GEO/SEO API keys".
- ▌ Cost Report · manavarya09Generate detailed cost reports with charts and breakdowns. Shows daily/weekly/monthly spend, per-tool costs, per-branch costs, and trends. Use when user says 'cost report', 'spending report', 'usage report', 'show costs', 'branch costs', or '/cost-report'.
- ▌ Cost Estimate · manavarya09Estimate the cost of a task before starting it. Analyzes task complexity, predicts token usage, and compares cost across all Claude models. Use when user says 'estimate cost', 'how much will this cost', 'cost estimate', or '/cost-estimate'.
- ▌ Cost Guardian · manavarya09Real-time cost tracking and budget management for Claude Code sessions. Shows current spend, burn rate, budget status, per-tool and per-model breakdown. Use when user says 'cost', 'budget', 'spending', 'how much', 'token usage', 'export', or '/cost-guardian'. Subcommands: budget, resume, reset, config, export, status.
- ▌ Cost Insights · manavarya09Advanced cost intelligence: efficiency scoring, waste detection, ROI metrics, model savings calculator, anomaly detection, and GitHub badge generation. Use when user says 'insights', 'efficiency', 'waste', 'roi', 'savings', 'anomaly', 'badge', or '/cost-insights'.
- ▌ Checkpoint · manavarya09Cursor-style checkpoint & undo for Claude Code. Instantly revert to any previous state. Trigger: '/checkpoint', '/cp', 'undo changes', 'revert changes', 'go back to before', 'restore previous version', 'undo last prompt'.
- ▌ City · manavarya09Visualize your current project as a 3D city in the browser. Files become buildings, folders become districts, bugs become fires. Use when user says 'city', 'visualize', '3d', 'show my code', or '/city'.
- ▌ Lookbook · manavarya09 bundleAward-grade design languages for building UI. Use whenever the user wants to build, design, create, redesign, restyle, or improve a frontend — a website, landing page, dashboard, app, component, page, portfolio, marketing site, or any HTML/React/Vue/Svelte interface — OR asks to make something look good / distinctive / less generic / less "AI slop", pick an aesthetic, or apply a specific style (Swiss, editorial, neo-brutalism, glassmorphism, Y2K, retro-futurism, soft, organic, claymorphism, maximalism, luxury, minimal, cyber, terminal, monospace, Bauhaus, geometric). Lookbook gives Claude a real, hand-built reference per design language to adapt, instead of generic keyword-driven output.
- ▌ Choosing An API · manavarya09Use when the user or agent needs to pick a public API for a task (weather, images, finance, etc.). Queries public-apis-live for reachable, deduped options.
- ▌ Snap Asset · manavarya09Claude Code plugin to capture screenshots of web pages, components, and extract site assets as optimized PNG+WebP. Trigger: 'screenshot', 'capture', 'snap', 'grab screenshot', 'extract assets', 'component screenshot', or '/snap-asset'.
- ▌
- ▌ Designlang Tokens · manavarya09Use when styling UI for v0.dev — references the extracted design system tokens instead of inventing colors, spacing, or typography.