From 181ddd87fc41ae11b38cc20437ce748e35b76ec2 Mon Sep 17 00:00:00 2001 From: Headgent Date: Tue, 9 Jun 2026 15:46:36 +0200 Subject: [PATCH] docs(seo): sharpen README + composer.json metadata (#5) --- README.md | 4 ++-- composer.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fa941c..7da7180 100644 --- a/README.md +++ b/README.md @@ -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. --- diff --git a/composer.json b/composer.json index 9d5d4d3..4729f73 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -52,7 +53,9 @@ "jardis", "skills", "ai-assisted", + "ai-assisted-development", "DDD", + "domain-driven-design", "headgent" ] }