Back to categories
Category

Agent Skills in category: Uncategorized

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

create-mcp-skill

Create a new skill that uses an MCP server, following best practices from the MCP CLI guide. Use when user wants to create a skill for a new MCP server or integrate MCP functionality into a skill.

Cygnusfear
Cygnusfear
31

create-plan

Create comprehensive implementation plan in .plans directory based on analysis or report. Use when user asks to create a plan, plan implementation, design a solution, or structure work for a feature/refactor/fix.

Cygnusfear
Cygnusfear
31

create-pr

Create a PR for this branch. ALWAYS links related issues and uses closing keywords to auto-close them on merge.

Cygnusfear
Cygnusfear
31

create-skill

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.

Cygnusfear
Cygnusfear
31

create-subagent

This skill should be used when creating custom subagents for Claude Code, configuring specialized AI assistants, or when the user asks about agent creation, agent configuration, or delegating tasks to subagents. Covers both file-based agents and Task tool invocation.

Cygnusfear
Cygnusfear
31

ctx

Use when starting a session on a project, returning after time away, or before making significant changes. Essential for building comprehensive understanding of project state through total recall and deep exploration.

Cygnusfear
Cygnusfear
31

delphi

This skill should be used when the user asks to "use delphi", "ask delphi", or wants multiple parallel oracle investigations of the same question to discover divergent insights. Delphi launches multiple oracle agents simultaneously with identical prompts, allowing them to independently explore and potentially discover different paths, clues, and solutions. Results are saved to .oracle/[topic]/ and synthesized into a final document.

Cygnusfear
Cygnusfear
31

design-spec-extraction

Extract comprehensive JSON design specifications from visual sources including Figma exports, UI mockups, screenshots, or live website captures. Produces W3C DTCG-compliant output with component trees, suitable for code generation, design documentation, and developer handoff.

Cygnusfear
Cygnusfear
31

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Cygnusfear
Cygnusfear
31

executing-plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints

Cygnusfear
Cygnusfear
31

file-name-wizard

Audit all filename and naming conventions in the codebase against CLAUDE.md standards and common patterns. Use when user asks to check naming conventions, audit filenames, find naming inconsistencies, or validate file naming patterns.

Cygnusfear
Cygnusfear
31

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

Cygnusfear
Cygnusfear
31

gh-ticket

Create or update comprehensive GitHub issues that capture ALL context, requirements, and implementation details. Use when creating or updating tickets, issues, feature requests, or bug reports. Ensures no context is lost between ticket creation and implementation - the moment you ask for a ticket, there's maximum context available that will be lost if not captured now.

Cygnusfear
Cygnusfear
31

obsidian-plan-wiki

Create and manage behavior specification wikis in Obsidian format. Use when creating specs, documenting features, or when user mentions "wiki", "spec", "feature", or "Obsidian".

Cygnusfear
Cygnusfear
31

obsidian-upgrade

Upgrade Obsidian wikis to latest format. Handles structure migration (phases/tasks → features/specs), comment format upgrades (adding emoji prefixes), and Johnny Decimal feature organization. Use when user mentions "upgrade wiki", "migrate wiki", "update wiki format", or has old-format comments.

Cygnusfear
Cygnusfear
31

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

Cygnusfear
Cygnusfear
31

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Cygnusfear
Cygnusfear
31

review-changes

Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.

Cygnusfear
Cygnusfear
31

subagent-driven-development

Use when executing implementation plans with independent tasks in the current session

Cygnusfear
Cygnusfear
31

superpower-zustand

MANDATORY for creating Zustand stores. This skill is required when users request state management, creating stores, or mention Zustand. Do NOT create Zustand stores without this skill - all stores must use the required StoreBuilder pattern with immer middleware and factory pattern separation

Cygnusfear
Cygnusfear
31

systematic-debugging

ONLY USE THIS SKILL UPON USER/HOOMAN REQUEST TO USE EXACTLY THIS SKILL, ONLY RUN ON HOOMAN [OK]. Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Cygnusfear
Cygnusfear
31

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

Cygnusfear
Cygnusfear
31

the-archivist

This skill should be used when engineering decisions are being made during code implementation. The Archivist enforces decision documentation as a standard practice, ensuring every engineering choice includes rationale and integrates with Architecture Decision Records (ADRs). Use when writing code that involves choosing between alternatives, selecting technologies, designing architectures, or making trade-offs.

