Skip to main content

Bundled Skills Catalog

Fabric ships with a large built-in skill library copied into ~/.fabric/skills/ on install. Each skill below links to a dedicated page with its full definition, setup, and usage.

Fabric also syncs bundled skills on fabric update, but the sync manifest respects local deletions and user edits. If a skill listed here is missing from your profile's ~/.fabric/skills/ tree, it is still shipped with Fabric; restore it with fabric skills reset <name> --restore.

If a skill is missing from this list but present in the repo, the catalog is regenerated by website/scripts/generate-skill-docs.py.

apple

SkillDescriptionPath
apple-notesManage Apple Notes via memo CLI: create, search, edit.apple/apple-notes
apple-remindersApple Reminders via remindctl: add, list, complete.apple/apple-reminders
findmyTrack Apple devices/AirTags via FindMy.app on macOS.apple/findmy
imessageSend and receive iMessages/SMS via the imsg CLI on macOS.apple/imessage

autonomous-ai-agents

SkillDescriptionPath
claude-codeDelegate coding to Claude Code CLI (features, PRs).autonomous-ai-agents/claude-code
codexDelegate coding to OpenAI Codex CLI (features, PRs).autonomous-ai-agents/codex
fabric-agentConfigure, extend, or contribute to Fabric.autonomous-ai-agents/fabric-agent
opencodeDelegate coding to OpenCode CLI (features, PR review).autonomous-ai-agents/opencode

computer-use

SkillDescriptionPath
computer-useDrive the user's desktop in the background — clicking, typing, scrolling, dragging — without stealing the cursor, keyboard focus, or switching virtual desktops / Spaces. Cross-platform: macOS, Windows, Linux. Works with any tool-capable...computer-use

creative

SkillDescriptionPath
architecture-diagramDark-themed SVG architecture/cloud/infra diagrams as HTML.creative/architecture-diagram
ascii-artASCII art: pyfiglet, cowsay, boxes, image-to-ascii.creative/ascii-art
ascii-videoASCII video: convert video/audio to colored ASCII MP4/GIF.creative/ascii-video
baoyu-infographicInfographics: 21 layouts x 21 styles (信息图, 可视化).creative/baoyu-infographic
claude-designDesign one-off HTML artifacts (landing, deck, prototype).creative/claude-design
comfyuiGenerate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.creative/comfyui
designDesign product surfaces and persistent systems.creative/design
design-mdAuthor/validate/export Google's DESIGN.md token spec files.creative/design-md
excalidrawHand-drawn Excalidraw JSON diagrams (arch, flow, seq).creative/excalidraw
humanizerHumanize text: strip AI-isms and add real voice.creative/humanizer
manim-videoManim CE animations: 3Blue1Brown math/algo videos.creative/manim-video
p5jsp5.js sketches: gen art, shaders, interactive, 3D.creative/p5js
popular-web-designs54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.creative/popular-web-designs
pretextUse when building creative browser demos with @chenglou/pretext — DOM-free text layout for ASCII art, typographic flow around obstacles, text-as-geometry games, kinetic typography, and text-powered generative art. Produces single-file HT...creative/pretext
sketchThrowaway HTML mockups: 2-3 design variants to compare.creative/sketch
songwriting-and-ai-musicSongwriting craft and Suno AI music prompts.creative/songwriting-and-ai-music
touchdesigner-mcpControl a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.creative/touchdesigner-mcp

data-science

SkillDescriptionPath
jupyter-live-kernelIterative Python via live Jupyter kernel (hamelnb).data-science/jupyter-live-kernel

dogfood

SkillDescriptionPath
dogfoodExploratory QA of web apps: find bugs, evidence, reports.dogfood

email

SkillDescriptionPath
himalayaHimalaya CLI: IMAP/SMTP email from terminal.email/himalaya

github

SkillDescriptionPath
codebase-inspectionInspect codebases w/ pygount: LOC, languages, ratios.github/codebase-inspection
fabric-contributeFile approved Fabric bug reports and feature requests.github/fabric-contribute
github-authGitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.github/github-auth
github-code-reviewReview PRs: diffs, inline comments via gh or REST.github/github-code-review
github-issuesCreate, triage, label, assign GitHub issues via gh or REST.github/github-issues
github-pr-workflowGitHub PR lifecycle: branch, commit, open, CI, merge.github/github-pr-workflow
github-repo-managementClone/create/fork repos; manage remotes, releases.github/github-repo-management

media

