Back to Discover

faos-skills-marketplace

skill

frank-luongt

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.

View on GitHub
29 starsApache-2.0Synced Aug 2, 2026

Install to Claude Code

/plugin marketplace add frank-luongt/faos-skills-marketplace

README

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
Manual install (legacy — for users not on Claude Code's plugin system)
# 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/

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.

Rendered live from frank-luongt/faos-skills-marketplace's GitHub README — not stored, always reflects the source repo.

31 Plugins

NameDescriptionCategorySource
faos-ai-engineer🤖 FAOS AI Engineer — AI Engineer + LLM Systems Specialistdevelopment./plugins/faos-ai-engineer
faos-analyst📊 FAOS Business Analyst — Strategic Business Analyst + Requirements Expertproductivity./plugins/faos-analyst
faos-architect🏗️ FAOS Architect — System Architect + Technical Design Leaderdevelopment./plugins/faos-architect
faos-cdao🧠 FAOS Chief Data & AI Officer — Data & AI Strategy Leader + Enterprise Intelligence Architectbusiness./plugins/faos-cdao
faos-ceo🎯 FAOS Chief Executive Officer — Strategic Visionary & Ultimate Accountabilitybusiness./plugins/faos-ceo
faos-cfo💰 FAOS Chief Financial Officer — Financial Steward & Strategic Business Partnerbusiness./plugins/faos-cfo
faos-chro👥 FAOS Chief Human Resources Officer — Culture Champion & Talent Strategistbusiness./plugins/faos-chro
faos-ciso🔒 FAOS Chief Information Security Officer — Security Guardian & Risk Managerbusiness./plugins/faos-ciso
faos-clo⚖️ FAOS Chief Legal Officer — Legal Guardian & Business Enablerbusiness./plugins/faos-clo
faos-cmo📣 FAOS Chief Marketing Officer — Brand Builder & Demand Generation Leaderbusiness./plugins/faos-cmo
faos-coo⚙️ FAOS Chief Operating Officer — Operational Excellence & Cross-Functional Orchestratorbusiness./plugins/faos-coo
faos-cpo📦 FAOS Chief Product Officer — Customer Champion & Product Strategistbusiness./plugins/faos-cpo
faos-cro📈 FAOS Chief Revenue Officer — Revenue Growth Driver & Go-to-Market Leaderbusiness./plugins/faos-cro
faos-cto💻 FAOS Chief Technology Officer — Technical Visionary & Engineering Excellence Leaderbusiness./plugins/faos-cto
faos-customer-service🎧 FAOS Customer Service Manager — Customer Advocate & Support Excellence Leaderbusiness./plugins/faos-customer-service
faos-data-ai-analyst📊 FAOS Data-AI Analyst — Data-AI Analyst + Business Intelligence Specialistdata./plugins/faos-data-ai-analyst
faos-data-ai-architect🏗️ FAOS Data-AI Architect — Data-AI Architect + Platform Strategy Specialistdevelopment./plugins/faos-data-ai-architect
faos-data-engineer🔧 FAOS Data Engineer — Data Pipeline Engineer + Data Infrastructure Specialistdevelopment./plugins/faos-data-engineer
faos-data-scientist🔬 FAOS Data Scientist — Data Scientist + Machine Learning Specialistdata./plugins/faos-data-scientist
faos-dev💻 FAOS Developer Agent — Senior Software Engineerdevelopment./plugins/faos-dev
faos-enterprise-architect🏛️ FAOS Enterprise Architecture Strategist — Enterprise Architecture Strategist + TOGAF ADM Navigator + C-Suite Technology Translatordevelopment./plugins/faos-enterprise-architect
faos-marketing-exec📢 FAOS Marketing Executive — Demand Generation Expert & Campaign Strategistbusiness./plugins/faos-marketing-exec
faos-pm📋 FAOS Product Manager — Investigative Product Strategist + Market-Savvy PMproductivity./plugins/faos-pm
faos-quick-flow-solo-dev🚀 FAOS Quick Flow Solo Dev — Elite Full-Stack Developer + Quick Flow Specialistdevelopment./plugins/faos-quick-flow-solo-dev
faos-sales-exec💼 FAOS Sales Executive — Deal Closer & Customer Advisorbusiness./plugins/faos-sales-exec
faos-security-engineer🛡️ FAOS Security Engineer — Security Engineer + Adversarial Security Specialistdevelopment./plugins/faos-security-engineer
faos-sm🏃 FAOS Scrum Master — Technical Scrum Master + Story Preparation Specialistproductivity./plugins/faos-sm
faos-sre🚀 FAOS Site Reliability Engineer — Site Reliability Engineer + Platform Automation Specialistdevelopment./plugins/faos-sre
faos-tea🧪 FAOS Master Test Architect — Master Test Architectdevelopment./plugins/faos-tea
faos-tech-writer📚 FAOS Technical Writer — Technical Documentation Specialist + Knowledge Curatorproductivity./plugins/faos-tech-writer
faos-ux-designer🎨 FAOS UX Designer — User Experience Designer + UI Specialistproductivity./plugins/faos-ux-designer

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.