By aliir74
Claude Code skills for developer productivity, research, communication, and workflow automation
Use when monitoring a GitHub PR that needs CI fixes, code review fixes, or deploy URL tracking. Triggers on "babysit pr", "watch pr", "monitor pr", or explicit /babysit-pr command
Use when interacting with Twitter/X - reading tweets, searching, checking timelines, bookmarks, mentions, posting tweets, or replying. Triggers on tweet URLs, "check twitter", "read tweet", "search twitter", "my timeline", "twitter bookmarks", "post tweet", "reply to tweet", or any X/Twitter operation.
Use when running ClickUp operations - creating/viewing/editing tasks, adding comments, searching, listing members, managing sprints, checklists, dependencies, time tracking, or any ClickUp CLI interaction.
Send arbitrary prompts and context to OpenAI Codex CLI (`codex exec`) from Claude Code. No MCP, no git dependency — just direct CLI.
Use when user explicitly asks to commit, push, and open a PR/MR in one step. Triggers on 'commit and push', 'create PR', 'ship it', '/commit-push-pr'. Auto-detects GitHub vs GitLab from the remote and uses the matching CLI.
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code skills for developer productivity, research, communication, and workflow automation.
claude plugin marketplace add aliir74/cortex
claude plugin install cortex
After this, updates pull automatically at Claude Code startup.
Invoke skills with /cortex:<skill-name>.
| Skill | Description | Usage |
|---|---|---|
babysit-pr | Monitor a PR — auto-fix CI failures, address review feedback, track deploys | /loop 5m /cortex:babysit-pr #123 |
codex-ask | Get a second opinion from OpenAI Codex CLI | /cortex:codex-ask Is this approach correct? |
commit-push-pr | Stage, commit, push, and open a PR/MR in one flow (auto-detects GitHub vs GitLab) | /cortex:commit-push-pr |
session-handoff | Generate structured handoff document for another agent/engineer | /cortex:session-handoff |
These skills activate automatically when Claude detects you're working in a relevant area:
| Skill | Triggers When |
|---|---|
bird-cli | Interacting with Twitter/X — reading, searching, posting, replies, bookmarks |
clickup-cli | Running ClickUp operations — tasks, comments, search, sprints, time tracking |
convert-date | Converting between Shamsi/Jalali and Gregorian calendars |
create-permission-hook | Creating permission hooks for CLI tools |
deep-research | Researching topics — "what's the latest on X", "research X for me" |
fetch-raindrop-bookmarks | Fetching and triaging Raindrop.io bookmarks |
fetch-twitter-bookmarks | Fetching and triaging Twitter/X bookmarks |
glab-cli | Running GitLab operations — MRs, pipelines, issues, CI logs |
gws-cli | Interacting with Google Workspace (Gmail, Calendar, Drive, Sheets) |
python-project-setup | Setting up new Python projects (uv + ruff + pyright + pytest) |
slack-cli | Interacting with Slack — reading, searching, sending, reactions |
snow-cli | Running Snowflake operations — SQL queries, schema inspection, stages, Cortex |
tgcli | Interacting with Telegram — reading chats, sending messages, searching |
Auto-allows read-only ClickUp commands (task view, task list, task search, etc.). Write operations (task edit, comment add, status set) prompt for user confirmation.
Auto-allows read-only Google Workspace commands (+triage, +agenda, +read, message list/get). Write operations (+send, +insert, event create/update/delete) prompt for user confirmation.
Auto-allows read-only Snowflake commands (snow connection, snow object list/describe, snow stage list, snow cortex, snow logs). Write/execute operations (snow sql, create, drop, deploy, copy) prompt for user confirmation.
Some skills require external CLI tools. See SETUP.md for installation instructions.
| Skill | Requires |
|---|---|
babysit-pr | gh (GitHub CLI) |
bird-cli | bird (Twitter/X CLI) |
clickup-cli | clickup (ClickUp CLI) |
codex-ask | codex (OpenAI Codex CLI) |
commit-push-pr | gh and/or glab (matches the remote) |
convert-date | python3 with jdatetime |
fetch-raindrop-bookmarks | Raindrop.io API token |
fetch-twitter-bookmarks | bird (Twitter/X CLI); optional yt-dlp for media |
glab-cli | glab (GitLab CLI) |
gws-cli | gws (Google Workspace CLI) |
python-project-setup | uv |
slack-cli | agent-slack (Slack CLI) |
snow-cli | snow (Snowflake CLI) |
tgcli | tgcli (Telegram CLI) |
See CONTRIBUTING.md for how to add new skills and the PR process.
MIT
npx claudepluginhub aliir74/cortex --plugin cortexGeneral purpose Claude Code toolkit with research agents, skills, and introspection commands
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Takazudo's personal Claude Code resources: skills, commands, agents, hooks, and scripts.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Commands for team workflows, PR reviews, and collaboration