Skip to main content

Skills neste repositório

tomevault-io/skills-registry - Página 204

O SkillsMP coletou 17.125 skills de tomevault-io/skills-registry. Abra uma skill para revisar a origem e os detalhes.

tomevault-io/skills-registry

Mostrando 40 de 17.125 skills coletadas.

ocupação
Desenvolvedores de software
descrição

Use when running claudikins-kernel:ship, preparing PRs, writing changelogs, deciding merge strategy, or handling CI failures — enforces GRFP-style iterative approval, code integrity validation, and human-gated merges

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Use when running claudikins-kernel:verify, checking implementation quality, deciding pass/fail verdicts, or enforcing cross-command gates — requires actual evidence of code working, not just passing tests

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Use this skill when users ask "add MCP server", "remove MCP", "configure tool executor", "add new tool", "environment variables for tool executor", "regenerate registry", or need to modify which MCP servers are available in the sandbox.

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Use this skill when users say "tool executor not working", "diagnose tool executor", "check MCP health", "run tool executor tests", "debug search_tools", "execute_code failing", or need to troubleshoot issues with the Tool Executor.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill when users ask "how does tool executor work", "how to use execute_code", "workspace API", "MCP client examples", "search_tools examples", "context-efficient patterns", or need guidance writing code for the Tool Executor sandbox.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use when a task needs capabilities BEYOND basic tools (Read/Grep/Glob/Bash) - semantic search, AI analysis, research, image generation, etc.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Reviews C# code for bugs, security issues, and best practices. Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

This skill should be used when the user asks to "create an MCP App", "add a UI to an MCP tool", "build an interactive MCP View", "scaffold an MCP App", or needs guidance on MCP Apps SDK patterns, UI-resource registration, MCP App lifecycle, or host…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

This skill should be used when the user asks to "migrate from OpenAI Apps SDK", "convert OpenAI App to MCP", "port from window.openai", "migrate from skybridge", "convert openai/outputTemplate", or needs guidance on converting OpenAI Apps SDK applications to…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Read [understanding-mapping](../walkeros-understanding-mapping/SKILL.md) first Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

walkerOS uses a layered testing approach with built-in patterns for mocking and Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

walkerOS follows extreme programming principles with strict conventions. This Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

walkerOS events are self-describing, stateless, vendor-agnostic data structures. Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

walkerOS follows a **Source → Collector → Destination(s)** architecture for Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use when transforming walkerOS events in the flow (source→collector or collector→destination), configuring data/map/loop/set/condition/policy, or using $code: syntax in JSON configs.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use when working with the walkerOS CLI (`walkeros`) bundles, tests, and runs event collection flows.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use when working with the logger is walkerOS's standard logging system, available in all sources and

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

- Creating a new package README Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Apply Clean Architecture with four concentric layers (Entities, Use Cases, Interface Adapters, Frameworks & Drivers). Use when creating docs/architecture.md, designing new modules, or restructuring code with proper dependency direction. Make sure to use this…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Select and apply GoF design patterns: Factory, Builder, Strategy, Observer, Adapter, Decorator. Use when solving recurring design problems or structuring multi-component changes. Make sure to use this skill whenever the user needs to decouple components, wrap…

Idioma do texto original: inglês

atualizado
ocupação
Arquitetos de banco de dados
descrição

Model business domains using DDD patterns: Entity, Value Object, Aggregate, Domain Event. Use when implementing business logic, defining domain concepts, or designing aggregate boundaries. Make sure to use this skill whenever the user works on business rules,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Apply SOLID, KISS, DRY, YAGNI principles to code design decisions. Use when building new features from scratch and need to decide on class structure, interface boundaries, or dependency direction. Make sure to use this skill when the user faces design…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Safely restructure code without changing behavior using Extract Method, Rename, Move Method techniques. Use when preparing code for new features, improving code quality incrementally, cleaning up messy code, reducing duplication, or simplifying complex logic.…

Idioma do texto original: inglês

atualizado
ocupação
Arquitetos de banco de dados
descrição

Design database schemas and API contracts at system boundaries. Use when creating or modifying database tables, API endpoints, or data serialization formats. Make sure to use this skill whenever the user adds database migrations, designs REST/GraphQL APIs,…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Write tests using TDD (Red-Green-Refactor) and AAA pattern. Use for every new feature, behavior change, or bug fix. Covers unit, integration, and E2E test selection. Make sure to use this skill whenever the user asks to add tests, fix a bug (tests should come…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use the hono CLI to search and view Hono framework documentation. Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

When you need check documentation about Ruby classes, modules, and methods use this skill to get full details. Avoid check source code or use `ruby -e` for documentation unless absolutely necessary. Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Structure specifications using the three-layer framework (Intent, Design, Consistency) with boundary types and implementation standards. Use when organizing spec content into layers or selecting elements. Use when this capability is needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

HeroUI Native component library skill for React Native + Uniwind. Use when implementing or reviewing HeroUI Native components, fetching Native component/docs/theme references, validating Native-only patterns, or setting up theming and provider integration.…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill when reasoning about the distributed system design, service orchestration, or request lifecycle of the X recommendation engine. It is essential for tasks involving the "For You" timeline construction, HomeMixer logic, or ProductMixer component…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill to decode the "DNA" of the recommendation engine. These signals are the foundational data structures used to retrieve candidates (before ranking) and as features for the Heavy Ranker (during ranking).

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill when implementing new features or debugging the core "For You" pipeline. The system has shifted from legacy heuristics toward a unified **Rust-based** pipeline powered by the **Phoenix** transformer (Grok).

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill when reasoning about how the algorithm is tuned, why different users see different behaviors, or how "Success" is defined by X's engineering team.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de pesquisa de mercado e especialistas em marketing
descrição

Use this skill when advising on post structure, timing, media selection, and account health to align with the HeavyRanker's scoring weights and anti-spam heuristics.

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Use this skill when you need to reason about the machine learning models that determine the final order of the "For You" timeline. It is essential for tasks involving model feature engineering, tuning engagement weights, or understanding the internal…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill when analyzing how the system narrows down 500 million daily tweets to a candidate pool of ~1,500. This is the "top-of-funnel" engineering that determines what is even eligible to be ranked.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill when analyzing why content is not appearing, checking for "shadowban" conditions, or understanding the safety compliance layer. This skill covers the `VisibilityLib` logic that runs *after* candidate sourcing but *before* final ranking to…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de sistemas de computador
descrição

Collaborative design and specification workflow for turning ideas into detailed, implementation-ready designs. Use for feasibility checks ("is X possible?", "can we do Y?"), design exploration, and full specification. Triggers on "let's build", "I want to…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate implementation specs from design specs. Takes a design spec file and produces a detailed, phased task breakdown ready for autonomous execution. Use after brainstorming is complete and design spec is written. Invoke with the design spec file path as…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

GitHub integration for debate synchronization and ADR ratification. Use when this capability is needed.

Idioma do texto original: inglês

atualizado
Mostrando 40 de 17.125 skills coletadas.