一键导入
claude-plugins
claude-plugins 收录了来自 beel-es 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Esta skill se usa cuando el usuario pide "armar el compliance", "cumplir el RGPD / la LOPD", "preparar la protección de datos", "auditar datos personales", "generar política de privacidad / contrato de encargado (DPA) / registro de actividades (RAT) / EIPD / consentimiento", "cumplir la ley de datos en España", "montar el compliance penal / modelo de prevención de delitos (art. 31 bis CP)", "el canal de denuncias (Ley 2/2023)" o "cumplir Veri*Factu / la ley antifraude de facturación". Audita un repo y genera, SIN abogado, toda la documentación de cumplimiento para un SaaS o empresa en España, contrastada contra el texto oficial de la norma (BOE/EUR-Lex/AEPD/AEAT). Cubre RGPD + LOPDGDD (protección de datos), el art. 31 bis del Código Penal + Ley 2/2023 (compliance penal y canal de denuncias) y el RD 1007/2023 Veri*Factu (facturación antifraude), y es extensible a más marcos (packs).
BeeL invoicing API integration guide. Use when working with the BeeL API, creating invoices, managing customers or products, implementing webhooks, or troubleshooting BeeL API responses.
Audit a codebase's BeeL API integration for compliance: idempotency, API key security, error handling, rate limits, webhook verification, invoice lifecycle rules and outdated patterns. Use when asked to audit, review or check a BeeL integration, or to verify it follows BeeL/VeriFactu rules.
Guided implementation of a BeeL API integration: client setup, environment configuration, and specific flows (create/issue invoices, customers, products, recurring invoices, exports). Use when asked to integrate BeeL, add invoicing to a project, or implement a specific BeeL flow.
Implement a correct BeeL webhook receiver: HMAC-SHA256 signature verification, raw-body handling, event deduplication, retry-aware processing and subscription management. Use when receiving BeeL events (invoice paid, issued, etc.) or debugging webhook delivery/signature issues.
Check an existing BeeL integration against the live API reference: detect breaking changes that affect the project, deprecated patterns in use, new features worth adopting, and outdated SDK versions. Use when asked if a BeeL integration is up to date, after BeeL announces changes, or periodically as maintenance.
Auditor for Stripe integrations. Use when the user asks to "audit", "review", "check", "secure", or "find bugs in" their Stripe integration, or whenever the codebase contains Stripe usage (`stripe.*`, `STRIPE_SECRET_KEY`, webhook handlers, PaymentIntents, Subscriptions). Detects missing webhook signature verification, missing idempotency keys, outdated API versions, proration bugs, leaked keys, and other antipatterns. Produces a structured report with severity, evidence, and a fix.