auto-sistema

Bootstrap KAIROS ecosystem files and git scaffolding in new projects.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/laboratoriolegalcontable-png/stack-ia-creador --skill auto-sistema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-sistema
Source: https://github.com/laboratoriolegalcontable-png/stack-ia-creador/tree/main/.claude/skills/auto-sistema
Command: npx skills add https://github.com/laboratoriolegalcontable-png/stack-ia-creador --skill auto-sistema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-sistema removes the repetitive setup work required to get the KAIROS ecosystem running in a fresh codebase by installing configuration, core files, and the initial skill/memory structure automatically.

Core Features & Use Cases

  • One-command ecosystem bootstrap: Sets up .claude/ folders, copies or creates the KAIROS skill entrypoint, and initializes project scaffolding so you can start using KAIROS immediately.
  • Stack-aware environment and tooling: Detects the target stack (e.g., Next.js, Express/Node, Python, Supabase, static) and generates an appropriate .env.example, .gitignore, and installs @anthropic-ai/sdk when applicable.
  • Initial CLAUDE context + commit: Creates or updates CLAUDE.md with KAIROS activation rules and performs an initial git commit to capture the bootstrap output.

Quick Start

Tell your AI to run the installer for the current directory: bash .claude/skills/auto-sistema/install.sh.

Frequently Asked Questions about auto-sistema

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

FAQPage Schema
How do I bootstrap a new Next.js or Express project with environment templates and git scaffolding?

To bootstrap a new project, this skill detects your stack from local files and automatically generates environment templates, git scaffolding, and the required directory structure for Next.js, Express, or other supported stacks.

What is stack-aware project initialization and how does it work for Python and Supabase?

Stack-aware initialization automatically detects your Python or Supabase environment from local files to generate appropriate configuration files like `.env.example` and `.gitignore` without manual setup.

Can I use this to install the Anthropic SDK and create an initial git commit automatically?

Yes, you can install the Anthropic SDK and create an initial git commit automatically. The bootstrap process optionally installs `@anthropic-ai/sdk` and performs a commit to capture the setup output.

Does this automated setup work with static sites and React SPA frameworks?

Yes, this automated setup works with static sites and React SPA frameworks. The stack detection mechanism supports static site initialization alongside React SPA, Next.js, Express/Node, Python, and Supabase environments.

What is the best way to initialize KAIROS configuration and memory files in a fresh codebase?

The best way to initialize KAIROS configuration is through a one-command bootstrap that installs CLAUDE.md, SKILL.md, and memory.md files while creating the `.claude/` folder structure automatically in your fresh codebase.