simba-onboard

Consolidate project instructions from markdown files into CORE_INSTRUCTIONS.md using SIMBA markers.

6|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mahmoudimus/simba --skill simba-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simba-onboard
Source: https://github.com/mahmoudimus/simba/tree/main/.claude/skills/simba-onboard
Command: npx skills add https://github.com/mahmoudimus/simba --skill simba-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines project setup by analyzing existing markdown files and consolidating key instructions into a central, manageable file, ensuring consistency and clarity for AI agents.

Core Features & Use Cases

  • Automated Instruction Aggregation: Scans CLAUDE.md, AGENTS.md, and .claude/ markdown files to extract critical information.
  • Structured Output Generation: Creates a .claude/rules/CORE_INSTRUCTIONS.md file with categorized instructions (constraints, build commands, environment, etc.) using SIMBA markers.
  • Use Case: When starting a new project or onboarding a new AI agent, run this Skill to automatically gather all relevant project rules and commands into one place, ensuring the AI has a clear, consolidated understanding of the project's requirements.

Quick Start

Run the simba-onboard skill to analyze project markdown files and generate consolidated core instructions.

Frequently Asked Questions about simba-onboard

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

FAQPage Schema
How do I consolidate project instructions for AI agent onboarding?

Consolidating project instructions for AI agent onboarding involves parsing CLAUDE.md, AGENTS.md, and `.claude/**/*.md` files to extract rules. The process outputs a structured `.claude/rules/CORE_INSTRUCTIONS.md` file containing categorized build commands and environment details.

What is the best way to extract code style guidelines from multiple markdown files?

The best way to extract code style guidelines from multiple markdown files is to scan project documentation like CLAUDE.md and AGENTS.md. This aggregates workflow procedures and agent-specific rules into a single structured file to ensure AI consistency.

Can I generate a unified rules file from existing CLAUDE.md and AGENTS.md files?

Yes, you can generate a unified rules file from existing CLAUDE.md and AGENTS.md files. The system parses these documents to extract environment details and workflow procedures, automatically outputting a structured CORE_INSTRUCTIONS.md file.

Does project setup with SIMBA markers require specific file formats?

Project setup with SIMBA markers requires markdown file formats, specifically parsing CLAUDE.md, AGENTS.md, and `.claude/**/*.md` files. These documents provide the source constraints and code style guidelines needed to generate the consolidated rules document.

Why do I need to aggregate environment details and build commands for an AI agent?

Aggregating environment details and build commands for an AI agent ensures the AI has a clear, consolidated understanding of project requirements. This prevents misconfigurations by centralizing critical constraints and workflow procedures into a single structured file.