Back to categories
Category

Agent Skills in category: Uncategorized

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

restate-cloud-troubleshooting

Troubleshoot Restate Cloud failures via Admin API, including stuck invocations, determinism errors, and scheduler recovery. Use when user says "restate troubleshooting", "fix restate invocation", "почини restate", or asks to diagnose Restate errors.

tekliner
tekliner
41

session-summary

Summarize Claude Code sessions in Knowledge Framework format with key actions, files, and outcomes. Use when user says "summarize session", "session summary", or asks what happened in the current session.

tekliner
tekliner
41

skill-creator

Create/improve self-healing Claude Code skills with Knowledge Framework and version tracking. Use when user says "create skill", "improve skill", "update skill", "fix skill error", "создай скил", "улучши скил", or works with SKILL.md and SKILL_RELEASE_LOG.md files.

Daniel Kravtsov
Daniel Kravtsov
41

skill-public-git-sync

Automatically sync Claude Code skills to public GitHub repository with security sanitization. Use when updating public skills repo, syncing new skills, or ensuring no sensitive data leaks. Checks for API keys, credentials, absolute paths, and client-specific info before copying.

tekliner
tekliner
41

supabase-agent

Query and analyze Supabase AI Agent PostgreSQL chats, messages, and usage analytics through preconfigured access patterns. Use when user says "supabase agent", "query supabase", "analyze AI agent chats", or requests chat metrics from Supabase data.

tekliner
tekliner
41

sync-claude-session-git

Share Claude Code sessions between users via Git. Use when user says "push session", "share my session", "pull session from X", "get session from X", "дай сессию", "запушь сессию", "list sessions", "покажи сессии".

tekliner
tekliner
41

tmux-agents-multi-session

Launch Claude Code workers in tmux sessions. Use when user says "launch agent in tmux", "create worker session", "run parallel Claude", "запусти агента в tmux". Works via Bash (always) or MCP (if connected).

tekliner
tekliner
41

upload-session-to-drive

Upload current Claude Code session to Google Drive and optionally share with team members. Automatically handles authentication on first use. Use when need to share conversation context, archive session work, or collaborate with colleagues.

tekliner
tekliner
41

youtube-to-knowledge-doc

Use when user provides YouTube URL and says "document this", "create notes", or "save this video". Automatically extracts transcript, determines folder placement, and generates Knowledge Framework documentation with MECE structure, Mermaid diagrams, and clickable timestamp citations.

tekliner
tekliner
41

safe-file-removal

Use safe-rm command to safely 'remove' files by renaming them to .obsolete instead of permanent deletion. Reversible, collision-safe, hook-compliant.

phamhung075
phamhung075
31

token-economy

Apply token optimization when writing docs, changelogs, MCP tasks. Quality #1, Tokens #2.

phamhung075
phamhung075
31

unused-code-cleanup

Systematically identify and remove unused imports, variables, and dead code from TypeScript/React projects using --noUnusedLocals and --noUnusedParameters compiler flags

phamhung075
phamhung075
31

changelog-updater

Update CHANGELOG.md and TEST-CHANGELOG.md with new entries following Keep a Changelog format and token optimization principles. Use when adding changes to the changelog, documenting new features, fixes, or optimizations.

phamhung075
phamhung075
31

spawn-team

Spawn an agent team using the Proxy Pattern. Team lead fetches agent configs from MCP and injects them into teammate prompts (since team agents cannot access MCP tools).

phamhung075
phamhung075
31

functional-testing

Write functional tests that test public interfaces only (HTTP APIs via requests, libraries via exported functions, CLIs via command execution). Never test internal functions directly. Expose observability APIs for internal behavior testing.

thrawn01
thrawn01
9

makefile

Generate standard Makefile for Go projects with test, lint, clean, fmt, tidy, ci, and coverage targets following best practices

thrawn01
thrawn01
9

voice-transcription

Record and transcribe voice input when user wants to speak instead of type, describe complex issues verbally, provide audio input, or dictate text. Use this when user says "record my voice", "let me speak", "voice input", "transcribe audio", or when verbal description would be clearer than typing.

aldervall
aldervall
21

Hug SCM Repository Analysis

Expert-level Git repository investigation using Hug SCM tools for understanding code evolution, tracking down bugs, analyzing changes, and managing development workflows

elifarley
elifarley
2

hug-workflow

|

elifarley
elifarley
2

prd-generator

Transform product requirements, ideas, or concepts into professional development resources. Use when users request help with product planning, PRD creation, work breakdown, or converting ideas into structured development plans. Triggers include phrases like "create a PRD", "break down this feature", "plan this product", "write requirements", "work breakdown structure", or providing product ideas that need to be formalized into development artifacts.

johncarpenter
johncarpenter
3

gns3-lab-automation

GNS3 network lab operations including topology management, device configuration via console, and troubleshooting workflows for routers and switches

ChistokhinSV
ChistokhinSV
53

museum-search

Search the Met Museum Open Access Paintings collection using semantic search, find similar artworks, and search by image. Use this when users ask about art, paintings, museum collections, or want to find artworks by description, visual similarity, or artist.

derekphilipau
derekphilipau
3

code-reviewer

Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.

galihcitta
galihcitta
4

detecting-ai-code

Use when auditing code for AI authorship, reviewing acquisitions/contractors, verifying academic integrity, or during code review - provides systematic tiered framework for detecting fully AI-generated AND AI-assisted code patterns with confidence scoring

galihcitta
galihcitta
4

creating-handoffs

Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.

galihcitta
galihcitta
4

optimizing-queries

