Find the perfect skill
Tax Professional - US Tax Advisor
Finance & Accounting
US tax advisor and deduction optimizer. Get guidance on tax planning, identify potential deductions, and optimize your tax strategy for maximum savings.
Internationalization and Localization (i18n/L10n)
Development
Provides i18n/L10n patterns: detecting hardcoded strings, managing locale translation files, and RTL support. Helps when building multilingual apps by enforcing best practices like using translation keys, namespace organization, and fallback locales, with ready-to-use scripts for checking translations.
Advanced SEO Optimizer
Development
Analyzes your codebase and implements comprehensive SEO optimizations: meta tags, structured data, sitemaps, and Core Web Vitals improvements. Ideal for Next.js, Astro, React, or static HTML projects needing better search engine visibility.
Inspire Team Workflows
Productivity
Loads Inspire team workflow documentation covering development processes, PR procedures, deployment pipelines, QA workflows, frontend development, CMS management, and test generation. Use this when following team processes, creating pull requests, understanding deployment, or onboarding.
Coordinated Build Team
Development
Spawns a coordinated team of four AI agents (Fetcher, Planner, Builder, Checker) to work in parallel on a feature development task. The Fetcher researches the domain, the Planner designs a blueprint, the Builder implements code, and the Checker reviews the result. Best suited for complex features that require structured, multi-step development with built-in review.
Godot GDScript Patterns and Architecture
Development
Provides production patterns for Godot 4.x GDScript covering architecture, signals, scenes, state machines, and optimization. Helps when building Godot games, implementing game systems, or learning best practices. Use for designing scene architecture and managing game state.
Convert to PDF
Productivity
Converts one or more documents (e.g., DOCX, PPTX) to PDF by uploading them to the Cross-Service-Solutions API, polling until completion, and returning downloadable PDF URLs (or a ZIP for multiple files). Use when you need reliable document-to-PDF conversion for single or batch files.
Mandatory TDD/BDD Testing Strategy
Testing
Enforces a TDD/BDD testing strategy using describe/it syntax, requiring tests to be written before code and coverage ≥80%. Helps maintain code reliability and catch regressions by running tests locally before every commit.
PDF Tools Suite
Development
Provides Python code snippets for creating PDF documents with text, images, and tables using ReportLab, as well as merging, splitting, and extracting text and tables from existing PDFs using PyPDF and pdfplumber. Useful for automating PDF generation and data extraction tasks.
Shell Scripting Best Practices
Development
Comprehensive guide to writing robust, maintainable, and secure shell scripts following modern best practices.
Add Microsoft Teams Connector
Development
Integrates Microsoft Teams with Power Apps code apps to send messages, post to channels, and manage Teams conversations.
Git Commit Validator
Development
Automates Git commits and pushes by analyzing changes, detecting sensitive files (like .env, .pem, credentials), and generating Conventional Commits messages. Requires user confirmation before committing and pushing, ensuring secure and consistently formatted commits.