Skip to main content
GitHub repository

agentd

agentd contains 16 collected skills from geoffjay, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
16
Stars
0
updated
2026-06-17
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

agent-memory
computer-occupations-all-other

Store, search, and manage shared knowledge through the memory service. Use for persisting information across agent sessions, semantic search over stored knowledge, and inter-agent knowledge sharing.

2026-06-17
agent-knowledge
computer-occupations-all-other

Browse, read, and author per-project knowledgebase documents through the knowledge service CLI. Use for creating, updating, listing, and reading markdown documents stored against a project, and reconciling DB rows against disk.

2026-06-17
release
software-developers

Cut a new agentd release. Suggests the next semver version from conventional commits (or accepts an explicit `x.y.z`), bumps the workspace version, regenerates the changelog with git-cliff, then commits, tags, and pushes the `v*` tag that triggers the Release workflow. Use when the user runs /release or asks to publish/cut/tag a new version.

2026-06-07
create-plan-issue
software-developers

Create a new GitHub plan issue with the "Plan: <title>" format, appropriate labels, and structured body. Use when the user wants to capture a high-level plan for future work.

2026-05-12
agent-ask
network-and-computer-systems-administrators

Ask the human user a question during workflow execution and check for answers. Use for agent-to-human Q&A, collecting decisions, and reacting to human responses via ask_response workflow triggers.

2026-04-04
git-spice
software-developers

Branch stacking and PR management with git-spice for the agentd project. Use when creating stacked branches, submitting PRs, syncing with upstream, resolving rebase conflicts, or navigating a branch stack.

2026-03-22
agent-communicate
software-developers

Create, list, and manage conversation rooms, participants, and messages through the communicate service. Use for inter-agent messaging, room management, real-time message watching, and participant coordination.

2026-03-20
agent-apply
network-and-computer-systems-administrators

Apply and teardown declarative YAML templates for agents and workflows. Use for deploying agent stacks from .agentd/ directories, validating templates, and cleaning up resources.

2026-03-18
agent-notify
software-developers

Create, list, respond to, and manage notifications through the notification service. Use for alerts, inter-agent messaging, and actionable prompts.

2026-03-18
agent-orchestrator
software-developers

Manage the full agent lifecycle, workflows, approvals, tool policies, and runtime configuration through the orchestrator service.

2026-03-18
agent-status
network-and-computer-systems-administrators

Check the health and availability of all agentd services. Use to verify services are running before performing operations.

2026-03-18
agent-wrap
software-developers

Launch, list, and manage AI agents in tmux sessions through the wrap service. Use for running interactive agent sessions with various providers and models.

2026-03-18
service-ops
network-and-computer-systems-administrators

Start, stop, and troubleshoot agentd services. Use when checking service health, starting/stopping services, viewing logs, or diagnosing connectivity issues between services.

2026-03-12
agent-ops
network-and-computer-systems-administrators

Create, monitor, message, and debug agents via the CLI. Use when creating agents, checking agent status, sending messages to running agents, attaching to tmux sessions, streaming agent output, or managing tool policies and approvals.

2026-03-09
template-ops
software-developers

Apply, teardown, and validate declarative YAML templates for agents and workflows. Use when working with .agentd/ template files, deploying agent+workflow stacks, or debugging template application issues.

2026-03-09
workflow-ops
software-developers

Create, test, and debug workflows and dispatches. Use when creating workflows, checking dispatch history, validating prompt templates, enabling/disabling workflows, or debugging task source polling.

2026-03-09