Analyzes and optimizes SQL/NoSQL queries for performance. Use when reviewing query performance, optimizing slow queries, analyzing EXPLAIN output, suggesting indexes, identifying N+1 problems, recommending query rewrites, or improving database access patterns. Supports PostgreSQL, MySQL, SQLite, MongoDB, Redis, DynamoDB, and Elasticsearch.

galihcitta
galihcitta
4

debugging-orm-queries

Converts ORM calls to raw SQL and analyzes query performance. Detects N+1 queries, missing indexes, and other anti-patterns. Use when debugging slow queries, tracing ORM-generated SQL, or optimizing database performance for Sequelize, Prisma, TypeORM (Node.js), GORM, sqlc, sqlx, ent (Go), or SQLAlchemy, Django ORM, Peewee (Python).

galihcitta
galihcitta
4

refining-requirements

Use when PRD is prose-heavy, ambiguous, has scattered file paths, missing API contracts, or says "similar to X" without explanation. Transforms rough requirements into implementation-ready specs. Auto-detects tech stack, validates file paths (EXISTS/CREATE/VERIFY markers), handles greenfield and multi-stack projects. Do NOT use for simple bug fixes, typos, or already-structured Jira tickets with clear file paths and acceptance criteria.

galihcitta
galihcitta
4

testing-skills-with-subagents

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

galihcitta
galihcitta
4

troubleshooting-kubernetes

Diagnoses and fixes Kubernetes issues with interactive remediation. Use when pods crash (CrashLoopBackOff, OOMKilled), services unreachable (502/503, empty endpoints), deployments stuck (ImagePullBackOff, pending). Also use when tempted to run kubectl fix commands directly without presenting options, or when user says "just fix it" for K8s issues.

galihcitta
galihcitta
4

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

galihcitta
galihcitta
4

generating-adrs

Use when PRD/TRD contains architectural decisions to document - extracts decisions from refined requirements (architecture choices, data model decisions, API patterns, technology selections, integration strategies, reuse patterns) and generates MADR-format ADRs. One ADR per decision point. Also use when asked to document decisions, create decision records, or retrospectively capture architectural choices.

galihcitta
galihcitta
4

interviewing-plans

Use when a plan, PRD, or spec has vague requirements, undefined terms, or missing details - conducts structured interview using AskUserQuestion to surface hidden assumptions, challenge ambiguities, and produce implementation-ready specs. Also use proactively when encountering plans that say things like "make it faster" or "improve UX" without concrete definitions.

galihcitta
galihcitta
4

prd-to-ralph

Use when converting PRD/requirements into JSON format for Ralph Wiggum autonomous loops. Extracts user stories, orders by dependency (schema first, then backend, then UI, then dashboard), auto-adds standard criteria (typecheck, build, lint, tests), outputs structured JSON ready for autonomous iteration.

galihcitta
galihcitta
4

office:calendar-management

Manage calendar events, check conflicts, handle scheduling from emails. Use when adding events or coordinating meetings to ensure proper timezone handling and conflict detection.

harperreed
harperreed
41

office:crm-management

Manage contacts, companies, deals, and relationships. Use when adding contacts, logging interactions, or working with CRM data to prevent duplicates and maintain data quality.

harperreed
harperreed
41

office:email-management

Handle email tasks (checking inbox, drafting replies, managing threads, adding events to calendar). Use when working with emails to prevent common mistakes like broken threading or missing recipients.

harperreed
harperreed
41

office:onboarding

Set up your personal productivity style and preferences. Use when you first install office or want to customize your workflow patterns.

harperreed
harperreed
41

Craft CMS Skills

Complete skill suite for managing Craft CMS content including sections, entry types, fields, entries, drafts, field layouts, and sites.

happycog
happycog
13

memory-user-edits

Expert guidance for Claude's memory_user_edits tool. Helps users understand how to effectively use memory edits for persistent facts across conversations. Key insight - memory edits work for FACTS, not BEHAVIORS. Triggers on memory-related questions, "remember", "forget", or memory_user_edits tool usage.

frmoretto
frmoretto
71

readwise-content-analyzer

Analyze Readwise source documents (books, articles, podcasts) to generate thematic insights, extract key patterns, and update synthesis documents. Use after importing content with readwise-skill.

jeffvincent
jeffvincent
5

readwise-skill

Import books, articles, podcasts, and other content from Readwise into Content Notes with all highlights and annotations. Use when user wants to import specific content from their Readwise library.

jeffvincent
jeffvincent
5

python-code-style

Professional Python code style enforcement for generation and review. When Claude needs to work with Python code for: (1) Generating Python code, scripts, functions, or classes, (2) Reviewing or auditing existing Python code, (3) Refactoring Python code, (4) Creating .py files, or any Python coding tasks.

pillarliang
pillarliang
0

debug

Expert debugging methodology. Triggers on debug, investigate, fix bug, troubleshoot.

sbusso
sbusso
51

workflow

Enforces development phases. Triggers on implement, build, create, fix, refactor.

sbusso
sbusso
51

cdn-usage

Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading.

dave1010
dave1010
7

cloudflare-kv

Use when persisting tool data in Cloudflare KV - Describes bindings, key naming, and function conventions.

dave1010
dave1010
7

github-integration

Use when building GitHub-based features - Explains auth token usage, Gist reading/writing and rendering helpers.

dave1010
dave1010
7

llm-inference

Use when wanting to interact with any LLM - Explains available inference endpoints so the agent selects suitable models.

dave1010
dave1010
7

maps

Use when building interactive map tools - Explains MapLibre setup, tiles, and common UI patterns.

dave1010
dave1010
7

Page 1211 of 1444 · 72198 results