Find the perfect skill
Shadowrun UI Aesthetic
Development
Applies Shadowrun's cyberpunk aesthetic to UI components using a dark palette, neon accents, and monospace typography for numerical data. Helps when building character sheets, gear panels, or modals for character management tools.
Verified Research with Sources
Productivity
Conducts research by systematically fetching and verifying actual source content using WebFetch or extraction tools. Useful for documentation studies or link analysis where accuracy matters, avoiding reliance on unverified search snippets.
Best-Matching Skill Loader
Productivity
Loads the most relevant skill documentation from the skills/ directory by searching for a keyword with ripgrep, then applies the corresponding workflow rules to the current task. Helps reuse an existing skill for a new but related task.
Updating Documentation
Documentation
This skill updates documentation and README files to reflect code changes. It covers common doc types like README, CHANGELOG, API docs, config docs, and architecture docs. Use it after feature work or when asked to "update docs", "write readme", etc., but not for code changes or exploratory reading.
Merge Pipe-Format Blocks
Development
Merges multiple pipe-format blocks from the conversation context into a single unified output. It deduplicates items by title or content overlap, combines source attributions, upgrades confidence when multiple sources confirm a finding, and adds a merge summary section. Useful after running /gather multiple times or parallel primitives to consolidate scattered findings.
Apdex Score Calculator
Testing
Provides automated assistance for calculating Apdex scores during performance testing. Helps with step-by-step guidance, best practices, and generating production-ready configurations. Ideal for load testing, stress testing, and benchmarking tasks.
Complete System Architecture Design
Development
Designs the complete system architecture including components, data flow, infrastructure, database schema, and API design. Used when starting the architecture stage or when the user asks about system design, tech stack, or database schema.
Implementation by plan (Phase 5)
Development
Phase 5 of the development workflow: implements the feature step by step according to the generated plan. Checks for an existing plan, asks for approval before starting, then executes each step with automatic hooks (PHPStan after edits, PSR-12 formatting after writes). Helps implement complex features while respecting project conventions.
Research Voids: Cognitive Gaps
Content
Conduct exploratory research into cognitive gaps and unchartable territories—areas where human thought may be limited, blocked, or fundamentally unable to reach. Used daily during /evolve sessions to identify and document novel topics for the Voids section.
Browser Automation with agent-browser
Testing
Automates browser interactions using the agent-browser CLI: navigate pages, fill forms, click buttons, take screenshots, extract data, and manage authentication state. Useful for web scraping, form submissions, testing web apps, or any task requiring programmatic control of a browser. Operations are driven by element references obtained from interactive snapshots.
TypeScript Pro - Advanced Typing
Development
Focuses on advanced TypeScript typing including generics, conditional types, and mapped types for type-safe architectures. Helps optimize type inference, enforce strict compiler flags, and implement enterprise-grade patterns like decorators and metadata programming. Ideal for designing shared type systems and integrating with modern frameworks.
Apache Reverse Proxy Deployment
DevOps
Complete guide for deploying web applications behind Apache reverse proxy on rivsprod01. Covers relative URL configuration and ProxyPass setup.