Back to categories
Category

Agent Skills in category: Uncategorized

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

seo-and-meta-tags-in-sveltekit

Provides SEO and Meta Tags guidelines in SvelteKit.

oimiragieo
oimiragieo
19

seo-optimization

Comprehensive 7-phase SEO optimization workflow covering technical SEO auditing, keyword research strategy, on-page optimization, content SEO and E-E-A-T, structured data implementation, link building, and AI search optimization. Use when auditing search engine visibility, diagnosing ranking issues, implementing schema markup, conducting keyword research, optimizing content for E-E-A-T signals, or adapting for AI-driven search (AI Overviews, SGE).

oimiragieo
oimiragieo
19

sequential-thinking

Sequential thinking and structured problem solving. Break down complex problems into steps with revision and branching capabilities. Use for multi-step analysis, planning, and hypothesis verification.

oimiragieo
oimiragieo
19

service-class-conventions

Defines the structure and implementation of service classes, enforcing the use of interfaces, ServiceImpl classes, DTOs for data transfer, and transactional management.

oimiragieo
oimiragieo
19

session-handoff

Initiate a session handoff to transfer context and pending actions to a new terminal session. Executing this skill safely drains tasks and launches a new cross-platform window natively.

oimiragieo
oimiragieo
19

session-log-analyzer

Parse Claude Code JSONL session logs from ~/.claude/projects/ for tool call inventory, token costs, error detection, subagent traces, and compaction detection

oimiragieo
oimiragieo
19

session-transcript-analyzer

Parses and merges Claude .jsonl transcripts with debug logs to generate a timeline heuristics report of API limits, context overflows, hook blocks, and tool failures.

oimiragieo
oimiragieo
19

shadcn-ui

Deep expertise on shadcn/ui component library including installation, customization, theming, and accessibility patterns. Use when building UI with shadcn/ui components, integrating Radix UI primitives, configuring Tailwind CSS v4 themes, or implementing dark mode. Covers Next.js App Router, Pages Router, and Vite setups.

google-labs-code
google-labs-code
19

sharp-edges

Living catalogue of 7 known hazard entries (SE-01 through SE-07) specific to agent-studio: Windows backslash paths, prototype pollution, hook exit codes, async swallowing, ReDoS in glob-to-regex, DST arithmetic, array mutation during iteration. Each entry: symptom, root cause, fix, test assertion.

oimiragieo
oimiragieo
19

skill-discovery

How agents discover and use skills. Use to understand skill invocation protocol.

oimiragieo
oimiragieo
19

skill-updater

Research-backed skill refresh workflow for updating existing skills with TDD checkpoints, memory-aware integration, and EVOLVE/reflection trigger handling.

oimiragieo
oimiragieo
19

slack-expert

Expert-level Slack platform development using Bolt SDK — build Slack apps with slash commands, interactive components (buttons, modals, shortcuts), home tabs, event subscriptions, workflows, Socket Mode, and Block Kit. Use for building Slack bots, workflow automation, and rich interactive Slack experiences.

oimiragieo
oimiragieo
19

slack-notifications

Slack messaging, channels, and notifications - send messages, manage channels, interact with users, upload files, and add reactions. Use for team communication, incident notifications, and workflow alerts.

oimiragieo
oimiragieo
19

smart-debug

AI-assisted debugging specialist with deep knowledge of modern debugging tools, observability platforms, and automated root cause analysis. Implements Cursor Debug Mode methodology — structured hypothesis ranking, targeted code instrumentation, human-in-the-loop reproduction gate, log-confirmed root cause, and mandatory cleanup.

oimiragieo
oimiragieo
19

sparc-methodology

SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration

oimiragieo
oimiragieo
19

spec-gathering

Requirements gathering workflow for specification creation. Use when starting a new feature, task, or project that needs structured requirements.

oimiragieo
oimiragieo
19

spec-init

Unified skill that guides spec creation through structured, interactive process.

oimiragieo
oimiragieo
19

spec-to-code-compliance

Verify that implementation code faithfully implements its specification — checks function contracts, API contracts, and protocol compliance against source specifications

oimiragieo
oimiragieo
19

static-analysis

Run CodeQL and Semgrep static analysis with SARIF output for vulnerability detection, code quality assessment, and security compliance scanning across multiple languages.

oimiragieo
oimiragieo
19

style-analyzer

>-

oimiragieo
oimiragieo
19

styling-expert

CSS and styling expert including Tailwind, CSS-in-JS, and responsive design

oimiragieo
oimiragieo
19

summarize-changes

Structured workflow for summarizing code changes after completing tasks. Creates clear, actionable summaries of what was changed, why, and what to verify.

oimiragieo
oimiragieo
19

svelte-expert

Svelte and SvelteKit expert including components, stores, and routing

oimiragieo
oimiragieo
19

swarm-coordination

Multi-agent swarm coordination patterns. Orchestrates parallel agent execution, manages agent communication, handles task distribution, and coordinates results aggregation.

