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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ After `composer install` or `composer update`, the plugin scans your `vendor/` d

Result: Claude Code, Cursor & Co. automatically know the rules, patterns, and APIs of the packages you have pulled in via Composer.

Additionally, the plugin ships **9 cross-package skills** of its own: architecture, pattern, and testing rules; the `schema-authoring` guide for the Jardis Designer; and five `platform-*` guides for working on Designer-generated code — `platform-implementation` (fachlogik on top of generated code, including the layout of generated PHP classes), `platform-usage` (wiring generated Commands/Queries into an HTTP / CLI / queue transport), `platform-versioning` (ClassVersion resolution and the versioning model), `platform-workflow` (the FlowDesigner Workflow-Engine API), and `platform-cookbook` (Phase-3 recipes, troubleshooting, and event transport). Which of these get copied into your project is controlled via `composer.json` — see [Configuring bundled skills](#configuring-bundled-skills). **No bundled skills are installed by default**; you opt in explicitly.
Additionally, the plugin ships **9 cross-package skills** of its own: architecture, pattern, and testing rules; the `schema-authoring` guide for the Jardis Designer; and five `platform-*` guides for working on Designer-generated code — `platform-implementation` (business logic on top of generated code, including the layout of generated PHP classes), `platform-usage` (wiring generated Commands/Queries into an HTTP / CLI / queue transport), `platform-versioning` (ClassVersion resolution and the versioning model), `platform-workflow` (the FlowDesigner Workflow-Engine API), and `platform-cookbook` (Phase-3 recipes, troubleshooting, and event transport). Which of these get copied into your project is controlled via `composer.json` — see [Configuring bundled skills](#configuring-bundled-skills). **No bundled skills are installed by default**; you opt in explicitly.

---

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jardis/dev-skills",
"homepage": "https://docs.jardis.io/en/tools/dev-skills",
"homepage": "https://jardis.io",
"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 @@ -44,6 +44,8 @@
"class": "JardisTools\\DevSkills\\Plugin"
},
"support": {
"issues": "https://github.com/jardisTools/dev-skills/issues",
"docs": "https://docs.jardis.io/en/skills",
"email": "jardisDev@headgent.com"
},
"keywords": [
Expand All @@ -54,7 +56,7 @@
"skills",
"ai-assisted",
"ai-assisted-development",
"DDD",
"ddd",
"domain-driven-design",
"headgent"
]
Expand Down
Loading