By grepr
Skills for managing Grepr jobs and pipelines, building grok parsers, querying log data, and debugging log reduction. Requires the Grepr CLI (npm install -g @grepr/cli).
Learn about grok:parse Grepr CLI command. Create, test, and add Grok patterns to Grepr pipelines to parse log messages into structured data to enable more effective and easier queries on log data.
Step-by-step guide to build a new Grepr pipeline from scratch. Use this when creating new pipelines or significantly modifying existing ones.
Add or narrow reducer exceptions on a Grepr pipeline when errors/alerts/important traces are wrongly aggregated or a too-broad exception craters reduction — diagnoses volume, builds the patch, routes through test-pipeline-change.
Set, modify, or clear pipeline filters on a Grepr pipeline to drop unwanted logs (debug, health checks, vendor heartbeats) at a chosen phase — pre-parser, pre-aggregation, pre-exceptions, or pre-warehouse. Estimates drop volume first and routes through test-pipeline-change. Use for "add a filter", "drop these logs", "filter is too aggressive", or "stop filtering".
Add, remove, or replace a sink, or repoint the raw-logs dataset on a Grepr pipeline — covers vendor log sinks (Datadog, Splunk, New Relic, Sumo, OTLP), the processed-logs data-lake sink, and the raw dataset. Use whenever the user wants to change where a pipeline sends logs — forward reduced logs to a new destination, stop forwarding to one, gate a vendor sink to a subset, or point raw/reduced storage at a different dataset. Routes through test-pipeline-change.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The Grepr command-line tool (@grepr/cli) and agent plugins that let Claude Code and Codex drive it for you.
npm install -g @grepr/cli
Alternatives:
# Run without installing
npx @grepr/cli --help
# Or with yarn
yarn global add @grepr/cli
# Save your organization configuration
grepr --org-name your-org-name config:save myconfig --default
# Query your data
grepr --conf myconfig query --dataset-name "production-logs" --query "level:ERROR"
# Create a job from a definition file
grepr --conf myconfig job:create my-job.json
The CLI uses OAuth 2.0 with browser-based login. On the first command that requires access, your browser opens to complete the flow. Tokens are cached locally; subsequent commands don't prompt.
Full command reference and advanced usage: docs.grepr.ai/cli
Preview: these skills are in early access. Expect rough edges and please file issues.
Skills for AI coding agents that let them manage your Grepr pipelines, datasets, integrations, and queries through the Grepr CLI — no context-switching to docs, no remembering subcommand syntax.
Try these prompts after installing the plugin for your agent:
List my running Grepr pipelines.
Build a grok rule that parses NGINX access logs from my
web-apiservice.
Debug why pipeline
<id>isn't producing output.
Query the last hour of error logs from the
production-logsdataset.
The agent will pick the right skill, run the CLI, and walk you through the result.
| Category | Skill | What it does |
|---|---|---|
| Router | cli | Dispatches to the right specialized skill based on intent |
| Commands | job-commands | List, view, create, update, delete jobs/pipelines |
| Commands | dataset-commands | Manage data lake datasets |
| Commands | integration-commands | View vendor and storage integrations |
| Commands | docs-commands | Semantic search over Grepr documentation |
| Queries | query-logs | Query data from datasets with filters and time ranges |
| Workflows | build-pipeline | End-to-end pipeline build, from requirements to production |
| Workflows | build-grok | Iterative grok pattern authoring and testing |
| Workflows | debug-pipeline | Troubleshoot pipelines that aren't producing expected output |
| Knowledge | grepr-model | Core Grepr concepts (events, jobs, graphs) — no docs lookup needed |
| Knowledge | job-graph-patterns | Common job graph patterns with examples |
| Knowledge | operations-reference | Reference for available Grepr sources, transforms, and sinks |
You can ask for Grepr work in natural language, or reference a skill by name when you want a specific workflow. Claude Code also lists skills by short name (e.g., /build-grok) with a (grepr) annotation in autocomplete; fully-qualified names such as /grepr:build-grok work when disambiguation is needed.
In Claude Code:
/plugin marketplace add grepr/cli
/plugin install grepr@grepr-cli
codex plugin marketplace add grepr/cli --ref main
codex plugin add grepr@grepr-cli
CLI:
npm update -g @grepr/cli
Claude Code plugin:
/plugin marketplace update grepr-cli
/plugin install grepr@grepr-cli
Codex plugin:
codex plugin marketplace upgrade grepr-cli
codex plugin add grepr@grepr-cli
Bug reports and feature requests go to github.com/grepr/cli/issues. For Grepr platform questions, see docs.grepr.ai or contact [email protected].
Apache-2.0. See LICENSE.
npx claudepluginhub grepr/cli --plugin greprComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.