# cmaranho

> Open-source publisher. Listings imported from github.com/cmaranho — credited to the original author with their license.

- **Listings:** 15
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/cmaranho
- **Website:** https://github.com/cmaranho

## Published listings

- [Rn Technical Documentation](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-technical-documentation) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-technical-documentation`
  Produz documentação técnica para projetos React Native — READMEs, ADRs, documentação de componentes/APIs, setup e onboarding. Use ao documentar arquitetura, decisões, componentes ou o processo de build/execução.
- [Rn State Management](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-state-management) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-state-management`
  Modela gerenciamento de estado em React Native — estado local vs global, stores por domínio, selectors e integração com a camada de casos de uso. Use ao criar stores/slices, ações assíncronas ou ao decidir onde o estado deve viver.
- [Rn Test Generation](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-test-generation) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-test-generation`
  Gera suítes de teste para código React Native existente — identifica casos, monta mocks e escreve testes de unidade, componente, hook e store. Use ao criar testes para código sem cobertura ou ao completar lacunas de teste.
- [Rn Api Integration](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-api-integration) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-api-integration`
  Integra apps React Native com APIs HTTP — cliente tipado, mapeamento de erros, resultado tipado, cache e camada de repositório. Use ao consumir endpoints, tratar respostas/erros de rede ou modelar acesso a dados.
- [Rn Typescript](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-typescript) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-typescript`
  Aplica TypeScript estrito e type-safe em projetos React Native — tipagem de props, modelos de dados, unions discriminadas e eliminação de `any`. Use ao tipar componentes, APIs, estado ou ao endurecer a configuração de tipos.
- [Rn Performance](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-performance) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-performance`
  Diagnostica e otimiza performance de apps React Native — renders, listas, main thread, memória e tempo de inicialização. Use ao investigar lentidão, jank em listas/animações ou ao otimizar componentes.
- [Rn Debugging](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-debugging) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-debugging`
  Investiga e resolve bugs em React Native de forma sistemática, com evidência de runtime — crashes, comportamento inesperado e problemas específicos de plataforma. Use ao diagnosticar erros, falhas ou diferenças entre iOS e Android.
- [Rn Code Analysis](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-code-analysis) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-code-analysis`
  Analisa código React Native para identificar bugs, code smells, riscos e violações de padrões — complexidade, acoplamento, tipos frágeis e problemas de performance/segurança. Use ao revisar uma base, auditar qualidade ou priorizar dívida técnica.
- [Rn Refactoring](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-refactoring) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-refactoring`
  Refatora código React Native com segurança, preservando comportamento — extração de camadas, redução de complexidade, remoção de duplicação e migração de padrões legados. Use ao reestruturar código, extrair lógica ou eliminar dívida sem alterar funcionalidade.
- [Rn Testing](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-testing) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-testing`
  Escreve e executa testes automatizados em React Native — unitários, de componente, de hook, de store e E2E. Use ao criar testes, definir estratégia de teste, mockar dependências ou corrigir falhas na suíte.
- [Rn Navigation](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-navigation) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-navigation`
  Implementa navegação em React Native com params tipados, deep linking e registro consistente de telas. Use ao adicionar telas/rotas, tipar parâmetros de navegação ou configurar deep links.
- [Rn Best Practices](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-best-practices`
  Aplica boas práticas idiomáticas de React Native — diferenças de plataforma, módulos nativos, assets, imagens, listas, gestos e ciclo de vida. Use ao construir features RN, lidar com especificidades iOS/Android ou revisar idiomatismo do código.
- [Rn Architecture](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-architecture) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-architecture`
  Estrutura a arquitetura de um app React Native seguindo Clean Architecture — camadas, fluxo de dados unidirecional, módulos coesos e limites claros. Use ao criar módulos/features, definir estrutura de pastas ou organizar o fluxo dados→UI.
- [Rn Ci Cd](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-ci-cd) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-ci-cd`
  Configura pipelines de CI/CD para apps React Native — lint, typecheck, testes, builds de iOS/Android e distribuição automatizada. Use ao criar/ajustar workflows, automatizar builds/releases ou acelerar a pipeline.
- [Rn App Publishing](https://agentstack.voostack.com/l/skill-cmaranho-rn-agent-skills-rn-app-publishing) — Skill · Free · security-reviewed — `agentstack add skill-cmaranho-rn-agent-skills-rn-app-publishing`
  Prepara e publica apps React Native nas lojas — versionamento, assinatura, builds de release, metadados e conformidade das lojas. Use ao gerar releases, submeter para App Store/Play Store ou configurar distribuição.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
