Alex's voice synthesis capability for reading documents aloud Use when this capability is needed.
Skills in this repository
tomevault-io/skills-registry - Page 222
SkillsMP has collected 17,125 skills from tomevault-io/skills-registry. Open a skill to review its source and details.
tomevault-io/skills-registryShowing 40 of 17,125 collected skills.
Reusable patterns for VS Code extension development. Use when this capability is needed.
Patterns for technical writing, academic publication, and content strategy. Use when this capability is needed.
Pacote com todos artefatos, logs e documentação de handoff. Use when this capability is needed.
Source text: Portuguese
Array de {node_id, type, name, preview_url, figma_url}. Use when this capability is needed.
Source text: Portuguese
Relatório com score, status, breakdown, warnings, suggestions. Use when this capability is needed.
Source text: Portuguese
Array de objetos {type, code, coverage_pct, source_features}. Use when this capability is needed.
Source text: Portuguese
Score de completude do PRD (0.0 - 1.0). Use when this capability is needed.
Source text: Portuguese
Import existing AI tool configurations (from Claude, Copilot, or Cursor) into universal-ai-config templates. Converts target-specific files into universal templates. Use when this capability is needed.
Convert an existing PRD into prd.json format for Ralph autonomous Use when this capability is needed.
> Use when this capability is needed.
Create a new git release with changelog generation and GitHub release Use when this capability is needed.
Create, update, or manage universal-ai-config agent templates. Handles finding existing agents, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Create, update, or manage AI configuration templates. Analyzes what the user needs and delegates to the appropriate template-specific skill. Use when this capability is needed.
Create, update, or manage universal-ai-config hook templates. Handles finding existing hooks, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Create, update, or manage universal-ai-config instruction templates. Handles finding existing instructions, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Create, update, or manage universal-ai-config MCP server templates. Handles finding existing configs, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Create, update, or manage universal-ai-config skill templates. Handles finding existing skills, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Scaffold a new target type (e.g., Zed, Windsurf) for universal-ai-config Use when this capability is needed.
Create a new git release with changelog generation and GitHub release Use when this capability is needed.
Create, update, or manage universal-ai-config agent templates. Handles finding existing agents, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Create, update, or manage AI configuration templates. Analyzes what the user needs and delegates to the appropriate template-specific skill. Use when this capability is needed.
Create, update, or manage universal-ai-config hook templates. Handles finding existing hooks, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Create, update, or manage universal-ai-config instruction templates. Handles finding existing instructions, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Create, update, or manage universal-ai-config skill templates. Handles finding existing skills, deciding whether to create or modify, and writing the template. Use when this capability is needed.
Complete MCP development toolkit for creating, debugging, testing, and reviewing MCP servers. Use when setting up new MCP projects, creating tools, debugging connection issues, reviewing MCP code, or generating documentation. Use when this capability is…
Guide users through writing their first Buck2 rule to learn fundamental concepts including rules, actions, targets, configurations, analysis, and select(). Use this skill when users want to learn Buck2 basics hands-on or need help understanding rule writing.…
> Use when this capability is needed.
> Use when this capability is needed.
Debug crashes, segfaults, and memory errors using valgrind integration with nextest through pre-configured profiles Use when this capability is needed.
Orientation to facet-format JIT deserialization (tiering, fallbacks, key types/entry points) and where to look when changing or debugging JIT code Use when this capability is needed.
Systematic workflow for debugging by reproducing bugs with real data, reducing test cases to minimal examples, and adding regression tests Use when this capability is needed.
Guidelines for using facet crates (facet-json, facet-toml, figue) instead of serde-based alternatives for consistent dogfooding Use when this capability is needed.
Review code changes (diffs, PRs, patches) and provide structured, actionable feedback on correctness, maintainability, and test coverage. Use when the user asks for a code review, requests feedback on a patch/PR, or wants an assessment of changes. Use when…
Analyze code changes for security vulnerabilities using LLM reasoning and threat model patterns. Use for PR reviews, pre-commit checks, or branch comparisons. Use when this capability is needed.
Generate a STRIDE-based security threat model for a repository. Use when setting up security monitoring, after architecture changes, or for security audits. Use when this capability is needed.
Find gaps in design docs. Use when reviewing requirements, specs, or PRDs before implementation. Identifies missing edge cases, unclear business rules, and scenarios the design should address but doesn't. Use when this capability is needed.
Implement features from design docs. Use when (1) user references a design doc, (2) user says "build feature" or "implement feature", (3) user references an existing implementation plan. Creates implementation plan from design doc if none exists, then builds.…
Verify frontend work visually in Chrome. Use after implementing or modifying UI to take headless screenshots at multiple viewports, read them to analyze visual correctness, and catch issues before the user has to. Use when this capability is needed.
Build production-grade, polished frontend interfaces. Use when implementing features after UX discovery, building new pages/components, or creating demos. Transforms discovery documents into memorable, well-crafted experiences. Use when this capability is…