Tools & Utilities
Essential command-line tools and system utilities.
illustration-generator
统一配图技能,支持文章配图、封面生成、小红书图片系列、单图修改/添加/删除、3变体风格预览。20种风格×多种布局。
wechat-article-formatter
将 Markdown 文章转换为微信公众号 HTML 格式,支持自动插入配图、微信样式优化。
wechat-markdown-editor
专业的微信公众号排版工具。将 Markdown 转换为带样式的 HTML,包含微信兼容主题(字节范等)。支持代码高亮、数学公式、PlantUML、脚注、警告框及外链底部引用。
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
mcp-local-rag
Provides score interpretation (< 0.3 good, > 0.5 skip), query optimization, and source naming for query_documents, ingest_file, ingest_data tools. Use this skill when working with RAG, searching documents, ingesting files, saving web content, or handling PDF, HTML, DOCX, TXT, Markdown.
autoskill
Analyze coding sessions to detect corrections and preferences, then propose targeted improvements to Skills used in the session. Use this skill when the user asks to "learn from this session", "update skills", or "remember this pattern". Extracts durable preferences and codifies them into the appropriate skill files.
knownsresearch
Use when you need to understand existing code, find patterns, or explore the codebase before implementation
playwright
端末から実ブラウザを自動操作する必要がある作業に使います。`playwright-cli` もしくは同梱のラッパースクリプト経由で、画面遷移、フォーム入力、スナップショット取得、スクリーンショット撮影、データ抽出、UI フローのデバッグを行います。
bunli
Build type-safe CLIs with Bun. Use when: (1) Creating a new CLI application with Bun, (2) Adding commands with defineCommand/option(), (3) Building a plugin system, (4) Using prompt/spinner APIs for interactive CLIs, (5) Building TUI components, (6) Publishing CLI to npm. For advanced TUI (custom components, animations, full layout control), use the 'opentui' skill. Covers: defineCommand, option() APIs, plugin architecture, bunli CLI commands (dev/build/generate/test/release/init/doctor), create-bunli scaffolding, and utilities.
demo-generator
Transforms a TensorCircuit-NG script into an interactive, sleek, and high-performance GUI application using Streamlit. It intelligently extracts the most impressive aspects of the physics simulation and presents them via interactive widgets and real-time visualizations.
bmad-performance-optimization
Diagnoses bottlenecks and designs performance optimization plans.
bmad-discovery-research
Brainstorms ideas and researches projects.
plang
Expert guidance for Plang programming language (plang.is). Use when the user asks about Plang syntax, wants to generate Plang code, needs help debugging Plang goals, wants to understand Plang patterns, or is working on Plang projects. Plang is a natural language pseudo-code language with goal-based architecture using SQLite databases.
main-workflow-router
Routes work to OpenSpec (L0-1) or BMAD (L2-4). Tracks status and guides through phases.
bmad-taskmaster-mcp-bootstrap
Bootstraps the TaskMaster MCP server and aligns it with BMAD hooks.
react-best-practices
React best practices from react.dev and Vercel. Use when: (1) Reviewing React code, (2) Debugging performance issues, (3) Optimizing bundle size, (4) Writing effects or state logic. Triggers on: React performance, re-render, bundle size, waterfalls, code splitting, memo, useCallback, useMemo, useEffect, SSR flicker, initial load slow, React Compiler, state structure, immutable update, setState array object.