SkillDescriptionPath
gif-searchSearch/download GIFs from Tenor via curl + jq.media/gif-search
heartmulaHeartMuLa: Suno-like song generation from lyrics + tags.media/heartmula
songseeAudio spectrograms/features (mel, chroma, MFCC) via CLI.media/songsee
youtube-contentYouTube transcripts to summaries, threads, blogs.media/youtube-content

mlops

SkillDescriptionPath
audiocraft-audio-generationAudioCraft: MusicGen text-to-music, AudioGen text-to-sound.mlops/models/audiocraft
huggingface-hubHuggingFace hf CLI: search/download/upload models, datasets.mlops/huggingface-hub
llama-cppllama.cpp local GGUF inference + HF Hub model discovery.mlops/inference/llama-cpp
evaluating-llms-harnesslm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).mlops/evaluation/lm-evaluation-harness
segment-anything-modelSAM: zero-shot image segmentation via points, boxes, masks.mlops/models/segment-anything
serving-llms-vllmvLLM: high-throughput LLM serving, OpenAI API, quantization.mlops/inference/vllm
weights-and-biasesW&B: log ML experiments, sweeps, model registry, dashboards.mlops/evaluation/weights-and-biases

note-taking

SkillDescriptionPath
obsidianRead, search, create, and edit notes in the Obsidian vault.note-taking/obsidian

orchestration

SkillDescriptionPath
adversarial-verifyVerify work with independent skeptic subagents — spawn fresh-context reviewers charged with refuting a claim, finding what breaks, or failing a ship-readiness bar before you trust or ship it. Use before merging risky changes, publishing...orchestration/adversarial-verify
builder-crewAssemble a virtual product crew of subagent specialists — product, design, engineering, quality, and growth roles with written charters, each delegated a self-contained brief, coordinated by you as the founder-proxy. Use when a founder-s...orchestration/builder-crew
ensembleRun a subagent ensemble on one hard problem — spawn several specialists with deliberately different lenses on the same question, then judge and synthesize their answers into one stronger result. Use for high-stakes decisions, designs, es...orchestration/ensemble
fan-outFan independent work out to parallel subagents — decompose a big job into self-contained shards, batch them through delegate_task, then merge results deterministically. Use for many-file audits, migrations, bulk research, or any workload...orchestration/fan-out
moa-software-developmentRun a two-layer Mixture-of-Agents software workflow: one-shot GPT/Grok advisory planning, independent subscription-backed coding workers in isolated git worktrees, deterministic viability gates, and a blinded final MoA review owned by on...orchestration/moa-software-development
orchestrationFront door for multi-agent work — decide when to orchestrate at all, then route between subagent ensembles, parallel fan-out, staged pipelines, a builder crew, adversarial verification, isolated GPT/Grok coding worktrees, kanban worker l...orchestration/orchestration
pipelineChain subagents through staged handoffs — research, plan, build, verify as separate fresh-context stages connected by explicit artifact contracts on disk. Use for multi-phase work where each phase benefits from a clean context and a revi...orchestration/pipeline

productivity

SkillDescriptionPath
airtableAirtable REST API via curl. Records CRUD, filters, upserts.productivity/airtable
google-workspaceGmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.productivity/google-workspace
mapsGeocode, POIs, routes, timezones via OpenStreetMap/OSRM.productivity/maps
nano-pdfEdit PDF text/typos/titles via nano-pdf CLI (NL prompts).productivity/nano-pdf
notionNotion API + ntn CLI: pages, databases, markdown, Workers.productivity/notion
ocr-and-documentsExtract text from PDFs/scans (pymupdf, marker-pdf).productivity/ocr-and-documents
petdexInstall and select animated petdex mascots for Fabric.productivity/petdex
powerpointCreate, read, edit .pptx decks, slides, notes, templates.productivity/powerpoint
teams-meeting-pipelineOperate the Teams meeting summary pipeline via Fabric CLI — summarize meetings, inspect pipeline status, replay jobs, manage Microsoft Graph subscriptions.productivity/teams-meeting-pipeline

research

SkillDescriptionPath
arxivSearch arXiv papers by keyword, author, category, or ID.research/arxiv
blogwatcherMonitor blogs and RSS/Atom feeds via blogwatcher-cli tool.research/blogwatcher
llm-wikiKarpathy's LLM Wiki: build/query interlinked markdown KB.research/llm-wiki
polymarketQuery Polymarket: markets, prices, orderbooks, history.research/polymarket
research-paper-writingWrite ML papers for NeurIPS/ICML/ICLR: design→submit.research/research-paper-writing

smart-home

SkillDescriptionPath
openhueControl Philips Hue lights, scenes, rooms via OpenHue CLI.smart-home/openhue

social-media