oimiragieo
oimiragieo
19

system-health-check

Verifies repository baseline test passing state and available memory/GPU resources to ensure safe mission execution.

oimiragieo
oimiragieo
19

tall-stack-general

General guidelines for TALL stack development, emphasizing Laravel and PHP best practices.

oimiragieo
oimiragieo
19

task-delegation

Agent task delegation patterns — spawn protocols, handoff metadata, drain gate, parallel limits, and model selection for multi-agent orchestration

oimiragieo
oimiragieo
19

task-management-protocol

Protocol for task synchronization, context handoff, and cross-session coordination using Claude Code task tools. Ensures agents properly update tasks with findings and enables seamless work continuation.

oimiragieo
oimiragieo
19

tauri-native-api-integration

Rules for integrating Tauri's native APIs in the frontend application.

oimiragieo
oimiragieo
19

tauri-security-rules

Security-related rules for Tauri application development.

oimiragieo
oimiragieo
19

tauri-svelte-typescript-general

General rules for developing desktop applications using Tauri with Svelte and TypeScript for the frontend.

oimiragieo
oimiragieo
19

tauri-svelte-ui-components

Rules specific to Svelte UI component development in Tauri applications.

oimiragieo
oimiragieo
19

tdd

Canon TDD for humans and AI agents. Use for production code changes by writing tests first, proving RED, implementing minimal GREEN, and refactoring safely. 2026 edition adds TDP, flakiness gate, ralph-loop integration, memory-search in Step 0, PBT as Step 5.5, mutation testing gate in Step 4, and CJS LSP warning.

oimiragieo
oimiragieo
19

team-orchestration

6-phase multi-agent pipeline with approval gates. Orchestrates Plan→Design→Implement→Review→Test→Deploy phases with explicit entry/exit criteria, phase-level agent assignment, and human-in-the-loop approval checkpoints.

oimiragieo
oimiragieo
19

telegram-polling

Poll Telegram Bot API for new messages and route commands to agents. Implements 10-command bot with fail-closed allowlist, owner-only tier, two-step approve, audit logging, and replay-prevention offset tracking.

oimiragieo
oimiragieo
19

telegram-voice-pipeline

End-to-end voice message pipeline for Telegram — download OGG attachment, transcribe with Whisper, generate a text response, convert to MP3 via ElevenLabs TTS, and reply with the audio file.

oimiragieo
oimiragieo
19

template-creator

Creates and registers templates for agents, skills, workflows, hooks, and code patterns. Handles post-creation catalog updates, consuming skill integration, and README registration. Use when creating new template types or standardizing patterns.

oimiragieo
oimiragieo
19

template-renderer

Render templates by replacing {{TOKEN}} placeholders with actual values, supporting all three templates (specification, plan, tasks) with schema validation and security sanitization

oimiragieo
oimiragieo
19

terraform-infra

Terraform infrastructure operations with safety controls

oimiragieo
oimiragieo
19

test-generator

Generates test code from specifications, components, and API endpoints. Creates unit tests, integration tests, and E2E tests following project testing patterns and conventions.

oimiragieo
oimiragieo
19

text-to-sql

Convert natural language queries to SQL. Use for database queries, data analysis, and reporting.

oimiragieo
oimiragieo
19

thinking-tools

Structured thinking patterns for agent self-reflection. Includes think-about-collected-information (validate research), think-about-task-adherence (stay on track), and think-about-whether-you-are-done (completion validation).

oimiragieo
oimiragieo
19

tool-creator

Creates tool files for the Claude Code framework. Tools are executable utilities organized by category in .claude/tools/.

oimiragieo
oimiragieo
19

tool-search

Semantic tool search with embeddings for scalable tool discovery. Enables on-demand tool loading to reduce context usage by 90%+ for large tool libraries.

oimiragieo
oimiragieo
19

track-management

Track management methodology - creating and managing logical work units (features, bugs, refactors) through specification, planning, and implementation phases.

oimiragieo
oimiragieo
19

transcription

Audio and video transcription using Whisper AI via the transcribe-anything package. Supports local files, YouTube URLs, and microphone input with multiple backends (faster-whisper, openai-whisper, Whisper API).

oimiragieo
oimiragieo
19

troubleshooting-regression

Regression troubleshooting workflow for hook/router/memory/search failures with enforced evidence and fix validation

oimiragieo
oimiragieo
19

tsconfig-json-rules

Defines general rules for tsconfig.json. It suggest using strict TypeScript checks

oimiragieo
oimiragieo
19

tts-generation

AI text-to-speech generation using OpenAI TTS, ElevenLabs, and Google TTS backends. Converts text to audio files with voice selection, speed control, and format options.

oimiragieo
oimiragieo
19

typescript-expert

TypeScript and JavaScript expert including type systems, patterns, and tooling

oimiragieo
oimiragieo
19

Page 661 of 1534 · 76680 results