claude-autopm 2.8.5 → 2.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install/install.js +31 -8
- package/package.json +1 -1
- package/packages/plugin-ai/plugin.json +4 -111
- package/packages/plugin-cloud/plugin.json +172 -96
- package/packages/plugin-core/plugin.json +1 -0
- package/packages/plugin-data/plugin.json +5 -26
- package/packages/plugin-databases/plugin.json +146 -30
- package/packages/plugin-devops/plugin.json +176 -66
- package/packages/plugin-frameworks/plugin.json +108 -60
- package/packages/plugin-languages/plugin.json +136 -69
- package/packages/plugin-ml/plugin.json +11 -21
- package/packages/plugin-testing/plugin.json +72 -62
- /package/packages/plugin-ai/commands/{a2a-setup.md → ai:a2a-setup.md} +0 -0
- /package/packages/plugin-ai/commands/{ai-model-deployment.md → ai:ai-model-deployment.md} +0 -0
- /package/packages/plugin-ai/commands/{anthropic-optimize.md → ai:anthropic-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{huggingface-deploy.md → ai:huggingface-deploy.md} +0 -0
- /package/packages/plugin-ai/commands/{langchain-optimize.md → ai:langchain-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{llm-optimize.md → ai:llm-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{openai-optimize.md → ai:openai-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{rag-optimize.md → ai:rag-optimize.md} +0 -0
- /package/packages/plugin-ai/commands/{rag-setup-scaffold.md → ai:rag-setup-scaffold.md} +0 -0
- /package/packages/plugin-cloud/commands/{cloud-cost-optimize.md → cloud:cloud-cost-optimize.md} +0 -0
- /package/packages/plugin-cloud/commands/{cloud-validate.md → cloud:cloud-validate.md} +0 -0
- /package/packages/plugin-cloud/commands/{infra-deploy.md → cloud:infra-deploy.md} +0 -0
- /package/packages/plugin-cloud/commands/{k8s-deploy.md → cloud:k8s-deploy.md} +0 -0
- /package/packages/plugin-cloud/commands/{ssh-security.md → cloud:ssh-security.md} +0 -0
- /package/packages/plugin-cloud/commands/{traefik-setup.md → cloud:traefik-setup.md} +0 -0
- /package/packages/plugin-data/commands/{airflow-dag-scaffold.md → data:airflow-dag-scaffold.md} +0 -0
- /package/packages/plugin-data/commands/{kafka-pipeline-scaffold.md → data:kafka-pipeline-scaffold.md} +0 -0
- /package/packages/plugin-databases/commands/{db-optimize.md → db:db-optimize.md} +0 -0
- /package/packages/plugin-devops/commands/{ci-pipeline-create.md → devops:ci-pipeline-create.md} +0 -0
- /package/packages/plugin-devops/commands/{docker-optimize.md → devops:docker-optimize.md} +0 -0
- /package/packages/plugin-devops/commands/{workflow-create.md → devops:workflow-create.md} +0 -0
- /package/packages/plugin-frameworks/commands/{app-scaffold.md → framework:app-scaffold.md} +0 -0
- /package/packages/plugin-frameworks/commands/{nextjs-optimize.md → framework:nextjs-optimize.md} +0 -0
- /package/packages/plugin-frameworks/commands/{react-optimize.md → framework:react-optimize.md} +0 -0
- /package/packages/plugin-frameworks/commands/{tailwind-system.md → framework:tailwind-system.md} +0 -0
- /package/packages/plugin-languages/commands/{javascript-optimize.md → lang:javascript-optimize.md} +0 -0
- /package/packages/plugin-languages/commands/{nodejs-api-scaffold.md → lang:nodejs-api-scaffold.md} +0 -0
- /package/packages/plugin-languages/commands/{nodejs-optimize.md → lang:nodejs-optimize.md} +0 -0
- /package/packages/plugin-languages/commands/{python-api-scaffold.md → lang:python-api-scaffold.md} +0 -0
- /package/packages/plugin-languages/commands/{python-optimize.md → lang:python-optimize.md} +0 -0
- /package/packages/plugin-ml/commands/{ml-automl.md → ml:ml-automl.md} +0 -0
- /package/packages/plugin-ml/commands/{ml-train-optimize.md → ml:ml-train-optimize.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{COMMANDS.md → azure:COMMANDS.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{COMMAND_MAPPING.md → azure:COMMAND_MAPPING.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{INTEGRATION_FIX.md → azure:INTEGRATION_FIX.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{README.md → azure:README.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{active-work.md → azure:active-work.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{aliases.md → azure:aliases.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{blocked-items.md → azure:blocked-items.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{clean.md → azure:clean.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{docs-query.md → azure:docs-query.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-decompose.md → azure:feature-decompose.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-list.md → azure:feature-list.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-new.md → azure:feature-new.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-show.md → azure:feature-show.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{feature-start.md → azure:feature-start.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{fix-integration-example.md → azure:fix-integration-example.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{help.md → azure:help.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{import-us.md → azure:import-us.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{init.md → azure:init.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{next-task.md → azure:next-task.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{search.md → azure:search.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{sprint-status.md → azure:sprint-status.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{standup.md → azure:standup.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{sync-all.md → azure:sync-all.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-analyze.md → azure:task-analyze.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-close.md → azure:task-close.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-edit.md → azure:task-edit.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-list.md → azure:task-list.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-new.md → azure:task-new.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-reopen.md → azure:task-reopen.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-show.md → azure:task-show.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-start.md → azure:task-start.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-status.md → azure:task-status.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{task-sync.md → azure:task-sync.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-edit.md → azure:us-edit.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-list.md → azure:us-list.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-new.md → azure:us-new.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-parse.md → azure:us-parse.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-show.md → azure:us-show.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{us-status.md → azure:us-status.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{validate.md → azure:validate.md} +0 -0
- /package/packages/plugin-pm/commands/azure/{work-item-sync.md → azure:work-item-sync.md} +0 -0
- /package/packages/plugin-pm/commands/github/{workflow-create.md → github:workflow-create.md} +0 -0
- /package/packages/plugin-pm/commands/{blocked.md → pm:blocked.md} +0 -0
- /package/packages/plugin-pm/commands/{clean.md → pm:clean.md} +0 -0
- /package/packages/plugin-pm/commands/{context-create.md → pm:context-create.md} +0 -0
- /package/packages/plugin-pm/commands/{context-prime.md → pm:context-prime.md} +0 -0
- /package/packages/plugin-pm/commands/{context-update.md → pm:context-update.md} +0 -0
- /package/packages/plugin-pm/commands/{context.md → pm:context.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-close.md → pm:epic-close.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-decompose.md → pm:epic-decompose.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-edit.md → pm:epic-edit.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-list.md → pm:epic-list.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-merge.md → pm:epic-merge.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-oneshot.md → pm:epic-oneshot.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-refresh.md → pm:epic-refresh.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-show.md → pm:epic-show.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-split.md → pm:epic-split.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-start.md → pm:epic-start.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-status.md → pm:epic-status.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-sync-modular.md → pm:epic-sync-modular.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-sync-original.md → pm:epic-sync-original.md} +0 -0
- /package/packages/plugin-pm/commands/{epic-sync.md → pm:epic-sync.md} +0 -0
- /package/packages/plugin-pm/commands/{help.md → pm:help.md} +0 -0
- /package/packages/plugin-pm/commands/{import.md → pm:import.md} +0 -0
- /package/packages/plugin-pm/commands/{in-progress.md → pm:in-progress.md} +0 -0
- /package/packages/plugin-pm/commands/{init.md → pm:init.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-analyze.md → pm:issue-analyze.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-close.md → pm:issue-close.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-edit.md → pm:issue-edit.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-reopen.md → pm:issue-reopen.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-show.md → pm:issue-show.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-start.md → pm:issue-start.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-status.md → pm:issue-status.md} +0 -0
- /package/packages/plugin-pm/commands/{issue-sync.md → pm:issue-sync.md} +0 -0
- /package/packages/plugin-pm/commands/{next.md → pm:next.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-edit.md → pm:prd-edit.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-list.md → pm:prd-list.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-new.md → pm:prd-new.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-parse.md → pm:prd-parse.md} +0 -0
- /package/packages/plugin-pm/commands/{prd-status.md → pm:prd-status.md} +0 -0
- /package/packages/plugin-pm/commands/{search.md → pm:search.md} +0 -0
- /package/packages/plugin-pm/commands/{standup.md → pm:standup.md} +0 -0
- /package/packages/plugin-pm/commands/{status.md → pm:status.md} +0 -0
- /package/packages/plugin-pm/commands/{sync.md → pm:sync.md} +0 -0
- /package/packages/plugin-pm/commands/{test-reference-update.md → pm:test-reference-update.md} +0 -0
- /package/packages/plugin-pm/commands/{validate.md → pm:validate.md} +0 -0
- /package/packages/plugin-pm/commands/{what-next.md → pm:what-next.md} +0 -0
- /package/packages/plugin-testing/commands/{jest-optimize.md → test:jest-optimize.md} +0 -0
- /package/packages/plugin-testing/commands/{playwright-optimize.md → test:playwright-optimize.md} +0 -0
- /package/packages/plugin-testing/commands/{test-coverage.md → test:test-coverage.md} +0 -0
- /package/packages/plugin-testing/commands/{test-performance.md → test:test-performance.md} +0 -0
- /package/packages/plugin-testing/commands/{test-setup.md → test:test-setup.md} +0 -0
package/install/install.js
CHANGED
|
@@ -918,13 +918,34 @@ See: https://github.com/rafeekpro/ClaudeAutoPM
|
|
|
918
918
|
}
|
|
919
919
|
|
|
920
920
|
for (const command of metadata.commands) {
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
921
|
+
// Handle subdirectory collections with auto-discovery
|
|
922
|
+
if (command.subdirectory && command.discovery === 'auto') {
|
|
923
|
+
const commandsSourceDir = path.join(pluginPath, command.subdirectory);
|
|
924
|
+
|
|
925
|
+
if (fs.existsSync(commandsSourceDir)) {
|
|
926
|
+
// Auto-discover all .md files in subdirectory
|
|
927
|
+
const files = fs.readdirSync(commandsSourceDir);
|
|
928
|
+
for (const file of files) {
|
|
929
|
+
if (file.endsWith('.md')) {
|
|
930
|
+
const sourcePath = path.join(commandsSourceDir, file);
|
|
931
|
+
const targetPath = path.join(targetDir, file);
|
|
932
|
+
|
|
933
|
+
if (fs.existsSync(sourcePath) && !fs.existsSync(targetPath)) {
|
|
934
|
+
fs.copyFileSync(sourcePath, targetPath);
|
|
935
|
+
commandsInstalled++;
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
} else if (command.file) {
|
|
941
|
+
// Handle individual command files
|
|
942
|
+
const sourcePath = path.join(pluginPath, command.file);
|
|
943
|
+
const targetPath = path.join(targetDir, path.basename(command.file));
|
|
924
944
|
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
945
|
+
if (fs.existsSync(sourcePath) && !fs.existsSync(targetPath)) {
|
|
946
|
+
fs.copyFileSync(sourcePath, targetPath);
|
|
947
|
+
commandsInstalled++;
|
|
948
|
+
}
|
|
928
949
|
}
|
|
929
950
|
}
|
|
930
951
|
}
|
|
@@ -1020,9 +1041,11 @@ See: https://github.com/rafeekpro/ClaudeAutoPM
|
|
|
1020
1041
|
}
|
|
1021
1042
|
}
|
|
1022
1043
|
|
|
1044
|
+
const displayName = metadata.displayName || metadata.name || pluginName;
|
|
1045
|
+
|
|
1023
1046
|
installedPlugins.push({
|
|
1024
1047
|
name: pluginName,
|
|
1025
|
-
displayName:
|
|
1048
|
+
displayName: displayName,
|
|
1026
1049
|
agents: agentsInstalled,
|
|
1027
1050
|
commands: commandsInstalled,
|
|
1028
1051
|
rules: rulesInstalled
|
|
@@ -1033,7 +1056,7 @@ See: https://github.com/rafeekpro/ClaudeAutoPM
|
|
|
1033
1056
|
if (commandsInstalled > 0) summary.push(`${commandsInstalled} commands`);
|
|
1034
1057
|
if (rulesInstalled > 0) summary.push(`${rulesInstalled} rules`);
|
|
1035
1058
|
|
|
1036
|
-
this.printSuccess(`${
|
|
1059
|
+
this.printSuccess(`${displayName} installed (${summary.join(', ') || 'no resources'})`);
|
|
1037
1060
|
} catch (error) {
|
|
1038
1061
|
failedPlugins.push({ name: pluginName, error: error.message });
|
|
1039
1062
|
this.printWarning(`Failed to install ${pluginName}: ${error.message}`);
|
package/package.json
CHANGED
|
@@ -195,123 +195,16 @@
|
|
|
195
195
|
],
|
|
196
196
|
"commands": [
|
|
197
197
|
{
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"description": "Generate production-ready RAG system with Context7-verified patterns: document ingestion, vector stores, retrieval strategies, RAG chains with RunnablePassthrough",
|
|
198
|
+
"subdirectory": "commands/",
|
|
199
|
+
"description": "AI & Machine Learning commands (9 total)",
|
|
200
|
+
"type": "collection",
|
|
201
|
+
"discovery": "auto",
|
|
203
202
|
"tags": [
|
|
204
203
|
"rag",
|
|
205
204
|
"langchain",
|
|
206
205
|
"retrieval",
|
|
207
206
|
"embeddings",
|
|
208
207
|
"scaffold"
|
|
209
|
-
],
|
|
210
|
-
"mcpTools": [
|
|
211
|
-
"context7"
|
|
212
|
-
]
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "ai-model-deployment",
|
|
216
|
-
"file": "commands/ai-model-deployment.md",
|
|
217
|
-
"category": "ai",
|
|
218
|
-
"priority": "medium",
|
|
219
|
-
"description": "Generate production-ready AI model deployment infrastructure with Context7-verified patterns: FastAPI endpoints, MLflow registry, monitoring, caching, rate limiting",
|
|
220
|
-
"tags": [
|
|
221
|
-
"deployment",
|
|
222
|
-
"mlflow",
|
|
223
|
-
"fastapi",
|
|
224
|
-
"production",
|
|
225
|
-
"mlops"
|
|
226
|
-
],
|
|
227
|
-
"mcpTools": [
|
|
228
|
-
"context7"
|
|
229
|
-
]
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "openai-optimize",
|
|
233
|
-
"file": "commands/openai-optimize.md",
|
|
234
|
-
"description": "Optimize OpenAI API usage with async operations, batching, caching, and rate limiting for 90% cost reduction",
|
|
235
|
-
"category": "optimization",
|
|
236
|
-
"tags": ["openai", "async", "batching", "caching", "rate-limiting", "optimization"],
|
|
237
|
-
"requiredAgents": ["openai-python-expert"],
|
|
238
|
-
"context7": [
|
|
239
|
-
"/openai/openai-python"
|
|
240
|
-
]
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "rag-optimize",
|
|
244
|
-
"file": "commands/rag-optimize.md",
|
|
245
|
-
"description": "Optimize RAG systems with vector store optimization, embeddings caching, MMR retrieval, and optimal chunking",
|
|
246
|
-
"category": "optimization",
|
|
247
|
-
"tags": ["rag", "vector-store", "embeddings", "retrieval", "langchain", "optimization"],
|
|
248
|
-
"requiredAgents": ["langgraph-workflow-expert"],
|
|
249
|
-
"context7": [
|
|
250
|
-
"/websites/python_langchain"
|
|
251
|
-
]
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"name": "llm-optimize",
|
|
255
|
-
"file": "commands/llm-optimize.md",
|
|
256
|
-
"description": "Optimize LLM inference with model selection, prompt engineering, and context management for 90% cost reduction",
|
|
257
|
-
"category": "optimization",
|
|
258
|
-
"tags": ["llm", "model-selection", "prompts", "inference", "tokens", "optimization"],
|
|
259
|
-
"requiredAgents": ["openai-python-expert", "gemini-api-expert"],
|
|
260
|
-
"context7": [
|
|
261
|
-
"/openai/openai-python",
|
|
262
|
-
"/google/generative-ai-python"
|
|
263
|
-
]
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"name": "anthropic-optimize",
|
|
267
|
-
"file": "commands/anthropic-optimize.md",
|
|
268
|
-
"description": "Optimize Claude API usage with prompt caching, multi-model routing, streaming, and async batching for 70-90% cost reduction",
|
|
269
|
-
"category": "optimization",
|
|
270
|
-
"tags": ["anthropic", "claude", "prompt-caching", "async", "streaming", "optimization"],
|
|
271
|
-
"requiredAgents": ["anthropic-claude-expert"],
|
|
272
|
-
"context7": [
|
|
273
|
-
"/anthropic/anthropic-sdk-python",
|
|
274
|
-
"/anthropic/prompt-caching",
|
|
275
|
-
"/anthropic/streaming"
|
|
276
|
-
]
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "langchain-optimize",
|
|
280
|
-
"file": "commands/langchain-optimize.md",
|
|
281
|
-
"description": "Optimize LangChain chains with LCEL patterns, async batch processing, semantic caching, and RAG optimization for 60% cost reduction and 50x speedup",
|
|
282
|
-
"category": "optimization",
|
|
283
|
-
"tags": ["langchain", "lcel", "async", "caching", "rag", "optimization"],
|
|
284
|
-
"requiredAgents": ["langchain-expert"],
|
|
285
|
-
"context7": [
|
|
286
|
-
"/langchain-ai/langchain",
|
|
287
|
-
"/websites/python_langchain",
|
|
288
|
-
"/langchain/lcel-patterns"
|
|
289
|
-
]
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"name": "a2a-setup",
|
|
293
|
-
"file": "commands/a2a-setup.md",
|
|
294
|
-
"description": "Setup Google Agent-to-Agent (A2A) protocol with Vertex AI Agent Builder, multi-agent orchestration, and distributed agent systems",
|
|
295
|
-
"category": "setup",
|
|
296
|
-
"tags": ["a2a", "agent-to-agent", "vertex-ai", "multi-agent", "google-cloud"],
|
|
297
|
-
"requiredAgents": ["google-a2a-expert"],
|
|
298
|
-
"context7": [
|
|
299
|
-
"/googleapis/google-cloud-python/vertexai",
|
|
300
|
-
"/google-cloud/agent-builder",
|
|
301
|
-
"/google-cloud/a2a-protocol"
|
|
302
|
-
]
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "huggingface-deploy",
|
|
306
|
-
"file": "commands/huggingface-deploy.md",
|
|
307
|
-
"description": "Deploy HuggingFace models to production with quantization, vLLM high-throughput serving, and Inference Endpoints for 75% memory savings and 6x speedup",
|
|
308
|
-
"category": "deployment",
|
|
309
|
-
"tags": ["huggingface", "deployment", "quantization", "vllm", "inference-endpoints"],
|
|
310
|
-
"requiredAgents": ["huggingface-expert"],
|
|
311
|
-
"context7": [
|
|
312
|
-
"/huggingface/transformers",
|
|
313
|
-
"/huggingface/inference-endpoints",
|
|
314
|
-
"/huggingface/quantization"
|
|
315
208
|
]
|
|
316
209
|
}
|
|
317
210
|
],
|
|
@@ -17,7 +17,15 @@
|
|
|
17
17
|
},
|
|
18
18
|
"size": "~15 KB (gzipped)",
|
|
19
19
|
"required": false,
|
|
20
|
-
"tags": [
|
|
20
|
+
"tags": [
|
|
21
|
+
"cloud",
|
|
22
|
+
"aws",
|
|
23
|
+
"azure",
|
|
24
|
+
"gcp",
|
|
25
|
+
"kubernetes",
|
|
26
|
+
"terraform",
|
|
27
|
+
"infrastructure"
|
|
28
|
+
]
|
|
21
29
|
},
|
|
22
30
|
"agents": [
|
|
23
31
|
{
|
|
@@ -26,8 +34,18 @@
|
|
|
26
34
|
"category": "cloud",
|
|
27
35
|
"description": "AWS cloud architecture and infrastructure design patterns",
|
|
28
36
|
"version": "2.0.0",
|
|
29
|
-
"tags": [
|
|
30
|
-
|
|
37
|
+
"tags": [
|
|
38
|
+
"aws",
|
|
39
|
+
"cloud",
|
|
40
|
+
"architecture",
|
|
41
|
+
"ec2",
|
|
42
|
+
"s3",
|
|
43
|
+
"vpc"
|
|
44
|
+
],
|
|
45
|
+
"mcp": [
|
|
46
|
+
"aws",
|
|
47
|
+
"terraform"
|
|
48
|
+
],
|
|
31
49
|
"context7": [
|
|
32
50
|
"/websites/aws_amazon",
|
|
33
51
|
"/hashicorp/terraform-provider-aws"
|
|
@@ -39,8 +57,17 @@
|
|
|
39
57
|
"category": "cloud",
|
|
40
58
|
"description": "Azure cloud architecture and resource management",
|
|
41
59
|
"version": "2.0.0",
|
|
42
|
-
"tags": [
|
|
43
|
-
|
|
60
|
+
"tags": [
|
|
61
|
+
"azure",
|
|
62
|
+
"cloud",
|
|
63
|
+
"architecture",
|
|
64
|
+
"arm",
|
|
65
|
+
"bicep"
|
|
66
|
+
],
|
|
67
|
+
"mcp": [
|
|
68
|
+
"azure-cli",
|
|
69
|
+
"terraform"
|
|
70
|
+
],
|
|
44
71
|
"context7": [
|
|
45
72
|
"/microsoftdocs/azure-docs",
|
|
46
73
|
"/microsoftdocs/architecture-center"
|
|
@@ -52,8 +79,16 @@
|
|
|
52
79
|
"category": "cloud",
|
|
53
80
|
"description": "Google Cloud Platform architecture and design",
|
|
54
81
|
"version": "2.0.0",
|
|
55
|
-
"tags": [
|
|
56
|
-
|
|
82
|
+
"tags": [
|
|
83
|
+
"gcp",
|
|
84
|
+
"google-cloud",
|
|
85
|
+
"architecture",
|
|
86
|
+
"compute-engine"
|
|
87
|
+
],
|
|
88
|
+
"mcp": [
|
|
89
|
+
"gcp",
|
|
90
|
+
"terraform"
|
|
91
|
+
],
|
|
57
92
|
"context7": [
|
|
58
93
|
"/websites/cloud_google_architecture"
|
|
59
94
|
]
|
|
@@ -64,8 +99,15 @@
|
|
|
64
99
|
"category": "cloud",
|
|
65
100
|
"description": "Google Cloud Functions and serverless application development",
|
|
66
101
|
"version": "2.0.0",
|
|
67
|
-
"tags": [
|
|
68
|
-
|
|
102
|
+
"tags": [
|
|
103
|
+
"gcp",
|
|
104
|
+
"cloud-functions",
|
|
105
|
+
"serverless",
|
|
106
|
+
"functions-as-a-service"
|
|
107
|
+
],
|
|
108
|
+
"mcp": [
|
|
109
|
+
"gcp"
|
|
110
|
+
],
|
|
69
111
|
"context7": [
|
|
70
112
|
"/websites/cloud_google_architecture"
|
|
71
113
|
]
|
|
@@ -76,8 +118,16 @@
|
|
|
76
118
|
"category": "ai-integration",
|
|
77
119
|
"description": "Google Gemini API integration and AI application development",
|
|
78
120
|
"version": "2.0.0",
|
|
79
|
-
"tags": [
|
|
80
|
-
|
|
121
|
+
"tags": [
|
|
122
|
+
"gemini",
|
|
123
|
+
"google",
|
|
124
|
+
"ai",
|
|
125
|
+
"api",
|
|
126
|
+
"llm"
|
|
127
|
+
],
|
|
128
|
+
"mcp": [
|
|
129
|
+
"gcp"
|
|
130
|
+
],
|
|
81
131
|
"context7": [
|
|
82
132
|
"/websites/cloud_google_architecture"
|
|
83
133
|
]
|
|
@@ -88,8 +138,16 @@
|
|
|
88
138
|
"category": "orchestration",
|
|
89
139
|
"description": "Kubernetes cluster orchestration and container management",
|
|
90
140
|
"version": "2.0.0",
|
|
91
|
-
"tags": [
|
|
92
|
-
|
|
141
|
+
"tags": [
|
|
142
|
+
"kubernetes",
|
|
143
|
+
"k8s",
|
|
144
|
+
"containers",
|
|
145
|
+
"orchestration",
|
|
146
|
+
"helm"
|
|
147
|
+
],
|
|
148
|
+
"mcp": [
|
|
149
|
+
"kubernetes"
|
|
150
|
+
],
|
|
93
151
|
"context7": [
|
|
94
152
|
"/kubernetes/kubernetes"
|
|
95
153
|
]
|
|
@@ -100,8 +158,16 @@
|
|
|
100
158
|
"category": "ai-integration",
|
|
101
159
|
"description": "OpenAI API integration with Python for AI applications",
|
|
102
160
|
"version": "2.0.0",
|
|
103
|
-
"tags": [
|
|
104
|
-
|
|
161
|
+
"tags": [
|
|
162
|
+
"openai",
|
|
163
|
+
"python",
|
|
164
|
+
"ai",
|
|
165
|
+
"api",
|
|
166
|
+
"gpt"
|
|
167
|
+
],
|
|
168
|
+
"mcp": [
|
|
169
|
+
"openai"
|
|
170
|
+
],
|
|
105
171
|
"context7": [
|
|
106
172
|
"/openai/openai-python"
|
|
107
173
|
]
|
|
@@ -112,8 +178,16 @@
|
|
|
112
178
|
"category": "infrastructure",
|
|
113
179
|
"description": "Terraform infrastructure as code for multi-cloud deployments",
|
|
114
180
|
"version": "2.0.0",
|
|
115
|
-
"tags": [
|
|
116
|
-
|
|
181
|
+
"tags": [
|
|
182
|
+
"terraform",
|
|
183
|
+
"iac",
|
|
184
|
+
"infrastructure",
|
|
185
|
+
"multi-cloud",
|
|
186
|
+
"hcl"
|
|
187
|
+
],
|
|
188
|
+
"mcp": [
|
|
189
|
+
"terraform"
|
|
190
|
+
],
|
|
117
191
|
"context7": [
|
|
118
192
|
"/hashicorp/terraform",
|
|
119
193
|
"/hashicorp/terraform-provider-aws"
|
|
@@ -122,72 +196,15 @@
|
|
|
122
196
|
],
|
|
123
197
|
"commands": [
|
|
124
198
|
{
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"tags": [
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "ssh-security",
|
|
137
|
-
"file": "commands/ssh-security.md",
|
|
138
|
-
"description": "Configure SSH security hardening for cloud instances",
|
|
139
|
-
"category": "security",
|
|
140
|
-
"tags": ["ssh", "security", "hardening", "infrastructure"],
|
|
141
|
-
"context7": [
|
|
142
|
-
"/websites/aws_amazon"
|
|
143
|
-
]
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"name": "traefik-setup",
|
|
147
|
-
"file": "commands/traefik-setup.md",
|
|
148
|
-
"description": "Setup Traefik reverse proxy for cloud infrastructure",
|
|
149
|
-
"category": "networking",
|
|
150
|
-
"tags": ["traefik", "proxy", "networking", "load-balancer"],
|
|
151
|
-
"requiredAgents": ["kubernetes-orchestrator"],
|
|
152
|
-
"context7": [
|
|
153
|
-
"/traefik/traefik"
|
|
154
|
-
]
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "k8s-deploy",
|
|
158
|
-
"file": "commands/k8s-deploy.md",
|
|
159
|
-
"description": "Deploy applications to Kubernetes clusters",
|
|
160
|
-
"category": "deployment",
|
|
161
|
-
"tags": ["kubernetes", "k8s", "deployment", "containers"],
|
|
162
|
-
"requiredAgents": ["kubernetes-orchestrator"],
|
|
163
|
-
"context7": [
|
|
164
|
-
"/kubernetes/kubernetes"
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "cloud-validate",
|
|
169
|
-
"file": "commands/cloud-validate.md",
|
|
170
|
-
"description": "Validate cloud infrastructure configuration and credentials",
|
|
171
|
-
"category": "validation",
|
|
172
|
-
"tags": ["cloud", "validation", "security", "credentials", "terraform"],
|
|
173
|
-
"requiredAgents": ["aws-cloud-architect", "azure-cloud-architect", "gcp-cloud-architect", "terraform-infrastructure-expert"],
|
|
174
|
-
"context7": [
|
|
175
|
-
"/aws/aws-cdk",
|
|
176
|
-
"/hashicorp/terraform",
|
|
177
|
-
"/docker/docs",
|
|
178
|
-
"/kubernetes/kubernetes"
|
|
179
|
-
]
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "cloud-cost-optimize",
|
|
183
|
-
"file": "commands/cloud-cost-optimize.md",
|
|
184
|
-
"description": "Analyze and optimize cloud infrastructure costs",
|
|
185
|
-
"category": "cost-optimization",
|
|
186
|
-
"tags": ["cloud", "cost", "optimization", "finops", "savings"],
|
|
187
|
-
"requiredAgents": ["aws-cloud-architect", "azure-cloud-architect", "gcp-cloud-architect"],
|
|
188
|
-
"context7": [
|
|
189
|
-
"/aws/aws-cdk",
|
|
190
|
-
"/hashicorp/terraform"
|
|
199
|
+
"subdirectory": "commands/",
|
|
200
|
+
"description": "Cloud Providers & Infrastructure commands (6 total)",
|
|
201
|
+
"type": "collection",
|
|
202
|
+
"discovery": "auto",
|
|
203
|
+
"tags": [
|
|
204
|
+
"infrastructure",
|
|
205
|
+
"deployment",
|
|
206
|
+
"terraform",
|
|
207
|
+
"cloud"
|
|
191
208
|
]
|
|
192
209
|
}
|
|
193
210
|
],
|
|
@@ -197,18 +214,46 @@
|
|
|
197
214
|
"file": "rules/infrastructure-pipeline.md",
|
|
198
215
|
"priority": "high",
|
|
199
216
|
"description": "Infrastructure deployment pipeline standards and validation",
|
|
200
|
-
"tags": [
|
|
201
|
-
|
|
202
|
-
|
|
217
|
+
"tags": [
|
|
218
|
+
"infrastructure",
|
|
219
|
+
"pipeline",
|
|
220
|
+
"terraform",
|
|
221
|
+
"docker",
|
|
222
|
+
"kubernetes"
|
|
223
|
+
],
|
|
224
|
+
"appliesTo": [
|
|
225
|
+
"commands",
|
|
226
|
+
"agents"
|
|
227
|
+
],
|
|
228
|
+
"enforcesOn": [
|
|
229
|
+
"terraform-infrastructure-expert",
|
|
230
|
+
"kubernetes-orchestrator"
|
|
231
|
+
]
|
|
203
232
|
},
|
|
204
233
|
{
|
|
205
234
|
"name": "cloud-security-compliance",
|
|
206
235
|
"file": "rules/cloud-security-compliance.md",
|
|
207
236
|
"priority": "critical",
|
|
208
237
|
"description": "Cloud security best practices and compliance standards enforcement",
|
|
209
|
-
"tags": [
|
|
210
|
-
|
|
211
|
-
|
|
238
|
+
"tags": [
|
|
239
|
+
"security",
|
|
240
|
+
"compliance",
|
|
241
|
+
"cloud",
|
|
242
|
+
"encryption",
|
|
243
|
+
"access-control"
|
|
244
|
+
],
|
|
245
|
+
"appliesTo": [
|
|
246
|
+
"commands",
|
|
247
|
+
"agents",
|
|
248
|
+
"deployments"
|
|
249
|
+
],
|
|
250
|
+
"enforcesOn": [
|
|
251
|
+
"aws-cloud-architect",
|
|
252
|
+
"azure-cloud-architect",
|
|
253
|
+
"gcp-cloud-architect",
|
|
254
|
+
"terraform-infrastructure-expert",
|
|
255
|
+
"kubernetes-orchestrator"
|
|
256
|
+
]
|
|
212
257
|
}
|
|
213
258
|
],
|
|
214
259
|
"hooks": [
|
|
@@ -218,8 +263,18 @@
|
|
|
218
263
|
"type": "pre-command",
|
|
219
264
|
"description": "Security validation before cloud infrastructure deployment",
|
|
220
265
|
"blocking": true,
|
|
221
|
-
"tags": [
|
|
222
|
-
|
|
266
|
+
"tags": [
|
|
267
|
+
"security",
|
|
268
|
+
"validation",
|
|
269
|
+
"deployment",
|
|
270
|
+
"terraform"
|
|
271
|
+
],
|
|
272
|
+
"triggers": [
|
|
273
|
+
"cloud:deploy",
|
|
274
|
+
"infra-deploy",
|
|
275
|
+
"k8s-deploy",
|
|
276
|
+
"terraform-deploy"
|
|
277
|
+
]
|
|
223
278
|
}
|
|
224
279
|
],
|
|
225
280
|
"scripts": [
|
|
@@ -230,7 +285,11 @@
|
|
|
230
285
|
"type": "example",
|
|
231
286
|
"executable": true,
|
|
232
287
|
"category": "terraform",
|
|
233
|
-
"tags": [
|
|
288
|
+
"tags": [
|
|
289
|
+
"terraform",
|
|
290
|
+
"init",
|
|
291
|
+
"validation"
|
|
292
|
+
]
|
|
234
293
|
},
|
|
235
294
|
{
|
|
236
295
|
"name": "aws-validate",
|
|
@@ -239,7 +298,11 @@
|
|
|
239
298
|
"type": "example",
|
|
240
299
|
"executable": true,
|
|
241
300
|
"category": "aws",
|
|
242
|
-
"tags": [
|
|
301
|
+
"tags": [
|
|
302
|
+
"aws",
|
|
303
|
+
"validation",
|
|
304
|
+
"credentials"
|
|
305
|
+
]
|
|
243
306
|
},
|
|
244
307
|
{
|
|
245
308
|
"name": "azure-setup",
|
|
@@ -248,7 +311,11 @@
|
|
|
248
311
|
"type": "example",
|
|
249
312
|
"executable": true,
|
|
250
313
|
"category": "azure",
|
|
251
|
-
"tags": [
|
|
314
|
+
"tags": [
|
|
315
|
+
"azure",
|
|
316
|
+
"setup",
|
|
317
|
+
"configuration"
|
|
318
|
+
]
|
|
252
319
|
},
|
|
253
320
|
{
|
|
254
321
|
"name": "gcp-setup",
|
|
@@ -257,7 +324,11 @@
|
|
|
257
324
|
"type": "example",
|
|
258
325
|
"executable": true,
|
|
259
326
|
"category": "gcp",
|
|
260
|
-
"tags": [
|
|
327
|
+
"tags": [
|
|
328
|
+
"gcp",
|
|
329
|
+
"setup",
|
|
330
|
+
"configuration"
|
|
331
|
+
]
|
|
261
332
|
},
|
|
262
333
|
{
|
|
263
334
|
"name": "k8s-validate",
|
|
@@ -266,7 +337,12 @@
|
|
|
266
337
|
"type": "example",
|
|
267
338
|
"executable": true,
|
|
268
339
|
"category": "kubernetes",
|
|
269
|
-
"tags": [
|
|
340
|
+
"tags": [
|
|
341
|
+
"kubernetes",
|
|
342
|
+
"k8s",
|
|
343
|
+
"validation",
|
|
344
|
+
"health-check"
|
|
345
|
+
]
|
|
270
346
|
}
|
|
271
347
|
],
|
|
272
348
|
"features": {
|
|
@@ -89,37 +89,16 @@
|
|
|
89
89
|
],
|
|
90
90
|
"commands": [
|
|
91
91
|
{
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"description": "Generate production-ready Apache Airflow DAG with Context7-verified patterns: TaskFlow API, task dependencies, sensors, error handling, and testing",
|
|
92
|
+
"subdirectory": "commands/",
|
|
93
|
+
"description": "Data Engineering & ML commands (2 total)",
|
|
94
|
+
"type": "collection",
|
|
95
|
+
"discovery": "auto",
|
|
97
96
|
"tags": [
|
|
98
97
|
"airflow",
|
|
99
98
|
"dag",
|
|
100
99
|
"scaffold",
|
|
101
100
|
"etl",
|
|
102
101
|
"taskflow"
|
|
103
|
-
],
|
|
104
|
-
"mcpTools": [
|
|
105
|
-
"context7"
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "kafka-pipeline-scaffold",
|
|
110
|
-
"file": "commands/kafka-pipeline-scaffold.md",
|
|
111
|
-
"category": "data",
|
|
112
|
-
"priority": "medium",
|
|
113
|
-
"description": "Generate production-ready Kafka streaming pipeline with Context7-verified patterns: producers, consumers, streams, error handling, and exactly-once semantics",
|
|
114
|
-
"tags": [
|
|
115
|
-
"kafka",
|
|
116
|
-
"streaming",
|
|
117
|
-
"pipeline",
|
|
118
|
-
"scaffold",
|
|
119
|
-
"event-driven"
|
|
120
|
-
],
|
|
121
|
-
"mcpTools": [
|
|
122
|
-
"context7"
|
|
123
102
|
]
|
|
124
103
|
}
|
|
125
104
|
],
|
|
@@ -291,4 +270,4 @@
|
|
|
291
270
|
"pandas"
|
|
292
271
|
],
|
|
293
272
|
"compatibleWith": ">=3.0.0"
|
|
294
|
-
}
|
|
273
|
+
}
|