Back to categories
Category

Agent Skills in category: Uncategorized

72243 skills match this category. Browse curated collections and explore related Agent Skills.

lux-create-pull-request

Guidelines and checklists for creating a PR for Luxor.

monoppa
monoppa
0

analyse-and-review-pr

Analyse and review a pull request

monoppa
monoppa
0

gemini-deep-research

Build Gemini Deep Research agents using the Interactions API. Use when creating autonomous research agents, implementing multi-step information gathering, building research report generators, or integrating Gemini's Deep Research capabilities into applications. Handles polling, streaming, file integration, and report synthesis.

hiapplyco
hiapplyco
0

gemini-vision

Generate images and videos using Gemini CLI's vision extension. Use for image generation with Nano Banana (gemini-2.5-flash-image), video generation with Veo 3, webcam capture, and image-to-image transformations. Invokes Gemini CLI commands and returns file paths.

hiapplyco
hiapplyco
0

commit-helper

Intelligently analyze code changes and split them into multiple logical commits based on functionality and change types. This skill should be used when users want to commit code changes, especially when there are multiple unrelated changes in the working directory.

tzuchaine
tzuchaine
1

hmos-development

用于 HarmonyOS NEXT 和 ArkTS 开发,特别是处理 .ets 文件、实现 @ComponentV2 组件或调试错误时使用。基于官方标准提供开发指导,并维护分类错误日志以实现高效故障排查。

tzuchaine
tzuchaine
1

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

tzuchaine
tzuchaine
1

agent-deck

|

artwist-polyakov
artwist-polyakov
5713

codex-review

|

artwist-polyakov
artwist-polyakov
5713

docx-contracts

Fill Word document templates (contracts, forms) with structured data using docxtpl. Use when user uploads a .docx template with {{variables}} and provides data to fill it, or requests contract/form generation from template.

artwist-polyakov
artwist-polyakov
5713

fal-ai-image

Generate/edit images via fal.ai nano-banana-pro. Supports reference images (Edit mode) and text rendering in any language including Cyrillic. ALWAYS read SKILL.md before first use.

artwist-polyakov
artwist-polyakov
5713

genome-analyzer

Анализирует генетические данные пользователя из VCF файла. Используй когда пользователь спрашивает о своей генетике, наследственных признаках, предрасположенностях, метаболизме веществ (кофеин, алкоголь, лекарства), спортивных способностях, рисках заболеваний, питании на основе генов.

artwist-polyakov
artwist-polyakov
5713

scrapedo-web-scraper

|

artwist-polyakov
artwist-polyakov
5713

ssh-remote-connection

SSH connection to remote servers. Use when you need to execute commands on a remote server, check logs, restart services, or manage Docker containers.

artwist-polyakov
artwist-polyakov
5713

telegraph-publisher

Publish pages to Telegraph with images, YouTube embeds, and diagrams. Supports auto-split for long articles. ALWAYS read SKILL.md before first use.

artwist-polyakov
artwist-polyakov
5713

yandex-metrika

|

artwist-polyakov
artwist-polyakov
5713

yandex-search-api

|

artwist-polyakov
artwist-polyakov
5713

yandex-wordstat

|

artwist-polyakov
artwist-polyakov
5713

gerar-quiz-rag

Gerador e executor de quiz sobre conhecimento RAG. Comandos: '/gerar-quiz-rag gerar' para gerar perguntas do banco RAG e salvar em JSON, '/gerar-quiz-rag iniciar' para executar quiz de 10 perguntas, '/gerar-quiz-rag status' para ver progresso. Claude consulta o banco SQLite RAG e gera perguntas diretamente.

diegofornalha
diegofornalha
0

frontend-design

Create distinctive, production-grade frontend interfaces (components, pages, apps) with a bold, intentional aesthetic; avoid generic AI layouts and follow ResiDesk typography/theme tokens when applicable.

arjshiv
arjshiv
0

locque-authoring

Author or update Locque .lq code and tests with the canonical M-expr syntax, CBPV rules, data/match forms, modules/imports/opens, and project conventions.

jaggederest
jaggederest
3

code-searcher

Delegates codebase searches to a lightweight agent. Use when searching for existing implementations, classes, or functions without loading search results into context.

leonj1
leonj1
0

context-initializer

Automatically invokes init-explorer agent when project context is empty or unknown.

leonj1
leonj1
0

flyway-backend-docker

Setup backend project with Flyway SQL migrations, tini init system, and MySQL integration testing. Modifies existing Dockerfile from backend-docker skill.

leonj1
leonj1
0

docker-backend

Dockerizes backend projects with auto-detection, latest base images via web search, Dockerfile generation, and Makefile with port override support.

leonj1
leonj1
0

exa-websearch

Uses Exa API for intelligent web searches. Provides up-to-date information with semantic search capabilities.

leonj1
leonj1
0

strict-architecture

Enforces universal strict governance rules (500 lines, 5 funcs, 4 args) and interface-first I/O for Python, Golang, and .NET.

leonj1
leonj1
0

