Skip to main content

Skills dans ce dépôt

tomevault-io/skills-registry - Page 204

SkillsMP a collecté 17 125 skills depuis tomevault-io/skills-registry. Ouvrez un skill pour examiner sa source et ses détails.

tomevault-io/skills-registry

Affichage de 40 skills collectés sur 17 125.

métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.…

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

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,…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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).

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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.

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes des systèmes informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 17 125.