Skip to main content

Skills dans ce dépôt

tools-only/X-Skills - Page 8

SkillsMP a collecté 2 943 skills depuis tools-only/X-Skills. Ouvrez un skill pour examiner sa source et ses détails.

tools-only/X-Skills

Affichage de 40 skills collectés sur 2 943.

métier
Développeurs de logiciels
description

Add "Open in molab" badge(s) linking to marimo notebooks. Works with READMEs, docs, websites, or any markdown/HTML target.

Langue du texte source : anglais

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

Create cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow,…

Langue du texte source : anglais

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

Build apps on Databricks Apps platform. Use when asked to create dashboards, data apps, analytics tools, or visualizations. Invoke BEFORE starting implementation.

Langue du texte source : anglais

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

Databricks CLI operations: auth, profiles, data exploration, and bundles. Contains up-to-date guidelines for Databricks-related CLI tasks.

Langue du texte source : anglais

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

Orchestrates the full kernel patch review workflow across multiple agents

Langue du texte source : anglais

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

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications

Langue du texte source : anglais

mis à jour
métier
Commis au traitement des sinistres et des polices d'assurance
description

Aggregates per-file analysis results and generates review-inline.txt and review-metadata.json

Langue du texte source : anglais

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

Running `prek --all-files` produces pages of plugin-validator output — every file in the repo gets validated, and pre-existing warnings/errors (broken links, SK006 complexity, missing trigger phrases) for files unrelated to the current change drown out…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Define explicit triggers for escalating to human at each stage (not just Discovery). When should agents block and ask vs attempt repair vs fail?

Langue du texte source : anglais

mis à jour
métier
Analystes en gestion
description

Process quality methodology for the process-siren agent — use before or during Mermaid conversion when the source process shows ambiguity, missing decisions, undefined actors, vague conditions, or structural weakness. Provides triage sequence, excellence…

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Write in John Wiegley's authentic voice. Use when drafting technical articles, blog posts, essays, or any written material that should read as if John wrote it himself. Captures patterns from 1,100+ posts spanning 1992-2026 across both technical (newartisans)…

Langue du texte source : anglais

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

RA.Aid (pronounced "raid") is a standalone autonomous software development assistant built on LangGraph's agent-based task execution framework. It implements a three-stage architecture (Research,...

Langue du texte source : anglais

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

OpenHands is an open-source, model-agnostic platform for building and deploying AI coding agents. It provides a composable Python SDK, CLI, and cloud infrastructure for running agents that write...

Langue du texte source : anglais

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

GraphRAG is a modular graph-based Retrieval-Augmented Generation (RAG) system developed by Microsoft Research. It extracts meaningful, structured data from unstructured text using LLMs to create a...

Langue du texte source : anglais

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

copier-astral is an opinionated Copier template for bootstrapping Python projects using Astral's modern toolchain. It provides batteries-included project scaffolding with linting (ruff), type...

Langue du texte source : anglais

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

Micro-Agent is a flexible, extensible Python agent framework designed to provide intelligent agent capabilities as a callable service layer for upstream applications. The "Micro" naming mirrors...

Langue du texte source : anglais

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

Claude Quickstarts is the official Anthropic repository of deployable reference applications built on the Claude API. Each project is a self-contained, runnable implementation demonstrating a...

Langue du texte source : anglais

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

Bifrost is a high-performance open-source AI gateway written in Go that unifies access to 20+ LLM providers through a single OpenAI-compatible API. Benchmarked at <100 µs overhead per request at 5,000 RPS, it provides automatic failover, adaptive load…

Langue du texte source : anglais

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

MUST CALL FIRST for multi-step tasks! If user request needs 2+ tool calls (like 'open + search + screenshot'), call create_plan BEFORE any other tool.

Langue du texte source : chinois

mis à jour
métier
Préposés aux dossiers
description

Workflow and tools for adding new entries from temp.md to the section files. Includes legend format, section reference, code tools, and common pitfalls. USE FOR: Adding new resources to the knowledge base. DO NOT USE FOR: Editing existing entries or…

Langue du texte source : anglais

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

Run automated liquidity provision strategies on concentrated liquidity (CLMM) DEXs using Hummingbot API.

Langue du texte source : anglais