SkillDescriptionPath
xurlX/Twitter via xurl CLI: post, search, DM, media, v2 API.social-media/xurl

software-development

SkillDescriptionPath
fabric-agent-skill-authoringAuthor governed Fabric skills and evaluation contracts.software-development/fabric-agent-skill-authoring
node-inspect-debuggerDebug Node.js via --inspect + Chrome DevTools Protocol CLI.software-development/node-inspect-debugger
planPlan mode: write an actionable markdown plan to .fabric/plans/, no execution. Bite-sized tasks, exact paths, complete code.software-development/plan
python-debugpyDebug Python: pdb REPL + debugpy remote (DAP).software-development/python-debugpy
requesting-code-reviewPre-commit review: security scan, quality gates, auto-fix.software-development/requesting-code-review
simplify-codeParallel 3-agent cleanup of recent code changes.software-development/simplify-code
spikeThrowaway experiments to validate an idea before build.software-development/spike
systematic-debugging4-phase root cause debugging: understand bugs before fixing.software-development/systematic-debugging
test-driven-developmentTDD: enforce RED-GREEN-REFACTOR, tests before code.software-development/test-driven-development

venture-studio

SkillDescriptionPath
brainstormingStructured brainstorming and ideation sessions — diverge with SCAMPER, reverse brainstorming, crazy-8s and analogy prompts, then converge with affinity mapping and weighted scoring into ranked, testable concept briefs. Use when the user...venture-studio/brainstorming
build-something-people-wantStartup methodology for making something people want — pick a real problem, run customer discovery interviews, scope a minimum lovable product, measure product-market fit signals, iterate, and launch. Use when the user wants to start a c...venture-studio/build-something-people-want
business-planningTurn an idea into a credible business plan — lean canvas, market sizing (TAM/SAM/SOM), competitive landscape, unit economics, financial projections, and an investor-ready narrative. Use when the user asks for a business plan, pitch mater...venture-studio/business-planning
d2c-smart-productsTake a direct-to-consumer smart product from concept to customers — hardware, firmware, app, and cloud architecture, connectivity choices (BLE, Wi-Fi, Thread/Matter), compliance, packaging, and a D2C storefront launch. Use when the user...venture-studio/d2c-smart-products
design-studioFacilitate a design-studio sprint — frame the brief, gather references, generate several distinct concept directions in parallel, critique against explicit criteria, converge, and hand off an implementation-ready spec. Use for open-ended...venture-studio/design-studio
hardware-manufacturingMove hardware from CAD to mass production — mechanical design, PCB schematic, layout and DFM review, prototyping, EVT/DVT/PVT builds, factory selection, quality control, certification, and logistics. Use when the user asks about manufact...venture-studio/hardware-manufacturing
impeccable-craftPolish work to an impeccable, ship-ready standard — systematic passes over UI states, microcopy, accessibility, responsiveness, performance, and error handling with concrete checklists. Use before launches, demos, and releases, or when t...venture-studio/impeccable-craft
ios-app-developmentBuild and ship iOS apps — Swift and SwiftUI architecture, Xcode project setup, Human Interface Guidelines, on-device testing, signing, TestFlight beta distribution, and App Store submission. Use when the user wants an iPhone or iPad app...venture-studio/ios-app-development
product-tasteDevelop and apply product taste — build reference libraries of great products, critique with precise vocabulary, set explicit quality bars, and make taste-driven calls about what to build, keep, and cut. Use when the user asks whether a...venture-studio/product-taste
proposal-writingWrite winning proposals — client project proposals, statements of work, RFP responses, and partnership or grant pitches with discovery-driven structure, tiered pricing, and clear scope boundaries. Use when the user needs to pitch work to...venture-studio/proposal-writing
rstackBuild and ship frontend projects with the Rstack toolchain — Rspack bundling, Rsbuild app builds, Rslib libraries, Rspress docs sites, Rsdoctor build analysis, and Rstest testing — including migrations from webpack and Vite. Use when a p...venture-studio/rstack
webapp-developmentEnd-to-end playbook for production web apps — pick the stack, model the data, wire auth, payments, and background jobs, add tests and CI, deploy, and monitor. Use when the user wants a SaaS or internal tool built from scratch or a protot...venture-studio/webapp-development
website-buildingPlan, build, and launch complete websites — positioning and sitemap, page-by-page copywriting, stack selection, SEO and analytics setup, and deployment to a live URL. Use when the user wants a marketing site, landing page, portfolio, or...venture-studio/website-building

yuanbao

SkillDescriptionPath
yuanbaoYuanbao (元宝) groups: @mention users, query info/members.yuanbao