bug-opsbug-opsCommunityΒ·26 Agent Skills Included

zeph

Long-running coding agent with persistent memory and system skills

Runs long-lived coding and automation sessions with persistent memory, semantic recall, and graph-based knowledge across days. Eliminates forgotten context, repeated explanations, and manual shell work through 28 built-in skills covering git, Docker, SSH, databases, web scraping, and scheduling. Routes tasks between local and cloud models to cut costs while keeping secrets encrypted and tools sandboxed.
npx skills add bug-ops/zeph --all -g -y
Available:

Gives coding agents the operating rules for this workspace: mandatory spec reading before changes, multi-model design requirements, vault-only secret handling, and the required build, test, and live-validation workflow.

All Skills in This Repository (26)

Pure Emerald Level Indicators
πŸ“¦ In Repo
bug-opsbug-ops

ssh-remote

Automate SSH connections, key management, and port forwarding across multiple hosts.

Community
Advanced
πŸ“¦ In Repo
bug-opsbug-ops

database

Run SQL queries and database administration across SQLite, PostgreSQL, and MySQL via CLI.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

skill-audit

Scan SKILL.md files and report specification conformance and security issues.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

docker

Automate Docker container and image management workflows.

Community
Advanced
πŸ“¦ In Repo
bug-opsbug-ops

archive

Create, extract, and convert archives across tar, zip, gzip, bzip2, xz, zstd, and 7z formats.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

process-management

List, filter, and terminate system processes by name or PID.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

web-scrape

Extract text, HTML, or attribute values from web pages using URL and CSS selectors.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

network

Diagnose network connectivity with reachability, DNS, port, and HTTP/SSL checks.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

scheduler

Create, cancel, and schedule periodic and deferred background tasks.

Community
Advanced
πŸ“¦ In Repo
bug-opsbug-ops

file-ops

Locate, read, and analyze files across Linux, macOS, and Windows.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

api-request

Compose and send curl requests for HTTP API interactions.

Community
Intermediate
πŸ“¦ In Repo
bug-opsbug-ops

regex

Write, test, and explain regular expressions across PCRE, JavaScript, Python, and Rust.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Zeph?β–Ό

Run `npx skills add bug-ops/zeph --all -g -y` in your terminal to install all skills in this suite globally.

What makes Zeph different from other coding agents?β–Ό

Zeph is memory-first: it persists conversations, facts, and decisions in SQLite plus a typed knowledge graph, so it recalls why decisions were made across sessions instead of forgetting everything when you close the window.

Can Zeph run fully offline?β–Ό

Yes. Pair it with Ollama and local models like qwen3:8b and nothing ever leaves your machine; cloud providers like Claude or OpenAI are optional for harder tasks.

What tasks do the bundled skills cover?β–Ό

The 28 skills cover git and GitHub workflows, Docker, SSH, databases, file and text processing, web search and scraping, browser automation, cron scheduling, and system diagnostics.

Do I need coding experience to use Zeph?β–Ό

No. You describe tasks in plain English and the agent executes the underlying commands, with sandboxed tools and confirmation prompts for destructive actions.

Related Repositories in Software Engineering

View All in Software Engineering→