Skip to main content

Skills dans ce dépôt

tomevault-io/skills-registry - Page 178

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

Compare multiple approaches, libraries, or patterns. Searches codebase for existing usage, checks memory for past experiences, creates comparison matrix. Use when deciding between approaches before implementation. Use when this capability is needed.

Langue du texte source : anglais

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

Debug database issues in local/ephemeral environments - PostgreSQL, SQLite, Podman containers. Use when user says "debug local DB", "local database", "PostgreSQL local", "SQLite workflow". Use when this capability is needed.

Langue du texte source : anglais

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

Deploy application to an ephemeral environment. Use when spinning up env, deploying to ephemeral, or testing in ephemeral. Handles pool check, namespace reserve, deploy, rollout verify, and pod health. Use when this capability is needed.

Langue du texte source : anglais

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

Explain a piece of code using project knowledge and context. Use to understand unfamiliar code, get architecture context, learn patterns and gotchas, find similar implementations. Use when this capability is needed.

Langue du texte source : anglais

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

Extend the duration of an ephemeral namespace reservation. Use when tests are taking longer, need more debug time, or demo/testing session running long. Use when this capability is needed.

Langue du texte source : anglais

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

Gather relevant context for a task using code search, knowledge base, and known issues. Use at the start of skills that need context about a Jira issue, feature, bug, or code review. Use when this capability is needed.

Langue du texte source : anglais

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

Search Google Drive for documents - full-text search, filter by type, browse folders, cross-reference Gmail. Use when user says "search Drive", "find docs", "GDrive research". Use when this capability is needed.

Langue du texte source : anglais

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

Query Red Hat InScope AI assistants for internal documentation - App Interface, Clowder, Konflux, etc. Auto-selects best assistant or query specific one. Use when user says "InScope", "ask InScope", "internal docs". Use when this capability is needed.

Langue du texte source : anglais

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

Deep scan of project structure to update architecture knowledge. Uses semantic code search for API, model, error, and test patterns. Use to bootstrap or refresh project knowledge. Use when this capability is needed.

Langue du texte source : anglais

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

Build container image locally with Podman and run tests. Build, tag, run container, execute tests, health check, cleanup. Use when user says "build locally", "test container", "podman build". Use when this capability is needed.

Langue du texte source : anglais

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

Start, stop, or check status of local dev environment using Podman Compose. Database, app services, migrations, health checks. Use when user says "start local env", "podman compose up", "dev environment status". Use when this capability is needed.

Langue du texte source : anglais

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

Mark a draft MR as ready for review. Removes draft status, runs linting/docs check, posts to Slack, updates Jira to In Review. Use when user says "mark MR ready", "remove draft", "undraft". Use when this capability is needed.

Langue du texte source : anglais

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

Send notifications to Slack channels for key workflow events. Uses consistent templates for MR ready, deployment, alert, release, CVE fix, or generic messages. Use when user says "notify team", "send to Slack", or needs to post a formatted message. Use when…

Langue du texte source : anglais

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

Test and benchmark local Ollama inference - status, test, benchmark. Check model availability, run generation/classification tests, measure response time. Use when user says "test Ollama", "Ollama status", "benchmark inference". Use when this capability is…

Langue du texte source : anglais

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

Collect daily performance data and map to PSE competencies. Fetches Jira resolved/created, GitLab MRs merged, GitHub PRs, git commits. Maps to competencies, calculates points, saves to daily JSON. Use when user says "collect performance" or "daily…

Langue du texte source : anglais

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

Reindex all vector databases for configured projects. Keeps semantic code search fresh. Use when user says "reindex vectors", "refresh code index", or "rebuild vector index". Use when this capability is needed.

Langue du texte source : anglais

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

Release Automation Analytics backend to production via app-interface. Updates deploy-clowder.yml with new SHA, creates Jira issue, MR for approval. Use when user says "release AA backend", "release analytics". Use when this capability is needed.

Langue du texte source : anglais

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

Multi-agent code review using Claude + Gemini. Specialized agents: Architecture, Security, Performance, Testing, Documentation, Style. Coordinator synthesizes into comprehensive feedback. Posts to MR. Use when user says "multi-agent review" or "review MR with…

Langue du texte source : anglais

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

Restart a Kubernetes deployment and monitor rollout. Use when picking up new ConfigMap/Secret changes, recovering from stuck pods, or forcing a fresh start without redeploying. Use when this capability is needed.

Langue du texte source : anglais

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

Control the autonomous Slack daemon via D-Bus/scripts - start, stop, status, pending, approve, approve_all, reject, history, send, reload. Use when user says "start slack daemon", "slack daemon status", "approve pending". Use when this capability is needed.

Langue du texte source : anglais

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