Cygnusfear
Cygnusfear
31

the-oracle

This skill should be used when the user asks to "use the oracle" or "ask the oracle" for deep research, analysis, or architectural questions. The oracle excels at multi-source research combining codebase exploration and web searches, then synthesizing findings into actionable answers. Use for complex questions requiring investigation across multiple sources, architectural analysis, refactoring plans, debugging mysteries, and code reviews.

Cygnusfear
Cygnusfear
31

update-docs

Update all documentation in .plans, CLAUDE.md files, docs, and .tasks to match current codebase state. Use when user asks to update docs, refresh documentation, sync docs with code, or validate documentation accuracy.

Cygnusfear
Cygnusfear
31

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

Cygnusfear
Cygnusfear
31

using-superpowers

Guidelines for using skills effectively - load relevant skills before complex tasks, not every message

Cygnusfear
Cygnusfear
31

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

Cygnusfear
Cygnusfear
31

video-explorer

This skill should be used when analyzing video files. Claude cannot process video directly, so this skill extracts frames hierarchically - starting with a quick overview, then zooming into regions of interest with higher resolution and temporal density. Use when asked to watch, analyze, review, or understand video content.

Cygnusfear
Cygnusfear
31

writing-clearly-and-concisely

Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.

Cygnusfear
Cygnusfear
31

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

Cygnusfear
Cygnusfear
31

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Cygnusfear
Cygnusfear
31

webrecon

WebRecon - reconnaissance tool using parallel Chrome instances for competitive analysis, design extraction, and API discovery

ozenalp22
ozenalp22
0

memory-management

Manages long-term memory for users across conversations. Automatically queries relevant memories when starting a new topic, and saves important personal information, habits, schedules, and user-requested memories. Use this when discussing user background, preferences, or plans; starting a new task or project; users mention personal details or ask to remember something.

zcf0508
zcf0508
1

api-docs

Generate OpenAPI/Swagger documentation from code

IHKREDDY
IHKREDDY
0

code-docs

Generate or update documentation from code analysis

IHKREDDY
IHKREDDY
0

dependency-update

Check for outdated packages and create update PRs

IHKREDDY
IHKREDDY
0

hotfix-workflow

Rapid hotfix branch creation, fix application, and PR to main

IHKREDDY
IHKREDDY
0

security-scan

Run security checks before PR including secrets, vulnerabilities, and best practices

IHKREDDY
IHKREDDY
0

sprint-summary

Generate sprint review summary from completed Jira tickets

IHKREDDY
IHKREDDY
0

standup-report

Generate daily standup summary from Git commits and Jira activity

IHKREDDY
IHKREDDY
0

tech-debt-report

Find TODOs, deprecated APIs, and outdated patterns in codebase

IHKREDDY
IHKREDDY
0

context7-mcp

Retrieve official library documentation and API references. Use when the user asks for "docs", "API signature", "usage examples", or "how to use" a specific package.

lollipopkit
lollipopkit
1

flutter-std

Build and debug Flutter/Dart apps with Riverpod (codegen), Freezed, and GoRouter. Use when implementing Flutter features, running apps, hot reload/restart, or debugging UI.

lollipopkit
lollipopkit
1

gh-cli

Interact with GitHub repositories, PRs, and issues using the `gh` CLI. Use when the user asks to "list PRs", "check out PR", "view issue", or "create release".

lollipopkit
lollipopkit
1

supabase-rest

Inspect Supabase database schemas and data. Use when the user asks to "check table", "list columns", or "query data" in Supabase. READ-ONLY.

lollipopkit
lollipopkit
1

use-fllib

Use fl_lib stores, widgets, utils, and extensions in Flutter apps. Use when requests mention fl_lib APIs or integration.

lollipopkit
lollipopkit
1

use-zfeats

Plan and execute complex features using markdown checklists. Use when the user asks to "plan a feature", "create a checklist", or "break down a task".

lollipopkit
lollipopkit
1

customer-experience

Expert customer service guidance from Madame Zelda for managing guest interactions, queue flow, and creating memorable festival experiences

nickytonline
nickytonline
0

festival-marketing

Marketing and communications expertise from Elena covering last-minute requests, emergency protocols, channel selection, and timeline management for festival communications

nickytonline
nickytonline
0

Page 1012 of 1445 · 72244 results