Content & Writing
Page 54 of 64
Browse skills in this category.
managing-workflow
Content & Writingby aiskillstore
Manages the specification-driven development workflow. Use this skill when the user runs /orbit,requests to "define feature", "create plan", "implement", or needs workflow guidance.It detects the current phase from artifacts and executes the appropriate action.
managing-worktrees
Content & Writingby aiskillstore
Git worktree management expertise for parallel development. Auto-invokes when worktrees, parallel development, multiple branches simultaneously, or isolated development environments are mentioned. Handles worktree creation, listing, and cleanup.
mapreduce
Content & Writingby aiskillstore
The MapReduce skill enables parallel task execution across multiple AI providers or agent instances, followed by intelligent consolidation of results. This produces higher-quality outputs by levera...
marimo-development
Content & Writingby aiskillstore
Expert guidance for creating and working with marimo notebooks - reactive Python notebooks that can be executed as scripts and deployed as apps. Use when the user asks to create marimo notebooks, convert Jupyter notebooks to marimo, build interactive dashboards or data apps with marimo, work with marimo's reactive programming model, debug marimo notebooks, or needs help with marimo-specific features (cells, UI elements, reactivity, SQL integration, deploying apps, etc.).
markdown-pro
Content & Writingby aiskillstore
Professional Markdown documentation skill for creating polished README files, changelogs, contribution guides, and technical documentation. Use for: (1) README generation with badges and sections, (2) Automated changelog from git history, (3) Table of contents generation, (4) Contribution guidelines, (5) Technical documentation formatting, (6) Code documentation with syntax highlighting
markdown-toc
Content & Writingby aiskillstore
Use when generating or updating Table of Contents in markdown files. Supports multiple files, glob patterns, configurable header levels, and various insertion modes. Triggered by "generate toc", "update toc", "table of contents", "add toc to markdown".
marketplace-release
Content & Writingby aiskillstore
Use when creating releases for Claude Code plugin marketplaces. Supports independent plugin versioning - each plugin can be released separately. Triggered by "release", "bump version", "create release", "publish plugin".
master-orchestrator
Content & Writingby aiskillstore
全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。
material-component-dev
Content & Writingby aiskillstore
FlowGram 物料组件开发指南 - 用于在 form-materials 包中创建新的物料组件
mathjax-rendering
Content & Writingby aiskillstore
Render mathematical formulas in Obsidian using LaTeX/MathJax syntax. Use when writing equations, matrices, integrals, summations, or any mathematical notation in Obsidian notes.
mcp-patterns
Content & Writingby aiskillstore
Model Context Protocol (MCP) server patterns for building integrations with Claude Code. Triggers on: mcp server, model context protocol, tool handler, mcp resource, mcp tool.
mcp-server
Content & Writingby aiskillstore
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
meeting-insights-analyzer
Content & Writingby aiskillstore
Analyzes meeting transcripts and recordings to uncover behavioral patterns,
meeting-notes
Content & Writingby aiskillstore
Convert meeting discussions into clear, actionable notes with tasks, decisions, and follow-ups fo...
memory
Content & Writingby aiskillstore
Manages memory, SSOT files, and Plans.md operations. Use when user mentions メモリ, memory, SSOT, decisions.md, patterns.md, マージ, merge, Plans.md, 移行, migrate. Do NOT load for: 実装作業, レビュー, 一時的なメモ, セッション中の作業記録.
memory-bank
Content & Writingby aiskillstore
Persistent project documentation system that maintains context across sessions. Creates structured Memory Bank files to preserve project knowledge, decisions, and progress.
memory-management
Content & Writingby aiskillstore
Context tracking and decision logging patterns for intentional memory management in Claude Code Waypoint Plugin. Use when you need to remember user preferences, track decisions, capture context across sessions, learn from corrections, or maintain project-specific knowledge. Covers when to persist context, how to track decisions, context boundaries, storage mechanisms, and memory refresh strategies.
memory-orchestration
Content & Writingby aiskillstore
Analyze context management, memory systems, and state continuity in agent frameworks. Use when (1) understanding how prompts are assembled, (2) evaluating eviction policies for context overflow, (3) mapping memory tiers (short-term/long-term), (4) analyzing token budget management, or (5) comparing context strategies across frameworks.
mermaid
Content & Writingby aiskillstore
Guide for creating beautiful Mermaid diagrams with proper styling for GitHub markdown (dark/light mode compatible, no icons).
mermaid-diagram
Content & Writingby cat-xierluo
Creates syntactically correct mermaid diagrams (flowchart, sequenceDiagram, classDiagram, stateDiagram, erDiagram, gantt, mindmap) following official specifications. Prevents common errors like special characters in labels, subgraph syntax, note misuse, and reserved words. Use when creating or editing mermaid diagrams in documentation or design files.
mermaid-diagramming
Content & Writingby aiskillstore
Create Mermaid diagrams in Obsidian including flowcharts, sequence diagrams, class diagrams, and more. Use when visualizing processes, system architectures, workflows, or any structured relationships in Obsidian notes.
meta-cognitive-reasoning
Content & Writingby aiskillstore
Meta-cognitive reasoning specialist for evidence-based analysis, hypothesis
micro-skill-creator
Content & Writingby aiskillstore
Rapidly creates atomic, focused skills optimized with evidence-based prompting, specialist agents, and systematic testing. Each micro-skill does one thing exceptionally well using self-consistency, program-of-thought, and plan-and-solve patterns. Enhanced with agent-creator principles and functionality-audit validation. Perfect for building composable workflow components.
migration-generator
Content & Writingby aiskillstore
Create database migrations from model changes, schema diffs, and migration best practices.
migration-tracker
Content & Writingby aiskillstore
Context for ongoing migration from old Portfolio Buddy app. Use when: fixing bugs, adding migrated features, checking feature parity, or understanding why certain code exists. Contains list of 40 features being migrated and known issues.
ml-expert
Content & Writingby aiskillstore
Implement machine learning solutions including model architectures, training pipelines, optimization strategies, and performance improvements. This skill spawns a specialist ML implementation agent...
ml-training-debugger
Content & Writingby aiskillstore
Diagnose machine learning training failures including loss divergence, mode collapse, gradient issues, architecture problems, and optimization failures. This skill spawns a specialist ML debugging ...
mobile-debugging
Content & Writingby aiskillstore
Debug React Native apps including metro bundler issues, native errors, performance problems, and crash analysis. Use when troubleshooting errors or investigating issues.
mock-server
Content & Writingby aiskillstore
Create and manage mock API servers for development and testing.
model-discovery
Content & Writingby aiskillstore
Fetch current model names from AI providers (Anthropic, OpenAI, Gemini, Ollama), classify them into tiers (fast/default/heavy), and detect new models. Use when needing up-to-date model IDs for API calls or when other skills reference model names.
module-health
Content & Writingby aiskillstore
Modular architecture health assessor for Logseq Template Graph. Analyzes module balance, cohesion, size distribution, and dependencies. Calculates health scores and suggests reorganization. Use when checking module structure, assessing architecture quality, or planning refactoring.
module-scaffolder
Content & Writingby aiskillstore
Scaffolds new feature modules in DevPrep AI following the 6-folder architecture with proper TypeScript interfaces, path aliases, and quality standards. Use when creating new domains like 'analytics', 'notifications', or any new feature module.
mulerouter
Content & Writingby aiskillstore
Generates images and videos using MuleRouter or MuleRun multimodal APIs. Text-to-Image, Image-to-Image, Text-to-Video, Image-to-Video, video editing (VACE, keyframe interpolation). Use when the user wants to generate, edit, or transform images and videos using AI models like Wan2.6 or Nano Banana.
multi-agent-analysis
Content & Writingby aiskillstore
Analyze coordination patterns, handoff mechanisms, and state sharing in multi-agent systems. Use when (1) understanding how agents transfer control, (2) evaluating shared vs isolated state patterns, (3) mapping communication protocols between agents, (4) assessing multi-agent orchestration approaches, or (5) comparing coordination models across frameworks.
multi-agent-orchestration
Content & Writingby aiskillstore
Orchestrate tasks across multiple AI providers (Claude, OpenAI, Gemini, Cursor, OpenCode, Ollama). Use when delegating tasks to specialized providers, routing based on capabilities, or implementing fallback strategies.
multi-channel
Content & Writingby aiskillstore
Unified social and advertising command center. Manages social inbox, optimizes ad performance, tracks keywords, coordinates messaging across YouTube, Instagram, TikTok, LinkedIn, Twitter, Facebook, Reddit, and Pinterest.
music-generation
Content & Writingby aiskillstore
Tools, patterns, and utilities for generating professional music with realistic instrument sounds. Write custom compositions using music21 or learn from existing MIDI files.
n8n
Content & Writingby aiskillstore
n8n workflow automation patterns and API integration. This skill should
naming-analyzer
Content & Writingby aiskillstore
Suggest better variable, function, and class names based on context and conventions.
nathan-standards
Content & Writingby aiskillstore
Development standards for the Nathan n8n-Jira agent automation system.
neon-postgres
Content & Writingby aiskillstore
Neon PostgreSQL serverless database - connection pooling, branching, serverless driver, and optimization. Use when deploying to Neon or building serverless applications.
neovim-debugging
Content & Writingby aiskillstore
Debug Neovim/LazyVim configuration issues. Use when: user reports Neovim errors, keymaps not working, plugins failing, or config problems. Provides systematic diagnosis through hypothesis testing, not just checklists. Think like a detective narrowing down possibilities.
network-engineering
Content & Writingby aiskillstore
Network architecture, troubleshooting, and infrastructure patterns. Use
network-security-setup
Content & Writingby aiskillstore
Configure Claude Code sandbox network isolation with trusted domains, custom access policies, and environment variables
new-agent-creation
Content & Writingby aiskillstore
Provides step-by-step templates and guidance for creating new AI agents in Unite-Hub with proper registration, testing, and governance
next-js-16-launchpad
Content & Writingby aiskillstore
Next.js 16 with Turbopack, Cache Components, and proxy.ts. Use for bootstrapping, migrating, and building with App Router and React 19.
nextjs-architecture
Content & Writingby aiskillstore
Next.js architecture specialist. Use when designing Next.js applications,
nextjs-optimization
Content & Writingby aiskillstore
Optimize Next.js 15 applications for performance, Core Web Vitals, and production best practices using App Router patterns
ng-alain-component-development
Content & Writingby aiskillstore
Create components using ng-alain (@delon/abc) and ng-zorro-antd UI libraries. Use this skill when building enterprise UI features with ST (Simple Table), SF (Schema Form), ACL (Access Control), PageHeader, ReuseTab, and other @delon components. Ensures proper integration with ng-alain architecture, theming system, responsive layouts, and accessibility standards while following Angular 20 patterns.
nix-patterns
Content & Writingby aiskillstore
NixOS module patterns. Use when creating or editing NixOS/home-manager modules, adding packages, or configuring programs.
no-bluff-seo-skill
Content & Writingby aiskillstore
Enforce the No-Bluff SEO/GEO protocol using DataForSEO and SEMRush. Use when generating or modifying any SEO-related copy, claims, or structured data for Synthex or client sites.
no-hardcoding
Content & Writingby aiskillstore
Forbid hardcoded values in code. Use this when reviewing code, writing new features, or when magic numbers/strings are detected. Enforces constants, env variables, and config files.
notebooklm
Content & Writingby aiskillstore
Automate Google NotebookLM - create notebooks, add sources, generate podcasts/videos/quizzes, download artifacts. Activates on explicit /notebooklm or intent like "create a podcast about X
notebooklm-slides
Content & Writingby aiskillstore
Generate pedagogically-aligned slide decks from educational content using NotebookLM.Use when creating chapter slide presentations with proficiency-calibrated prompts.NOT for static slides or non-educational presentations.
notion-api
Content & Writingby aiskillstore
This skill should be used when the user asks to "search Notion", "find in Notion", "search my Notion workspace", "create Notion page", "make a Notion page", "update Notion page", "edit Notion page", "query Notion database", "get Notion database", "read Notion page", "get page content from Notion", "list Notion pages", or mentions Notion integration, Notion workspace, or Notion API access.
npm-helper
Content & Writingby aiskillstore
NPM and Node.js package management, project configuration, and dependency troubleshooting.
ntm
Content & Writingby aiskillstore
Named Tmux Manager - Multi-agent orchestration for Claude Code, Codex, and Gemini in tiled tmux panes. Visual dashboards, command palette, context rotation, robot mode API, work assignment, safety system. Go CLI.
nx-monorepo
Content & Writingby aiskillstore
Nx monorepo management skill for AI-native development. This skill should be used when working with Nx workspaces, project graphs, affected detection, code generation, and caching. Use when: analyzing dependencies, running affected commands, generating code, configuring Nx Cloud, or optimizing build performance. Invoke nx-mcp tools for documentation queries.
obsidian-plan-wiki
Content & Writingby aiskillstore
This skill should be used when creating or working with modular project plans stored as Obsidian-compatible markdown wikis. Use when the user asks to create a plan, roadmap, or documentation system that needs to be navigable in Obsidian, or when working with existing plan wikis that use the %% [ ] %% task tracking format.
ocr
Content & Writingby aiskillstore
PDF/이미지를 Claude vision으로 OCR하여 마크다운 변환. MUST use this skill when user: (1) asks to convert PDF/image to markdown, (2) asks to OCR any file, (3) sends PDF/image file and asks to extract/read/변환/추출, (4) mentions 'OCR', 'PDF 변환', '이미지 변환', '텍스트 추출'. This skill uses Task agent to protect main context - NEVER process files directly in main context.
omakase-off
Content & Writingby aiskillstore
This skill should be used as the entry gate for build/create/implement requests. Triggers on "build X", "create Y", "implement Z", "add feature", "try both approaches", "not sure which approach". Offers brainstorm-together or omakase (chef's choice parallel exploration) options. Detects indecision during brainstorming to offer parallel exploration.
onboarding-helper
Content & Writingby aiskillstore
Generate comprehensive onboarding documentation and guides for new developers joining your team o...
openapi-generator
Content & Writingby aiskillstore
Generate comprehensive OpenAPI/Swagger specifications from existing code and APIs.
openspec-daem0n-bridge
Content & Writingby aiskillstore
Bridges OpenSpec (spec-driven development) with Daem0n-MCP memory - auto-imports specs, informs proposals with past outcomes, converts archived changes to learnings
operating-k8s-local
Content & Writingby aiskillstore
Operates local Kubernetes clusters with Minikube for development and testing.Use when setting up local K8s, deploying applications locally, or debugging K8s issues.Covers Minikube, kubectl essentials, local image loading, and networking.
operating-production-services
Content & Writingby aiskillstore
SRE patterns for production service reliability: SLOs, error budgets, postmortems, and incident response.Use when defining reliability targets, writing postmortems, implementing SLO alerting, or establishingon-call practices. NOT for initial service development (use scaffolding skills instead).