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
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@
"keywords": ["mongodb", "mongo", "mongosh", "mongodb atlas", "mongoose"],
"domains": ["mongodb.com", "cloud.mongodb.com"]
},
{
"name": "axiom",
"description": "Agent skills for the Axiom observability platform. Run hypothesis-driven SRE investigations, query logs and metrics with APL, build dashboards, manage monitors and alerts, translate Splunk SPL queries, and analyze and optimize costs.",
"category": "observability",
"source": {
"source": "url",
"url": "https://github.com/axiomhq/skills.git",
"sha": "76f5af39bdf47b62acb8c36c1dd9fdc404919438"
},
"homepage": "https://github.com/axiomhq/skills",
"keywords": ["axiom"],
"domains": ["axiom.co", "app.axiom.co"]
},
{
"name": "neon",
"description": "Neon Serverless Postgres integration (MCP Server + Skills). Get started with Neon, manage projects and databases, pick connection methods, and create branches for migration testing and isolated development.",
Expand Down
35 changes: 35 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"version": 1,
"plugins": {
"axiom": {
"sha": "76f5af39bdf47b62acb8c36c1dd9fdc404919438",
"components": {
"skills": [
{
"name": "axiom-alerting",
"description": "Create and manage Axiom monitors and notifiers via the v2 public API. Use when building alerting, routing notifications…"
},
{
"name": "axiom-sre",
"description": "Expert SRE investigator for incidents and debugging. Uses hypothesis-driven methodology and systematic triage. Can quer…"
},
{
"name": "building-dashboards",
"description": "Designs and builds Axiom dashboards via API. Covers chart types, APL and metrics/MPL query patterns, SmartFilters, layo…"
},
{
"name": "controlling-costs",
"description": "Analyzes Axiom query patterns to find unused data, then builds dashboards and monitors for cost optimization. Use when…"
},
{
"name": "query-metrics",
"description": "Runs metrics queries against Axiom MetricsDB via scripts. Discovers available metrics, tags, and tag values. Use when a…"
},
{
"name": "spl-to-apl",
"description": "Translates Splunk SPL queries to Axiom APL. Provides command mappings, function equivalents, and syntax transformations…"
},
{
"name": "writing-evals",
"description": "Scaffolds evaluation suites for the Axiom AI SDK. Generates eval files, scorers, flag schemas, and config from natural-…"
}
]
}
},
"chrome-devtools": {
"sha": "a1612be8e01401cf1711c64bc2ef5da5763ba956",
"components": {
Expand Down
Loading