🎯

skill-share

🎯Skill

from composiohq/awesome-codex-skills

VibeIndex|
What it does

Based on the README, I cannot definitively determine the specific functionality of the "skill-share" skill, as no details about this particular skill are provided in the text. Without additional co...

πŸ“¦

Part of

composiohq/awesome-codex-skills(31 items)

skill-share

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
5Installs
-
AddedFeb 4, 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.).
  • [connect-apps/](./connect-apps/) - Quickly wire up Composio app connections for actions and workflows.
  • [linear/](./linear/) - Manage issues, projects, and team workflows in Linear.
  • [meeting-insights-analyzer/](./meeting-insights-analyzer/) - Analyze meeting transcripts for themes, risks, and follow-ups.
  • [meeting-notes-and-actions/](./meeting-notes-and-actions/) - Turn meeting transcripts into summaries with decisions and owner-tagged action items.
  • [internal-comms/](./internal-comms/) - Craft internal announcements, updates, and stakeholder messaging.
  • [invoice-organizer/](./invoice-organizer/) - Normalize and extract invoice data for tracking and reporting.
  • [notion-knowledge-capture/](./notion-knowledge-capture/) - Convert chats or notes into structured Notion pages with proper linking.
  • [notion-meeting-intelligence/](./notion-meeting-intelligence/) - Prepare meeting materials with Notion context plus Codex research.
  • [notion-research-documentation/](./notion-research-documentation/) - Synthesize multiple Notion sources into briefs, comparisons, or reports with citations.
  • [notion-spec-to-implementation/](./notion-spec-to-implementation/) - Turn Notion specs into implementation plans, tasks, and progress tracking.
  • [support-ticket-triage/](./support-ticket-triage/) - Triage customer support tickets with categories, priority, next actions, and draft replies.
  • [file-organizer/](./file-organizer/) - Organize, rename, and tidy files to keep workspaces clean.
  • [skill-share/](./skill-share/) - Share skills and reusable instructions across teammates.

Communication & Writing

  • [email-draft-polish/](./email-draft-polish/) - Draft, rewrite, or condense emails for the right tone and audience.
  • [changelog-generator/](./changelog-generator/) - Create clear changelogs from commits or summaries.
  • [content-research-writer/](./content-research-writer/) - Research and draft content with sourced citations.
  • [tailored-resume-generator/](./tailored-resume-generator/) - Tailor resumes to job descriptions with quantified impact.

Data & Analysis

  • [spreadsheet-formula-helper/](./spreadsheet-formula-helper/) - Write and debug spreadsheet formulas, pivots, and array formulas.
  • [competitive-ads-extractor/](./competitive-ads-extractor/) - Analyze competitor ads and extract structured insights.
  • [developer-growth-analysis/](./developer-growth-analysis/) - Analyze Codex chat history for coding patterns and learning gaps.
  • [lead-research-assistant/](./lead-research-assistant/) - Research leads and enrich records with firmographic data.
  • [domain-name-brainstormer/](./domain-name-brainstormer/) - Brainstorm available domain names with criteria and checks.
  • [raffle-winner-picker/](./raffle-winner-picker/) - Randomly select winners with audit-friendly logs.
  • [langsmith-fetch/](./langsmith-fetch/) - Pull LangSmith project/test data for analysis.

Meta & Utilities

  • [brand-guidelines/](./brand-guidelines/) - Apply OpenAI/Codex brand colors and typography to artifacts.
  • [canvas-design/](./canvas-design/) - Generate structured canvas layouts and design artifacts.
  • [image-enhancer/](./image-enhancer/) - Upscale and refine images with configurable presets.
  • [slack-gif-creator/](./slack-gif-creator/) - Generate GIFs for Slack with captions and styling.
  • [theme-factory/](./theme-factory/) - Create reusable theme tokens and palettes.
  • [video-downloader/](./video-downloader/) - Download and prepare videos for offline review.
  • [template-skill/](./template-skill/) - Starter template for building new skills.
  • [skill-installer/](./skill-installer/) - Helper scripts to install skills from curated lists or GitHub paths.
  • [skill-creator/](./skill-creator/) - Guidance for building effective Codex skills with progressive disclosure.

Using Skills in Codex

  • Skills live in $CODEX_HOME/skills (default ~/.codex/skills). Each subfolder needs a SKILL.md with name and description frontmatter.
  • After installing or updatin

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.

🎯
support-ticket-triage🎯Skill

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

🎯
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.