ai AGENTS.md
01Instructions file CodexOpenCode
Instructions for adampoit/ai, covering repository guide, working principles and validation.
Instructions file CodexOpenCode
Instructions for adampoit/ai, covering repository guide, working principles and validation.
Agent
Personal assistant for daily planning and administrative tasks. Access calendar, tasks, emails, Jira, and Slack to provide summaries.
Skill Claude CodeCodex
Create and maintain AGENTS.md files that provide AI coding agents with project context, commands, code style, and boundaries. Use when updating an existing AGENTS.md, creating a new AGENTS.md for a repository, or improving agent instructions for a codebase.
Skill Claude CodeCodex
Convert public ChatGPT share links into clean Markdown transcripts for agent context. Use when a user provides a https://chatgpt.com/share/... URL and wants the conversation summarized, archived, or reused as input context.
Skill Claude CodeCodex
Search the web with DuckDuckGo using the ddgr CLI. Use when the user asks to look something up online, verify facts, or gather source links.
Skill Claude CodeCodex
Use the GitHub CLI (gh) for repository operations including PR and issue inspection, GitHub search, checks, and API calls. Use when a user asks for GitHub URLs, PR metadata, issue details, checks, or repository automation.
Skill Claude CodeCodex
Search Jira issues with JQL or free text, and read Jira issue details with comments using the external jira-cli (jira) command. Use when the user asks to find Jira tickets, inspect issue details, review comments, or run Jira queries.
Skill Claude CodeCodex
Use Jujutsu (jj) for version control operations including status, history, diffs, commits, rebases, splits, squashes, and Git interop. Use when a repository is initialized for jj or the user asks for jj/Jujutsu workflows.
Skill Claude CodeCodex
Read calendar events with the khal CLI. Use when the user asks about meetings, schedule, upcoming events, or calendar searches.
Skill Claude CodeCodex
Search and read local email with the notmuch CLI. Use when the user asks to find messages, inspect threads, or review email tags.
Skill Claude CodeCodex
Guide for creating effective agent skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends an AI agent's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
Manage tasks with the task (Taskwarrior) CLI, including attaching notes with task-note. Use when the user asks to review tasks, get task summaries, add work items, complete tasks, or attach notes.
Skill Claude CodeCodex
Use tmux instead of background bash for long-running, interactive, inspectable, or user-attachable terminal processes. Use for development servers, watch-mode tests, REPLs, debuggers, interactive CLIs, log tailing, and commands that may run indefinitely or need later input/inspection.