Skip to content

Conversation

@gonengar
Copy link

Add ability to install AI agent skills (Cursor, Claude Code, etc.) during project creation. In interactive mode, users are prompted to add skills. In non-interactive mode, use --skills flag to opt-in.

Closes #91

Description

Related Issue

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe):

Changes Made

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (npm test)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated AGENTS.md if I made architectural changes

Additional Notes

@claude
Copy link

claude bot commented Jan 22, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 22, 2026

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.0.15-pr.95.dae02d2

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.0.15-pr.95.dae02d2"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.0.15-pr.95.dae02d2"
  }
}

Preview published to npm registry — try new features instantly!

@claude
Copy link

claude bot commented Jan 22, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@gonengar gonengar force-pushed the claude/fetch-cli-issues-ncozl branch from 1eaf0db to 685dd28 Compare January 23, 2026 08:35
@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@gonengar gonengar force-pushed the claude/fetch-cli-issues-ncozl branch from 685dd28 to ca59624 Compare January 23, 2026 08:58
@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@gonengar gonengar force-pushed the claude/fetch-cli-issues-ncozl branch from ca59624 to c179530 Compare January 23, 2026 09:04
@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@gonengar gonengar force-pushed the claude/fetch-cli-issues-ncozl branch from c179530 to e462799 Compare January 23, 2026 10:31
@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@gonengar gonengar force-pushed the claude/fetch-cli-issues-ncozl branch from e462799 to 4ad544a Compare January 23, 2026 13:49
@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@gonengar gonengar force-pushed the claude/fetch-cli-issues-ncozl branch from 4ad544a to 3fc9943 Compare January 23, 2026 13:52
@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

Add multi-select prompt to install AI agent skills after project creation.
Users can select which agents to configure (Cursor, Claude Code) with all
agents selected by default.

- Interactive mode: shows multi-select with all agents pre-selected
- Non-interactive mode: use --skills flag to install for all agents
- Uses `npx add-skill base44/skills -a <agent>` for selected agents

Closes #91
@gonengar gonengar force-pushed the claude/fetch-cli-issues-ncozl branch from 3fc9943 to 10439b5 Compare January 23, 2026 13:55
@claude
Copy link

claude bot commented Jan 23, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add skills by default when running npx base44 create

3 participants