Skills your agents can run
Plug-and-play capabilities — vetted, versioned, and runnable from any Mighty agent.
Execute Evernote primary workflow: Note Creation and Management. Use when creating notes, organizing content, managing notebooks, or implementing note-taking features. Trigger with phrases like "create evernote note", "evernote note workflow", "manage evernote notes", "evernote content".
Manage tasks in SiYuan Note via its HTTP API. Create, query, update, and organize tasks stored in the Task List document (with a TASK database) and in subdocuments for related materials. Use this integration when the user mentions SiYuan, task management, or needs to track work items.
Business knowledge acquisition and Skill documentation workflow. This is used when users need to familiarize themselves with new business modules, obtain documents from iWiki, generate architectural documents through code analysis, or consolidate business knowledge into Skills.
Voice and tone guidelines for technical documentation. Ensures consistent, clear, and human writing across all documentation.
Generate CLAUDE.md project memory files that transfer institutional knowledge, not obvious information. Use when setting up new journalism projects, onboarding collaborators, or documenting project-specific quirks. Includes templates for editorial tools, event websites, publications, research projects, content pipelines, and digital archives.
Summarizes long text into key bullet points
Explain enterprise architecture concepts in practical terms. Use when learning about TOGAF, Zachman, ADRs, or any EA terminology.
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
Creative writing skill for creating canonical reference documentation (wikis) for fictional worlds, characters, and story events. Use when creating or updating wiki pages, official documentation, character profiles, location documentation, or lore pages. Creates polished, sourced, encyclopedic reference material.
Fetch and summarize latest videos from priority YouTube channels. Creates notes with transcripts summarized as bullet points. Use to catch up on subscriptions without watching everything. Triggers on "youtube catchup", "video catchup", "check youtube", "summarize videos".
Developer onboarding documentation and learning paths
Create or update an ADR (Architecture Decision Record) under `docs/ADR/` using `docs/templates/ADR-Template.md`: context, decision, alternatives, consequences, rollout, and verification. Use when changing architecture, boundaries, dependencies, data model, or cross-cutting patterns; ensure it is self-contained, has a Mermaid diagram, and defines testable invariants.
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
Working expectations and documentation practices. Use when capturing learnings or understanding how to work with this codebase.
Generate code explanation cards with syntax highlighting for tutorials and education. Creates title cards and explanation cards with English descriptions and code examples.
Interactive vault setup and context loading. On first run, personalizes your vault. On subsequent runs, loads full context. Use at start of session or when Claude needs full vault context.
Management, ingestion, synchronization, and search of a knowledge base that spans multiple storage layers (local files, MCP memory, vector stores, Git repositories). Use this when users want to save, organize, synchronize, deduplicate, and search across their entire knowledge system.
Claude Code's persistent, project-scoped memory. It automatically loads the project context at session start, tracks sessions via git activity, and writes to native memory. Commands execute deterministic Node.js scripts — behavior is consistent across model versions.
Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention.
Interact with Zotero reference management libraries using the pyzotero Python client. Retrieve, create, update, and delete items, collections, tags, and attachments via the Zotero Web API v3. Use this skill when working with Zotero libraries programmatically, managing bibliographic references, exporting citations, searching library contents, uploading PDF attachments, or building research automation workflows that integrate with Zotero.