AI Agents Public
Description
Production-grade agent skills and Custom GPT prompts for ChatGPT, Claude Code, and Codex. 140 skills, 28 agents, Agent Skills spec compliant.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AI Agents Library
Production-Ready AI Agent Prompts & Skills
**28 Custom GPT agents** and **140 agent skills** for ChatGPT, Claude Code, and Codex.
[](https://opensource.org/licenses/MIT) [](./custom-gpt) [](./frameworks/shared-skills) [](CONTRIBUTING.md)
[Quick Start](#quick-start) • [Skills](#agent-skills) • [Custom GPTs](#custom-gpt-agents) • [Contributing](#contributing)
What's Inside
Agent skills are portable instruction sets that teach AI agents how to execute domain work well — each is a directory with a `SKILL.md` entry point (YAML frontmatter + routing), progressive-disclosure references, and self-contained scripts and data.
Two things, usable independently:
- `frameworks/shared-skills/` — 140 agent skills following the
Agent Skills specification. Drop into
~/.claude/skills/. - `custom-gpt/` — 28 Custom GPT system prompts for ChatGPT, written to fit the GPT builder's 8000-character Instructions limit.
Quick Start
git clone https://github.com/vasilyu1983/AI-Agents-public.git
cd AI-Agents-public
# One skill
ln -s "$PWD/frameworks/shared-skills/skills/ai-rag" ~/.claude/skills/ai-rag
# All of them
for s in frameworks/shared-skills/skills/*/; do
ln -s "$PWD/$s" ~/.claude/skills/"$(basename "$s")"
done
Symlinks mean edits take effect immediately — no re-sync step.
For a Custom GPT: open `custom-gpt///01_*.md`, paste into the GPT builder's Instructions field, and attach the sibling `02_sources-*.json` as Knowledge if present.
Agent Skills
| Family | Count | Covers |
|---|---|---|
software-* |
34 | Backend |
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing