Instructions file GitHub Copilot
Copilot instructions for aaif-goose/goose, covering github copilot code review instructions, review philosophy, priority areas (review these), security & safety and correctness issues.
Instructions file GitHub Copilot
Copilot instructions for aaif-goose/goose, covering github copilot code review instructions, review philosophy, priority areas (review these), security & safety and correctness issues.
Instructions file CodexOpenCode
AGENTS.md instructions for aaif-goose/goose, covering agents instructions, contribution workflow, github communication, agent loop migration and setup.
Instructions file
Claude Code instructions for aaif-goose/goose, a project described as: an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM.
Skill Claude CodeCodex
Compare how two harbor benchmark runs performed on a single shared task.
Hook
Runs when a session starts, executing announce.sh. From aaif-goose/goose.
Hook
Runs when you submit a prompt, before the agent sees it, executing announce.sh. From aaif-goose/goose.
Hook
Runs before the agent uses a tool, executing announce.sh. From aaif-goose/goose.
Hook
Runs after a tool call finishes for developer__shell and developer__text_editor tool calls, executing announce.sh. From aaif-goose/goose.
Skill Claude CodeCodex
Coordinate parallel AI delegates — researchers, workers, writers, reviewers — using goose.
Skill Claude CodeCodex
Search arXiv for academic papers, preprints, and research using the arXiv API. Finds foundational research, state-of-the-art techniques, and academic context. Returns structured findings with links, abstracts, and citations.
Skill Claude CodeCodex
Search the local beads (bd) issue tracker for issues, dependencies, epics, blockers, and project status. Finds work items, dependency graphs, stale issues, and team workload. Returns structured findings with issue IDs and citations.
Skill Claude CodeCodex
Search GitHub issues, PRs, code, and discussions using the gh CLI. Finds prior decisions, implementation patterns, and maintainer discussions. Returns structured findings with links and citations.
Skill Claude CodeCodex
Search Jira issues, sprints, boards, and projects using the Atlassian CLI (acli). Finds tickets, sprint status, project context, and team workload. Returns structured findings with issue keys and links.
Skill Claude CodeCodex
Search local GUIDES/, PLANS/, RESEARCH/, and WORKLOGS/ directories for prior decisions, open questions, risks, and relevant context. Uses CATALOG.md for topic discovery and ripgrep for deep searches. Returns structured findings with citations.
Skill Claude CodeCodex
Search Reddit for community discussions, war stories, and anecdotal evidence using the unauthenticated JSON API. Returns structured findings with links. Treat as anecdotal evidence, not authoritative truth.
Skill Claude CodeCodex
Search Slack messages, channels, and threads using the Slack MCP extension. Finds discussions, decisions, announcements, and team context. Returns structured findings with links and citations.
Skill Claude CodeCodex
Search Stack Overflow for canonical Q&A, error solutions, and implementation patterns using the Stack Exchange API. Returns structured findings with links and vote counts.
Skill Claude CodeCodex
Quality reviewer for Goosetown. Assesses work against specified criteria, identifies issues, scores quality, and provides actionable feedback. Reviews only - does not fix issues directly.
Skill Claude CodeCodex
Autonomous worker for Goosetown. Executes assigned task immediately without waiting for confirmation. Works in isolation - does not coordinate with other workers. Reports completion in final message.
Skill Claude CodeCodex
Synthesizes scattered research, scratch files, and work logs into durable knowledge artifacts — GUIDES, PLANS, or research syntheses. Reads many sources, produces one coherent document. Writes incrementally with citations and proper frontmatter. Handles supersession.
Instructions file CodexOpenCode
Instructions for aaif-goose/goosetown, covering goosetown, on session start, directory structure, gtwall - inter-agent communication and wrap-up protocol.