74219 Skills Available

Find awesome
Agent Skills

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

Popular searches

start

Start work on a ClickUp task (transition to In Progress)

TheBushidoCollective
TheBushidoCollective
8411

create-pr

Create a new pull request in a GitHub repository

TheBushidoCollective
TheBushidoCollective
8411

django-orm-patterns

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

TheBushidoCollective
TheBushidoCollective
8411

jutsu-react-native:react-native-platform

Use when handling platform-specific code in React Native for iOS and Android. Covers Platform API, platform-specific components, native modules, and cross-platform best practices.

TheBushidoCollective
TheBushidoCollective
8411

jutsu-react-native:react-native-components

Use when building React Native UI components with core components, custom components, and component patterns. Covers View, Text, Image, ScrollView, FlatList, and component composition.

TheBushidoCollective
TheBushidoCollective
8411

jutsu-react-native:react-native-native-modules

Use when building or integrating native modules in React Native. Covers creating native modules, Turbo Modules, bridging native code, and accessing platform-specific APIs.

TheBushidoCollective
TheBushidoCollective
8411

task

Get detailed information about a specific ClickUp task

TheBushidoCollective
TheBushidoCollective
8411

figma-analyze-frame

Analyze a Figma frame's structure, properties, and implementation considerations

TheBushidoCollective
TheBushidoCollective
8411

effect-error-handling

Use when Effect error handling patterns including catchAll, catchTag, either, option, and typed errors. Use for handling expected errors in Effect applications.

TheBushidoCollective
TheBushidoCollective
8411

effect-dependency-injection

Use when Effect dependency injection patterns including Context, Layer, service definitions, and dependency composition. Use for managing dependencies in Effect applications.

TheBushidoCollective
TheBushidoCollective
8411

effect-core-patterns

Use when Effect core patterns including Effect<A, E, R> type, succeed, fail, sync, promise, and Effect.gen for composing effects. Use for basic Effect operations.

TheBushidoCollective
TheBushidoCollective
8411

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
8411

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
8411

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
8411

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
8411

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
8411

develop

Comprehensive 8-phase workflow for developing new features with quality enforcement

TheBushidoCollective
TheBushidoCollective
8411

document

Generate or update documentation for code, APIs, or systems

TheBushidoCollective
TheBushidoCollective
8411

documentation

Use when creating or updating documentation including READMEs, API docs, inline comments, or technical guides. Focuses on clarity and usefulness for the intended audience.

TheBushidoCollective
TheBushidoCollective
8411

jutsu-bun:bun-bundler

Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-shaking, code splitting, and optimization strategies.

TheBushidoCollective
TheBushidoCollective
8411

cucumber-best-practices

Cucumber best practices, patterns, and anti-patterns

TheBushidoCollective
TheBushidoCollective
8411

mise-tool-management

Use when managing development tool versions with Mise. Covers installing tools, version pinning, and replacing language-specific version managers.

TheBushidoCollective
TheBushidoCollective
8411

jutsu-bun:bun-package-manager

Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and migrating from npm/yarn/pnpm to Bun.

TheBushidoCollective
TheBushidoCollective
8411

cocoapods-privacy-manifests

Use when implementing iOS 17+ privacy manifests for CocoaPods libraries. Covers PrivacyInfo.xcprivacy file creation, required reasons API declarations, and proper resource bundle integration for App Store compliance.

TheBushidoCollective
TheBushidoCollective
8411

kustomize-overlays

Use when managing environment-specific Kubernetes configurations with Kustomize overlays and patches.

TheBushidoCollective
TheBushidoCollective
8411

kustomize-generators

Use when generating ConfigMaps and Secrets with Kustomize for Kubernetes configuration management.

TheBushidoCollective
TheBushidoCollective
8411

ios-uikit-architecture

Use when building iOS apps with UIKit, implementing MVVM/MVC/Coordinator patterns, or integrating UIKit with SwiftUI.

TheBushidoCollective
TheBushidoCollective
8411

kubernetes-resources

