npx skills add https://github.com/vasilyu1983/ai-agents-public --skill document-xlsxInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
A curated collection of 28 Custom GPT agents and 62 AI coding agent skills for ChatGPT, Claude Code, Codex CLI, and Gemini CLI.
This repository contains 28 specialized Custom GPT agents and 62 AI coding agent skills organized by domain. All agents follow a consistent template structure. All skills follow the Agent Skills specification.
.claude/skills/ or .codex/skills/ workspaceAI-Agents-public/
├── custom-gpt/ # 28 Custom GPT agents
│ ├── education/ # Learning and tutoring
│ ├── lifestyle/ # Health, fitness, entertainment
│ ├── productivity/ # Business and professional tools
│ ├── programming/ # Software development
│ ├── research-n-analysis/ # Strategy and consulting
│ └── writing/ # Content creation
├── frameworks/
│ └── shared-skills/ # 62 AI coding agent skills
│ └── skills/
│ ├── ai-*/ # AI/ML skills (8)
│ ├── agents-*/ # Agent orchestration (6)
│ ├── software-*/ # Software engineering (13)
│ ├── qa-*/ # Quality & testing (13)
│ ├── dev-*/ # Developer tools (8)
│ └── ... # Data, docs, ops, product
└── CONTRIBUTING.md
28 specialized agents optimized for ChatGPT Custom GPTs (8000 character limit).
Every Custom GPT agent follows a consistent structure:
AgentName/
├── 01_agent-name.md # Main prompt file (<8000 chars)
├── 02_sources-agent-name.json # Curated web resources and references
└── agent-name.yaml # Configuration (role, commands, constraints)
62 production-ready skills for Claude Code, Codex CLI, and Gemini CLI.
# Clone repository
git clone https://github.com/vasilyu1983/AI-Agents-public
cd AI-Agents-public
# Install to Claude Code workspace
cp -r frameworks/shared-skills/skills/ /path/to/your/repo/.claude/skills/
# Or for Codex CLI
cp -r frameworks/shared-skills/skills/ /path/to/your/repo/.codex/skills/
| Domain | Count | Highlights |
|---|---|---|
| Software Development | 13 | Frontend, backend, C#/.NET, mobile, architecture, security, payments |
| AI/ML Engineering | 8 | LLMs, agents, RAG, MLOps, data science, prompt engineering |
| Quality & Testing | 13 | Playwright, iOS/Android, NUnit, debugging, observability, resilience |
| Developer Tools | 8 | API design, git workflow, structured logs, context engineering |
| Agents & Orchestration | 6 | Subagents, hooks, MCP, project memory, swarm orchestration |
| Data | 4 | Analytics engineering, data lake, SQL optimization, Metabase |
| Docs & Formats | 6 | PRDs, codebase docs, PDF/DOCX/XLSX/PPTX |
| Operations | 2 | DevOps platform, NUKE CI/CD |
| Product | 2 | Product management, help center |
custom-gpt/productivity/Prompt Engineer/)01_agent-name.md (guaranteed <8000 chars)02_sources-*.json as knowledge file (optional)# Clone repository
git clone https://github.com/vasilyu1983/AI-Agents-public
# Install all skills to Claude Code
cp -r frameworks/shared-skills/skills/ /path/to/your/repo/.claude/skills/
# Verify installation
ls /path/to/your/repo/.claude/skills/
01_agent-name.md as project knowledge02_sources-*.json) if availableWe welcome contributions! See CONTRIBUTING.md for full guidelines.
01_agent-name.md (<8000 chars for Custom GPT)02_sources-agent-name.json (curated resources)agent-name.yaml (configuration)SKILL.mdreferences/, data/, and assets/ as neededMIT License - see LICENSE file for details.
All prompts, skills, and configurations are provided as-is for educational and commercial use.
Production-ready since 2024