Find the perfect skill
Check PR/MR/CL
Development
Check a GitHub, GitLab, or Perforce PR/MR/CL for review comments, failing checks, and body gaps. Use to inspect, fix, or prepare a change for submission.
Design System Analysis
Development
Analyzes theme-aware design systems by extracting CSS variables (tokens) from globals.css, mapping mock color values to theme tokens using OKLCH similarity, and identifying gaps between mocks and existing tokens. Useful when working with NextSpark themes that have different light/dark mode token sets and need to convert design specs to theme-compatible code.
Deploy Google Apps Script with Clasp
DevOps
Deploy a Google Apps Script web app using clasp, covering deployment ID hygiene, /exec vs /dev, archiving stale deployments, and authentication traps.
Analyzing Threat Landscape with MISP
Security
Query MISP events to compute statistics, identify threat actors, and generate threat landscape reports with temporal trends.
Code Analyzer
DevOps
Runs analysis tools on the codebase to detect unused packages, code quality issues, and security vulnerabilities.
Writing Fragments
Content
Guided exploration to mine raw writing fragments without structure, through an interactive Q&A session. Great for generating material.
Grammarly Enterprise RBAC
Security
Configure Grammarly enterprise role-based access control, manage team permissions, and implement governance with API examples.
Guard Mode (Full Safety)
Development
Combines destructive command warnings with directory-scoped edit restrictions for maximum safety when working on production systems.
Brainstorming Ideas into Designs
Development
Guides collaborative brainstorming to refine requirements and design before coding, with clear paths for spike, bounded, and architectural tasks.
Positron Abstract SVG Illustration
Documentation
Create or update abstract SVG illustrations for Positron IDE documentation, walkthroughs, and onboarding images. Follow strict static SVG constraints with self-contained styles.
Design Review & Visual QA
Development
Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions, then fixes them with atomic commits and screenshots.
Metabase Serdes YAML Editing
Development
Edit Metabase serdes YAML files with correct portable references and structural conventions. Run checkers after every edit.