Directus AI Assistant Integration
Build AI-powered features in Directus: chat interfaces, content generation, smart suggestions, and copilot functionality
Directus Backend Architecture
Master Directus backend internals: API extensions, hooks, flows, services, and database operations
Directus Development Workflow
Complete development setup: scaffolding, TypeScript, testing, CI/CD, Docker, deployment, and best practices
Directus UI Extensions Mastery
Build Vue 3 UI extensions for Directus with modern patterns, real-time data, and responsive design
mastering-typescript
|
validate-skill
Validate a skill folder using quick_validate.py. Use when checking a skill's SKILL.md frontmatter and structure for correctness.
build-skill-zips
Build standalone .skill files for Claude.ai users
validate-marketplace
Validate the entire marketplace — skills, plugins, marketplace.json, cross-consistency, and skill quality
validate-skills
Validate skill SKILL.md files using the skills-ref specification
athena-package
Creates validated .athena import packages for the Athena note-taking app. This skill should be used when the user wants to send notes, research results, or documents back into Athena, when packaging conversation results for Athena, or at the end of an athena-work processing session. Produces ZIP packages conforming to the .athena import specification with manifest, markdown notes, aurora tags, and optional assets.
athena-work
Use this skill whenever the user references an `.athenabrief` file or an export from the Athena note-taking app \u2014 whether they upload one, mention a file path, or simply say \"here's my Athena export.\" Handles the full workflow: extracting the ZIP package, reading the research brief and note summaries, and producing synthesized output (summaries, reports, analyses, slide outlines, etc.). Works with zero instructions \u2014 the brief itself defines the task. Always finalizes results with the athena-package skill. Do NOT trigger for generic note archives (Obsidian, Roam, Notion), unrelated research writing tasks, or questions about the goddess Athena.
inspect-package
Inspect the contents of a .athenabrief or .athena package. Use when you need to examine package structure, verify included notes, or debug import issues.
validate-package
Validate a .athena package against the import specification. Use when checking package correctness before importing into Athena.
brand-bluewaves
Brand kit for Bluewaves. Provides design tokens (colors, typography, spacing), Merriweather font files, logo variants, and PDF page templates. Use whenever generating documents, presentations, or web pages for the Bluewaves brand.
brand-decathlon
Brand kit for Decathlon. Provides design tokens (colors, typography, spacing), Inter font files, logo variants, and PDF page templates. Use whenever generating documents, presentations, or web pages for the Decathlon brand.
brand-wave-artisans
Brand kit for Wave Artisans. Provides design tokens (colors, typography, spacing), Nunito Sans font files, logo variants, and PDF page templates. Use whenever generating documents, presentations, or web pages for the Wave Artisans brand.
chart-designer
>
generate-pdf
Generate a branded PDF document from a markdown file. Use when the user asks to render markdown as a PDF or produce a printable document.
install-docs-deps
Install Python dependencies required by the pdf-factory skill. Use when pdf-factory reports missing modules or before first PDF generation.
pdf-factory
>
epub-creator
Create production-quality EPUB 3 ebooks from markdown and images with automated QA, formatting fixes, and validation. Use when creating ebooks, converting markdown to EPUB, or compiling chapters into a publishable book. Handles markdown quirks, generates TOC, adds covers, and validates output automatically.
install-epub-deps
Install Python dependencies required by the epub-creator skill. Use when epub-creator reports missing modules or before first EPUB generation.
benchmark-skill
Aggregate benchmark results from skill evaluation runs into statistics. Use when comparing evaluation runs or analyzing skill performance trends.
gemini-gem-converter
Convert Agent Skills to Gemini Gems format. Use when the user wants to adapt, port, or transform a Claude skill (SKILL.md-based) into a Google Gemini Gem, or when discussing Gem constraints, knowledge file limits, and platform differences between Claude Skills and Gemini Gems.
init-skill
Scaffold a new skill directory from template using init_skill.py. Use when creating a new skill from scratch or bootstrapping a skill folder.
openai-gpt-converter
Convert Agent Skills to Custom GPT format. Use when the user wants to adapt, port, or transform a Claude skill (SKILL.md-based) into an OpenAI Custom GPT, or when discussing GPT constraints like the 8000-character instruction limit, knowledge file limits, Code Interpreter, Actions, and platform differences between Claude Skills and Custom GPTs.
optimize-description
Run automated description optimization loop with train/test split. Use when a skill's trigger accuracy is low or the description needs refinement.
package-skill
Package a skill folder into a distributable .skill ZIP file. Use when preparing a skill for distribution or upload to Claude.ai.
review-evals
Generate and open interactive HTML viewer for skill evaluation results. Use when reviewing eval output or inspecting grading details after a run.
ship-skill
Validate, evaluate, quality-check, and package a skill for distribution. Use when a skill is ready to ship and needs the full pre-release pipeline.
skill-eval
>
skill-shaper
>
docx-format
使用 python-docx 精确读取、分析、修改 Word 文档(.docx)格式。当用户需要分析文档格式、批量修改格式、统一排版规范、处理中英文混排字体、修改交叉引用样式时使用此 skill。
daggr
|
readthedocs-api
Full Read the Docs API v3 client guidance. Use when building or updating an API client, generating requests, or answering questions about Read the Docs API v3 endpoints (projects, versions, builds, subprojects, translations, redirects, environment variables, organizations, remote VCS resources, or embed content).
readthedocs-build-failure-triage
Triage Read the Docs build failures using build logs and config context. Use when a build fails, logs need analysis, or you need fix recommendations.
readthedocs-build-optimization
Optimize Read the Docs build performance and resource usage. Use when Read the Docs builds are slow, timing out, or hitting memory limits, or when users want to speed up builds by adjusting formats, dependencies, conda/mamba usage, or Python API documentation strategy.
readthedocs-project-manager
Manage Read the Docs projects via the RTD API. Use when creating projects, listing repos, triggering builds, syncing versions, or checking build status on Read the Docs.
readthedocs-redirects-manager
Manage Read the Docs redirects via the RTD API. Use when listing, creating, updating, or deleting custom redirects for a project.
readthedocs-search-api
Query the Read the Docs Search API to find documentation across projects and repositories. Use when searching documentation, finding related docs, finding API documentation, or gathering information about projects on Read the Docs.
readthedocs-write-config
Create or update Read the Docs `.readthedocs.yaml` v2 configuration files for Sphinx or MkDocs builds, including build images/tools, dependency installs, formats, custom build jobs/commands, conda environments, submodules, and search settings. Use when a user asks for a Read the Docs config file, YAML changes, or build behavior updates.
custom-index-eval
Iterative evaluation of Fusion Framework MCP search quality against documented domain patterns. Loads domain files from eval/index/, queries Fusion MCP for each pattern, validates recall against must/should requirements, and produces a human-readable pass/fail report. USE FOR: eval core, eval all, evaluate MCP index accuracy, validate search recall for a domain, check index freshness. DO NOT USE FOR: writing domain patterns, populating eval/index/ files, running CI pipelines, or batch automation.
custom-rebase
Guide for rebasing feature branches onto main in the Fusion Framework monorepo, including handling pnpm-lock.yaml conflicts
fusion-dependency-review
Review dependency PRs with structured research, existing-PR-discussion capture, multi-lens analysis (security, code quality, impact), and a repeatable verdict template. USE FOR: dependency update PRs, Renovate/Dependabot PRs, library upgrade reviews, "review this dependency PR", "should we merge this update". DO NOT USE FOR: feature PRs, application code reviews, dependency automation/bot configuration, or unattended merge without confirmation.
fusion-discover-skills
Discovers relevant Fusion skills through Fusion MCP first, falls back to GitHub-backed catalog inspection when needed, returns concise matches with purpose and next-step guidance, and handles install, update, or remove intent without guesswork. USE FOR: finding a skill for a task, asking what to install, checking update or remove guidance, discovering available Fusion skills. DO NOT USE FOR: creating new skills, performing the task itself, or inventing results when discovery signals are unavailable.
fusion-github-review-resolution
Resolves unresolved GitHub PR review threads end-to-end: evaluates whether each review comment is correct, applies a targeted fix when valid, replies with rationale when not, commits, and resolves the thread. USE FOR: unresolved review threads, PR review feedback, changes requested PRs, PR review URLs (#pullrequestreview-...), fix the review comments, close the open threads, address PR feedback. DO NOT USE FOR: summarizing feedback without code changes, creating new PRs, or read-only branches.
fusion-issue-author-bug
Draft and update bug issues using a bug-focused structure, repository-valid labels, and explicit publish confirmation before GitHub mutation.
fusion-issue-author-feature
Draft and update feature issues with clear problem framing, scoped requirements, repository-valid labels, and explicit confirmation before publishing.
fusion-issue-author-task
Draft and update task issues with checklist-first decomposition, dependency-aware sequencing, repository-valid labels, and explicit publish confirmation.
fusion-issue-author-user-story
Draft and update user-story issues with role-action-value framing, workflow scenarios, repository-valid labels, and explicit publish confirmation.
Page 218 of 1445 · 72244 results