Agent Tools
Description
walterra's collections of helpers for agentic coding
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-tools
Agent tooling packages - pi extensions, agent skills, and more.
Packages
Pi Extensions
| Package | Description | Install |
|---|---|---|
| @walterra/pi-charts | Vega-Lite chart extension for pi | pi install npm:@walterra/pi-charts |
| @walterra/pi-graphviz | Graphviz DOT diagram extension for pi | pi install npm:@walterra/pi-graphviz |
Agent Skills
Universal agent skills compatible with Cursor, Claude Code, Codex, Pi, and other agents following the [Agent Skills specification](https://agentskills.io/).
| Skill | Description |
|---|---|
| es-ingest | Deprecated in this repo. Use official `elasticsearch-file-ingest` in elastic/agent-skills. |
| git-commit | Commit staged files with precise messages, safe pre-commit hook handling |
| post-mortem | Analyze chat sessions to improve project rules and skills |
| searxng-search | Web search via SearXNG - no API keys, no rate limits |
Deprecations
es-ingestis deprecated in this repository.- Official replacement: `elasticsearch-file-ingest`
- Install replacement via:
npx skills add elastic/agent-skills --skill elasticsearch-file-ingest
Install Skills
From GitHub
# Using npx skills (Vercel)
npx skills add walterra/agent-tools --skill git-commit
npx skills add walterra/agent-tools --skill post-mortem
npx skills add walterra/agent-tools --skill searxng-search
# Official Elastic file ingest skill (replacement for deprecated es-ingest)
npx skills add elastic/agent-skills --skill elasticsearch-file-ingest
# Install directly to pi from a subpath (one command)
npx skills add
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11