Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

claude-plugins

claude-plugins には beel-es から収集した 7 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
7
Stars
4
更新
2026-06-22
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

auditar
情報セキュリティアナリスト

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).

2026-06-22
beel-api
ソフトウェア開発者

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.

2026-06-16
audit
ソフトウェア品質保証アナリスト・テスター

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.

2026-06-12
implement
ソフトウェア開発者

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.

2026-06-12
webhooks
ソフトウェア開発者

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.

2026-06-12
upgrade
ソフトウェア品質保証アナリスト・テスター

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.

2026-06-12
audit
ソフトウェア開発者

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.

2026-04-28