{"id":50505367,"url":"https://github.com/dive/agents","last_synced_at":"2026-06-02T15:30:48.205Z","repository":{"id":354342448,"uuid":"1158555101","full_name":"dive/agents","owner":"dive","description":"As a smart guy once said: there are many coding agent configurations, but this one is mine.","archived":false,"fork":false,"pushed_at":"2026-04-28T05:51:43.000Z","size":203,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T07:32:31.475Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-15T15:13:31.000Z","updated_at":"2026-04-28T05:51:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dive/agents","commit_stats":null,"previous_names":["dive/agents"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dive/agents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dive%2Fagents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dive%2Fagents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dive%2Fagents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dive%2Fagents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dive","download_url":"https://codeload.github.com/dive/agents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dive%2Fagents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33829340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-02T15:30:47.629Z","updated_at":"2026-06-02T15:30:48.181Z","avatar_url":"https://github.com/dive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agents\n\nUtilities, shared instructions, skills, prompts, and local extension packages for coding agents, focused on [`pi`](https://github.com/badlogic/pi-mono) and Ghostty.\n\n## Repository Map\n\n| Path | Purpose |\n| --- | --- |\n| [`AGENTS.md`](AGENTS.md) | Contributor guide for working in this repository. |\n| [`destroot/pi/agent/prompts/`](destroot/pi/agent/prompts/) | Repo-managed pi prompt templates, linked into `~/.pi/agent/prompts/`. |\n| [`docs/`](docs/) | Setup and operational documentation. |\n| [`global/AGENTS.md`](global/AGENTS.md) | Shared global agent instructions linked into tool-specific locations. |\n| [`pi-extensions/`](pi-extensions/) | Independently installable pi extension packages. |\n| [`setup.py`](setup.py) | Helper for links, health checks, prompt templates, skills, and pi extension operations. |\n| [`skills/`](skills/) | Repo-managed Agent Skills, linked into `~/.agents/skills/`. |\n\n## Agent Skills\n\n| Skill | What it adds | When to use |\n| --- | --- | --- |\n| [`obsidian-cli`](skills/obsidian-cli/) | Obsidian vault workflows using the local `obsidian` CLI when its index/app state helps, and direct Markdown edits when plain file tools are better. | Notes, vaults, daily notes, tasks, links, tags, properties, bases, bookmarks, plugins, themes, sync, workspace state, or the `obsidian` command. |\n| [`sentry-cli`](skills/sentry-cli/) | Sentry CLI workflows for issues, events, projects, organizations, API calls, and authentication. | Viewing issues, events, projects, organizations, making Sentry API calls, or authenticating with Sentry via CLI. |\n\nStore skills as `skills/\u003cskill-name\u003e/SKILL.md`; the repo copy is the source of truth and local agents consume symlinked directories under `~/.agents/skills/`.\n\nUse [`docs/setup-guide.md`](docs/setup-guide.md#2-agent-skills-management) for the operational workflow: importing skills with `gh skill`, updating GitHub-sourced skills, validating them with `setup.py`, and linking them into the user-level skills directory. [`skills/README.md`](skills/README.md) keeps the shorter format and layout notes.\n\n## Pi Prompt Templates\n\n| Prompt | What it does | Usage |\n| --- | --- | --- |\n| [`review`](destroot/pi/agent/prompts/review.md) | Reviews a GitHub PR or local working tree changes with a structured senior-engineer review. | `/review [PR-URL\\|PR-NUMBER]` |\n\nStore prompt templates as direct Markdown files under `destroot/pi/agent/prompts/`.\n\n## Pi Extension Packages\n\n| Package | What it adds | Commands |\n| --- | --- | --- |\n| [`pi-ghostty`](pi-extensions/packages/pi-ghostty/) | Ghostty terminal title/status UX, OSC 11 light/dark theme sync, and opening the latest assistant response with `$EDITOR` in Ghostty. | `/ghostty-sync`, `/open-response` |\n| [`pi-notifications`](pi-extensions/packages/pi-notifications/) | Ghostty desktop notifications after each completed agent run, including duration and result status. | *(no commands)* |\n| [`pi-session-export-html`](pi-extensions/packages/pi-session-export-html/) | Exports the current pi session to `/tmp/*.html` and opens it in the default browser. | `/open-export` |\n\nEach package is self-contained and can be installed directly from a local clone. More detail is in [`pi-extensions/README.md`](pi-extensions/README.md).\n\n## Common Operations\n\n```bash\n# Inspect available items\npython3 setup.py list\npython3 setup.py skills list\npython3 setup.py prompts list\n\n# Import/update third-party skills into this repo's ./skills source tree\ngh skill install OWNER/REPO SKILL_OR_PATH --dir skills --force\nmise run skills-updates-check\nmise run skills-update\n\n# Link repo-managed files into user-level locations\npython3 setup.py link\npython3 setup.py skills link\npython3 setup.py prompts link\n\n# Check link and install health\npython3 setup.py health\npython3 setup.py skills health\npython3 setup.py prompts health\npython3 setup.py extensions health --scope both\n\n# Install all pi extension packages\npython3 setup.py extensions install --scope global\npython3 setup.py extensions install --scope local\n```\n\nEquivalent shortcuts are available in [`mise.toml`](mise.toml), for example `mise run skills-health`.\n\nTo install one pi extension package manually:\n\n```bash\nREPO_DIR=/path/to/agents\npi install \"$REPO_DIR/pi-extensions/packages/pi-ghostty\"\npi install -l \"$REPO_DIR/pi-extensions/packages/pi-ghostty\"\n```\n\nFor detailed setup flows and task shortcuts, see [`docs/setup-guide.md`](docs/setup-guide.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdive%2Fagents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdive%2Fagents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdive%2Fagents/lists"}