iniciar-projeto

Consolidate legacy instructional files into a single INSTRUCTIONS.md.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Nomadiction8991/skills-agents-mcps --skill iniciar-projeto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iniciar-projeto
Source: https://github.com/Nomadiction8991/skills-agents-mcps/tree/main/skills/iniciar-projeto
Command: npx skills add https://github.com/Nomadiction8991/skills-agents-mcps --skill iniciar-projeto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill resolve a necessidade de criar uma base de documentação limpa ao inicializar a infraestrutura de documentação, consolidando arquivos legados em um único ponto de referência, limpando duplicatas e preparando a estrutura para o domínio atual.

Core Features & Use Cases

  • Consolidação determinística de conteúdo de instruções: INSTRUCTIONS.md existente, CLAUDE.md, AGENTS.md e .github/instructions.md, quando presentes.
  • Garantia de README.md vazio se não existir.
  • Preservação da ordem de conteúdo durante a consolidação.
  • Remoção segura dos arquivos originais absorvidos após a consolidação.
  • Criação de links simbólicos relativos para referência, evitando sobrescrever itens existentes.
  • Validação de destinos antes de mover arquivos para docs/ e detecção de colisões.

Quick Start

Execute a skill iniciar-projeto para consolidar os arquivos legados em INSTRUCTIONS.md e reorganizar a documentação na raiz.

Frequently Asked Questions about iniciar-projeto

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

FAQPage Schema
How do I consolidate legacy instruction files like CLAUDE.md and AGENTS.md into a single INSTRUCTIONS.md?

To consolidate legacy instruction files, this Skill merges CLAUDE.md, AGENTS.md, and .github/instructions.md into a single INSTRUCTIONS.md. It preserves content order, removes original files, and creates symbolic links without overwriting existing items.

What is the best way to reorganize repository root documentation and ensure README.md exists?

Reorganizing repository root documentation involves validating destinations and detecting collisions before moving files to docs/. This Skill ensures a README.md exists, creating an empty one if absent, and prepares the structure for the current domain.

Does consolidating markdown docs overwrite existing files or break content order?

Consolidating markdown docs does not overwrite existing items. The process preserves the original content order during the merge and creates relative symbolic links for reference, ensuring a safe and deterministic consolidation of legacy files.

Can I use this to clean up duplicate instructions and safely remove absorbed documentation files?

Yes, you can clean up duplicate instructions and safely remove absorbed documentation files. After merging content into INSTRUCTIONS.md, the Skill securely deletes the original legacy files to prevent duplication and maintain a clean documentation base.

When do I need to consolidate legacy instructions and create symbolic links in my repository?

You need to consolidate legacy instructions when initializing documentation infrastructure. This Skill merges scattered markdown files into a single reference point, cleaning duplicates and creating relative symbolic links to maintain accessibility without overwriting data.