By saturate
Comprehensive Claude Code observability — tracks sessions, costs, tool usage, prompts, subagents, and more via daily-rotated JSONL with optional Loki push
Matches all tools
Hooks run on every tool call, not just specific ones
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.
Skills, plugins, and configuration for AI coding agents. Works with Claude Code, OpenCode, and more.
skills/ Shared agent skills (tool-agnostic markdown)
skills/_shared/ References shared across multiple skills
plugins/ Plugins (observability, logging)
claude/ Claude Code config (CLAUDE.md, settings, statusline)
opencode/ OpenCode config (commands, agents)
install.sh Symlinks config for one or both tools
git clone https://github.com/Saturate/agents.git
cd agents
./install.sh # Both Claude Code and OpenCode
./install.sh claude # Claude Code only
./install.sh opencode # OpenCode only
./install.sh --force # Backup existing files, no prompts
Skills are also available as a Claude Code plugin:
/plugin marketplace add Saturate/agents
The observability plugin (hook logging with optional Loki/Grafana push) can be installed separately:
/plugin install observability@Saturate-agents
Guide how you approach different types of work. They trigger action skills at the right moments.
| Skill | Description |
|---|---|
| idea-refine | Sharpen vague ideas into actionable briefs with options and tradeoffs |
| pre-planning | Gather context from git remote, codebase, memories before planning |
| incremental-implementation | Build in vertical slices, verify each, commit as you go |
| tdd | Test-driven development with RED-GREEN-REFACTOR and prove-it pattern |
| debugging | Systematic debugging - follow evidence, track attempts, fix root cause |
| code-simplification | Simplify code safely with Chesterton's Fence principle |
| frontend-ui-engineering | Component hierarchy, accessibility, performance, state handling |
| api-design | Contract-first API design with security focus and sane defaults |
| performance-profiling | Measure-identify-fix-measure cycle for frontend and backend |
| security-deep-dive | Red team analysis, threat modeling, attack surface mapping |
| launch-checklist | Full deployment readiness: infra, Docker, K8s, DNS, monitoring |
| documentation-adrs | Record architecture decisions to memory provider |
| commit | Conventional commits with scope detection, work item linking, secret scanning |
| code-review | Self-review during development before PRs |
Do specific things well. Often triggered by workflow skills.
| Skill | Description |
|---|---|
| azure-init | Initialize local dev environment from Azure DevOps |
| chrome-devtools | Browser automation via Chrome DevTools MCP |
| codebase-audit | Security, architecture, and quality audit |
| evaluating-dependencies | Evaluate packages before installing |
| hunting-bugs | Find common bug patterns and anti-patterns |
| make-pr | Create pull requests (GitHub and Azure DevOps) |
| managing-ports | Detect and resolve dev server port conflicts |
| node-package-management | npm, pnpm, yarn, and bun package management |
| nuget-package-management | .NET NuGet package management with CPM |
| pr-review | Comprehensive PR code review |
| validate-skill | Validate skill files against best practices |
npx claudepluginhub saturate/agents --plugin observabilitySkills, plugins, and config for AI coding agents
OTel + Hooks analytics for Claude Code. Run /init-claudalytics to configure telemetry and hooks capture for this project.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Observability hooks for Claude Code: comprehensive event logging, performance metrics, and session diagnostics. Provides full audit trail of all Claude Code interactions without modifying behavior.
Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, missing tooling opportunities, and user frustration signals for continuous improvement
Observability engineering agents providing expertise in tracing, monitoring, and logging
Backend platform discipline: observability, API design, and service architecture practices