JS/TS conventions for syntax, modules, and types. Use when writing or reviewing JavaScript/TypeScript code. Use when this capability is needed.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 17.125 skills de tomevault-io/skills-registry. Abre una skill para revisar su origen y sus detalles.
tomevault-io/skills-registryMostrando 40 de 17.125 skills recopiladas.
JS/TS conventions for syntax, modules, and types. Use when writing or reviewing JavaScript/TypeScript code. Use when this capability is needed.
Idioma del texto original: inglés
> Use when this capability is needed.
Idioma del texto original: inglés
Create a new documentation file with proper YAML frontmatter and structure following project standards. Use when creating new guides, API docs, tutorials, or reference pages. Use when this capability is needed.
Idioma del texto original: inglés
Add or fix YAML frontmatter for documentation files. Adds missing required fields or fixes invalid frontmatter. Use for bulk fixing or when validation fails. Use when this capability is needed.
Idioma del texto original: inglés
Quick lint check for a single documentation file. Faster than full validation - checks frontmatter and basic formatting only. Use during writing to catch issues early. Use when this capability is needed.
Idioma del texto original: inglés
Preview the documentation hierarchy and structure. Shows a tree view of docs with titles, categories, and order. Use to understand doc organization or plan new additions. Use when this capability is needed.
Idioma del texto original: inglés
Search across documentation content and metadata. Find docs by content, title, category, or tags. Use to locate relevant documentation or find where a topic is covered. Use when this capability is needed.
Idioma del texto original: inglés
Generate documentation templates for common document types. Outputs a ready-to-fill template with proper frontmatter and structure. Use when starting a new document. Use when this capability is needed.
Idioma del texto original: inglés
Generate or update table of contents for a documentation file. Creates markdown TOC from headers. Use after adding sections or to standardize existing docs. Use when this capability is needed.
Idioma del texto original: inglés
Analyze Ruby and Rails code quality with RubyCritic. Identifies code smells, complexity issues, and refactoring opportunities. Provides detailed metrics, scores files A-F, compares branches, and prioritizes high-churn problem areas. Use when analyzing Ruby…
Idioma del texto original: inglés
Esposter Vue 3 component architecture patterns — generic components, type correctness, co-location, file length, slot extraction, and same-level abstraction. Apply when designing or refactoring Vue components. Use when this capability is needed.
Idioma del texto original: inglés
Esposter-specific Vue 3 composable and form patterns — MaybeRefOrGetter, SSR safety, online/offline, type-driven state reset, resource management, and cursor pagination (store + useRead* composable + StyledWaypoint). Apply when writing composables, form…
Idioma del texto original: inglés
Esposter vue-phaserjs integration patterns — component inventory, markRaw for Phaser objects in Pinia stores, configuration Pick pattern. Apply when writing Phaser game objects, stores, or vue-phaserjs components. Use when this capability is needed.
Idioma del texto original: inglés
Create well-formatted git commits following conventional commit standards. Use this skill when the user asks to create a git commit, requests to commit changes, or wants to commit staged changes. Use when this capability is needed.
Idioma del texto original: inglés
Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans). Use when this capability…
Idioma del texto original: inglés
Generate React Native Reanimated animation code for React Native apps. Use when user asks to create, implement, or add animations in React Native — including transitions, gestures, scroll-linked effects, layout animations, layout transitions, entering/exiting…
Idioma del texto original: inglés
This skill covers recording terminal demos using asciinema-style recordings. The recordings can be: Use when this capability is needed.
Idioma del texto original: inglés
This skill covers adding AI presenter avatars to demo videos using HeyGen. Avatars make demos look like screen recordings with a human presenter. Use when this capability is needed.
Idioma del texto original: inglés
description: Guide for using screenenv (Playwright-based) for interactive demo script development in Kubernetes. Explains how to write Playwright scripts that will be executed by screenenv Jobs for demo recording. Use when this capability is needed.
Idioma del texto original: inglés
Manage secrets, credentials, API keys, and vault operations using the 1Password op CLI. Supports Environments (Beta) for automatic .env file mounting from vault items. Includes workflows for listing secrets, adding new secrets, migrating .env files to…
Idioma del texto original: inglés
Use when planning a sprint transition, archiving completed work, or resetting the PRD for a fresh start. Archives completed PRD stories to docs.local/. Covers archive, cleanup, sprint transition, reset PRD. NOT for: deleting stories mid-sprint (use…
Idioma del texto original: inglés
Use as fallback browser automation when Claude-in-Chrome MCP is unavailable. Covers browser control, navigation, screenshots, clicking, typing. NOT for: headless testing (use Playwright). Claude Code users should prefer MCP first. Use when this capability is…
Idioma del texto original: inglés
Use when reviewing uncommitted changes, preparing PRs, checking for security issues, or verifying code quality. Runs AI code reviews via CLI. Covers code review, PR review, security scan, secrets scan. NOT for: runtime debugging (use debugger), test execution…
Idioma del texto original: inglés
Use when ready to commit changes. Runs CodeRabbit review first, then commits if review passes. Supports Ralph mode for atomic commit + criterion marking. Covers commit, ralph commit, atomic commit. NOT for: pushing or creating PRs (use pr-loop).
Idioma del texto original: inglés
Use when needing multi-agent verification of complex work. Runs parallel critique agents until consensus. Covers verification, consensus, multi-agent review, validate work. NOT for: simple code reviews (use coderabbit), single-reviewer tasks.
Idioma del texto original: inglés
Deploy the cloud worker to Railway. Builds and pushes the latest code. Use when this capability is needed.
Idioma del texto original: inglés
Use when auditing an UNFAMILIAR codebase for the first time — architecture mapping, undocumented features, configuration gaps. NOT for catching up on your own branch (use catchup). Always searches BrainLayer first before touching files.
Idioma del texto original: inglés
Git and GitHub operations via gh CLI — branching, committing, creating PRs, managing issues, viewing CI status, and repository management. Provides ready-to-use gh commands for common workflows like creating feature branches, checking PR review status,…
Idioma del texto original: inglés
Scaffold and execute folder-based multi-phase implementation plans with async agent collaboration. Creates a docs.local/plans/ folder structure with phases, acceptance criteria, and agent assignments. Each phase produces an independent PR. Supports spawning…
Idioma del texto original: inglés
View recent Railway deployment logs for the cloud worker. Use when this capability is needed.
Idioma del texto original: inglés
Restart the Telegram bot and notification server. Use when bot is unresponsive or after code changes. Use when this capability is needed.
Idioma del texto original: inglés
Create, edit, and verify golem-powers skills following the standard SKILL.md structure. Provides templates for skill frontmatter, workflow files, adapter files, and eval fixtures. Includes validation checks for description length, trigger word coverage, and…
Idioma del texto original: inglés
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. ALWAYS USE…
Idioma del texto original: inglés
Playwright E2E testing and Lighthouse performance auditing. Use when setting up E2E tests, running Playwright tests, performing Lighthouse audits, or debugging E2E test failures. Use when this capability is needed.
Idioma del texto original: inglés
Help with Rails testing including unit tests, integration tests, fixtures, and debugging test failures. Use when working on tests or debugging test issues. Use when this capability is needed.
Idioma del texto original: inglés
Create and manage seed packs for PropertyWebBuilder. Use when creating new scenario-based seed data bundles, adding properties to packs, or setting up new tenant websites with pre-configured content. Use when this capability is needed.
Idioma del texto original: inglés
Create new themes for PropertyWebBuilder. Use when creating custom themes, styling websites, or modifying theme templates. Handles theme registration, view templates, CSS, and asset configuration. Use when this capability is needed.
Idioma del texto original: inglés
Evaluate themes for accessibility, contrast, and design issues. Use when auditing themes for WCAG compliance, checking color contrast ratios, or identifying visual/UX problems. Use when this capability is needed.
Idioma del texto original: inglés
> Use when this capability is needed.
Idioma del texto original: inglés
>- Use when this capability is needed.
Idioma del texto original: inglés