From cerebro-dados
Use quando quiser limpar e padronizar um conjunto de dados bagunçado antes de usar.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cerebro-dados:limpar-dadosThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Antes de analisar ou importar dados com nulos, duplicados ou formatos inconsistentes.
df = df.drop_duplicates()
df["uf"] = df["uf"].str.strip().str.upper()
df["valor"] = pd.to_numeric(df["valor"], errors="coerce")
df = df.dropna(subset=["valor"])
/analisar-dados · /planilha · /regex
npx claudepluginhub kayquin/cerebro_ia --plugin cerebro-dadosSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.