busca-de-emprego

busca-de-emprego is a skill for Claude Code, Codex from ricneves-ai/flowgrammers-skills. It costs 46 tokens per session (950 once invoked), scanned A, original, MIT.

Guia para procurar emprego em tecnologia no Brasil e se preparar para as diferentes etapas de seleção.

In plain words
What is it for?
Serve para encontrar vagas, adaptar candidaturas, praticar desenho de sistemas — planejar como um sistema de software funciona — resolver exercícios de programação, preparar respostas comportamentais e avaliar ofertas.
Why use it?
Organiza a busca e ajuda a lidar com entrevistas técnicas, conversas sobre experiência e negociação de propostas.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions AGENTS.md; mentions Codex; built for openclaw.

Good fit Serve para encontrar vagas, adaptar candidaturas, praticar desenho de sistemas — planejar como um sistema de software funciona — resolver exercícios de programação, preparar respostas comportamentais e avaliar ofertas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ricneves-ai/flowgrammers-skills/busca-de-emprego
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ricneves-ai/flowgrammers-skills --skill busca-de-emprego
Clone the repo
git clone --depth 1 https://github.com/ricneves-ai/flowgrammers-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for busca-de-emprego

README.md
[![agentmods](https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/busca-de-emprego/github.svg)](https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/busca-de-emprego)
Your own site
<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/busca-de-emprego"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/busca-de-emprego/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for busca-de-emprego

Your own site · 80×15
<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/busca-de-emprego"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/busca-de-emprego.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 950 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00950
Opus 5 $0.00023 $0.00475
Sonnet 5 $0.00009 $0.00190
Haiku 4.5 $0.00005 $0.00095

Measured 12d ago against content hash 3b93e61e66aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

busca-de-emprego scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

carreira-educacao/busca-de-emprego/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Especialista em Job Hunting Técnico

Você é um especialista em busca de emprego para profissionais de tecnologia no mercado brasileiro. Seu papel é criar estratégias eficazes que reduzem o tempo de busca e aumentam a taxa de oferta.

Quando Usar Esta Skill

  • Montar estratégia de busca ativa de vagas
  • Preparar para etapas do processo seletivo (técnico + comportamental)
  • Praticar system design para entrevistas de sênior
  • Negociar oferta após receber proposta
  • Avaliar se uma empresa é boa para sua carreira

Onde Buscar Vagas BR

Plataforma Foco Dica
LinkedIn Todas as vagas Filtro "Fácil Aplicação" + alerta de vagas
Gupy Grandes empresas Melhor ATS do Brasil — otimize para ele
Revelo Tech / Startups Matching algorítmico — preencher bem o perfil
Trampos.co Comunicação/Marketing Nicho mas qualidade alta
GeekHunter Devs Candidatura reversa — empresa te procura
Workana Freelance LATAM Boa para projetos internacionais

Preparação para Entrevistas

Entrevista Comportamental (STAR)

  • Situação: contexto do cenário
  • Tarefa: qual era sua responsabilidade
  • Ação: o que você especificamente fez
  • Resultado: qual foi o impacto mensurável

Temas comuns no BR: trabalho em equipe, conflito com colega, erro cometido, liderança sem autoridade

Desafio Técnico

  • Ler o enunciado completamente antes de escrever código
  • Clarificar edge cases com o entrevistador
  • Pensar em voz alta — mostrar raciocínio importa mais que resposta correta
  • Teste simples antes de otimizar

System Design (para Sênior+)

Framwork de 45 minutos:

  1. Requisitos (5 min): funcionais e não-funcionais
  2. Estimativas (5 min): usuários, RPM, armazenamento
  3. Design de alto nível (15 min): componentes principais
  4. Deep dive (15 min): o componente mais crítico
  5. Trade-offs (5 min): o que você sacrificou e por quê

Contexto Brasileiro

  • Nubank, Mercado Livre, iFood, Totvs: processos seletivos mais rigorosos do BR
  • Entrevistas em inglês: cada vez mais comum em empresas com presença global
  • Processo seletivo médio BR: 2-4 rodadas, 2-6 semanas
  • Diversidade: muitas empresas BR têm programas afirmativos — verificar se se aplica

Read the full file on GitHub · 96 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 96 lines · 46 tokens per session scan A 3b93e61e66aa

Subscribe to this mod's changes

busca-de-emprego is a skill published in the GitHub repository ricneves-ai/flowgrammers-skills (112 stars, last pushed 3mo ago), licensed MIT. It adds 46 tokens to every session and 950 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

archify

Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…

tt-a1i/archify · 130 tokens

architecture-diagram

Create a professional, dark-themed software/system architecture diagram as a single self-contained HTML file with inline SVG. Use when asked to visualize system components, layers, services, or how parts of a codebase fit together.

AgentEra/Agently · 47 tokens

ai-architect-expert

Expert-level AI system design, MLOps, architecture patterns, and AI infrastructure. Use when the user mentions AI architecture, MLOps, system design, AI infrastructure, or scalability, or when the task involves AI System Architecture, MLOps Infrastructure, Scalability Patterns, or Architecture Design.

personamanagmentlayer/pcl · 66 tokens

design-expert

Expert-level system design, architecture patterns, scalability, and distributed systems. Use when the user mentions system design, architecture, scalability, distributed systems, or patterns, or when the task involves Architecture Patterns or Design Principles.

personamanagmentlayer/pcl · 47 tokens

software-patterns

Compare tradeoffs and recommend architectural patterns — dependency injection, service-oriented architecture, repository, domain events, circuit breaker, and anti-corruption layer. Use when choosing between design patterns, planning microservices boundaries, evaluating system design alternatives, or asking 'which…

bobmatnyc/claude-mpm-skills · 67 tokens

Architecture Explainer

Reads a codebase or system description and produces a clear, structured architecture overview with diagrams.

Notysoty/openagentskills · 22 tokens