Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
IgorGanapolsky
Profil créateur GitHub

IgorGanapolsky

Vue par dépôt de 58 skills collectés dans 8 dépôts GitHub.

skills collectés
58
dépôts
8
mis à jour
2026-07-20
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
ThumbGate
35 skills · 2026-07-17
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsAdministrateurs de réseaux et de systèmes informatiquesÉcrivains et auteursReprésentants de vente de services (sauf publicité, assurance, services financiers et voyages)
6 catégories métier · 100% classifié
60%part
#02
mac-yolo-safeguards
9 skills · 2026-07-20
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesReprésentants commerciaux en produits techniques et scientifiques (gros et industrie)
4 catégories métier · 100% classifié
16%part
#03
AgentBill
5 skills · 2026-06-04
Développeurs de logicielsAgents de conformitéAnalystes en études de marché et spécialistes en marketingEntraîneurs sportifs et instructeurs de fitness en groupe
4 catégories métier · 100% classifié
8.6%part
#04
trading
2 skills · 2026-04-10
Analystes financiers et en placements
1 catégories métier · 100% classifié
3.4%part
#05
openclaw-console
2 skills · 2026-05-06
Développeurs de logiciels
1 catégories métier · 100% classifié
3.4%part
#06
Random-Timer
2 skills · 2026-04-09
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
2 catégories métier · 100% classifié
3.4%part
#07
openclaw-mac-ai-workstation-setup
2 skills · 2026-07-04
Analystes en études de marché et spécialistes en marketingDéveloppeurs de logiciels
2 catégories métier · 100% classifié
3.4%part
#08
revenue-leak-auditor-skill
1 skills · 2026-06-15
Développeurs de logiciels
1 catégories métier · 100% classifié
1.7%part
explorateur de dépôts

Dépôts et skills représentatifs

thumbgate
Développeurs de logiciels

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
Écrivains et auteurs

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 35 dans ce dépôt.
drive-logged-in-chrome
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-07-14
execute-revenue-cash-path
Développeurs de logiciels

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
Représentants commerciaux en produits techniques et scientifiques (gros et industrie)

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Administrateurs de réseaux et de systèmes informatiques

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
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
ai-bill-auditor
Développeurs de logiciels

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
Développeurs de logiciels

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
Agents de conformité

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
Analystes en études de marché et spécialistes 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
Entraîneurs sportifs et instructeurs de fitness en groupe

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
8 dépôts affichés sur 8
Tous les dépôts sont affichés