mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-04-30 21:57:48 +02:00
7db5ade777
Added comprehensive examples for Claude Code features including slash commands, subagents, memory, MCP protocol, skills, and plugins with documentation and quick reference guides. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
510 B
YAML
32 lines
510 B
YAML
---
|
|
name: devops-automation
|
|
version: "1.0.0"
|
|
description: Complete DevOps automation for deployment, monitoring, and incident response
|
|
author: Community
|
|
license: MIT
|
|
tags:
|
|
- devops
|
|
- deployment
|
|
- monitoring
|
|
- automation
|
|
|
|
requires:
|
|
- claude-code: ">=1.0.0"
|
|
|
|
components:
|
|
- type: commands
|
|
path: commands/
|
|
- type: agents
|
|
path: agents/
|
|
- type: mcp
|
|
path: mcp/
|
|
- type: hooks
|
|
path: hooks/
|
|
- type: scripts
|
|
path: scripts/
|
|
|
|
config:
|
|
auto_load: true
|
|
enabled_by_default: true
|
|
---
|