Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By base44
Manage the full lifecycle of Base44 full-stack applications through CLI and JavaScript/TypeScript SDK — from project initialization and entity configuration to building features with CRUD operations on entities, backend functions, and AI agents, then deploying and troubleshooting production issues via backend function logs.
npx claudepluginhub base44/skills --plugin base44The base44 CLI is used for EVERYTHING related to base44 projects: resource configuration (entities, backend functions, ai agents), initialization and actions (resource creation, deployment). This skill is the place for learning about how to configure resources. When you plan or implement a feature, you must learn this skill
The base44 SDK is the library to communicate with base44 services. In projects, you use it to communicate with remote resources (entities, backend functions, ai agents) and to write backend functions. This skill is the place for learning about available modules and types. When you plan or implement a feature, you must learn this skill
Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls, or diagnosing production problems in Base44 apps.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Development agents, skills, hooks, and commands for Claude Code workflows
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
Scaffold new projects and add features with best-practice templates
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Enhances Claude Code from producing raw code into delivering production-ready systems. 14 specialized agents handle architecture, tested code, security audit, CI/CD, and documentation. Use for building apps/websites/services, adding features, hardening, deployment, testing, review, or architecture design.
Beta — These skills are functional and actively maintained. Feedback and suggestions are welcome on GitHub Discussions.
Install these skills so your coding agents can assist with Base44 development.
Supports many AI coding agents, including Cursor, Claude Code, Codex CLI, and OpenCode.
Add the marketplace and install:
/plugin marketplace add base44/skills
/plugin install base44@base44-skills
Or install directly:
claude plugin install base44@base44-skills
In a terminal, register the marketplace:
codex plugin marketplace add base44/skills
Then in Codex CLI, run /plugins, select Base44, and choose Install Plugin.
Install skills using skills:
# Install all skills
npx skills add base44/skills
# Install globally (user-level)
npx skills add base44/skills -g
| Skill | Description |
|---|---|
base44-cli | Create and manage Base44 projects using the CLI. Handles resource configuration (entities, backend functions, AI agents), initialization, and deployment. |
base44-sdk | Build apps using the Base44 JavaScript SDK. Communicate with remote resources like entities, backend functions, and AI agents. |
base44-troubleshooter | Troubleshoot production issues using backend function logs. Use when investigating app errors or diagnosing production problems. |
Agent skills are reusable instruction sets that extend your coding agent's capabilities. They're defined in SKILL.md files following the Agent Skills specification.
Learn more about agent extensions for Base44.
See CONTRIBUTING.md for guidelines on creating and submitting skills.