tech-stack-analyzer

Delegates tech stack detection to a lightweight agent. Use when you need to know the project's language, frameworks, or dependencies without loading manifest files into context.

leonj1
leonj1
0

test-pattern-detector

Delegates test pattern detection to a lightweight agent. Use when you need to understand existing test conventions without loading test files into context.

leonj1
leonj1
0

violation-scanner

Delegates coding standards violation scanning to a lightweight agent. Use when checking files for violations without loading full source files into context.

leonj1
leonj1
0

epub-translate

A skill for creating bilingual EPUB books by adding translated text alongside the original content while preserving the original formatting and structure.

lywa1998
lywa1998
0

code-review

Conduct thorough, actionable code reviews that catch real problems without drowning in noise

leynos
leynos
0

execplans

Write and maintain self-contained ExecPlans (execution plans) that a novice can follow end-to-end; use when planning or implementing non-trivial repo changes.

leynos
leynos
0

hexagonal-architecture

Design, implement, and maintain applications using hexagonal architecture (ports and adapters). Use when (1) designing new systems requiring clear separation between domain logic and infrastructure, (2) refactoring monolithic or tightly-coupled codebases toward cleaner boundaries, (3) reviewing architecture for dependency rule violations or layer leakage, (4) establishing testing strategies that isolate domain logic, or (5) evaluating whether hexagonal architecture suits a given problem domain.

leynos
leynos
0

hypothesis-debugging

Structured code debugging through hypothesis formation and falsification planning. Use when diagnosing bugs, unexpected behaviour, or system failures where the root cause is unclear. Produces a hypothesis document for execution by another agent rather than performing the investigation directly. Triggers on requests to debug issues, diagnose problems, investigate failures, or create debugging plans.

leynos
leynos
0

implementation-postmortem

Conduct structured implementation postmortems to gather feedback on architecture conformance, library friction, and tooling effectiveness. Use when reviewing completed implementations, PRs, or development phases to surface design gaps, boundary violations, and improvement opportunities. Triggers on requests for code review feedback, implementation retrospectives, architecture audits, or library/tooling evaluations.

leynos
leynos
0

logisphere-design-review

>

leynos
leynos
0

logisphere-experts

>

leynos
leynos
0

analyze-frame

當接收到新需求或 Event Storming 產出後觸發。分析問題類別(CBF/IDF/RIF),生成完整的規格目錄結構。實現「需求與實作分離」、「規格即文檔、文檔即規格」。

majiayu000
majiayu000
11819

analyze-friction

Orchestrate 3-stage friction analysis workflow across conversations. Extracts raw friction, abstracts patterns, and presents for approval. Use when user wants to analyze conversation history for improvement opportunities.

majiayu000
majiayu000
11819

analyze-function

Deep line-by-line analysis of a function or method. Explains what each line does, why it's written that way, performance implications, edge cases, and design patterns. Use when user says "analyze-function", "analyze {function}", "deep dive on {function}", or "explain {function} line by line".

majiayu000
majiayu000
11819

analyze-script-failures

Analyze script failures to identify source components and propose fixes

majiayu000
majiayu000
11819

analyze-high-unemployment-high-gdp-growth-fiscal-deficit-scenarios

在「失業率走高/勞動市場轉弱」但「名目或實質 GDP 仍維持高位(或仍在成長)」的情境下,依據歷史關聯估算美國財政赤字占 GDP(Deficit/GDP)可能擴張的區間,並生成對長天期美債(長久期 UST)供給/利率風險的情境解讀。支援視覺化圖表輸出。

majiayu000
majiayu000
11819

analyze-investment-clock-rotation

把「獲利成長 × 財務狀況(金融環境)」映射成「投資時鐘」,判斷目前落在哪個象限、近期是順時針還是逆時針旋轉、以及相對於上一輪循環的位置差異。

majiayu000
majiayu000
11819

analyze-issue

Analyze a GitHub issue and create detailed analysis in workflows/

majiayu000
majiayu000
11819

analyze-japan-debt-service-tax-burden

以日本公債殖利率變化為觸發,量化「政府利息支出 / 稅收」負擔(含情境壓力測試),並判斷是否進入債務利息螺旋風險區。

majiayu000
majiayu000
11819

analyze-jgb-insurer-superlong-flow

從日本保險公司對超長期(10年以上)JGB 的淨買賣時間序列,自動產出「本月是否創紀錄淨賣出、連續淨賣出月數、期間累積淨賣出」等結論。

majiayu000
majiayu000
11819

analyze-job-post

Analyzes a job offer for fit with the Candidate's profile and recommends an application strategy. Use before considering a new job offer.

majiayu000
majiayu000
11819

analyze-log-files

Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain terminal escape codes.

majiayu000
majiayu000
11819

analyze-m1-module-for-migration

Systematically analyze a Magento 1 module to determine its purpose, usage, and migration requirements for Magento 2. Use when you need to decide whether to migrate a M1 module, find alternatives, or skip it.

majiayu000
majiayu000
11819

Page 1054 of 1445 · 72243 results