68265 Skills Available

Find awesome
Agent Skills

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

Popular searches

bun-runtime

Use when working with Bun's runtime APIs including file I/O, HTTP servers, and native APIs. Covers modern JavaScript/TypeScript execution in Bun's fast runtime environment.

thebushidocollective
thebushidocollective
12214

bun-sqlite

Use when working with SQLite databases in Bun. Covers Bun's built-in SQLite driver, database operations, prepared statements, and transactions with high performance.

thebushidocollective
thebushidocollective
12214

create-issue

Create a new issue in a GitHub repository

thebushidocollective
thebushidocollective
12214

validate

Validate checklist items for a ClickUp task without changing status

thebushidocollective
thebushidocollective
12214

figma-sync-design-system

Sync design system components between Figma and code using Code Connect mappings

thebushidocollective
thebushidocollective
12214

figma-generate-component

Generate production-ready code from a Figma component or frame using the Figma MCP server

thebushidocollective
thebushidocollective
12214

figma-extract-tokens

Extract design tokens and variables from a Figma file to create or update a design system

thebushidocollective
thebushidocollective
12214

figma-analyze-frame

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

thebushidocollective
thebushidocollective
12214

debug

Investigate and diagnose issues without necessarily fixing them

thebushidocollective
thebushidocollective
12214

develop

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

thebushidocollective
thebushidocollective
12214

expo-updates

Use when implementing over-the-air (OTA) updates with Expo Updates. Covers update configuration, checking for updates, and update strategies.

thebushidocollective
thebushidocollective
12214

plan

Create tactical implementation plan for a feature or task

thebushidocollective
thebushidocollective
12214

document

Generate or update documentation for code, APIs, or systems

thebushidocollective
thebushidocollective
12214

svelteflow-fundamentals

Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with Svelte Flow. Covers setup, nodes, edges, controls, and interactivity.

thebushidocollective
thebushidocollective
12214

architect

Design system architecture and high-level technical strategy

thebushidocollective
thebushidocollective
12214

code-review

Code review a pull request

thebushidocollective
thebushidocollective
12214

explain

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

thebushidocollective
thebushidocollective
12214

expo-build

Use when building and deploying Expo apps with EAS Build. Covers build configuration, development builds, production builds, and app store submission.

thebushidocollective
thebushidocollective
12214

fix

Debug and fix bugs, errors, or unexpected behavior

thebushidocollective
thebushidocollective
12214

reactflow-fundamentals

Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with React Flow. Covers setup, nodes, edges, controls, and interactivity.

thebushidocollective
thebushidocollective
12214

expo-config

Use when configuring Expo apps with app.json, app.config.js, and EAS configuration. Covers app metadata, plugins, build configuration, and environment variables.

thebushidocollective
thebushidocollective
12214

expo-modules

Use when working with Expo SDK modules for camera, location, notifications, file system, and other device APIs. Covers permissions, configurations, and best practices.

thebushidocollective
thebushidocollective
12214

expo-router

Use when implementing file-based routing in Expo with Expo Router. Covers app directory structure, navigation, layouts, dynamic routes, and deep linking.

thebushidocollective
thebushidocollective
12214

optimize

Optimize code for performance, readability, or efficiency

thebushidocollective
thebushidocollective
12214

svelteflow-custom-nodes

Use when creating custom Svelte Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.

thebushidocollective
thebushidocollective
12214

test

Write tests for code using test-driven development principles

thebushidocollective
thebushidocollective
12214

reactflow-custom-nodes

Use when creating custom React Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.

thebushidocollective
thebushidocollective
12214

react-native-styling

Use when styling React Native components with StyleSheet, Flexbox layout, responsive design, and theming. Covers platform-specific styling and design systems.

thebushidocollective
thebushidocollective
12214

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
12214

react-native-performance

Use when optimizing React Native app performance. Covers FlatList optimization, memoization, image optimization, bundle size reduction, and profiling techniques.

thebushidocollective
thebushidocollective
12214

react-native-navigation

Use when implementing navigation in React Native apps with React Navigation. Covers stack, tab, drawer navigation, deep linking, and navigation patterns.

