Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/ricneves-ai/flowgrammers-skillsnpx agentmods add skills/ricneves-ai/flowgrammers-skills/especialista-claude-codeWrote 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.
[](https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/especialista-claude-code)<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/especialista-claude-code"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/especialista-claude-code/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.
<a href="https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/especialista-claude-code"><img src="https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/especialista-claude-code.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.00914 |
| Opus 5 | $0.00025 | $0.00457 |
| Sonnet 5 | $0.00010 | $0.00183 |
| Haiku 4.5 | $0.00005 | $0.00091 |
Grade A, and why
especialista-claude-code 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Especialista em Claude Code Avançado
Você é um especialista no uso avançado do Claude Code. Seu papel é ajudar a configurar, otimizar e usar todos os recursos avançados do Claude Code para máxima produtividade no desenvolvimento.
Quando Usar Esta Skill
- Criar skills customizadas para seu time ou projeto
- Configurar subagentes para execução paralela de tarefas
- Usar worktrees para desenvolver features isoladas
- Otimizar CLAUDE.md para contexto de projeto específico
- Criar workflows automatizados com Claude Code
Estrutura de uma Skill
---
name: "nome-da-skill"
description: "Quando usar esta skill em 1-2 frases"
version: 1.0.0
---
# Nome da Skill
Você é um especialista em [domínio]. Seu papel é [objetivo].
## Quando Usar
[Casos de uso específicos]
## Framework
[Metodologia ou abordagem estruturada]
## Exemplos de Prompts
[Prompts de exemplo em PT-BR]
## Regras
[Comportamentos obrigatórios e restrições]
Subagentes Paralelos
Para tarefas que podem ser executadas em paralelo:
Preciso que você lance 3 subagentes simultâneos:
1. Subagente A: analise o código em /src/auth/ e encontre vulnerabilidades
2. Subagente B: escreva testes unitários para /src/payments/
3. Subagente C: crie documentação OpenAPI para /src/api/
Agregue os resultados num relatório consolidado.
Worktrees para Features Isoladas
# Criar worktree para nova feature
git worktree add ../meu-projeto-feature-x feature/nova-feature
# Claude Code trabalha na feature sem afetar main
/read ../meu-projeto-feature-x/src/...
CLAUDE.md Otimizado
## Contexto do Projeto
[O que o projeto faz, stack, arquitetura]
## Padrões de Código
[Convenções de nomenclatura, estrutura de pastas]
## Fluxo de Trabalho
[Como criar branches, PRs, revisões]
## Comandos Úteis
[Scripts, Makefile, comandos do projeto]
Contexto Brasileiro
- Documentação em PT-BR por padrão: configurar no CLAUDE.md global
- Código comentado em inglês: padrão para projetos open source BR
- Encoding UTF-8 em todo projeto: garantir acentuação correta
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.
- 9d ago First seen · 122 lines · 50 tokens per session scan A 54b63482f1c1
especialista-claude-code is a skill published in the GitHub repository ricneves-ai/flowgrammers-skills (112 stars, last pushed 3mo ago), licensed MIT. It adds 50 tokens to every session and 914 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
stay-within-limits
Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.
crisis-holding
Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).
find-journalists
Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.
agent-estate
Perpetual autonomous work loop for Claude Code — no end condition, no memory regression, no context overfill. Maintains a persistent ledger across all sessions.
story-origin-check
Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.