Back to categories
Category

Agent Skills in category: Uncategorized

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

ghe-report

|

aiskillstore
aiskillstore
23014

ghe-requirements

This skill should be used when creating, updating, linking, or versioning requirements for GitHub Elements threads. Use when user mentions requirements, specs, REQ files, or when starting feature development. Provides the requirements folder structure, versioning system, and SERENA backup protocols.

aiskillstore
aiskillstore
23014

ghe-status

|

aiskillstore
aiskillstore
23014

ghe-thread-manager

|

aiskillstore
aiskillstore
23014

ghe-transition

Change phases in the GitHub Elements workflow by closing current thread and opening the next. Use for DEV→TEST, TEST→REVIEW, REVIEW→merge transitions, or demotions. Do not use for saving progress.

aiskillstore
aiskillstore
23014

github-elements-tracking

This skill should be used when the user asks to "track work across sessions", "create an epic", "manage issue waves", "post a checkpoint", "claim an issue", "recover from compaction", "coordinate multiple agents", "update memory bank", "store large documents", or mentions GitHub Issues as persistent memory, multi-session work, context survival, agent collaboration, SERENA MCP memory, or project-level context. Provides complete protocols for using GitHub Issues as permanent memory that survives context exhaustion, with integrated SERENA MCP memory bank for project-level context and large document storage.

aiskillstore
aiskillstore
23014

markdown-toc

Use when generating or updating Table of Contents in markdown files. Supports multiple files, glob patterns, configurable header levels, and various insertion modes. Triggered by "generate toc", "update toc", "table of contents", "add toc to markdown".

aiskillstore
aiskillstore
23014

marketplace-release

Use when creating releases for Claude Code plugin marketplaces. Supports independent plugin versioning - each plugin can be released separately. Triggered by "release", "bump version", "create release", "publish plugin".

aiskillstore
aiskillstore
23014

async-patterns-guide

Guides users on modern async patterns including native async fn in traits, async closures, and avoiding async-trait when possible. Activates when users work with async code.

aiskillstore
aiskillstore
23014

async-sync-advisor

Guides users on choosing between async and sync patterns for Lambda functions, including when to use tokio, rayon, and spawn_blocking. Activates when users write Lambda handlers with mixed workloads.

aiskillstore
aiskillstore
23014

browser-automation

Enterprise-grade browser automation using WebDriver protocol. Use when the user needs to automate web browsers, perform web scraping, test web applications, fill forms, take screenshots, monitor performance, or execute multi-step browser workflows. Supports Chrome, Firefox, and Edge with connection pooling and health management.

aiskillstore
aiskillstore
23014

cold-start-optimizer

Provides guidance on reducing Lambda cold start times through binary optimization, lazy initialization, and deployment strategies. Activates when users discuss cold starts or deployment configuration.

aiskillstore
aiskillstore
23014

data-lake-architect

Provides architectural guidance for data lake design including partitioning strategies, storage layout, schema design, and lakehouse patterns. Activates when users discuss data lake architecture, partitioning, or large-scale data organization.

aiskillstore
aiskillstore
23014

datafusion-query-advisor

Reviews SQL queries and DataFrame operations for optimization opportunities including predicate pushdown, partition pruning, column projection, and join ordering. Activates when users write DataFusion queries or experience slow query performance.

aiskillstore
aiskillstore
23014

domain-layer-expert

Guides users in creating rich domain models with behavior, value objects, and domain logic. Activates when users define domain entities, business rules, or validation logic.

aiskillstore
aiskillstore
23014

error-conversion-guide

Guides users on error conversion patterns, From trait implementations, and the ? operator. Activates when users need to convert between error types or handle multiple error types in a function.

aiskillstore
aiskillstore
23014

error-handler-advisor

Proactively reviews error handling patterns and suggests improvements using Result types, proper error propagation, and idiomatic patterns. Activates when users write error handling code or use unwrap/expect.

aiskillstore
aiskillstore
23014

hexagonal-advisor

Reviews code architecture for hexagonal patterns, checks dependency directions, and suggests improvements for ports and adapters separation. Activates when users work with services, repositories, or architectural patterns.

aiskillstore
aiskillstore
23014

lambda-optimization-advisor

Reviews AWS Lambda functions for performance, memory configuration, and cost optimization. Activates when users write Lambda handlers or discuss Lambda performance.

aiskillstore
aiskillstore
23014

let-chains-advisor

Identifies deeply nested if-let expressions and suggests let chains for cleaner control flow. Activates when users write nested conditionals with pattern matching.

aiskillstore
aiskillstore
23014

mcp-server-best-practices

Production-ready patterns and best practices for MCP servers - architecture, security, performance, and maintenance

aiskillstore
aiskillstore
23014

mcp-prompts-guide

Create powerful MCP prompts that guide AI interactions with templates, arguments, and context injection

aiskillstore
aiskillstore
23014

mcp-resources-guide

Implement MCP resources that provide data and files to AI assistants - URIs, caching, and streaming

aiskillstore
aiskillstore
23014

mcp-tool-creation

Master creating MCP tools with type-safe parameters, automatic schema generation, and best practices

aiskillstore
aiskillstore
23014

mcp-transport-guide

Understand MCP transport mechanisms - stdio, SSE, HTTP streaming, and custom transports

aiskillstore
aiskillstore
23014

