Find the perfect skill
Quick Code Removal
Development
Shortcut to remove code, endpoint, dependency, feature, or dead code, updating dependents, tests, and docs.
Chrome security backport verification
Development
Validates and backports Chrome security fixes to an Electron release branch. Determines missing CVEs, writes cherry-picks locally, validates with e sync and lint, then pushes a PR.
Writing Metal Kernels for PyTorch
Development
Guide for implementing Metal/MPS kernels for PyTorch operators, covering native_functions.yaml dispatch and porting from MPSGraph.
Progressive Enhancement
Development
HTML-first development with CSS-only interactivity patterns. Use when building features that work without JavaScript using native HTML elements, CSS pseudo-classes, and the View Transitions API.
Links to PDFs - Document Scraper
Documentation
Scrape documents from Notion, DocSend, PDFs, and other sources into clean, readable formats. Extract content from any document-sharing platform.
Screen Reader Testing
Testing
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Validate compatibility and debug accessibility issues.
Sync Session Outputs to Research Vault
Productivity
Routes session results, decisions, and pipeline changes into the correct TDA-Research Obsidian vault files with standardized formats and commit messages.
Finish - Review Dispatcher
Testing
Smart review dispatcher that classifies Git changes and spawns the right reviews based on changed files, skipping already-completed ones.
Release Notes Generation
Documentation
Drafts user-facing release notes by analyzing PR diffs, following a style guide and template.
Ideogram Common Errors Guide
Development
Diagnose and fix Ideogram API errors and exceptions. Use when encountering errors, debugging failed requests, or troubleshooting integration issues.
Knowledge Base Capture
Documentation
Capture important architectural decisions, bug patterns, feature designs, and other critical findings into the project knowledge base.
Deep ECS Audit — Storage, Queries, World, Systems, Resources
Development
In-depth audit guide for ECS: locks, storage, queries, scheduler, resources.