iniciar

Load business context files and summarize them to start a Claude Code session.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/luansinezio/Beza-OS --skill iniciar-luansinezio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iniciar
Source: https://github.com/luansinezio/Beza-OS/tree/main/.claude/skills/iniciar
Command: npx skills add https://github.com/luansinezio/Beza-OS --skill iniciar-luansinezio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inicia a sessão de trabalho lendo o contexto do negócio e ajudando o usuário a começar, usando-o no começo de cada nova sessão do Claude Code.

Core Features & Use Cases

  • Verifica se _contexto/empresa.md existe e está configurado (sem <!-- NOT CONFIGURED -->).
  • Verifica se _contexto/preferencias.md existe e está configurado.
  • Verifica se _contexto/estrategia.md existe e está configurado.
  • Lê CLAUDE.md se existir.
  • Apresenta um resumo de contexto e pergunta o que o usuário quer fazer.

Quick Start

Run /setup to teach me about your business and start the session.

Frequently Asked Questions about iniciar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a Claude Code session with business context?

To initialize a Claude Code session with business context, run the startup command to read memory files like _contexto/empresa.md, preferencias.md, estrategia.md, and CLAUDE.md, presenting a concise summary to verify before starting work.

What files are needed to load business context for a development session?

Loading business context requires checking for _contexto/empresa.md, _contexto/preferencias.md, _contexto/estrategia.md, and CLAUDE.md, verifying they exist and are properly configured without the NOT CONFIGURED comment tag.

How do I set up business context files for a new Claude Code project?

To set up business context files, run the setup command to create and configure _contexto/empresa.md, preferencias.md, and estrategia.md, ensuring each file contains your company information and removes any default NOT CONFIGURED placeholder markers.

Can I start working without configuring memory files in the _contexto directory?

Starting without configured memory files means the session initialization will detect missing or unconfigured _contexto markdown files and prompt you to run setup, preventing the business context summary from being properly loaded and verified.

Why does my session startup show a NOT CONFIGURED warning for context files?

The startup shows a NOT CONFIGURED warning because the initialization process checks for the HTML comment tag in _contexto/empresa.md, preferencias.md, or estrategia.md, indicating these memory files have not been populated with your actual business details.

What is the best way to maintain project memory across multiple Claude Code sessions?

Maintaining project memory across sessions involves using an initialization command at the start of each new session to read and verify _contexto markdown files and CLAUDE.md, surfacing a context summary to ensure continuity before asking what to do next.