thebushidocollective
thebushidocollective
12214

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
12214

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
12214

review

Multi-agent code review with confidence-based filtering

thebushidocollective
thebushidocollective
12214

refactor

Restructure code to improve quality without changing behavior

thebushidocollective
thebushidocollective
12214

verification

Evidence-based verification methodology before claiming work is complete. Use when about to claim work is done, before committing, before creating PRs, or when verification-reminder hook fires. Triggers on: 'verify', 'verification', 'is it done', 'complete', 'ready to merge'.

techdufus
techdufus
1214

worktree

Git worktree automation for isolated feature development. Triggers on: '/worktree create', '/worktree list', '/worktree remove'. Creates isolated working directories with automatic setup.

techdufus
techdufus
1214

writing-skills

Methodology for creating effective skills using TDD principles. Use when creating new skills, editing existing skills, or authoring plugin components. Triggers on: 'create skill', 'write skill', 'new skill', 'skill authoring'.

techdufus
techdufus
1214

debugger

Systematic debugging methodology for diagnosing failures and root cause analysis. Triggers on: 2+ failed fix attempts, 'ultradebug', 'uld', debugging in circles, complex system failures, intermittent bugs.

techdufus
techdufus
1214

tdd

Systematic TDD methodology for writing tests first. Use when implementing features or fixes with OMC_TDD_MODE enabled, when unsure how to structure tests, or when test-first discipline needs reinforcement. Triggers on: 'tdd', 'test first', 'test driven', 'red green refactor'.

techdufus
techdufus
1214

ralph-plan

Structured PRD generation with interview, research, and approval workflow. Triggers on: '/ralph-plan <topic>', 'create prd', 'generate prd', 'plan this'. Creates comprehensive Product Requirements Document via interview and research.

techdufus
techdufus
1214

git-commit-validator

MUST be used for ANY git workflow that involves committing code. This includes explicit commit requests AND implicit ones like 'ship it', 'wrap it up', or finishing implementation work. Handles staging, message generation, validation, and commit execution with conventional commit format.

techdufus
techdufus
1214

init-deep

Initialize or migrate to nested CLAUDE.md structure for progressive disclosure. Claude auto-loads CLAUDE.md from any directory it reads, enabling true contextual guidance. Triggers on: '/init-deep', 'deep init', 'initialize deeply', 'setup claude deeply', 'refactor claude.md', 'migrate claude.md', 'nested claude', 'progressive disclosure'.

techdufus
techdufus
1214

pr-creation

MUST be used when creating pull requests. Handles context gathering, title generation (conventional commit format), body formatting, and PR creation via GitHub CLI. Creates PRs as drafts by default. Triggers on: 'create PR', 'open PR', 'ready for review', 'push for PR', 'send for review'.

techdufus
techdufus
1214

ralph-loop-init

Transform approved plans into ralph loop infrastructure. Triggers on: '/ralph-loop-init', '/ralph-init', 'setup ralph loop', 'generate ralph loop'. Creates .ralph/ directory with prd.json, loop.py, CLAUDE.md, and supporting files.

techdufus
techdufus
1214

receiving-code-review

How to handle code review feedback with technical rigor. Use when receiving review comments from code-reviewer agent, PR reviews, or external feedback. Triggers on: 'review feedback', 'address review', 'fix review comments', 'code review response'.

techdufus
techdufus
1214

human-architect-mindset

Systematic architectural thinking for irreplaceable human capabilities - domain modeling, systems thinking, constraint navigation, and AI-aware problem decomposition. Use proactively when detecting architectural decisions, system design discussions, or multi-component planning.

bencium
bencium
12119

vanity-engineering-review

>

bencium
bencium
12119

ui-typography

>

bencium
bencium
12119

renaissance-architecture

Software architecture and UI/UX principles for building genuinely new solutions, not derivative work. Use when designing features, architecting software, brainstorming apps, reviewing designs, or during strategy discussions. Focuses on first-principles thinking, simplicity where it matters, and creating rather than commenting.

bencium
bencium
12119

Page 447 of 1366 · 68265 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.