adampoit
- 11 skills
- 0 followers
- 17 hours ago last updated
- ▌ Gh · adampoitUse 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.
- ▌ Jj · adampoitUse 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.
- ▌ Ddgr · adampoitSearch the web with DuckDuckGo using the `ddgr` CLI. Use when the user asks to look something up online, verify facts, or gather source links.
- ▌ Jira · adampoitSearch 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.
- ▌ Khal · adampoitRead calendar events with the `khal` CLI. Use when the user asks about meetings, schedule, upcoming events, or calendar searches.
- ▌ Notmuch · adampoitSearch and read local email with the `notmuch` CLI. Use when the user asks to find messages, inspect threads, or review email tags.
- ▌ Agents Md · adampoit bundleCreate 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.
- ▌ Taskwarrior · adampoitManage 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 Creator · adampoit bundleGuide 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.
- ▌ Chatgpt Share Markdown · adampoit bundleConvert 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.
- ▌ Tmux Interactive Processes · adampoitUse 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.