Use when managing Kubernetes resources including deployments, services, configmaps, and secrets.

TheBushidoCollective
TheBushidoCollective
8411

cocoapods-podspec-fundamentals

Use when creating or modifying CocoaPods podspec files. Covers required attributes, file patterns, dependencies, and platform specifications for iOS, macOS, tvOS, watchOS, and visionOS projects.

TheBushidoCollective
TheBushidoCollective
8411

cocoapods-subspecs-organization

Use when organizing complex CocoaPods libraries into subspecs. Covers modular architecture, dependency management between subspecs, and default subspecs patterns for better code organization and optional features.

TheBushidoCollective
TheBushidoCollective
8411

cocoapods-publishing-workflow

Use when publishing CocoaPods libraries to CocoaPods Trunk. Covers pod trunk registration, podspec validation, version management, and publishing best practices for successful library distribution.

TheBushidoCollective
TheBushidoCollective
8411

fnox-security-best-practices

Use when implementing secure secrets management with Fnox. Covers encryption, key management, access control, and security hardening.

TheBushidoCollective
TheBushidoCollective
8411

kubernetes-security

Use when implementing Kubernetes security best practices including RBAC, pod security policies, and network policies.

TheBushidoCollective
TheBushidoCollective
8411

kustomize-basics

Use when customizing Kubernetes configurations without templates using Kustomize overlays and patches.

TheBushidoCollective
TheBushidoCollective
8411

playwright-page-object-model

Use when creating page objects or refactoring Playwright tests for better maintainability with Page Object Model patterns.

TheBushidoCollective
TheBushidoCollective
8411

playwright-fixtures-and-hooks

Use when managing test state and infrastructure with reusable Playwright fixtures and lifecycle hooks for efficient test setup and teardown.

TheBushidoCollective
TheBushidoCollective
8411

playwright-bdd-step-definitions

Use when creating step definitions with Given, When, Then, using createBdd() for step functions, implementing Page Object Model patterns, and sharing fixtures between steps.

TheBushidoCollective
TheBushidoCollective
8411

act-local-testing

Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.

TheBushidoCollective
TheBushidoCollective
8411

absinthe-schema

Use when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.

TheBushidoCollective
TheBushidoCollective
8411

absinthe-subscriptions

Use when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.

TheBushidoCollective
TheBushidoCollective
8411

act-workflow-syntax

Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.

TheBushidoCollective
TheBushidoCollective
8411

runbooks-structure

Use when creating structured operational runbooks for human operators. Covers runbook organization, documentation patterns, and best practices for clear operational procedures.

TheBushidoCollective
TheBushidoCollective
8411

ansible-inventory

Use when managing hosts and groups in Ansible inventory for organizing infrastructure and applying configurations across environments.

TheBushidoCollective
TheBushidoCollective
8411

ansible-playbooks

Use when writing and organizing Ansible playbooks for automated configuration management and infrastructure orchestration.

TheBushidoCollective
TheBushidoCollective
8411

ansible-roles

Use when structuring and reusing code with Ansible roles for modular, maintainable automation and configuration management.

TheBushidoCollective
TheBushidoCollective
8411

apollo-caching-strategies

Use when implementing Apollo caching strategies including cache policies, optimistic UI, cache updates, and normalization.

TheBushidoCollective
TheBushidoCollective
8411

apollo-client-patterns

Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.

TheBushidoCollective
TheBushidoCollective
8411

apollo-server-patterns

Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.

TheBushidoCollective
TheBushidoCollective
8411

blueprints-maintenance

Use after modifying existing systems to update blueprint documentation. Read blueprints with read_blueprint before changes, update with write_blueprint after. Prevents documentation drift.

TheBushidoCollective
TheBushidoCollective
8411

blueprints-organization

Use when managing blueprints directory structure and avoiding duplication. Always search_blueprints before creating to prevent duplicate documentation. Handles naming conventions and cross-references.

TheBushidoCollective
TheBushidoCollective
8411

Page 548 of 1485 · 74219 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.