FAOS Skills Marketplace

The FAOS Skills Marketplace offers 930+ AI-powered skills and 31 agent plugins for various AI platforms.

FAOS Skills Marketplace

930+ 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 library. Built by the FAOS Framework team.

Apache 2.0 Licensed — free to use, modify, and distribute commercially.

Quick Install

Claude Code (recommended — native plugin marketplace)

Claude Code ships a built-in plugin marketplace. Add this repo once, then install any plugin by name:

/plugin marketplace add frank-luongt/faos-skills-marketplace
/plugin install faos-cto@faos-skills-marketplace
/plugin install faos-architect@faos-skills-marketplace
  • The full plugin list is below (see Agent Plugins (31)). Every entry installs with /plugin install <name>@faos-skills-marketplace.
  • Update later with /plugin marketplace update faos-skills-marketplace; list installed plugins via /plugin list.
  • Full URL form also works: /plugin marketplace add https://github.com/frank-luongt/faos-skills-marketplace
<details> <summary>Manual install (legacy — for users not on Claude Code's plugin system)</summary>
# 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) — note: this does NOT register with /plugin commands
cp -r plugins/faos-cto/ ~/.claude/plugins/faos-cto/
</details>

Looking for a plugin called cowork or claude-cowork? There isn't one — Claude Code skills live under skills/cowork/ (platform name), but agent plugins are named faos-<role> (e.g., faos-cto, faos-architect). See the full catalog below.

OpenAI Codex

# Copy skills to your Codex project
cp -r skills/codex/ .agents/skills/

# The agents/openai.yaml provides UI metadata automatically

Gemini CLI

# Copy all FAOS skills as Gemini commands
cp skills/gemini/commands/faos-skill-*.toml .gemini/commands/

# Invoke with /faos-skill-{name}

GitHub Copilot

# 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

Perplexity Computer

# Copy skills to your workspace
cp -r skills/perplexity/ .perplexity/skills/

What's Inside

Skills (930+) — Browse the full catalog

CategoryCountExamples
Engineering & DevOps280+Dev workflows, code review, architecture, CI/CD, testing, K8s, Terraform
Cloud & Infrastructure120+Azure AI/ML, AWS, GCP, Databricks, Snowflake, monitoring
Product & Strategy90+PRD creation, sprint planning, OKR review, roadmap, startup analysis
Growth & Sales80+Deal qualification, proposals, campaigns, ABM, marketing psychology
Data & AI/ML100+LangChain, RAG, fine-tuning, MLOps, vector DBs, prompt engineering
Security & Compliance60+OWASP, NIST, SOC2, HIPAA, PCI-DSS, threat modeling, SAST
Operations & Leadership70+Board prep, financial review, talent review, security posture
Creative & Design50+Brainstorming, design thinking, storytelling, wireframes, diagrams

Agent Plugins (31)

Full persona agents with communication styles, KPIs, decision patterns, and vocabulary:

  • C-Suite (11): CEO, CTO, CFO, CPO, COO, CRO, CMO, CHRO, CLO, CISO, CDAO
  • Engineering (6): Developer, Architect, SRE, Security Engineer, Enterprise Architect, Solo Dev
  • Product (3): Product Manager, UX Designer, Business Analyst
  • Data & AI (5): AI Engineer, Data Engineer, Data Scientist, Data-AI Architect, Data-AI Analyst
  • GTM (3): Sales Executive, Marketing Executive, Customer Service Manager
  • Delivery (2): Scrum Master, Tech Writer
  • Quality (1): Test Architect

Supported Platforms

PlatformSkillsPluginsFormat
Claude Code93231SKILL.md
OpenAI Codex923SKILL.md + openai.yaml
Gemini CLI518TOML commands
GitHub Copilot518.instructions.md
Perplexity Computer923SKILL.md

Skills Marketplace vs FAOS Platform

FeatureMarketplace (Free)FAOS Platform
930+ portable skillsYesYes
31 agent pluginsYesYes
5 platform formatsYesYes
Creative extension (brainstorming, design thinking, storytelling)YesYes
Apache 2.0 licenseYesYes
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

Repository Structure

faos-skills-marketplace/
├── skills/
│   ├── cowork/              # Claude Code — 526 SKILL.md files (flat)
│   │   ├── code-review/SKILL.md
│   │   ├── dev-story/SKILL.md
│   │   ├── prd-creation/SKILL.md
│   │   └── ... (930+ 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

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Quick version:

  1. Fork this repo
  2. Add or improve skills in skills/cowork/{category}/
  3. Submit a PR — we'll handle cross-platform exports

Security

Found a security issue? See SECURITY.md for our responsible disclosure process.

License

Apache 2.0 — see LICENSE for full text.


Built with FAOS — the enterprise agentic operating system.