Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-dev<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
🤖 AI Engineer — AI Engineer + LLM Systems Specialist
Skill discovery and installation assistant — find and install the right skills for your project
Professional Agent Skills collection for full-stack development, logic planning, and multimedia processing.
Create and validate production-grade agent skills with 100-point marketplace grading
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,444 supported skills.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
👥 Chief Human Resources Officer — Culture Champion & Talent Strategist
🤖 AI Engineer — AI Engineer + LLM Systems Specialist
⚙️ Chief Operating Officer — Operational Excellence & Cross-Functional Orchestrator
💻 Chief Technology Officer — Technical Visionary & Engineering Excellence Leader
💼 Sales Executive — Deal Closer & Customer Advisor
526+ AI-powered skills and 31 agent plugins for Claude Code, OpenAI Codex, Gemini CLI, GitHub Copilot, and Perplexity Computer.
The largest open-source AI skills marketplace. Built by the FAOS Framework team.
Apache 2.0 Licensed — free to use, modify, and distribute commercially.
# Install a single skill (e.g., code-review)
cp skills/cowork/code-reviewer/SKILL.md .claude/skills/
# Install all skills
cp -r skills/cowork/*/SKILL.md .claude/skills/
# Install an agent plugin (e.g., CTO persona)
cp -r plugins/faos-cto/ ~/.claude/plugins/faos-cto/
# Copy skills to your Codex project
cp -r skills/codex/ .agents/skills/
# The agents/openai.yaml provides UI metadata automatically
# Copy all FAOS skills as Gemini commands
cp skills/gemini/commands/faos-skill-*.toml .gemini/commands/
# Invoke with /faos-skill-{name}
# Copy all FAOS skills as Copilot instructions
cp skills/copilot/instructions/faos-skill-*.instructions.md .github/instructions/
# Skills auto-activate based on applyTo glob pattern
# Copy skills to your workspace
cp -r skills/perplexity/ .perplexity/skills/
| Category | Count | Examples |
|---|---|---|
| Engineering | 180+ | Dev workflows, code review, architecture, CI/CD, testing |
| Product & Strategy | 90+ | PRD creation, sprint planning, OKR review, roadmap |
| Growth & Sales | 80+ | Deal qualification, proposals, campaigns, ABM |
| Data & AI | 60+ | Pipeline design, EDA, model cards, prompt engineering, dashboards |
| Operations & Leadership | 70+ | Board prep, financial review, talent review, security posture |
| Creative & Design | 38+ | Brainstorming, design thinking, storytelling, wireframes, diagrams |
Full persona agents with communication styles, KPIs, decision patterns, and vocabulary:
| Platform | Skills | Plugins | Format |
|---|---|---|---|
| Claude Code | 526 | 31 | SKILL.md |
| OpenAI Codex | 526 | - | SKILL.md + openai.yaml |
| Gemini CLI | 526 | - | TOML commands |
| GitHub Copilot | 526 | - | .instructions.md |
| Perplexity Computer | 526 | - | SKILL.md |
| Feature | Marketplace (Free) | FAOS Platform |
|---|---|---|
| 526+ portable skills | Yes | Yes |
| 31 agent plugins | Yes | Yes |
| 5 platform formats | Yes | Yes |
| Creative extension (brainstorming, design thinking, storytelling) | Yes | Yes |
| Apache 2.0 license | Yes | Yes |
| 7-Phase Execution Engine | - | Yes |
| 3-Layer Memory Architecture | - | Yes |
| Ontology Engine + 22 Industry Blueprints | - | Yes |
| Agent Autonomy Engine (L0-L3) | - | Yes |
| Governance Gates & RBAC | - | Yes |
| Per-Agent Cost Controls & Budgets | - | Yes |
| Portal, Desktop & Mobile Apps | - | Yes |
| Multi-Tenant Operations | - | Yes |
| Enterprise Support & SLA | - | Yes |
Skills give your AI instructions. FAOS gives your AI understanding.
Learn more about the platform | Request access
faos-skills-marketplace/
├── skills/
│ ├── cowork/ # Claude Code — 526 SKILL.md files (flat)
│ │ ├── code-review/SKILL.md
│ │ ├── dev-story/SKILL.md
│ │ ├── prd-creation/SKILL.md
│ │ └── ... (526 skill directories)
│ ├── codex/ # OpenAI Codex — SKILL.md
│ ├── gemini/ # Gemini CLI — TOML commands
│ ├── copilot/ # GitHub Copilot — .instructions.md
│ └── perplexity/ # Perplexity Computer — SKILL.md
├── plugins/ # 31 agent plugins
│ ├── faos-ceo/
│ ├── faos-cto/
│ ├── faos-architect/
│ └── ... (31 plugin directories)
├── .claude-plugin/ # Claude Code marketplace manifest
├── marketplace.json # Registry metadata
├── CONTRIBUTING.md # How to contribute
├── SECURITY.md # Security policy
├── CHANGELOG.md # Release history
├── LICENSE # Apache 2.0
└── README.md
We welcome contributions! See CONTRIBUTING.md for guidelines.
Quick version: