Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
IgorGanapolsky
Perfil de creador de GitHub

IgorGanapolsky

Vista por repositorio de 58 skills recopiladas en 8 repositorios de GitHub.

skills recopiladas
58
repositorios
8
actualizado
2026-07-20
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
ThumbGate
35 skills · 2026-07-17
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosAdministradores de redes y sistemas informáticosEscritores y autoresRepresentantes de venta de servicios (excepto publicidad, seguros, servicios financieros y viajes)
6 categorías ocupacionales · 100% clasificado
60%participación
#02
mac-yolo-safeguards
9 skills · 2026-07-20
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticosRepresentantes de ventas de productos técnicos y científicos al por mayor
4 categorías ocupacionales · 100% clasificado
16%participación
#03
AgentBill
5 skills · 2026-06-04
Desarrolladores de softwareAnalistas de investigación de mercados y especialistas en marketingEntrenadores de ejercicio e instructores de fitness grupalOficiales de cumplimiento
4 categorías ocupacionales · 100% clasificado
8.6%participación
#04
trading
2 skills · 2026-04-10
Analistas financieros y de inversiones
1 categorías ocupacionales · 100% clasificado
3.4%participación
#05
openclaw-console
2 skills · 2026-05-06
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
3.4%participación
#06
Random-Timer
2 skills · 2026-04-09
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 100% clasificado
3.4%participación
#07
openclaw-mac-ai-workstation-setup
2 skills · 2026-07-04
Analistas de investigación de mercados y especialistas en marketingDesarrolladores de software
2 categorías ocupacionales · 100% clasificado
3.4%participación
#08
revenue-leak-auditor-skill
1 skills · 2026-06-15
Desarrolladores de software
1 categorías ocupacionales · 100% clasificado
1.7%participación
explorador de repositorios

Repositorios y skills representativas

thumbgate
Desarrolladores de software

ThumbGate provides pre-action gates for AI coding agents. It captures thumbs-up/down feedback on agent actions, auto-promotes repeated failures into prevention rules, and blocks known-bad tool calls via PreToolUse hooks. Trigger when the user wants to add safety guardrails to an AI agent workflow, capture structured feedback on agent output, generate prevention rules from failure patterns, gate high-risk actions before execution, or export DPO training pairs from production feedback. Works with any MCP-compatible agent including Cursor, Codex, Gemini CLI, Amp, and OpenCode.

2026-07-17
thumbgate-brand-voice
Escritores y autores

Make any ThumbGate-facing copy — landing/pricing/compare/guide pages, README, postinstall banners, CLI receipts, Reddit/LinkedIn/Bluesky/Threads posts, docs, outreach drafts, blog/launch content — sound like ThumbGate: direct, technical, honest, anti-hype. Use BEFORE writing or editing customer-facing or marketing text, and when the user says "write a landing page", "draft a Reddit/LinkedIn post", "write the README", "make this on-brand", "punch up this copy", or "review this copy for voice". Do NOT use for code comments, commit messages, internal notes, or non-ThumbGate copy — and never to add fabricated traction or unsupported claims (honesty is the brand).

2026-06-12
thumbgate-feedback
Especialistas en gestión de proyectos

Capture thumbs up/down feedback into structured memories and prevention rules. Require one sentence of why before claiming memory promotion. Use when user gives explicit quality signals about agent work (e.g. "that worked", "that failed", "thumbs up/down"). Do NOT use for general questions, code generation, file operations, or any task that is not explicit feedback on prior agent output.

2026-06-12
agent-memory
Desarrolladores de software

Give your agent persistent cross-session memory — recall what went wrong on similar tasks before starting, then capture whether the work succeeded or failed so repeated mistakes auto-promote into prevention rules. Runs locally via the ThumbGate MCP server (recall, capture_feedback, prevention_rules, feedback_stats) — no API key needed. Use when the user says "recall", "what went wrong last time", "remember this for next time", "capture feedback", "thumbs up/down on that", or at the start of a new task or session. Do NOT use when the user wants to force one specific mistake into an enforced block gate (use the thumbgate-guard skill), to list rules that already exist (thumbgate-rules), or to check ThumbGate wiring (thumbgate-doctor).

2026-06-11
solve-architecture-autonomy
Desarrolladores de software

Course-correct from over-planning to execution — when the agent has produced a plan, research, or options instead of doing work the user already approved, drop the analysis and execute the smallest end-to-end action now (branch, run, deploy, verify). Use when the user says "stop planning, just do it", "why are you researching, execute", "just ship it", "enough analysis", or pushes back that you keep proposing instead of acting on an already-decided task. Do NOT use when the task is genuinely undecided and needs a plan first, when the user explicitly asked for research/options/a design, or for routine work where no over-planning has occurred — acting on an unscoped or destructive task is its own failure.

