Find the perfect skill
Microsoft 365 Integration
Productivity
Access Microsoft 365 data through the Microsoft Graph API. Retrieve user profiles (display name, email, department, etc.) and read or search emails with filters and KQL queries. Ideal for answering questions about Outlook messages, user info, or any Microsoft 365 data.
Add Skill
Development
Guides the creation of a new skill for a Claude Code plugin by generating a SKILL.md file with frontmatter and instructions. Use when a user wants to extend a plugin's capabilities, prompting for required information like skill name, description, and behavior.
Log Management Pipeline
DevOps
Set up structured logging with aggregation, search, and analysis using ELK stack or Loki.
Testing Skills
Testing
Runs pytest with optional arguments, lists test files, executes specific test files, and generates coverage reports. Useful for continuous integration and ensuring code quality during development.
Windows Remote Desktop Control
Testing
Controls Windows Remote Desktop sessions for automation, testing, and remote administration. Connect via RDP, take screenshots, simulate mouse clicks and keyboard input, and interact with remote desktops using accessibility trees or OCR as a fallback.
Dashboard Requirements Specification
Business & Administration
Clearly defines dashboard requirements by specifying the questions to answer, metrics, visualizations, filters, and data sources. Helps align data teams with decision-making needs and avoid vanity metrics.
Markdown Export
Documentation
Generates complete Markdown representations of the Knowledge Model, including metamodel, instances, and relationships. Organizes content by class or hierarchy for clarity. Best used when you need a structured, human-readable export of model data.
SwiftUI View Generator
Development
Generates SwiftUI views with proper state management using @State, @Binding, @ObservedObject, @StateObject, and @EnvironmentObject. Creates reusable components, view models, and supports macOS-specific patterns like NavigationSplitView and toolbars. Helpful for quickly scaffolding SwiftUI screens, lists, forms, and settings panels.
Open Windows Explorer
Productivity
Opens Windows Explorer at the root of the current Git worktree. Falls back to the current directory if not in a Git repository. Useful when asked to open a folder or show it in Explorer.
Fireflies Search
Productivity
Performs full-text search across Fireflies meeting transcripts. Helps find specific content, speakers, questions, or task-related mentions across many meetings efficiently.
Create Form Definition
Development
Creates a new form definition (typeRef=50) in NovaDB, specifying the form name and optional field list. Use this skill when you need to define a new editing form that groups attribute fields for an object type. After creation, use `link-form-to-type` to attach the form to the relevant object type.
Next.js - Fullstack React Framework
Development
Provides guidance on Next.js framework patterns including file-based routing, SSR/SSG, API routes, and middleware. Helps when building fullstack React applications, configuring server-side rendering, or deploying Next.js projects.