diff --git a/plugins/agentic-engineering/plugin.json b/plugins/agentic-engineering/plugin.json index b07bbf3..db8f43e 100644 --- a/plugins/agentic-engineering/plugin.json +++ b/plugins/agentic-engineering/plugin.json @@ -6,5 +6,17 @@ "name": "devantler-tech", "url": "https://github.com/devantler-tech" }, + "keywords": [ + "ai", + "agents", + "agentic", + "llm", + "copilot", + "copilot-sdk", + "agent-instructions", + "mcp", + "skills", + "prompt-engineering" + ], "skills": "skills/" } diff --git a/plugins/engineering-practices/plugin.json b/plugins/engineering-practices/plugin.json index d61aac8..a1f3f3a 100644 --- a/plugins/engineering-practices/plugin.json +++ b/plugins/engineering-practices/plugin.json @@ -6,5 +6,15 @@ "name": "devantler-tech", "url": "https://github.com/devantler-tech" }, + "keywords": [ + "git", + "conventional-commits", + "releases", + "refactoring", + "tdd", + "test-driven-development", + "code-quality", + "engineering" + ], "skills": "skills/" } diff --git a/plugins/frontend-design/plugin.json b/plugins/frontend-design/plugin.json index 1b934f3..0d50e44 100644 --- a/plugins/frontend-design/plugin.json +++ b/plugins/frontend-design/plugin.json @@ -6,5 +6,15 @@ "name": "devantler-tech", "url": "https://github.com/devantler-tech" }, + "keywords": [ + "frontend", + "ui", + "ux", + "astro", + "web-design", + "css", + "accessibility", + "design" + ], "skills": "skills/" } diff --git a/plugins/github/plugin.json b/plugins/github/plugin.json index efdca71..7944218 100644 --- a/plugins/github/plugin.json +++ b/plugins/github/plugin.json @@ -6,5 +6,16 @@ "name": "devantler-tech", "url": "https://github.com/devantler-tech" }, + "keywords": [ + "github", + "git", + "gh-cli", + "pull-requests", + "stacked-prs", + "github-actions", + "workflows", + "issues", + "ci-cd" + ], "skills": "skills/" } diff --git a/plugins/gitops-kubernetes/plugin.json b/plugins/gitops-kubernetes/plugin.json index 14d85cd..c6ac846 100644 --- a/plugins/gitops-kubernetes/plugin.json +++ b/plugins/gitops-kubernetes/plugin.json @@ -6,6 +6,19 @@ "name": "devantler-tech", "url": "https://github.com/devantler-tech" }, + "keywords": [ + "gitops", + "flux", + "flux-cd", + "kubernetes", + "k8s", + "mcp", + "cluster-debugging", + "repository-audit", + "multi-tenancy", + "helm", + "kustomize" + ], "skills": "skills/", "agents": "agents/" } diff --git a/plugins/go/plugin.json b/plugins/go/plugin.json index 3e3ec08..d019766 100644 --- a/plugins/go/plugin.json +++ b/plugins/go/plugin.json @@ -6,5 +6,14 @@ "name": "devantler-tech", "url": "https://github.com/devantler-tech" }, + "keywords": [ + "go", + "golang", + "concurrency", + "generics", + "interfaces", + "testing", + "microservices" + ], "skills": "skills/" }