especialista-claude-code

especialista-claude-code is a skill for Claude Code, Codex from ricneves-ai/flowgrammers-skills. It costs 50 tokens per session (914 once invoked), scanned A, original, MIT.

An advanced Claude Code guide explains how to customise and organise Claude Code, a coding assistant. It covers custom skills, parallel subagents, isolated worktrees, project instructions, and automated workflows.

In plain words
What is it for?
Use it to create team skills, configure subagents, develop features in separate worktrees, improve CLAUDE.md project guidance, and automate Claude Code workflows.
Why use it?
It helps teams manage context and larger development tasks while keeping parallel feature work separated.

Skill for Claude CodeCodex

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

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is git worktree add ../meu-projeto-feature-x feature/nova-feature.

Good fit Use it to create team skills, configure subagents, develop features in separate worktrees, improve CLAUDE.md project guidance, and automate Claude Code workflows.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/ricneves-ai/flowgrammers-skills
agentmods
npx agentmods add skills/ricneves-ai/flowgrammers-skills/especialista-claude-code

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 especialista-claude-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/ricneves-ai/flowgrammers-skills/especialista-claude-code/github.svg)](https://agentmods.dev/skills/ricneves-ai/flowgrammers-skills/especialista-claude-code)
Your own site
<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.

agentmods 80×15 button for especialista-claude-code

Your own site · 80×15
<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>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 914 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.00050 $0.00914
Opus 5 $0.00025 $0.00457
Sonnet 5 $0.00010 $0.00183
Haiku 4.5 $0.00005 $0.00091

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

Security

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.

codigo-automacao/especialista-claude-code/SKILL.md · 122 lines

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

Read the full file on GitHub · 122 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. 9d ago First seen · 122 lines · 50 tokens per session scan A 54b63482f1c1

Subscribe to this mod's changes

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.

Related

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.

kepano/obsidian-skills · 63 tokens

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.

BuilderIO/skills · 45 tokens

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).

elvisun/newsjack · 67 tokens

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.

elvisun/newsjack · 69 tokens

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.

majiayu000/claude-skill-registry · 36 tokens

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.

elvisun/newsjack · 40 tokens