2026-06-11
thumbgate-blocked
Desarrolladores de software

Show ThumbGate's enforcement record — how many risky actions were actually blocked versus warned, which gates fire most, the tokens/damage saved, and the full feedback to check to rejection pipeline. Reads live enforcement counters via the gate_stats and enforcement_matrix MCP tools (CLI fallback `npx thumbgate gate-stats`). Use when the user says "what has ThumbGate blocked", "show gate stats", "is enforcement working", "how many tokens did we save", "show the enforcement matrix", or "what got stopped". Do NOT use to list rule DEFINITIONS that exist (use the thumbgate-rules skill), to create a new rule (use the thumbgate-guard skill), or to check whether ThumbGate is installed and wired (use the thumbgate-doctor skill).

2026-06-11
thumbgate-doctor
Administradores de redes y sistemas informáticos

Health-check whether ThumbGate is actually wired into this agent — PreToolUse/SessionStart hooks installed, MCP server reachable, lesson store present, statusline, and overall agent-readiness — then report exactly what to fix. Runs the existing `npx thumbgate doctor` audit and the check_operational_integrity MCP tool. Use when the user says "is ThumbGate wired up", "thumbgate doctor", "check my guardrails are installed", "why aren't my gates firing", "is the MCP server connected", or "agent readiness". Do NOT use to view rules (use the thumbgate-rules skill), to view what was blocked (use the thumbgate-blocked skill), or to capture a new rule (use the thumbgate-guard skill) — this skill only diagnoses setup and wiring.

2026-06-11
thumbgate-guard
Desarrolladores de software

Turn the agent's most recent mistake into an enforced ThumbGate prevention rule (a PreToolUse block gate) so the same bad tool call is intercepted before it runs again, in this and every future session across Claude Code, Cursor, Codex, Gemini, Amp, and Cline. Captures the failure with the capture_feedback MCP tool, then force-promotes it via `npx thumbgate force-gate` so it is enforced, not just logged. Use when the user says "guard against this", "block this from happening again", "never do that again", "make that a rule", "stop the agent from repeating that", or right after a bad action or thumbs-down that should become a hard rule. Do NOT use to merely log a thumbs-up/down without enforcement (use the thumbgate-feedback skill), to recall prior context before starting work (use the Agent Memory skill), or to list rules that already exist (use the thumbgate-rules skill).

2026-06-11
Mostrando las 8 principales de 35 skills recopiladas en este repositorio.
drive-logged-in-chrome
Desarrolladores de software

Drive Igor's already-authenticated Google Chrome via AppleScript for login-walled dashboards (Stripe Payment Links, Apollo web, Play Console, LinkedIn, ASC). NEVER use Playwright MCP as the source of truth for "am I logged in?" — Playwright is a separate browser profile without Chrome cookies. Trigger when: Stripe, payment links, buy.stripe.com, dashboard.stripe.com, "logged into Chrome", login wall, Playwright got login page but user says they're signed in, Apollo web UI, or any task needs the real Chrome session. Slash: /drive-logged-in-chrome. Cross-ref: use-existing-browser-sessions.

2026-07-20
ingest-chat-credentials
Desarrolladores de software

When Igor pastes ANY credential (password, API key, token, client secret) in chat, immediately ingest it into macOS Keychain, confirm service+account only, never refuse with "don't send passwords / rotate yourself" homework. Auto-invoke on credential paste. Covers App Store Connect Apple ID, Play, Stripe, fleet ENV keys, EAS tokens.

2026-07-20
xurl
Desarrolladores de software

X/Twitter via xurl CLI: post, search, DM, media, v2 API.

2026-07-14
execute-revenue-cash-path
Desarrolladores de software

Execute the real cash path for mac-yolo-safeguards / ThumbGate: diagnose funnel, Apollo enrich, Gmail send, live Stripe links from Chrome, pipeline-update, never ship theater. Trigger when: make money, make money today, do everything, cash, revenue, sell, close, outreach, pipeline stuck, $0 revenue, Partner Pilot, diagnostic $499, hardening $1500, or when tempted to build another sales tool instead of sending. Slash: /execute-revenue-cash-path. Do NOT invoke for pure product engineering without a revenue ask.

2026-07-14
apollo-io-sales
Representantes de ventas de productos técnicos y científicos al por mayor

Use Apollo.io for sales contact discovery and email enrichment on Igor's Mac. CLI: /opt/homebrew/bin/apollo (apollo-io-cli), already authenticated. Trigger when: make money, outreach, prospects, enrich email, find founder email, no public email, pipeline send, Partner Pilot, cold call, leads, Apollo, or when tempted to give up because leads.csv says "no public email." Slash: /apollo-io-sales. NEVER skip Apollo when money depends on a real inbox.

