query active

Search Skills

Find the perfect capability for your agent.

Results
53,183
matching skills for this query
Page
573
of 2660 pages
Keyword
ai
search by name, tag, or description
package-distribution
606

install-skill

When a user requests to install a new skill, this skill guides you to identify the package name from various input formats and use the install_skill MCP tool. Supports skills.sh URLs, GitHub URLs, owner/repo, and owner/repo@skill formats.

riba2534
riba2534
development
open
testing
606

post-test-cleanup

测试完成后的扫尾清理流程。在向某个工作区发送测试指令(如长篇文章生成、耗时任务)后,用此流程彻底清除测试痕迹,防止测试消息残留在会话上下文中持续消耗 token 额度。

riba2534
riba2534
testing-security
open
machine-learning
605

auto-submit

End-to-end autonomous pipeline that runs auto-review-fix, then auto-pr-merge

stablyai
stablyai
data-ai
open
framework-internals
605

typescript

This skill should be used when the user asks to "optimize TypeScript performance", "speed up tsc compilation", "configure tsconfig.json", "fix type errors", "improve async patterns", or encounters TS errors (TS2322, TS2339, "is not assignable to"). Also triggers on .ts, .tsx, .d.ts file work involving type definitions, module organization, or memory management. Does NOT cover TypeScript basics, framework-specific patterns, or testing.

stablyai
stablyai
development
open
frontend
605

react-useeffect

React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.

stablyai
stablyai
development
open
git-workflows
605

orca-cli

Use the Orca CLI to orchestrate worktrees and live terminals through a running Orca editor. Use when an agent needs to create, inspect, update, or remove Orca worktrees; inspect repo state known to Orca; or read, send to, wait on, or stop Orca-managed terminals. Coding agents should also keep the current worktree comment updated with the latest meaningful work-in-progress checkpoint whenever useful; this is an expected default behavior, not a special trigger-only action. Triggers include "use orca cli", "manage Orca worktrees", "read Orca terminal", "reply to Claude Code in Orca", "create a worktree in Orca", "update Orca worktree comment", or any task where the agent should operate through Orca instead of talking to git worktrees and terminal processes directly.

stablyai
stablyai
devops
open
testing
605

review-and-submit

Lightweight review-fix loop (2 rounds, 1 agent each), then create PR and merge

stablyai
stablyai
testing-security
open
automation-tools
605

auto-review-fix

Automated iterative code review and fix loop with parallel review agents

stablyai
stablyai
tools
open
frontend
604

ui-ux-pro-max

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.

guanyang
guanyang
development
open
architecture-patterns
604

v3-ddd-architecture

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

ruvnet
ruvnet
development
open
cicd
604

verl-upgrade

Use when handling veRL version upgrades in Trinity, including three-way merge strategy, boundary checks, and retained customization decisions

agentscope-ai
agentscope-ai
devops
open
cicd
604

v3-swarm-coordination

15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.

ruvnet
ruvnet
devops
open
technical-docs
604

creating-agent-skills-skill

Use when creating Agent Skills packages (SKILL.md format) for Codex CLI, GitHub Copilot, or Amp - provides the agentskills.io specification with frontmatter constraints, directory structure, and validation rules

AgentWorkforce
AgentWorkforce
documentation
open
architecture-patterns
602

oma-design

AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2).

first-fluke
first-fluke
development
open
full-stack
602

oma-frontend

Frontend specialist for React, Next.js, TypeScript with FSD-lite architecture, shadcn/ui, and design system alignment. Use for UI, component, page, layout, CSS, Tailwind, and shadcn work.

first-fluke
first-fluke
development
open
cloud
602

oma-tf-infra

Infrastructure-as-code specialist for multi-cloud provisioning using Terraform across any provider (AWS, GCP, Azure, Oracle Cloud). Use for terraform plan/apply, state management, compute, databases, storage, networking, IAM, OIDC, cost optimization, policy-as-code, ISO/IEC 42001 AI controls, ISO 22301 continuity, and ISO/IEC/IEEE 42010 architecture documentation.

first-fluke
first-fluke
devops
open
containers
600

terway-troubleshooting

Troubleshoot Terway CNI issues in Kubernetes using Kubernetes events and Terway logs. Use when diagnosing "cni plugin not initialized", Pod create/delete failures, or ENI/IPAM problems in Terway (centralized or non-centralized IPAM).

AliyunContainerService
AliyunContainerService
devops
open
technical-docs
600

product-manager

Analyze, review, and generate documentation for any repository from a Product Manager (PdM) perspective. Language- and framework-agnostic — works with any repository. Use this skill whenever you need to: understand repository structure, read and navigate code, analyze dependencies, generate or review READMEs and documentation, summarize the tech stack, evaluate architecture, assess operational impact of new features, or review PRs. Responds to requests like "what's going on in this repo?", "write a README", "review this change", "is this maintainable?", "what do you think of this PR?". If the task involves repository analysis, review, or documentation, use this skill without hesitation.

markuplint
markuplint
documentation
open
testing
600

terway-e2e

Run Terway E2E tests on an ACK cluster. Covers the full workflow: build image → create ACK cluster via Terraform → deploy Terway → run e2e tests → cleanup. Use this skill when: - Running any Terway E2E tests (Prefix, Connectivity, PodNetworking, SecurityGroup, MultiNetwork, etc.) - Creating ACK clusters for Terway testing - Building and deploying Terway images - Validating Terway features or troubleshooting E2E test failures - The user mentions "e2e", "terway test", "ack cluster", "prefix test", or any Terway feature validation

AliyunContainerService
AliyunContainerService
testing-security
open
full-stack
598

igniteui-angular-grids

Provides guidance on all Ignite UI for Angular data grid types (Flat Grid, Tree Grid, Hierarchical Grid, Grid Lite, Pivot Grid) including setup, column configuration, sorting, filtering, selection, editing, grouping, summaries, toolbar, export, paging, remote data, and state persistence. Use when users ask about grids, tables, data grids, tabular data display, cell editing, batch editing, row selection, column pinning, column hiding, grouping rows, pivot tables, tree-structured data, hierarchical data, master-detail views, or exporting grid data. Do NOT use for non-grid UI components (forms, dialogs, navigation, charts) — use igniteui-angular-components instead. Do NOT use for theming or styling — use igniteui-angular-theming instead.

IgniteUI
IgniteUI
development
open
Previous
Page 573 / 2660
Next