Find the perfect skill
Attack Tree Construction
Security
Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.
Claude Code Skill Creator
Development
This skill helps create, edit, and manage Claude Code skills, including designing skill structures, writing SKILL.md files, organizing supporting files, and setting up automation hooks. It assists when building custom automation workflows or converting sub-agents to the skill format.
Fireflies Meeting Insights
Productivity
Provides aggregated meeting analytics and statistics from Fireflies.ai. Use to analyze meeting patterns, speaker time, trends, or to get top speakers over a period. Supports date shortcuts and grouping by speaker or other fields.
Save code snippet to vault
Productivity
Saves a notable code snippet to the Data Relay vault. Use this skill when you encounter or write code worth preserving during a session, after the user agrees. The snippet is saved with metadata in comments, a standardized filename, and an explanation of the underlying principle.
Intelligent File Organizer
Productivity
Analyzes files and folders across your computer to find duplicates, suggest logical structures, and automate cleanup tasks. Useful when your Downloads folder is chaotic, files are scattered, or you need to establish better organization habits.
Convert Tasks to GitHub Issues
Development
Converts tasks from a tasks.md file into GitHub issues with labels and dependencies. Helps when exporting work items to GitHub, setting up project boards, or assigning tasks to team members.
Zod 4 Schema Validation - Patterns & Breaking Changes
Development
Covers Zod 4 schema validation patterns, including breaking changes from version 3 such as top-level validators (z.email(), z.uuid()) and the error parameter instead of message. Helps when migrating from Zod 3 to 4 or when writing schemas with Zod 4's new syntax.
Landing Page Generator
Content
Generate complete, high-converting landing pages from a product or service brief. Use when building landing pages, sales pages, or marketing pages for clients. Outputs production-ready HTML/CSS that is mobile-responsive and optimized for conversions.
Navigator Session Statistics
Productivity
Displays real-time efficiency report with token savings, cache performance, and session metrics. Makes Navigator's value quantifiable and shareable with baseline comparisons.
Log Viewer
DevOps
Tail and search logs across trading platform services. Supports filtering by service, error level, regex search, time range, and live follow. Useful for debugging, monitoring, and quickly identifying issues in real-time.
Shesha Workflow Code Generation
Development
Generates Shesha workflow artifacts for .NET applications using ABP framework with NHibernate. Creates workflow instances, definitions, managers, service tasks, extension methods, and FluentMigrator database migrations. Use when scaffolding or updating workflow-related classes, steps, conditions, or database tables in a Shesha project.
Claude Code Hook Patterns
Development
Production-tested hook patterns for Claude Code covering validation, state management, MCP integration, and workflow automation.