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
5 changes: 3 additions & 2 deletions docs/dg/dev/ai/ai-dev/ai-dev-claude-code-plugin.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Claude Code Plugin
description: Install and use the Spryker AI Dev SDK plugin for Claude Code to get Spryker-aware skills, code review, and project setup directly in your AI coding assistant.
last_updated: Jul 22, 2026
last_updated: Jul 28, 2026
label: early-access
keywords: ai, claude, claude code, plugin, marketplace, skills, spryker, ai-dev, code review
keywords: ai, claude, claude code, plugin, marketplace, skills, spryker, ai-dev, code review, ci
template: howto-guide-template
---

Expand Down Expand Up @@ -111,6 +111,7 @@ The plugin bundles the following Spryker-aware skills. Invoke them in Claude Cod
| Spryker Docs Research | `/spryker-ai-dev-sdk:spryker-docs-research` | Looks up grounded answers in the official Spryker documentation |
| Spryker Runtime | `/spryker-ai-dev-sdk:spryker-runtime` | Drives the running Spryker application — storefront, back office, console, HTTP |
| AI Runtime Debugging | `/spryker-ai-dev-sdk:ai-runtime-debugging` | Adds tagged debug logs (and optional XDebug) for inspecting Spryker runtime state |
| Project CI Generator | `/spryker-ai-dev-sdk:project-ci-generator` | Rebuilds an inherited product-style CI setup into a single, lean project CI pipeline, keeping only the jobs and support files the project needs |

### Subagents

Expand Down
3 changes: 2 additions & 1 deletion docs/dg/dev/ai/ai-dev/ai-dev-skills-and-agents.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AI Dev SDK Skills and Agents
description: Reference of the skills and agents shipped with the AI Dev SDK
last_updated: Jul 22, 2026
last_updated: Jul 28, 2026
label: early-access
keywords: ai, ai-dev, claude, claude code, windsurf, copilot, skills, agents, subagents, spryker
template: concept-topic-template
Expand Down Expand Up @@ -61,6 +61,7 @@ Skills are delivered through `ai-dev:setup` (all supported AI tools) or the Clau
| `spryker-docs-research` | Look up the right answer in official Spryker documentation | Grounds AI work in documented behavior rather than the model's memory; falls back gracefully when MCP tools are unavailable |
| `spryker-runtime` | Drive the running Spryker application — Yves, Back Office, Merchant Portal, console, HTTP | Real authenticated sessions; read-only DB / Redis / queue inspection; reusable building block for higher-level skills and agents |
| `ai-runtime-debugging` | Inspect Spryker runtime state safely from an AI session | `[AI-DEBUG]` tagged-log pattern plus optional XDebug step-debug; built-in cleanup of debug instrumentation before commit |
| `project-ci-generator` | Transform an inherited product-style CI setup into a single, lean project CI pipeline | Reads the CI that actually exists rather than applying a template; reuses the discovered commands verbatim so the result stays environment-correct; proposes a keep/drop plan for approval before deleting anything; ports the same jobs to GitLab or Bitbucket |

## Agents

Expand Down
Loading