by aiskillstore
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
# Add to your Claude Code skills
git clone https://github.com/aiskillstore/marketplaceThe official AI Skills marketplace for Claude Code and Codex. Discover, install, and manage AI agent skills following the Agent Skills specification.
Copy this prompt and paste it into Claude Code:
Download all files from https://github.com/aiskillstore/marketplace/tree/main/skills/<skill-name> and save to ~/.claude/skills/
Claude Code will automatically fetch and install the skill files.
.claude/skills/<skill-name>/ (current project only)~/.claude/skills/<skill-name>/ (all projects)SKILL.md fileRun this command inside Codex:
$skill-installer install https://github.com/aiskillstore/marketplace/tree/main/skills/<skill-name>
.codex/skills/<skill-name>/ (current project)~/.codex/skills/<skill-name>/ (your account)No comments yet. Be the first to share your thoughts!
/etc/codex/skills/<skill-name>/ (all users)SKILL.md fileYour repository should contain:
SKILL.md - The skill definition file (required)LICENSE - License file (recommended)All submitted skills undergo automated security analysis that checks for:
Skills that fail security checks will not be published.
.
├── skills/ # Approved skills
│ └── <skill-name>/
│ ├── SKILL.md # Skill definition (required)
│ ├── scripts/ # Optional executable scripts
│ ├── references/ # Optional additional docs
│ └── assets/ # Optional static resources
├── pending/ # Skills awaiting review
├── schemas/ # JSON validation schemas
└── .github/workflows/ # Automation workflows
Browse all available skills at [skillstore.io](https://skillstore.i...