Hainrixz

178 mods across 18 repositories, 2.6k stars between them.

seo-score

97

Hainrixz/claude-seo-ai

Skill Claude CodeCodex

Compute the two never-blended 0-100 scores (Search SEO and AI Visibility / GEO-AEO) from a set of findings, with severity-weighted category values, dynamic re-normalization of conditional modules, severity gating, and letter bands. Used by seo-orchestrator and the score command.

43 3mo ago A 66 tokens original MIT

seo-sitemaps

98

Hainrixz/claude-seo-ai

Skill Claude CodeCodex

Audit and generate sitemaps and discovery files — validate XML sitemap presence/size/extensions/lastmod, check robots.txt referencing and sitemap-to-canonical consistency, reconcile orphans against the link graph, and produce repaired sitemap entries plus a robots.txt Sitemap line. Module M17. Feeds the Search SEO…

43 3mo ago A 68 tokens original MIT

seo-social-cards

99

Hainrixz/claude-seo-ai

Skill Claude CodeCodex

Audit and generate Open Graph and Twitter/X social-card tags for a page — check og:title/description/url/type, og:image presence/size/reachability, and twitter:card/title/description/image, then inject complete card tags inferred from the page. Module M8. Feeds the Search SEO score.

43 3mo ago A 67 tokens original MIT

seo-vertical-detect

100

Hainrixz/claude-seo-ai

Skill Claude CodeCodex

Classify a website as ecommerce, local-business, blog-publisher, saas, docs, or generic (multiple may apply), and report detected locales. Used by seo-orchestrator to decide which conditional modules to run and how to reweight the scores.

43 3mo ago A 58 tokens original MIT

abogado-del-diablo

102

Hainrixz/abogado-del-diablo

Plugin Claude Code

ES: Vuelve a Claude en tu contra para criticar a fondo una idea, un plan o un proyecto entero — sin validar ni suavizar — por ocho ángulos, con investigación de fracasos reales y un veredicto priorizado de qué arreglar. EN: Turn Claude against you to harshly critique an idea, plan, or whole project across eight angles.

33 3mo ago A tokens not measured original MIT

abogado-del-diablo

103

Hainrixz/abogado-del-diablo

Skill Claude CodeCodex

ES — Critica a fondo una idea, plan, pitch o proyecto entero sin validar ni adular: asume que va a fracasar y lo demuestra por ocho ángulos (premisas, mercado, competencia, viabilidad, números, ejecución, pre-mortem y punto ciego), investiga fracasos reales cuando hay herramientas, y entrega un veredicto franco con la…

33 3mo ago A 224 tokens original MIT

abogado-del-diablo

104

Hainrixz/abogado-del-diablo

Command

Vuelve a Claude en tu contra y critica a fondo una idea, un plan o un proyecto entero. Sin validar, sin suavizar — veredicto + qué arreglar. / Turn Claude against you to harshly critique an idea, plan, or whole project.

33 3mo ago A 54 tokens original MIT

pagokit

105

Hainrixz/agente-pagokit

Plugin Claude Code

Payment integration advisor + implementer for Claude Code. Analyzes your project, asks 3 questions (country, recurrence, local methods), recommends the best provider (Stripe, Mercado Pago, Wompi, Lemon Squeezy and more), and generates a production-ready integration with frontend, signed webhook, DB schema, customer…

30 3mo ago A tokens not measured original MIT

Hainrixz/agente-pagokit

Agent

Implements a chosen payment-provider integration in the user's project after payment-advisor finishes the wizard. Receives a structured spec (provider, stack, ORM, deploy target, billing mode, frontend style, language) and generates checkout endpoint, webhook handler with signature verification, DB migrations…

30 3mo ago C 134 tokens original MIT

doctor

107

Hainrixz/agente-pagokit

Command

Audit an existing PagoKit integration — gitignore, env vars, key prefixes, webhook secret, raw body, replay protection, idempotency, DB schema, minimum events handled.

30 3mo ago A 36 tokens original MIT

start

108

Hainrixz/agente-pagokit

Command

Analyze the current project and generate a production-ready payment integration (frontend + backend + webhook + DB + portal + refund).

30 3mo ago A 24 tokens original MIT

test

109

Hainrixz/agente-pagokit

Command

Send synthetic webhook events to a locally running PagoKit integration (valid signature, invalid signature, replay attempt) to verify the handler responds correctly.

30 3mo ago A 28 tokens original MIT

PreToolUse

110

Hainrixz/agente-pagokit

Hook

Runs before the agent uses a tool for Write, Edit and MultiEdit tool calls, executing pagokit-validate.js via node. From Hainrixz/agente-pagokit.

30 3mo ago A tokens not measured original MIT

PostToolUse

111

Hainrixz/agente-pagokit

Hook

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing pagokit-validate.js via node. From Hainrixz/agente-pagokit.

30 3mo ago A tokens not measured copy · 86% MIT

Stop

112

Hainrixz/agente-pagokit

Hook

Runs when the agent finishes a response, executing pagokit-validate.js via node. From Hainrixz/agente-pagokit.

30 3mo ago A tokens not measured original MIT

doctor

113

Hainrixz/agente-pagokit

Skill Claude CodeCodex

Audits an existing PagoKit integration in the current project. Checks .gitignore covers .env, that env vars are present and use test-key prefixes, that the webhook secret looks valid, that the webhook handler verifies signatures, that the minimum events for the integrated provider are routed, and that…

30 3mo ago A 84 tokens original MIT

integration-builder

114

Hainrixz/agente-pagokit

Skill Claude CodeCodex

Composes a full vertical payment integration from canonical templates. Called by integration-specialist subagent after the user selects a provider. Loads templates by (provider, stack, ORM, deploy target, billingmode, frontendstyle, usecases) and emits a coherent file plan that gets written to the user's project.…

30 3mo ago A 105 tokens original MIT

payment-advisor

115

Hainrixz/agente-pagokit

Skill Claude CodeCodex

Recommends the single best payment provider for the user's project after a short interactive wizard. Used when the user wants to integrate Stripe, Mercado Pago, Wompi, Lemon Squeezy, or compare payment options based on country, currency, recurrence, local payment methods (PIX, OXXO, PSE, Bizum), and product type.…

30 3mo ago A 127 tokens original MIT

project-analyzer

116

Hainrixz/agente-pagokit

Skill Claude CodeCodex

Detects a project's technology stack, framework, deploy target, ORM, primary language, and active payment use cases by reading package.json/pyproject.toml/composer.json/Gemfile, schema files, route files, and deploy configs. Use this skill at the start of any PagoKit flow to ground recommendations in the real project…

30 3mo ago A 88 tokens original MIT

webhook-verifier

117

Hainrixz/agente-pagokit

Skill Claude CodeCodex

Reference for cryptographic verification of payment webhooks. Cited by integration-specialist whenever it generates a webhook handler. Documents per-provider signature algorithms, timestamp tolerances, replay-protection strategies, raw-body capture per stack, and the minimum set of events each handler must route.…

30 3mo ago A 83 tokens original MIT

aprende

119

Hainrixz/aprende-skill

Plugin Claude Code

EN: Reflect on the current conversation and save reusable learnings (memories, anti-patterns / Reflexion-style lessons, skill stubs, project-doc updates) with explicit confirmation. ES: Reflexiona sobre la conversación actual y guarda aprendizajes reusables (memorias, anti-patrones estilo Reflexion, stubs de skills…

23 1mo ago A tokens not measured original MIT

aprende-disable-hooks

120

Hainrixz/aprende-skill

Command

Remove the aprende PostToolUse + Stop hooks from /.claude/settings.json. Idempotent: safe to run when hooks aren't installed. Backs up settings.json before editing.

23 1mo ago B 42 tokens original MIT