Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# jardis/dev-skills

Composer plugin that automatically supplies your AI agent (Claude Code, Cursor, Continue, Aider, ...) with all rules and APIs for the Jardis packages in use — one command, no configuration.
**Make your AI coding agent fluent in Jardis.** Jardis is the Domain-Driven Design platform for PHP: you model your domain, and Jardis generates the production-ready hexagonal code. This Composer plugin automatically supplies Claude Code, Cursor, Continue, Aider & co. with the rules and APIs of every Jardis package you use — and the guides for working on the generated code — in one command, no configuration.

Part of the **[Jardis Business Platform](https://jardis.io)** — DDD ecosystem with integrated AI support.
> Part of **[Jardis](https://jardis.io)** — the Domain-Driven Design platform for PHP. You model your domain; Jardis generates the production-ready hexagonal code (DTOs, Command/Query handlers, repositories, persistence). This plugin keeps your AI agent in sync with the rules and APIs that generated code follows.

---

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "jardis/dev-skills",
"homepage": "https://docs.jardis.io/en/tools/dev-skills",
"description": "Composer plugin that installs Jardis Skills and aggregates AGENTS.md for AI-assisted development (Claude Code, Cursor, Continue, Aider)",
"type": "composer-plugin",
"license": "MIT",
Expand Down Expand Up @@ -52,7 +53,9 @@
"jardis",
"skills",
"ai-assisted",
"ai-assisted-development",
"DDD",
"domain-driven-design",
"headgent"
]
}
Loading