mis à jour
métier
Analystes financiers et en placements
description

Check which exchanges work from your location and search for tokens with trading rules (min order size, price increment, order types).

Langue du texte source : anglais

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

Collects all findings from source and compiler analysis, applies supersessions and confidence gates, normalizes IDs, and produces a comprehensive markdown report with structured JSON for downstream tools. Supports dual-mode invocation: interim (findings.json…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Crafts bespoke proof-of-concept programs demonstrating that zeroize-audit findings are exploitable. Reads source code and finding details to generate tailored PoCs — each PoC is individually written, not templated. Each PoC exits 0 if the secret persists or 1…

Langue du texte source : anglais

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

Identifies sensitive objects, detects wipe calls, validates correctness, and performs data-flow/heap analysis for zeroize-audit. Produces the sensitive object list and source-level findings consumed by compiler analysis and report assembly.

Langue du texte source : anglais

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

Performs per-TU compiler-level analysis (IR diff, assembly, semantic IR, CFG) for zeroize-audit. One instance runs per translation unit, enabling parallel execution across TUs.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Performs crate-level MIR and LLVM IR analysis for Rust in zeroize-audit. A single instance runs per crate (unlike 3-tu-compiler-analyzer which runs one per C/C++ TU). Detects dead-store elimination of wipes, stack retention, and other compiler-level…

Langue du texte source : anglais

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

Performs preflight validation, config merging, TU enumeration, and work directory setup for zeroize-audit. Produces merged-config.yaml, preflight.json, and orchestrator-state.json.

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Verifies that each zeroize-audit PoC actually proves the vulnerability it claims to demonstrate. Reads PoC source code, finding details, and original source to check alignment between the PoC and the finding. Produces poc_verification.json consumed by the…

Langue du texte source : anglais

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

Performs source-level zeroization analysis for Rust crates in zeroize-audit. Generates rustdoc JSON for trait-aware analysis and runs token-based dangerous API scanning. Produces sensitive objects and source findings consumed by rust-compiler-analyzer and…

Langue du texte source : anglais

mis à jour
métier
Enseignants postsecondaires en anthropologie et archéologie
description

This skill should be used when a user requests deep research on any topic. Example queries include "/deep-research", "deep research on", "리서치해줘", "딥리서치", "심층 연구", "[주제]에 대해 리서치해줘".

Langue du texte source : anglais

mis à jour
métier
Bibliothécaires et spécialistes en collections médiatiquesScientifiques sociaux et travailleurs connexes, autres
description

This skill should be used when a user wants to build a structured research query interactively before starting deep research. Example queries include "/deep-research query", "리서치 쿼리 만들어줘", "research query builder", "structured research query", "쿼리 빌더".

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Create OpenSpec artifacts (proposal, specs, design, tasks) through Socratic interview. Use when starting a new OpenSpec change that needs structured requirements elicitation.

Langue du texte source : anglais

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

Send work to Gemini CLI in headless mode. Use when the user wants to run prompts, pipe content, or parse output through `gemini -p`.

Langue du texte source : anglais

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

Send work to Codex CLI in non-interactive mode. Use when the user wants to run prompts, pipe content, or parse output through `codex exec`.

Langue du texte source : anglais

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

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

Langue du texte source : anglais

mis à jour
métier
Analystes, journalistes et reporters
description

Sports news via RSS/Atom feeds and Google News. Fetch headlines, search by query, filter by date. Covers football news, transfer rumors, match reports, and any sport via Google News. Use when: user asks for recent news, headlines, transfer rumors, or articles…

Langue du texte source : anglais

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

ATP and WTA tennis data via ESPN public endpoints — tournament scores, season calendars, player rankings, player profiles, and news. Zero config, no API keys. Use when: user asks about tennis scores, match results, tournament draws, ATP/WTA rankings, tennis…

Langue du texte source : anglais

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

NHL data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, injuries, transactions, futures, team/player stats, leaders, and news. Zero config, no API keys. Use when: user asks about NHL scores, standings, team…

Langue du texte source : anglais

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

MLB data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, win probability, injuries, transactions, depth charts, team/player stats, leaders, and news. Zero config, no API keys. Use when: user asks about MLB…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 2 943.