Use when interpreting element suggestions or troubleshooting PSS. Used by pss-agent-profiler. Trigger with /pss-status.
原文の言語: 英語
メニュー
このリポジトリの skills
SkillsMP は tomevault-io/skills-registry から 17,125 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
tomevault-io/skills-registry収集済み skill 17,125 件中 40 件を表示しています。
Use when interpreting element suggestions or troubleshooting PSS. Used by pss-agent-profiler. Trigger with /pss-status.
原文の言語: 英語
Fetch and summarize GitHub PR feedback for bootstrap-qcow2 (issue comments, review comments, and reviews) using Bootstrap::GitHubUtils, to manually check for new review notes after someone completes a PR review. Use when this capability is needed.
原文の言語: 英語
Create or update GitHub pull requests for bootstrap-qcow2 using the in-repo Crystal helper Bootstrap::GitHubUtils.create_pull_request (no gh/CLI dependencies). Use when automating PR creation from inside the container or sysroot namespace. Use when this…
原文の言語: 英語
Expert guidance for deploying and managing containerized AI agents on Microsoft Foundry Agent Service. Use this skill when building production-ready, scalable AI agents using code-based frameworks (Microsoft Agent Framework, LangGraph, or custom…
原文の言語: 英語
Expert guidance for building AI agents using Microsoft Agent Framework. Use when creating single agents, multi-agent workflows, chat applications, or integrating tools with LLMs. Covers ChatAgent, tools (@ai_function), orchestration patterns (GroupChat,…
原文の言語: 英語
Expert system for analyzing software tools and repositories (especially GitHub). Understands architecture, generates architectural models, produces detailed reports, and measures quality metrics. Use when investigating code structure, dependencies, design…
原文の言語: 英語
Comprehensive Rust backend development guide for Tauri applications. Use when creating Tauri commands, database operations, error handling, state management, or async patterns. Covers layered architecture (commands → services → operations → database),…
原文の言語: 英語
Quick onboarding for Claude Code Virtuoso - shows key features based on experience level. Use when this capability is needed.
原文の言語: 英語
Remove AI slop, comments, and lint errors from the current branch. Use when this capability is needed.
原文の言語: 英語
Safe, incremental code refactoring with test verification at each step. Use when this capability is needed.
原文の言語: 英語
Prepare current branch for production deployment (Test, Lint, Build, PR). Use when this capability is needed.
原文の言語: 英語
Use when working with the progressive JavaScript framework for building modern web UI. ALWAYS use when editing or working with *.vue files or code importing \"vue\". Consult for debugging, best practices, or modifying vue, core.
原文の言語: 英語
Analyze a codebase and query its dependency graph. This skill MUST be consulted before making code changes — use the query tool to check impact, dependencies, and risk of files being modified. Never read the full JSON — always use targeted queries. Use when…
原文の言語: 英語
Use when working with a tool that echoes its input for testing
原文の言語: 英語
Implement a feature across repos. Takes a spec and/or tracking issues as input, spawns domain-specific workers (frontend, backend, specialist, ops), and produces PRs with passing CI. Use when this capability is needed.
原文の言語: 英語
Deploy and release to production. Coordinates release PRs, QA verification, staging, and production deployment. Customize for your deployment pipeline. Use when this capability is needed.
原文の言語: 英語
Interactive Fellowship setup. Gandalf explores the codebase first to auto-detect project structure, tech stack, commands, and conventions — then asks follow-up questions only for what he couldn't figure out on his own. Use when this capability is needed.
原文の言語: 英語
Use when working with a meta-skill to guide the creation of new agent skills
原文の言語: 英語
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates. Use when this capability is needed.
原文の言語: 英語
Add ti-doc and ti-for-llm comments to PicoRuby code for ti type checker integration Use when this capability is needed.
原文の言語: 英語
Understand and work with PicoRuby code using ti type checker Use when this capability is needed.
原文の言語: 英語
Create distinctive, production-grade frontend interfaces with intentional aesthetics, high craft, and non-generic visual identity. Use when building or styling web UIs, components, pages, dashboards, or frontend applications. Use when this capability is…
原文の言語: 英語
When the user wants to create or update a README.md file for a project. Also use when the user says "write readme," "create readme," "document this project," "project documentation," or asks for help with README.md. This skill creates absurdly thorough…
原文の言語: 英語
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication…
原文の言語: 英語
Create a new NixOS VM on the configured backend (libvirt or proxmox). Use this when the user wants to create a new virtual machine. Use when this capability is needed.
原文の言語: 英語
Set up a new nixos-vm-template context for managing VMs on a hypervisor (libvirt or proxmox). Use this when the user wants to configure a new VM management context, create an alias, or set up environment variables for a backend. Use when this capability is…
原文の言語: 英語
Reference map for local ABP Framework, ABP Studio, and commercial module source trees. Use when working on ABP internals so the agent checks real implementations under C:\\P\\abp, C:\\P\\abp-studio, C:\\P\\volo, and C:\\P\\lepton instead of guessing. Use when…
原文の言語: 英語
Compile SCSS to CSS using Sass CLI with repo-aware defaults (direct file compile, watch mode, and compilerconfig.json mapping support). Use when: (1) user asks to compile .scss, (2) CSS output is missing/stale, (3) agent needs repeatable Sass commands. Use…
原文の言語: 英語
> Use when this capability is needed.
原文の言語: 英語
> Use when this capability is needed.
原文の言語: 英語
> Use when this capability is needed.
原文の言語: 英語
> Use when this capability is needed.
原文の言語: 英語
Run a cross-layer code review on a fullstack PR diff, auto-detecting languages and applying the appropriate criteria for each layer. Supports any combination of React, Node.js, Python, and other languages. Use when this capability is needed.
原文の言語: 英語
Run a 5-pass language-agnostic code review scoped to the current PR diff. Use when reviewing pull requests for any language or framework that doesn't have a dedicated skill (Vue.js, Go, Rust, Ruby, PHP, Java, etc.). Use when this capability is needed.
原文の言語: 英語
Run a full-codebase cross-layer audit, auto-detecting languages and applying the appropriate criteria for each layer, plus system-level checks and dependency audit. Supports any combination of React, Node.js, Python, and other languages. Use when this…
原文の言語: 英語
Run a full-codebase 5-pass language-agnostic audit with system-level checks and dependency audit. Use when auditing an entire project in any language that doesn't have a dedicated skill (Vue.js, Go, Rust, Ruby, PHP, Java, etc.). Use when this capability is…
原文の言語: 英語
Format and tidy the Go codebase safely (gofmt + goimports) while keeping diffs small. Use when the user asks to format code, fix import grouping, or prepare a clean patch before review/PR. Use when this capability is needed.
原文の言語: 英語
Prepare a high-quality pull request for this repository: keep diffs small, ensure gofmt/goimports, run appropriate tests, and write a clear summary + test plan. Use when the user asks to open a PR, prepare changes for review, or improve PR descriptions. Use…
原文の言語: 英語
Run and troubleshoot tests for this repository (Go API/consumer) using the containerized Go toolchain. Use when the user asks to run tests, verify a change, investigate a failing test, or respond to CI failures. Covers unit tests and the optional integration…
原文の言語: 英語
Guide users to build charts and data visualizations using the Graphic Flutter library. Use when users ask how to create charts, configure chart options, add interactivity, customize appearance, or need help with any aspect of the Graphic charting library. Use…
原文の言語: 英語