Skip to main content

bittencourtthulio/expxblog

SkillsMP has collected 5 skills from bittencourtthulio/expxblog. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
5
GitHub stars
2
GitHub forks
12

Skills in this repository

2 occupation categories · 100% classified

Showing 5 of 5 collected skills.

occupation
Information Security Analysts
description

Analisa um projeto de software em busca de falhas de conformidade com a LGPD (Lei Geral de Proteção de Dados — Lei nº 13.709/2018) e gera um relatório detalhado classificando os problemas encontrados por categoria e severidade. Use este skill SEMPRE que o…

Source text: Portuguese

updated
occupation
Software Developers
description

Use when the user wants to ship code to production in the ExpxBlog project. Triggered by /deploy — runs code review, lint + build validation, commit, and push to GitHub (Vercel deploys automatically from master). Never calls `vercel deploy` directly. Use…

Source text: Mixed languages

updated
occupation
Software Developers
description

Use when creating a new page or section in the ExpxBlog admin dashboard. Enforces the project's strict admin pattern: page.tsx is a thin Server Component shell, all UI logic goes in a *Client.tsx Client Component, and all data access goes through /api/admin/*…

updated
occupation
Software Developers
description

Use when adding any new AI feature, agent, or LLM call to the ExpxBlog project. Enforces the project's mandatory OpenRouter-only constraint: ALL AI calls must go through lib/ai.ts — never via direct provider SDKs (openai, anthropic, etc.). Covers the full…

updated
occupation
Software Developers
description

Use when creating a new scheduled/cron task in the ExpxBlog project. Enforces the project's cron pattern: pg_cron + pg_net on Supabase (never vercel.json cron), Bearer auth with SUPABASE_SERVICE_ROLE_KEY, maxDuration 800, and logging to automation_logs.…

updated
Showing 5 of 5 collected skills.