2026-07-14
drive-logged-in-chrome
Desarrolladores de software

Drive Igor's already-authenticated Google Chrome via AppleScript for login-walled dashboards (Stripe Payment Links, Apollo web, Play Console, LinkedIn, ASC). NEVER use Playwright MCP as the source of truth for "am I logged in?" — Playwright is a separate browser profile without Chrome cookies. Trigger when: Stripe, payment links, buy.stripe.com, dashboard.stripe.com, "logged into Chrome", login wall, Playwright got login page but user says they're signed in, Apollo web UI, or any task needs the real Chrome session. Slash: /drive-logged-in-chrome. Cross-ref: use-existing-browser-sessions.

2026-07-14
audit-github-ship-status
Analistas de garantía de calidad de software y probadores

Audits mac-yolo-safeguards GitHub ship readiness — pushed commits, open/stale PRs, CI workflow conclusions, Dependabot alerts. Use when user asks if everything is merged, CI passed, pushed, or security-clean. Evidence-only; no ship theater.

2026-06-26
troubleshoot-hermes-mobile-connectivity
Administradores de redes y sistemas informáticos

Diagnoses Hermes Mobile "can't reach your computer" errors, pairing failures, and misleading connectivity banners. Use when the phone shows unreachable Mac/Hermes, pairing fails (localIp missing), LAN URLs (10.x/192.168.x) fail on cellular/5G, or sends timeout after 60–120s. Repo mac-yolo-safeguards / hermes-mobile.

2026-06-26
Mostrando las 8 principales de 9 skills recopiladas en este repositorio.
ai-bill-auditor
Desarrolladores de software

Audits an AI coding bill, agent transcript, or session log for repeated mistakes that are quietly costing money — KV cache invalidations (dynamic variables), expired 5-minute prompt cache TTLs, bloated tool payload dumps (database schemas/logs), retry loops, redundant tool calls, and force-pushes. Returns a ranked list of repeat-offender patterns with estimated monthly cost, the corrective rule for each, and a one-click path to permanently block them via ThumbGate Pre-Action Gates. Trigger when the user pastes an Anthropic/OpenAI/xAI billing summary, a Cursor/Codex/Claude Code session transcript, a CI log of failed agent runs, or asks anything resembling "why is my AI bill so high" or "what's my agent doing wrong on repeat".

2026-06-04
approval-inbox
Desarrolladores de software

Triages pending autonomous agent actions, specifically filtering for destructive commands (rm -rf, git push --force), unauthorized state mutations, or high-cost token-burn loops. Returns a prioritized list of actions requiring human sign-off, with risk scores, cost impact, and rollback confidence for each. Trigger when the user reports an agent "going rogue," asks "what is my agent doing right now," or wants to review a queue of pending modifications before they hit production.

2026-06-04
scam-call-decoder
Oficiales de cumplimiento

Analyzes voicemail transcripts or call logs for known fraud patterns (social engineering, phishing, impersonation). Returns a threat assessment with a confidence score and the specific linguistic red-flags used by the attacker. Trigger when the user pastes a suspicious transcript, describes a weird call from "the bank" or "the IRS," or asks if a specific request (e.g., buying gift cards to pay a fine) is legitimate.

2026-05-19
gtm-bottleneck-diagnostic
Analistas de investigación de mercados y especialistas en marketing

Diagnoses the single highest-leverage GTM bottleneck for a small-team SaaS/AI product based on top-of-funnel, conversion, retention, and revenue inputs. Returns the one bottleneck to fix this week, the specific experiment to run, the success/failure thresholds, and the decision tree at week's end. Designed for solo founders and small AI teams who don't have a growth hire and need the one move that matters. Trigger when the user describes weak conversion, low traffic, no replies, churn issues, asks "what should I fix first?", "is my offer the problem?", "why isn't this growing?", or pastes funnel metrics from PostHog, Stripe, Mixpanel, Plausible, or GA.

2026-05-19
random-timer-coach
Entrenadores de ejercicio e instructores de fitness grupal

Builds a random-interval combat-sports / HIIT training session for MMA, BJJ, boxing, muay thai, kickboxing, tabata, sparring rounds, pad work, or tactical drills. Takes the user's skill level, available time, equipment, and training goal, returns a structured session with random cue intervals, drill prescriptions, intensity progression, and a finisher block — the kind of plan a coach writes on a whiteboard before round one. Trigger when the user asks for a workout, a sparring session, a tabata, a drill plan, a fight-camp warmup, "give me a HIIT round", "what should I train today", "design a 20-minute boxing session", or describes available equipment + a time budget.

2026-05-19
Mostrando 8 de 8 repositorios
Todos los repositorios cargados