Skip to content

AI Creator

This page is generated from public package documentation in capell-4/packages and the package manifest checked into the source repository.

FieldValue
Composer packagecapell-app/ai-creator
Package slugai-creator
Product groupCapell Commercial
Tierpremium
Bundlecommercial
Runtime contextsadmin
Capell version^4.0
Source repositorycapell-app/packages
Source pathpackages/ai-creator
Docs sourcepackages/ai-creator/docs
Manifestcapell.json

AI Creator is an Available, Schema-owning Capell package in the Capell Commercial product group. It ships as capell-app/ai-creator and extends these surfaces: admin.

Reviewed AI-assisted creation sessions for Capell content, pages, layouts, and extension recommendations.

After install, the package contributes admin-facing extension points. Docs gap: no concrete Filament resource or page was detected.

Status details:

  • Status: Available
  • Tier: premium
  • Bundle: commercial
  • Composer package: capell-app/ai-creator
  • Namespace: Capell\AiCreator
  • Theme key: not applicable

For developers: The package gives developers package-owned service providers, Actions, Data objects, and models instead of pushing this behaviour into core or application code.

For teams: AI Creator helps editors create Capell content, pages, and plans while recommending the extensions that make each result stronger.

Screenshot contract: docs/screenshots.json.

  • AI Creator session preview (admin, required).
  • AI Creator Agent Bridge confirmation (admin, required).
  • Service providers: Capell\AiCreator\Providers\AiCreatorServiceProvider.
  • Migrations: packages/ai-creator/database/migrations/2026_06_22_000001_create_capell_ai_creator_sessions_table.php.
  • Models: AiCreatorSession.
  • Actions: ApplyAiCreatorSessionAction, BuildAiCreatorSessionPreviewAction, PreviewAiCreatorSessionAction, RecommendAiCreatorPackagesAction, StartAiCreatorSessionAction.
  • Data objects: AiCreatorPackageRecommendationData, AiCreatorPreviewData, AiCreatorStartSessionData.
  • Manifest contributions: admin-page: Capell\AiCreator\Manifest\AiCreatorAdminPageContribution, agent-capability: Capell\AiCreator\Manifest\AiCreatorAgentBridgeCapabilitiesContribution, health-check: Capell\AiCreator\Health\AiCreatorHealthCheck, model: Capell\AiCreator\Manifest\AiCreatorModelsContribution.
  • Health checks: Capell\AiCreator\Health\AiCreatorHealthCheck.
  • Required tables: capell_ai_creator_sessions.
  • Models: AiCreatorSession.
  • Migration files: 2026_06_22_000001_create_capell_ai_creator_sessions_table.php.
  • Migration impact: run host migrations through the package install flow before opening package surfaces.
  • Deletion/retention behaviour: Docs gap unless the package has an explicit pruning command, retention setting, or tested cascade path.
  • Admin navigation: contributes admin extension points through capell.json.
  • Permissions: none declared in capell.json.
  • Public routes: none detected in package route files.
  • Database changes: package migrations are declared.
  • Settings: no package settings declared.
  • Queues or schedules: none detected in standard package paths.
  • Cache tags: none declared.
  • Commands: none declared.
  • Run migrations before opening package resources or public routes.
  • Keep composer.json, composer.local.json, capell.json, docs, screenshots, and tests aligned when the package surface changes.
SymptomLikely causeCheckFix
Package surface is missing after installProvider or manifest is not loadedConfirm capell.json, package composer.json, and provider registrationReinstall the package, refresh Composer autoload, and clear host caches
Admin screen or command fails on missing tablePackage migrations have not runCheck the tables listed in Data ModelRun host migrations and rerun the focused package test
  1. Install the package: composer require capell-app/ai-creator.
  2. Run the required setup: php artisan migrate.
  3. Verify the package provider is registered and the related frontend, command, or extension point is active.