86184 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

gluestack-theming

Use when customizing gluestack-ui themes and design tokens. Covers theme provider setup, design tokens, dark mode, NativeWind integration, and extending themes.

TheBushidoCollective
TheBushidoCollective
17520

gluestack-mcp-tools

Use when discovering, exploring, or retrieving gluestack-ui components via MCP tools. Provides access to component source code, variants, demos, and metadata.

TheBushidoCollective
TheBushidoCollective
17520

gluestack-components

Use when building UI with gluestack-ui components. Covers component composition, variants, sizes, states, accessibility props, and platform-specific considerations for React and React Native.

TheBushidoCollective
TheBushidoCollective
17520

code-review

Code review a pull request

TheBushidoCollective
TheBushidoCollective
17520

android-architecture

Use when implementing MVVM, clean architecture, dependency injection with Hilt, or structuring Android app layers.

TheBushidoCollective
TheBushidoCollective
17520

architect

Design system architecture and high-level technical strategy

TheBushidoCollective
TheBushidoCollective
17520

go-concurrency

Use when Go concurrency with goroutines, channels, and sync patterns. Use when writing concurrent Go code.

TheBushidoCollective
TheBushidoCollective
17520

python-async-patterns

Master Python asynchronous programming with asyncio, async/await,

TheBushidoCollective
TheBushidoCollective
17520

plugin-development

Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.

TheBushidoCollective
TheBushidoCollective
17520

baseline-restorer

Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.

TheBushidoCollective
TheBushidoCollective
17520

boy-scout-rule

Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.

TheBushidoCollective
TheBushidoCollective
17520

debug

Investigate and diagnose issues without necessarily fixing them

TheBushidoCollective
TheBushidoCollective
17520

document

Generate or update documentation for code, APIs, or systems

TheBushidoCollective
TheBushidoCollective
17520

explain

Explain code, concepts, or technical decisions in clear, understandable terms

TheBushidoCollective
TheBushidoCollective
17520

explicit-configuration

Prefer explicit configuration over framework defaults to prevent environment-dependent failures

TheBushidoCollective
TheBushidoCollective
17520

fix

Debug and fix bugs, errors, or unexpected behavior

TheBushidoCollective
TheBushidoCollective
17520

legacy-code-safety

Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.

TheBushidoCollective
TheBushidoCollective
17520

optimize

Optimize code for performance, readability, or efficiency

TheBushidoCollective
TheBushidoCollective
17520

orthogonality-principle

Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.

TheBushidoCollective
TheBushidoCollective
17520

professional-honesty

Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.

TheBushidoCollective
TheBushidoCollective
17520

project-memory

Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-specific instructions.

TheBushidoCollective
TheBushidoCollective
17520

proof-of-work

Use automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure trust through transparency.

TheBushidoCollective
TheBushidoCollective
17520

refactor

Restructure code to improve quality without changing behavior

TheBushidoCollective
TheBushidoCollective
17520

review

Multi-agent code review with confidence-based filtering

TheBushidoCollective
TheBushidoCollective
17520

silent-execution

Reduce token waste by batching tool calls and avoiding narration between sequential operations

TheBushidoCollective
TheBushidoCollective
17520

simplicity-principles

Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable code.

TheBushidoCollective
TheBushidoCollective
17520

solid-principles

Use during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.

TheBushidoCollective
TheBushidoCollective
17520

structural-design-principles

Use when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transcend programming paradigms.

TheBushidoCollective
TheBushidoCollective
17520

test

Write tests for code using test-driven development principles

TheBushidoCollective
TheBushidoCollective
17520

token-efficiency

Minimize token consumption through efficient tool usage patterns

TheBushidoCollective
TheBushidoCollective
17520

sre-incident-response

Use when responding to production incidents following SRE principles and best practices.

TheBushidoCollective
TheBushidoCollective
17520

sre-monitoring-and-observability

Use when building comprehensive monitoring and observability systems.

TheBushidoCollective
TheBushidoCollective
17520

sre-reliability-engineering

Use when building reliable and scalable distributed systems.

TheBushidoCollective
TheBushidoCollective
17520

angular-dependency-injection

Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.

TheBushidoCollective
TheBushidoCollective
17520

angular-rxjs-patterns

Use when handling async operations in Angular applications with observables, operators, and subjects.

TheBushidoCollective
TheBushidoCollective
17520

angular-signals

Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.

TheBushidoCollective
TheBushidoCollective
17520

django-cbv-patterns

Use when Django Class-Based Views for building modular, reusable views. Use when creating CRUD operations and complex view logic.

TheBushidoCollective
TheBushidoCollective
17520

django-orm-patterns

Use when Django ORM patterns with models, queries, and relationships. Use when building database-driven Django applications.

TheBushidoCollective
TheBushidoCollective
17520

django-rest-framework

Use when Django REST Framework for building APIs with serializers, viewsets, and authentication. Use when creating RESTful APIs.

TheBushidoCollective
TheBushidoCollective
17520

ecto-changesets

Use when validating and casting data with Ecto changesets including field validation, constraints, nested changesets, and data transformation. Use for ensuring data integrity before database operations.

TheBushidoCollective
TheBushidoCollective
17520

ecto-query-patterns

Use when querying data with Ecto.Query DSL including where clauses, joins, aggregates, preloading, and query composition. Use for building flexible database queries in Elixir applications.

TheBushidoCollective
TheBushidoCollective
17520

ecto-schema-patterns

Use when defining data structures using Ecto schemas including fields, associations, embedded schemas, and schema metadata. Use for modeling domain data in Elixir applications.

TheBushidoCollective
TheBushidoCollective
17520

ecto-schemas

Use when defining and working with Ecto schemas including field types, associations, and embedded schemas. Use when modeling database entities in Elixir.

TheBushidoCollective
TheBushidoCollective
17520

effect-concurrency

Use when Effect concurrency patterns including fibers, fork, join, parallel execution, and race conditions. Use for concurrent operations in Effect applications.

TheBushidoCollective
TheBushidoCollective
17520

rails-action-controller-patterns

Use when action Controller patterns including routing, filters, strong parameters, and REST conventions.

TheBushidoCollective
TheBushidoCollective
17520

rails-active-record-patterns

Use when active Record patterns including models, associations, queries, validations, and callbacks.

TheBushidoCollective
TheBushidoCollective
17520

rails-hotwire

Use when hotwire (Turbo and Stimulus) for building modern reactive Rails applications without complex JavaScript frameworks.

TheBushidoCollective
TheBushidoCollective
17520

react-native-web-core

Use when working with React Native Web projects. Provides core concepts, components, and cross-platform patterns for building web applications with React Native.

TheBushidoCollective
TheBushidoCollective
17520

react-native-web-navigation

Use when implementing navigation in React Native Web projects. Provides patterns for React Navigation, deep linking, and web-specific routing.

TheBushidoCollective
TheBushidoCollective
17520

react-native-web-performance

Use when optimizing React Native Web performance. Provides patterns for code splitting, bundle optimization, memoization, and web-specific performance improvements.

TheBushidoCollective
TheBushidoCollective
17520

Page 553 of 1724 · 86184 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.