From 2434e9de740ecbf56e517fbe6b345c681eadfe9d Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Mon, 30 Mar 2026 12:53:49 -0400 Subject: [PATCH] chore: add readme to every plugin Signed-off-by: Yordis Prieto --- plugins/trogonstack-ask/README.md | 7 +++++++ plugins/trogonstack-datadog/README.md | 7 +++++++ plugins/trogonstack-diataxis/README.md | 7 +++++++ plugins/trogonstack-gh/README.md | 7 +++++++ plugins/trogonstack-nats/README.md | 7 +++++++ plugins/trogonstack-otel/README.md | 7 +++++++ 6 files changed, 42 insertions(+) create mode 100644 plugins/trogonstack-ask/README.md create mode 100644 plugins/trogonstack-datadog/README.md create mode 100644 plugins/trogonstack-diataxis/README.md create mode 100644 plugins/trogonstack-gh/README.md create mode 100644 plugins/trogonstack-nats/README.md create mode 100644 plugins/trogonstack-otel/README.md diff --git a/plugins/trogonstack-ask/README.md b/plugins/trogonstack-ask/README.md new file mode 100644 index 0000000..4cd207c --- /dev/null +++ b/plugins/trogonstack-ask/README.md @@ -0,0 +1,7 @@ +# trogonstack-ask + +Structured question-asking skill for gathering requirements and context through deliberate, one-at-a-time questions. + +```bash +claude plugin install trogonstack-ask@trogonstack +``` diff --git a/plugins/trogonstack-datadog/README.md b/plugins/trogonstack-datadog/README.md new file mode 100644 index 0000000..6410dd7 --- /dev/null +++ b/plugins/trogonstack-datadog/README.md @@ -0,0 +1,7 @@ +# trogonstack-datadog + +Datadog observability skills for designing dashboards with proper widget selection, layout patterns, and template variables using the pup CLI. + +```bash +claude plugin install trogonstack-datadog@trogonstack +``` \ No newline at end of file diff --git a/plugins/trogonstack-diataxis/README.md b/plugins/trogonstack-diataxis/README.md new file mode 100644 index 0000000..94e6818 --- /dev/null +++ b/plugins/trogonstack-diataxis/README.md @@ -0,0 +1,7 @@ +# trogonstack-diataxis + +Documentation skills following the Diataxis framework for organizing and generating docs into tutorials, how-to guides, reference, and explanation sections. + +```bash +claude plugin install trogonstack-diataxis@trogonstack +``` \ No newline at end of file diff --git a/plugins/trogonstack-gh/README.md b/plugins/trogonstack-gh/README.md new file mode 100644 index 0000000..099708d --- /dev/null +++ b/plugins/trogonstack-gh/README.md @@ -0,0 +1,7 @@ +# trogonstack-gh + +GitHub workflow skills for enriching PR descriptions, automating code review context, and streamlining collaboration through the gh CLI. + +```bash +claude plugin install trogonstack-gh@trogonstack +``` \ No newline at end of file diff --git a/plugins/trogonstack-nats/README.md b/plugins/trogonstack-nats/README.md new file mode 100644 index 0000000..5ccebb7 --- /dev/null +++ b/plugins/trogonstack-nats/README.md @@ -0,0 +1,7 @@ +# trogonstack-nats + +NATS messaging skills for designing subject hierarchies with naming conventions and wildcard patterns. + +```bash +claude plugin install trogonstack-nats@trogonstack +``` \ No newline at end of file diff --git a/plugins/trogonstack-otel/README.md b/plugins/trogonstack-otel/README.md new file mode 100644 index 0000000..f2c4dbf --- /dev/null +++ b/plugins/trogonstack-otel/README.md @@ -0,0 +1,7 @@ +# trogonstack-otel + +OpenTelemetry skills for naming metrics and spans following OTel Semantic Conventions. + +```bash +claude plugin install trogonstack-otel@trogonstack +``` \ No newline at end of file