mock-strategy-guide

Guides users on creating mock implementations for testing with traits, providing test doubles, and avoiding tight coupling to test infrastructure. Activates when users need to test code with external dependencies.

aiskillstore
aiskillstore
23014

object-store-best-practices

Ensures proper cloud storage operations with retry logic, error handling, streaming, and efficient I/O patterns. Activates when users work with object_store for S3, Azure, or GCS operations.

aiskillstore
aiskillstore
23014

parquet-optimization

Proactively analyzes Parquet file operations and suggests optimization improvements for compression, encoding, row group sizing, and statistics. Activates when users are reading or writing Parquet files or discussing Parquet performance.

aiskillstore
aiskillstore
23014

port-adapter-designer

Helps design port traits and adapter implementations for external dependencies. Activates when users need to abstract away databases, APIs, or other external systems.

aiskillstore
aiskillstore
23014

property-testing-guide

Introduces property-based testing with proptest, helping users find edge cases automatically by testing invariants and properties. Activates when users test algorithms or data structures.

aiskillstore
aiskillstore
23014

rmcp-quickstart

Quick start guide for creating MCP servers with the rmcp crate - installation, concepts, and first server

aiskillstore
aiskillstore
23014

rust-2024-migration

Guides users through migrating to Rust 2024 edition features including let chains, async closures, and improved match ergonomics. Activates when users work with Rust 2024 features or nested control flow.

aiskillstore
aiskillstore
23014

test-coverage-advisor

Reviews test coverage and suggests missing test cases for error paths, edge cases, and business logic. Activates when users write tests or implement new features.

aiskillstore
aiskillstore
23014

thiserror-expert

Provides guidance on creating custom error types with thiserror, including proper derive macros, error messages, and source error chaining. Activates when users define error enums or work with thiserror.

aiskillstore
aiskillstore
23014

type-driven-design-rust

Type-driven design patterns in Rust - typestate, newtype, builder pattern, and compile-time guarantees

aiskillstore
aiskillstore
23014

agent-management

Use PROACTIVELY this agent when you need to design and create optimal Claude Code subagents, update existing agents with new capabilities, revise agent configurations, analyze project requirements to identify specialized roles, or craft precise agent configurations with appropriate tool permissions and model tiers. When the user specify "Create or Update subagent [name]", this skill must be triggered.

aiskillstore
aiskillstore
23014

agile-planning

Generate agile release plans with sprints and roadmaps using unique sprint codes. Use when creating sprint schedules, product roadmaps, release planning, or when user mentions agile planning, sprints, roadmap, or release plans.

aiskillstore
aiskillstore
23014

brainstorming-features

Facilitates creative ideation sessions for mobile and web app features, generating structured ideas with user stories, technical considerations, and implementation suggestions. Use when planning new features, exploring product direction, generating app ideas, feature discovery, product brainstorming, or when user mentions 'brainstorm', 'ideate', 'app ideas', or 'feature suggestions'.

aiskillstore
aiskillstore
23014

code-instructor

Educational code development skill that teaches programming concepts while building applications. Use when the user wants to learn how code works, understand programming concepts, or build an app with detailed explanations. Provides line-by-line breakdowns, explains the 'why' behind code patterns, uses pedagogical teaching methods, and builds apps incrementally with educational commentary at each step.

aiskillstore
aiskillstore
23014

coding-with-tailiwnd

Use this skill when you need to code with tailwind css

aiskillstore
aiskillstore
23014

command-management

Use PROACTIVELY this skill when you need to create or update custom commands following best practices

aiskillstore
aiskillstore
23014

designing-components

Use this skill when you need to design a component

aiskillstore
aiskillstore
23014

engineering-nba-data

Extracts, transforms, and analyzes NBA statistics using the nba_api Python library. Use when working with NBA player stats, team data, game logs, shot charts, league statistics, or any NBA-related data engineering tasks. Supports both stats.nba.com endpoints and static player/team lookups.

aiskillstore
aiskillstore
23014

executing-epic-workflow

Execute systematic feature development using EPIC methodology (Explore, Research, Plan, Validate, Implement, Review, Iterate). Use when building features, implementing complex tasks, or following structured development workflows. Delegates exploration, research, planning, validation, and review to specialized agents.

aiskillstore
aiskillstore
23014

generating-output-styles

Creates custom output styles for Claude Code that modify system prompts and behavior. Use when the user asks to create output styles, customize Claude's response format, generate output-style files, or mentions output style configuration.

aiskillstore
aiskillstore
23014

hook

Use PROACTIVELY when you need to create, update, configure, or validate Claude hooks for various events and integrations

aiskillstore
aiskillstore
23014

hooks-management

Use PROACTIVELY when you need to create, update, configure, or validate Claude hooks for various events and integrations

aiskillstore
aiskillstore
23014

implementation-review

Automatically trigger review agents after task completion. Use when strategic-planner finishes planning tasks (calls plan-consultant) or when main agent completes coding tasks in /implement workflow (calls code-reviewer). Triggers on phrases like "plan complete", "implementation done", "coding finished", "ready for review".

aiskillstore
aiskillstore
23014

subagent-orchestration

|

aiskillstore
aiskillstore
23014

shadcn-aesthetic

|

aiskillstore
aiskillstore
23014

Page 693 of 1448 · 72388 results