Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ai Bootstrap

FreeNot checked

Personal AI infrastructure bootstrap for Claude Code — interactive setup wizard with skills, agents, MCPs, and cross-project memory

GitHubEmbed

About

Personal AI infrastructure bootstrap for Claude Code — interactive setup wizard with skills, agents, MCPs, and cross-project memory

README

Bir komanda. Hər layihə. Hər maşın. Claude Code hər şeyi yadda saxlayır.

npm Release License: MIT Node ≥22 Tests

Quick start (3 addım)

# 1) Bir dəfə qlobal install
npm install -g @azerogluemin/ai-bootstrap

# 2) Bir dəfə user-scope wizard (universal foundation)
ai-bootstrap

# 3) Hər yeni layihədə (layihəyə xas bundle)
cd ~/Projects/yeni-layihə
ai-bootstrap new

Bitdi. Hər layihədə sadəcə claude — uyğun skill dəsti özü yüklənir.

npm install -g lazımdır ki, ai-bootstrap new komandası hər qovluqda işləsin. Alternativ: hər dəfə npx @azerogluemin/ai-bootstrap@latest <cmd> (uzun, tövsiyə olunmur).


Niyə ai-bootstrap?

Claude Code-da skill, agent, MCP, knowledge — hamısı ~/.claude/-də saxlanır. Amma:

  • Hər yeni layihədə əldə qurmaq vaxt aparır
  • Bir maşından digərinə köçəndə hər şeyi sıfırdan qurmaq lazımdır
  • Müxtəlif layihələr fərqli skill dəsti istəyir (AI Creator ≠ SaaS dev ≠ SMM)

ai-bootstrap bunu 2 səviyyəli sistem ilə həll edir:

Səviyyə Yer Nə vaxt yüklənir
User scope (qlobal) ~/.claude/skills/ Hər layihədə, hər session
Project scope (lokal) <layihə>/.claude/skills/ YALNIZ o qovluqda

npx @azerogluemin/ai-bootstrap user scope-a foundation (10 universal skill) qurur. ai-bootstrap new hər layihəyə layihə-spesifik bundle qurur (creator / developer / marketer / founder / full-stack).

Token israfı yoxdur, skill qarışıqlığı yoxdur.


Bundle siyahısı

Bundle Skill Agent Kim üçün
foundation 10 2 Universal əsas (user scope)
developer 21 18 SaaS, fullstack, mobile, data, OSS
creator 26 13 Video, Reel, sosial, brand
marketer 24 29 SEO + SMM + ads + copywriting
founder 35 38 C-Level + product + marketing + coaching
full-stack 52+ 75+ Hamısı — multi-rol agency

İçərisində nə var

  • 85+ skill — Foundation, Product/UX, Marketing, Social, Creator, Graphic Design, Coaching, Productivity, Engineering, C-Level, Vertical specialists
  • 75+ agent — SEO suite (18), Engineering (14), C-Level mirrors (10), Vertical (8), Social orchestrators (5), Product (5), Marketing (6), Content (4), Business (3)
  • 63 MCP server — github, postgres, supabase, notion, slack, atlassian, gmail, twilio, sendgrid, spotify, kubernetes, instagram, openai, elevenlabs, ... (real install command + OAuth/credential helper)
  • 3 səviyyəli yaddaş — universal CLAUDE.md + cross-layihə knowledge files + learning-keeper auto-capture

Komandalar — qısa siyahı

# Setup
npm install -g @azerogluemin/ai-bootstrap     # bir dəfə qlobal install
ai-bootstrap                                    # ilk wizard (user scope foundation)
ai-bootstrap new                                # layihə bundle (hər layihədə)

# Skill management
ai-bootstrap add <names>             # əlavə skill/agent
ai-bootstrap add --bundle creator    # bütün bundle əlavə
ai-bootstrap remove <name>           # sil (rm)
ai-bootstrap list [--all]            # quraşdırılanlar (ls)

# Sync + diagnostika
ai-bootstrap update                  # yeni versiyada yenilə
ai-bootstrap doctor                  # sağlamlıq yoxlaması

# MCP
ai-bootstrap mcp list                # 63 mövcud server
ai-bootstrap mcp credentials         # token-ləri əlavə et

# Backup
ai-bootstrap backup init/sync/pull   # private GitHub backup

# Telemetry (opt-in, default OFF)
ai-bootstrap telemetry on/off/status

Detallı istifadə → packages/cli/README.md.


Real istifadə nümunələri

# AI Creator layihə (Instagram brand)
cd ~/Projects/azerogluemin-content && ai-bootstrap new
# → "AI Creator content" → creator bundle (showrunner, character-designer,
#    image-prompt-engineer, brand-identity-designer, instagram-expert, ...)
claude
> "10 günlük IG calendar AZ-də"

# SaaS layihə
cd ~/Projects/restoran-crm && ai-bootstrap new
# → "SaaS / Fullstack" → developer bundle (architect, devops, security, ...)

# Müştəri SMM
cd ~/Clients/restoran-smm && ai-bootstrap new
# → "Marketing / SMM" → marketer bundle (seo, copywriter, social, paid-ads, ...)

# Bundle əskik gəlir, əlavə et
ai-bootstrap add showrunner image-prompt-engineer
ai-bootstrap add --bundle creator

Privacy + safety

  • Telemetry: strict opt-in, OFF default. AI_BOOTSTRAP_TELEMETRY_URL env var yoxdursa heç yerə data getmir
  • Credentials: MCP key-lər ~/.ai-bootstrap.env-də (chmod 600), backup tərəfindən izlənmir
  • Backup: SSH + HTTPS qəbul edir, public repo seçirsənsə xəbərdarlıq + təsdiq, ai-bootstrap token saxlamır
  • Verified packages only: hər MCP catalog girişi source: ilə attribution daşıyır (official / community). Uydurma paket adı yox

Tam SECURITY.md.


Proyekt strukturu

ai-bootstrap/
├── packages/
│   ├── cli/                  # Published npm paket
│   │   ├── src/{applier,commands,steps,utils}/
│   │   ├── bin/init.js
│   │   └── tests/            # 142 test (87 smoke + 55 e2e)
│   └── templates/            # Source skills + agents + home/
├── docs/                     # Proposal, decisions, publishing
└── README.md

Contributing

PR welcome → CONTRIBUTING.md. Non-trivial dəyişiklik üçün əvvəlcə issue aç.

License

MIT — fork, modify, distribute.

Author

Built by Emin Azəroğlu (@azerogluemin_ai). Built with Claude Code, Azerbaijani as a first-class language.

from github.com/eminazeroglu/ai-bootstrap

Install Ai Bootstrap in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install ai-bootstrap

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add ai-bootstrap -- npx -y @azerogluemin/ai-bootstrap

FAQ

Is Ai Bootstrap MCP free?

Yes, Ai Bootstrap MCP is free — one-click install via Unyly at no cost.

Does Ai Bootstrap need an API key?

No, Ai Bootstrap runs without API keys or environment variables.

Is Ai Bootstrap hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Ai Bootstrap in Claude Desktop, Claude Code or Cursor?

Open Ai Bootstrap on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ai Bootstrap with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs