Skip to content
@dryvist

dryvist

dryvist

Cribl pack development under dryvist — open infrastructure for AI-coding-tool observability.

Active repositories

Repo Purpose
cc-edge-pack-template Template for new Cribl Edge / Stream packs
cc-edge-claude-code-io Claude Code session-logs + OpenTelemetry pack
.github Org-wide standards: AI policy, Biome config, security policy, renovate inheritance

Installation

To start a new dryvist Cribl pack, scaffold from the template:

gh repo create dryvist/cc-edge-<source>-io --public --template dryvist/cc-edge-pack-template
gh repo clone dryvist/cc-edge-<source>-io
cd cc-edge-<source>-io
npm install

To install one of our published packs into a Cribl deployment, download the .crbl artifact from the repo's GitHub Releases and import via the Cribl UI (Manage → Packs → Add Pack → Upload).

Usage

Each pack repo carries its own development tooling — see the per-repo README for make / npm targets specific to that pack.

Org-wide tooling and conventions live in .github:

  • CLAUDE.md — AI assistant policy + inheritance chain
  • biome.jsonc — canonical Biome lint + format rules
  • SECURITY.md — vulnerability reporting + dependency trust tiers
  • renovate.json — extends JacobPEvans/.github:renovate-presets

Standards

  • Language: TypeScript everywhere we write code (test harnesses, custom GitHub Actions, tooling)
  • Lint + format: Biome (canonical config in .github/biome.jsonc)
  • Test runner: Vitest
  • Releases: release-please inherited from JacobPEvans/.github
  • Dependency updates: Renovate inherited via extends: github>JacobPEvans/.github:renovate-presets

Contributing

Issues and pull requests are welcome on any of the active repositories above. For changes that affect multiple packs (e.g., updates to the test harness or shared workflows), open the PR against cc-edge-pack-template or .github as appropriate, and we'll sweep the change across consumer packs.

License

All dryvist repositories are licensed under Apache-2.0 unless individual repos state otherwise.

Popular repositories Loading

  1. nix-ai nix-ai Public

    Your AI coding toolkit, declared in Nix — Claude, Gemini, Copilot, 15+ MCP servers, one flake

    Nix 9 5

  2. ai-assistant-instructions ai-assistant-instructions Public

    A comprehensive, vendor-agnostic framework for consistent AI-assisted development workflows - standardized instructions and commands that work seamlessly across Claude, Gemini, Copilot, and local A…

    Shell 7 3

  3. claude-code-plugins claude-code-plugins Public

    My custom claude code (hopefully agentsmd soon) plugins for when I've scoured the interwebs and all the existing CC marketplaces but couldn't find anything good enough.

    Python 2 1

  4. ai-workflows ai-workflows Public template

    Reusable AI agent workflows that run 24/7 — issue triage, code cleanup, multi-repo orchestration. Import-ready for GitHub Copilot Agentic Workflows.

    JavaScript 2 1

  5. ansible-proxmox ansible-proxmox Public

    Automate your Proxmox server setup in minutes instead of hours. Production-ready Ansible roles for performance tuning, ZFS swap, system limits, and monitoring—so every server is configured identica…

    Shell 1

  6. nix-home nix-home Public

    Cross-platform dev environment in Nix — git, zsh, VS Code, tmux, declared once, reproduced everywhere

    Nix 1 1

Repositories

Showing 10 of 32 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…