Files
claude-skills-reference/.gitignore
Alireza Rezvani 2738f252b2 test: Verify Codex support implementation (#45)
* feat: Add OpenAI Codex support without restructuring (#41)

Add Codex compatibility through a .codex/skills/ symlink layer that
preserves the existing domain-based folder structure while enabling
Codex discovery.

Changes:
- Add .codex/skills/ directory with 43 symlinks to actual skill folders
- Add .codex/skills-index.json manifest for tooling
- Add scripts/sync-codex-skills.py to generate/update symlinks
- Add scripts/codex-install.sh for Unix installation
- Add scripts/codex-install.bat for Windows installation
- Add .github/workflows/sync-codex-skills.yml for CI automation
- Update INSTALLATION.md with Codex installation section
- Update README.md with Codex in supported agents

This enables Codex users to install skills via:
- npx ai-agent-skills install alirezarezvani/claude-skills --agent codex
- ./scripts/codex-install.sh

Zero impact on existing Claude Code plugin infrastructure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs: Improve Codex installation documentation visibility

- Add Codex to Table of Contents in INSTALLATION.md
- Add dedicated Quick Start section for Codex in INSTALLATION.md
- Add "How to Use with OpenAI Codex" section in README.md
- Add Codex as Method 2 in Quick Install section
- Update Table of Contents to include Codex section

Makes Codex installation instructions more discoverable for users.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore: Update .gitignore to prevent binary and archive commits

- Add global __pycache__/ pattern
- Add *.py[cod] for Python compiled files
- Add *.zip, *.tar.gz, *.rar for archives
- Consolidate .env patterns
- Remove redundant entries

Prevents accidental commits of binary files and Python cache.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: Resolve YAML lint errors in sync-codex-skills.yml

- Add document start marker (---)
- Replace Python heredoc with single-line command to avoid YAML parser confusion

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 09:14:59 +01:00

37 lines
645 B
Plaintext

# IDE and OS
.vscode
.DS_Store
# Environment files
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
# Specific archive exclusions (NOT all .zip - skill packages are intentional)
medium-content-pro.zip
v1-10-2025-medium-content-pro.zip
# Project-specific exclusions
AGENTS.md
PROMPTS.md
medium-content-pro/*
medium-content-pro 2/*
documentation/GIST_CONTENT.md
documentation/implementation/*__pycache__/
ARTICLE-FEEDBACK-AND-OPTIMIZED-VERSION.md
CLAUDE-CODE-LOCAL-MAC-PROMPT.md
CLAUDE-CODE-SEO-FIX-COPYPASTE.md
GITHUB_ISSUE_RESPONSES.md
# Archive folder (historical/backup files)
archive/