Knowledge System

Reusable AISkills

Give your AI specialized knowledge with reusable instruction files. Create custom skills, install from the community repository, or encrypt proprietary knowledge.

Manage Your Skill Library

Manage Your Skill Library

The Skills panel shows all installed skills with descriptions, tags, author info, and version numbers. Activate skills relevant to your current project with a single click.

  • Per-workspace skill activation
  • Author and version tracking
  • Tag-based organization
  • Encrypted skill support for proprietary knowledge
MCP Tool Servers

MCP Tool Servers

Extend your AI's capabilities with Model Context Protocol (MCP) tool servers. Connect to databases, APIs, web search, file systems, and more through a standardized protocol.

  • Connect any MCP-compatible tool server
  • Browse and read server resources (files, databases, APIs)
  • Live status monitoring with Running indicators
  • Per-server configuration and management
  • 22+ tools from Playwright alone for browser automation
Browse & Install Tool Servers

Browse & Install Tool Servers

Discover tool servers from a curated registry organized by category: Web, Database, DevOps, AI, and more. See star counts, configuration requirements, and personalized recommendations based on your active provider.

  • Curated registry with 16+ categories
  • Personalized recommendations based on your provider
  • Star counts and configuration badges
  • One-click installation with auto-configuration
Add Custom Tool Servers

Add Custom Tool Servers

Connect your own MCP-compatible tool servers with full control over the command, arguments, and environment variables. Supports both command-based (stdio) and HTTP server types.

  • Command-based or HTTP server types
  • Custom environment variables
  • Tool parameter defaults to override AI values
  • Instant save and connect

Share Your Skills

Built a skill that's useful to others? Share it in one click. Open the Marketplace's Installed tab, filter to your skills, and click Export as `.plxm`. Teammates or community users double-click the file and have your skill installed and ready to use. Or publish to a Git repo so anyone can subscribe and pull updates over time.

  • One-click export bundles your skills into a single shareable file
  • Recipients install with a double-click. No command line, no setup
  • Or publish to a Git repo for ongoing updates the community can subscribe to
  • Want to publish a public skill pack? Marketplace Developer Mode builds the repo for you

Figma Integration

Design-to-code, built in

Plexon AI includes a native plexon_figma MCP tool that extracts complete design specifications from any Figma file: colors, typography, spacing, shadows, border radii, layout specs, and a hierarchical component tree. Combined with the bundled figma-website-builder skill (v3.0), Plexon can turn a Figma link into a pixel-perfect React or React Native implementation with automated visual verification via Playwright.

plexon_figma Tool

  • Extract full files or specific nodes by ID
  • Export images as PNG, SVG, JPG, or PDF at multiple scales (@1x, @2x, @3x)
  • Hierarchical component tree output
  • Design tokens: colors, typography, spacing, shadows, radii
  • Complete design screenshots for visual reference
  • Token from config, env var, or secure prompt. Set once, use everywhere

figma-website-builder Skill

  • Pixel-perfect React 19+ or React Native implementation
  • AI visually compares output vs design screenshot. Iterates until exact match
  • Parallel sub-task decomposition for complex multi-section designs
  • Auto-selects optimal libraries and styling approach per design
  • Supports user-uploaded screenshots alongside Figma data
  • Bundled reference: Figma-to-Tailwind mapping guide

Design System Library

54 real-world design systems, ready to use

Say "build me a landing page like Stripe" and Plexon knows exactly what that means: the purple gradients, the weight-300 typography, the blue-tinted shadows, the precise spacing. The bundled design-system-library skill contains complete design specifications extracted from 54 of the world's most recognized tech companies, following Google Stitch's DESIGN.md format.

Stripe

Purple gradients, elegant

Apple

Premium white space, SF Pro

Notion

Warm minimalism, serif

Vercel

Black & white precision

Linear

Ultra-minimal, purple

Airbnb

Warm coral, rounded UI

Spotify

Vibrant green on dark

Figma

Playful multi-color

Supabase

Dark emerald, code-first

Claude

Warm terracotta, editorial

BMW

Dark premium surfaces

SpaceX

Stark monochrome, futuristic

Plus 42 more: Coinbase, Revolut, Uber, IBM, NVIDIA, Cursor, Raycast, PostHog, Sentry, Zapier, Framer, Pinterest, Miro, and many others.

