🎯

support-ticket-triage

🎯Skill

from composiohq/awesome-codex-skills

VibeIndex|
What it does

support-ticket-triage skill from composiohq/awesome-codex-skills

πŸ“¦

Part of

composiohq/awesome-codex-skills(31 items)

support-ticket-triage

Installation

git cloneClone repository
git clone https://github.com/ComposioHQ/awesome-codex-skills.git
PythonRun Python server
python skill-installer/scripts/install-skill-from-github.py --repo ComposioHQ/awesome-codex-skills --path meeting-notes-and-actions
πŸ“– Extracted from docs: composiohq/awesome-codex-skills
7Installs
259
-
Last UpdatedJan 15, 2026

Skill Details

SKILL.md

Overview

Awesome Codex Skills

Composio banner

Awesome

PRs Welcome

A curated list of practical Codex skills for automating workflows across the Codex CLI and API.

> Want skills that do more than generate text? Codex can send emails, create issues, post to Slack, and take actions across 1000+ apps. [See how β†’](./connect/)

---

Quickstart: Add Skills to Codex

Install with the Skill Installer (recommended)

```bash

git clone https://github.com/ComposioHQ/awesome-codex-skills.git

cd awesome-codex-skills/awesome-codex-skills

# Install one or more skills into $CODEX_HOME/skills (defaults to ~/.codex/skills)

python skill-installer/scripts/install-skill-from-github.py --repo ComposioHQ/awesome-codex-skills --path meeting-notes-and-actions

```

The installer fetches the skill and places it in $CODEX_HOME/skills/. Restart Codex to pick up new skills.

Manual install

  1. Copy the desired skill folder (e.g., ./spreadsheet-formula-helper) into $CODEX_HOME/skills/ (defaults to ~/.codex/skills/).
  2. Restart Codex so it loads the new metadata.
  3. In your next session, describe the task or mention the skill name; Codex will trigger matching skills based on their description frontmatter.

---

Contents

  • [What Are Codex Skills?](#what-are-codex-skills)
  • [Skills](#skills)

- [Development & Code Tools](#development--code-tools)

- [Productivity & Collaboration](#productivity--collaboration)

- [Communication & Writing](#communication--writing)

- [Data & Analysis](#data--analysis)

- [Meta & Utilities](#meta--utilities)

  • [Using Skills in Codex](#using-skills-in-codex)
  • [Creating Skills](#creating-skills)
  • [Contributing](#contributing)
  • [Join the Community](#join-the-community)

What Are Codex Skills?

Codex skills are modular instruction bundles that tell Codex how to execute a task the way you want it done. Each skill lives in its own folder with a SKILL.md that includes metadata (name + description) and step-by-step guidance. Codex reads the metadata to decide when to trigger a skill and loads the body only after it fires, keeping context lean.

Skills

Development & Code Tools

  • [create-plan/](./create-plan/) - Quickly draft concise execution plans for coding tasks.
  • [gh-address-comments/](./gh-address-comments/) - Address review or issue comments on the open GitHub PR for the current branch using gh.
  • [gh-fix-ci/](./gh-fix-ci/) - Inspect failing GitHub Actions checks, summarize failures, and propose fixes.
  • [mcp-builder/](./mcp-builder/) - Build and evaluate MCP servers with best practices and an evaluation harness.
  • [webapp-testing/](./webapp-testing/) - Run targeted web app tests and summarize results.

Productivity & Collaboration

  • [connect/](./connect/) - Connect Codex to 1000+ apps via Composio for real actions (Slack, GitHub, Notion, etc.).

-

More from this repository10

🎯
email-draft-polish🎯Skill

email-draft-polish skill from composiohq/awesome-codex-skills

🎯
brand-guidelines🎯Skill

Applies OpenAI's brand colors, typography, and visual styling to documents, ensuring consistent corporate identity across artifacts.

🎯
developer-growth-analysis🎯Skill

Analyzes Codex chat history to identify coding patterns, detect skill gaps, curate personalized learning resources, and deliver growth insights via Slack.

🎯
theme-factory🎯Skill

Generates professional, visually cohesive themes with color palettes and font pairings for slides, docs, and other artifacts.

🎯
skill-installer🎯Skill

Installs Codex skills from curated lists or GitHub repos, supporting public and private skill sources.

🎯
notion-knowledge-capture🎯Skill

Captures and structures conversations, decisions, and notes into organized, linkable Notion pages for team knowledge management.

🎯
youtube-downloader🎯Skill

Downloads YouTube videos directly through Claude's Codex interface, enabling users to retrieve video files quickly and easily.

🎯
notion-meeting-intelligence🎯Skill

Prepares tailored meeting materials by pulling Notion context, drafting agendas, and enriching with Codex research insights.

🎯
notion-spec-to-implementation🎯Skill

Converts Notion specs into comprehensive implementation plans, tasks, and progress tracking with automated parsing and linking.

🎯
connect-apps🎯Skill

Connects Claude to 1000+ apps like Gmail, Slack, and GitHub to execute real actions like sending emails, creating issues, and posting messages.