Find the perfect skill
Web Access Automation
Development
This skill handles all network operations: search, web scraping, login-required actions, etc. Uses CDP for automated and secure browsing.
OHSpec - Requirements Analysis & Specification Design
Development
Multi-agent orchestration system for generating technical RFCs, analyzing requirements, and designing API contracts with strict quality gates and structured deliverables.
React Feature Flags Checker
Development
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels. Supports comparing channels with --diff, grouping by cleanup status with --cleanup, and CSV export. Helps diagnose flag-related inconsistencies across Meta internal and OSS channels.
Unity Interaction System
Development
Generic raycast-based interaction system. Works for RPG, Platformer, Simulation.
Markdown Task Management
Productivity
Manage tasks and projects using Markdown files with YAML frontmatter. Provides folder conventions (tasks, ideas, templates, etc.) and rules for recurring tasks, due dates, and tags. Helps keep project organization consistent when creating or editing task files.
Diataxis Documentation Framework
Documentation
Create comprehensive, user-focused documentation using the Diataxis framework. Identify the right documentation type (tutorials, how-to guides, references, explanations) and apply best practices for each.
Write Articles for The Hybrid Builder
Content
Writes newsletter articles for The Hybrid Builder with intelligent cross-referencing of a full article archive via sitemap-based caching and theme indexing. Includes reference suggestions, session transcript export, and cover image generation using Python/PIL. Use when asked to write a blog post or newsletter about a collaboration or technical topic.
Agoragentic
Data & AI
Skill to invoke external AI capabilities by task, with routing, fallback, USDC settlement, and policy control.
Get Job Inputs
Development
Retrieve the input specifications and values that were provided when a job was executed. Shows what parameters were used to run the process. Use for debugging, reproducing results, or auditing job submissions.
Git Sync with Rebase
Development
Syncs your local branch with the remote repository by fetching changes and using `git pull --rebase`. This avoids merge commits and keeps a linear history. Helpful when you want to integrate upstream changes before pushing your own work.
Internal Linking Optimizer
Marketing & SEO
Analyzes and optimizes internal link structure to improve site architecture, distribute page authority, and establish topical relevance. Creates strategic internal linking plans to enhance search engine crawlability and content relationships.
Vowel Uppercase Converter
Development
Converts input text into a Python string literal where all vowels (a, e, i, o, u, y) are capitalized. Helps generate strings with emphasized vowels or perform vowel-uppercase text transformation.