What Each System Contains

  • Complete color palette with hex values and semantic roles
  • Typography rules: font families, size scales, weights, letter-spacing
  • Component styles: buttons, cards, inputs, navigation with states
  • Layout principles: spacing system, grid, whitespace philosophy
  • Shadow & elevation system for visual depth
  • Responsive breakpoints and touch targets
  • Do's and don'ts: design guardrails and anti-patterns
  • Ready-to-use agent prompt guides for implementation

How It Works

1
Just describe what you want

"Build like Stripe", "Notion-style dashboard", or "dark minimal like Vercel". Natural language is all you need.

2
AI loads the right design system

Plexon matches your intent to the right reference and loads only the relevant specification. No manual setup.

3
Tokens are extracted automatically

Colors, typography, spacing, and shadows are mapped to your project's format: CSS variables, Tailwind config, or shadcn HSL.

4
Build with pixel-perfect fidelity

The AI follows the design system's rules, including the do's and don'ts, producing UI that genuinely looks like the reference.

Works everywhere

Integrated with the website-builder, figma-website-builder skills, and the UI Designer, Frontend Developer, and UX Architect agents. A dedicated Design System Architect agent helps you explore and compare systems.

Author Skills From Chat

No dialog. Just describe what you want.

Just describe the skill in chat and Plexon writes it for you. List, create, read, update, or delete any of your skills from a normal conversation. The AI uses the same checks as the Skills panel and the new skill is ready to use right away.

Every change shows you a preview before anything is saved, with one-click approval. Bundled and plugin-installed skills stay read-only by design. If you want to change one, the AI offers to copy it to a new name first. A built-in helper teaches the AI Plexon's preferred style as it writes.

Try in chat

"Create a skill called pr-summary that helps me write good PR descriptions."

"Update pr-summary to also cover commit-message style."

"List my skills."

"Delete the pr-summary skill."

What you get

  • Full CRUD via plexon_skill: list, get, create, update, delete
  • Same validation pipeline as the Skills panel dialog
  • One permission prompt per write, with full params preview
  • Bundled and plugin-installed skills stay read-only
  • plexon-author companion skill loads automatically with the schema and worked examples
  • Multi-provider: works with Anthropic, OpenAI, Gemini, and any other configured provider
  • Available from any mode: Code, Plan, Ask, Auto
  • Sub-agents cannot mutate global skills (tool excluded from sub-agent contexts)

Pairs with the existing AI-assisted authoring wizard in the Skills panel. The chat path is for one-shot creation; the wizard is for guided form-based editing. Both call the same daemon helpers.

Report Templates That Describe Themselves

Skill-rendered pages that come out right every time

A skill can ship a page template that carries its own contract in one file, right at the top: the variables it needs, their types and allowed values, and a complete sample. The AI can ask any template what it expects, and it can preview the page with sample values so you see how a report looks before you have real data. When data is missing, it sees every problem at once and fixes the call in one step instead of guessing one field at a time.

For pages built from an API result, the template can pull its own numbers straight from the payload: drop header rows, join tables, split ranges like 121-131, and read percentages, so the AI never re-types dozens of values by hand. Mark a template strict to check its data hard, or leave it free so the AI fills in what you did not spell out. Every skill install checks its templates and names exactly what is broken, and a rendered page can no longer come up blank while reporting success.

For skill authors

  • Keep the whole contract in one file, right at the top of the template
  • Preview a template with sample values before you have real data
  • Templates pull their own values from a source report, no hand-copying
  • Install-time lint refuses a broken template and names the exact problem

What you get

  • Report pages that render right far more often
  • A live preview with realistic sample data, in one step
  • One clear error listing everything missing, fixed in a single retry
  • A syntax check that catches a blank page before you see it

Skills & Tools Capabilities

Dual Skills Architecture

Two kinds of skills, side by side: write your own (unlimited, share via Git), or use Anthropic-native skills that handle xlsx, docx, and pdf. Open format compatible with other AI assistants.

Encrypted Skills

Protect proprietary knowledge with skill encryption. Encrypted skills are usable by the AI but unreadable by anyone inspecting the files.

30+ Built-in MCP Tools

plexon_read_file, plexon_write_file, plexon_grep, plexon_find_files, plexon_code_search, plexon_system_command, plexon_list_mcp_resources, plexon_read_mcp_resource, and more, all embedded.

Community Repository

Browse and install skills from a curated registry organized by provider: Anthropic, Vercel, Cloudflare, Supabase, and many more.