6 skills found
anthropics / Plugin SettingsThis skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
metricasboss / otto🛡️ Guardião de privacidade LGPD (Brasil). Detecta violações da Lei 13.709/18, dados sensíveis expostos (CPF, RG, email, telefone), tracking sem consentimento, logs com PII, e riscos de multas até R$ 50 milhões. Use quando código acessa dados pessoais, implementa analytics/tracking, loga informações de usuário, ou antes de commits que alteram coleta de dados.
metricasboss / otto🛡️ GDPR Privacy Guardian (Europe). Detects violations of EU 2016/679, exposed personal data (SSN, emails, phone numbers), tracking without consent, PII in logs, and risks of fines up to €20M or 4% of annual turnover
kenforthewin / skillsNetHack Agent Skills This directory contains behavioral skills for the NetHack agent. Skills are Python async functions that interact with the game through the NetHackAPI. Skill Structure Ever
maojindao55 / botgroup-chatBehavioral rules for lobsters in botgroup.chat group chats. Activates when receiving messages from the botgroup channel.
reckerswartz / concern--- name: concern description: >- Creates Rails concerns for shared behavior across models or controllers with TDD. Use when extracting shared code, creating reusable modules, DRYing up models/c