https://github.com/jikig-ai/soleur
The Company-as-a-Service platform. Build, ship, and scale -- powered by AI teams.
https://github.com/jikig-ai/soleur
agentic-company agentic-engineering ai-agents ai-orchestration automation bring-your-own-model claude claude-code claude-code-plugin code-review company-as-a-service developer-tools solopreneur
Last synced: 2 days ago
JSON representation
The Company-as-a-Service platform. Build, ship, and scale -- powered by AI teams.
- Host: GitHub
- URL: https://github.com/jikig-ai/soleur
- Owner: jikig-ai
- License: other
- Created: 2026-01-27T18:01:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-25T22:29:04.000Z (7 days ago)
- Last Synced: 2026-05-25T22:29:18.338Z (7 days ago)
- Topics: agentic-company, agentic-engineering, ai-agents, ai-orchestration, automation, bring-your-own-model, claude, claude-code, claude-code-plugin, code-review, company-as-a-service, developer-tools, solopreneur
- Language: TypeScript
- Homepage: https://soleur.ai
- Size: 56.5 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 745
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
# soleur
The Company-as-a-Service platform. Collapse the friction between a startup idea and a billion-dollar outcome.
67 agents across engineering, finance, legal, marketing, operations, product, sales, and support -- compounding your company knowledge with every session.
[](https://github.com/jikig-ai/soleur/releases)
[](LICENSE)
[](https://discord.gg/PYZbPBKMUY)
[](https://soleur.ai)
## What is Soleur?
Soleur gives a single founder the leverage of a full organization. **67 agents**, **3 commands**, and **81 skills** that compound your company knowledge over time -- every problem you solve makes the next one easier.
## Installation
**From the marketplace (recommended):**
```bash
claude plugin marketplace add jikig-ai/soleur
claude plugin install soleur
```
**From GitHub:**
```bash
claude plugin install --url https://github.com/jikig-ai/soleur/tree/main/plugins/soleur
```
**For existing codebases:** Run `/soleur:sync` first to populate your knowledge-base with conventions and patterns.
## The Workflow
The recommended way to use Soleur:
```text
/soleur:go
```
This classifies your intent and routes to the right workflow. For the full step-by-step:
```text
brainstorm --> plan --> work --> review --> compound
```
### Commands
| Command | Purpose |
|---------|---------|
| `/soleur:go` | Unified entry point -- routes to the right workflow skill |
| `/soleur:sync` | Analyze codebase and populate knowledge-base |
| `/soleur:help` | List all available Soleur commands, agents, and skills |
### Workflow Skills
| Skill | Purpose |
|-------|---------|
| `brainstorm` | Explore ideas and make design decisions |
| `plan` | Create structured implementation plans |
| `work` | Execute plans with incremental commits |
| `review` | Run comprehensive code review with specialized agents |
| `compound` | Capture learnings for future work |
| `one-shot` | Full autonomous engineering workflow from plan to PR |
See **[full component reference](./plugins/soleur/README.md)** for all agents, commands, and skills.
## Your AI Organization
| Department | What It Does | Entry Point |
|-----------|-------------|-------------|
| Engineering | Code review, architecture, security, testing, deployment | `/soleur:go` (routes to plan, work, review skills) |
| Finance | Budgeting, revenue analysis, financial reporting, cash flow | Ask about finance (routed via agents) |
| Marketing | Brand identity, content strategy, SEO, community, pricing | `/soleur:go define our brand` |
| Legal | Terms, privacy policy, GDPR, compliance audits | `/legal-generate`, `/legal-audit` |
| Operations | Expense tracking, vendor research, tool provisioning | Ask about ops (routed via agents) |
| Product | Business validation, spec analysis, UX design | `/soleur:go validate our idea` |
| Sales | Pipeline management, outbound prospecting, deal negotiation | Ask about sales (routed via agents) |
| Support | Issue triage, community engagement, customer success | Ask about support (routed via agents) |
## Learn More
- **[Getting Started](https://soleur.ai/getting-started/)** -- Installation, first steps, and workflow overview
- **[Vision](https://soleur.ai/vision/)** -- Where Soleur is headed
- **[Changelog](https://soleur.ai/changelog/)** -- Release history
- **[Community](https://soleur.ai/community/)** -- Discord, contributing, and support
## Contributing
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for how to get started, file issues, and submit pull requests.
## Community
Join the conversation on [Discord](https://discord.gg/PYZbPBKMUY).
## Credits
This work builds on ideas and patterns from these excellent projects:
- [Compound Engineering Plugin](https://github.com/EveryInc/compound-engineering-plugin) - The original Claude Code plugin that inspired this work
- [OpenSpec](https://github.com/Fission-AI/OpenSpec) - Spec-driven development (SDD) for AI coding assistants
- [Spec-Kit](https://github.com/github/spec-kit) - GitHub's toolkit for spec-driven development
## License
BSL 1.1 (Business Source License). See [LICENSE](LICENSE) for details.
Source-available for all individual and internal company use. The only restriction is offering Soleur as a competing hosted service. Each version converts to Apache-2.0 after 4 years. Versions v3.0.10 and earlier remain Apache-2.0.