Auto-fix high-confidence slop findings (>90%). Fixes unused_imports, unused_variables, bare_except, empty_except, dead_code. Safe for automated runs. Use when user says "fix slop", "fix code quality issues", or "apply slop fixes". Use when this capability is…

Langue du texte source : anglais

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

Trigger a slop code quality scan via D-Bus to the running daemon. The slop daemon must be running (systemctl --user start bot-slop). Use when user says "trigger slop scan", "scan code now", or "slop scan now". Use when this capability is needed.

Langue du texte source : anglais

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

Run code quality analysis using the Slop Bot service. Analyzes the codebase for code smells, complexity issues, and improvement opportunities. Use when user says "slop scan", "code quality scan", or "scan code quality". Use when this capability is needed.

Langue du texte source : anglais

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

Work on a sprint issue with dynamic persona switching. Stages: issue analysis, branch setup via start_work, code research, implementation (in chat), MR creation, optional deployment check. Use when user says "autopilot", "work on sprint issue", or "work on…

Langue du texte source : anglais

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

Generate a standup summary from recent activity - git commits, Jira issues, MRs, calendar, Slack, memory follow-ups, discovered work. Use when user says "standup", "generate standup", "what did I do?", or "daily status". Use when this capability is needed.

Langue du texte source : anglais

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

Begin or resume working on a Jira issue. Gets issue context, creates/checks out feature branch, shows MR feedback if exists, updates Jira status, searches related code, loads project gotchas. Use when user says "start work on AAP-X", "pick up issue", "begin…

Langue du texte source : anglais

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

Review and sync discovered work items to Jira. Lists pending items from skill execution (review_pr, start_work, etc.), groups by type/priority, creates Jira issues. Use when user says "sync discovered work" or "create Jira for discovered items". Use when this…

Langue du texte source : anglais

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

Sync Workday PTO with Google Calendar by declining meetings on PTO days. Uses browser for Workday, API for Calendar. Use when user says "sync PTO", "decline meetings on PTO days", or "PTO calendar". Use when this capability is needed.

Langue du texte source : anglais

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

Test skill to demonstrate interactive error recovery. Deliberately triggers dict/attribute error to test recovery flow. Use for debugging skill execution. Use when this capability is needed.

Langue du texte source : anglais

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

Deploy an MR's image to ephemeral namespace for testing. Use when user says "deploy MR X to ephemeral", "test MR in ephemeral", or "ephemeral for MR !1234". Gets commit SHA from MR, checks Quay for image, reserves namespace, deploys, optionally runs pytest.…

Langue du texte source : anglais

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

Check and update repository documentation before creating PRs/MRs. Scans for outdated docs, mermaid diagrams, README, API docs. Only runs for repos with docs.enabled=true in config.json. Use when user says "update docs", "check documentation". Use when this…

Langue du texte source : anglais

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

Create and manage local virtual machines for testing. Handles create, clone, snapshot, revert, destroy, status. Uses virsh, virt-install, ssh, ansible. Use when setting up VMs, cloning VMs, or checking VM status. Use when this capability is needed.

Langue du texte source : anglais

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

Comprehensive system health check - systemd, journal logs, Ollama, cron, Podman, SQLite, HTTP, SSH, InScope auth, hostname, time. Use when user says "workflow health", "system health", "check services". Use when this capability is needed.

Langue du texte source : anglais

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

ElevenLabs text-to-speech CLI tool guide Use when this capability is needed.

Langue du texte source : anglais

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

Batch OCR processing with DeepSeek-OCR via Ollama Use when this capability is needed.

Langue du texte source : anglais

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

CLI tool for OpenAI text-to-speech synthesis Use when this capability is needed.

Langue du texte source : anglais

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

Creates specialized AI agents with optimized system prompts using the official 4-phase SOP methodology from Desktop .claude-flow, combined with evidence-based prompting techniques and Claude Agent SDK implementation. Use this skill when creating…

Langue du texte source : anglais

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

Creates sophisticated workflow cascades coordinating multiple micro-skills with sequential pipelines, parallel execution, conditional branching, and Codex sandbox iteration. Enhanced with multi-model routing (Gemini/Codex), ruv-swarm coordination, memory…

Langue du texte source : anglais

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

Loop 3 of the Three-Loop Integrated Development System. CI/CD automation with intelligent failure recovery, root cause analysis, and comprehensive quality validation. Receives implementation from Loop 2, feeds failure patterns back to Loop 1. Achieves 100%…

Langue du texte source : anglais

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

Comprehensive PR review using multi-agent swarm with specialized reviewers for security, performance, style, tests, and documentation. Provides detailed feedback with auto-fix suggestions and merge readiness assessment. Use when this capability is needed.

Langue du texte source : anglais

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