85193 Skills Available

Find awesome
Agent Skills

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

Popular searches

founder-mode

Help founders run companies using contrarian principles with real examples from successful founders. Challenge standard advice designed for professional managers. Use when facing strategic decisions, organizational challenges, or receiving conventional advice that conflicts with founder instincts.

majesticlabs-dev
majesticlabs-dev
327

challenge-mode

Aggressive intellectual challenge for truth-seeking and growth. Identifies blind spots, challenges assumptions, calls out avoidance patterns, and forces concrete action. Triggers on strategic decisions, founder dilemmas, reasoning validation, or any request for honest pushback.

majesticlabs-dev
majesticlabs-dev
327

pr-comment-resolver

Address PR review comments by implementing reviewer feedback and suggestions.

majesticlabs-dev
majesticlabs-dev
327

pr-screenshot-docs

Capture and document UI changes with before/after screenshots for pull requests. Use when creating PRs that include visual changes to ensure reviewers can assess design modifications.

majesticlabs-dev
majesticlabs-dev
327

readme-craft

Production-grade README.md patterns for any project type. Use when creating project documentation, writing README files, or improving existing docs. Covers hero sections, quick start examples, comparison tables, troubleshooting guides, and limitation transparency. Triggers on README, documentation, project setup, open source.

majesticlabs-dev
majesticlabs-dev
327

aeo-scorecard

Measurement framework for Answer Engine Optimization (AEO). Provides AI visibility metrics, share of voice tracking, citation monitoring, and referral demand measurement. Use when discussing AEO/GEO metrics or AI visibility performance.

majesticlabs-dev
majesticlabs-dev
327

attempt-ledger

Knowledge about attempt tracking and gating patterns for task execution

majesticlabs-dev
majesticlabs-dev
327

research-compound

Automatically check and update folder-specific AGENTS.md during research. Before investigating a domain, read nearest AGENTS.md for existing context. After discovering valuable patterns, append learnings to that file.

majesticlabs-dev
majesticlabs-dev
327

rp-reviewer

Code review using RepoPrompt MCP (chat_send mode=review). Returns structured verdict for relay workflow.

majesticlabs-dev
majesticlabs-dev
327

session-checkpoint

Save session state to ledger file for continuity across crashes, context switches, or /clear + reload cycles.

majesticlabs-dev
majesticlabs-dev
327

spec-reviewer

Analyze specifications, plans, or feature descriptions for user flows, gaps, and missing requirements. Use before implementation begins.

majesticlabs-dev
majesticlabs-dev
327

calendar-optimization

Balance the 4 types of professional time (Management, Creation, Consumption, Ideation). Use when discussing productivity, calendar management, time allocation, or work-life balance.

majesticlabs-dev
majesticlabs-dev
327

web-research

Research technical problems across GitHub issues, Stack Overflow, Reddit, and documentation. Gathers solutions from multiple community sources with structured findings. Triggers on search for solutions, find examples, research problem, community solutions, debug research.

majesticlabs-dev
majesticlabs-dev
327

visual-validator

Use proactively after UI changes to verify they achieved their intended goals. Skeptical visual QA through screenshot analysis, accessibility verification, and design system compliance checking.

majesticlabs-dev
majesticlabs-dev
327

ux-brief

Design system templates and patterns for UI/UX briefs. Used by /majestic:ux-brief command.

majesticlabs-dev
majesticlabs-dev
327

ui-code-auditor

Review source code for UI quality, accessibility violations, and performance anti-patterns. Static code analysis (NOT screenshot-based). Provides file:line references with severity, WCAG refs, and fix suggestions.

majesticlabs-dev
majesticlabs-dev
327

brand-voice

|

majesticlabs-dev
majesticlabs-dev
327

test-runner

Run test suite and return structured pass/fail results. Supports scoped runs by directory, file, or test name pattern. Triggers on run tests, execute tests, test results, check tests, verify tests pass.

majesticlabs-dev
majesticlabs-dev
327

test-reviewer

Review test quality, coverage, and completeness. Analyzes for missing edge cases, assertion quality, and coverage gaps.

majesticlabs-dev
majesticlabs-dev
327

technical-writer

Write technical tutorials, blog posts, and educational content with pedagogical structure. Covers concept explanations, how-to guides, deep dives, and developer education. Triggers on tutorial, technical article, blog post, explain concept, teach, educational content, developer guide.

majesticlabs-dev
majesticlabs-dev
327

tdd-workflow

Test-driven development execution workflow with red-green-refactor cycle, increment decomposition, and pause/continue rules. Use when building features or fixing bugs using TDD. Framework-agnostic with language-specific configs for Python, TypeScript, Go, and Ruby delegation.

majesticlabs-dev
majesticlabs-dev
327

task-coordinator

Use when orchestrating multi-step workflows with Claude Code's native Task system (TaskCreate, TaskUpdate, TaskGet, TaskList) - lifecycle management, parallel execution, crash recovery, and progress visibility. Not for simple single-step tasks.

majesticlabs-dev
majesticlabs-dev
327

how-to-store-sqlite-as-nosql-store

Discover how to leverage SQLite's JSON support to build a NoSQL-like document store, complete with TTL-based expiration, within this powerful embedded database.

rodydavis
rodydavis
325

material-3-to-material-2-theme-adapter

Learn how to seamlessly integrate Material Design 3's styling into your Material Design 2 components using CSS variable overrides.

rodydavis
rodydavis
325

color-utilities-in-javascript

Explore helpful color utility functions, like RGB to HSL, HEX to RGB, and HSL to HEX, generated with the assistance of GitHub Copilot.

rodydavis
rodydavis
325

how-to-build-a-webrtc-signal-server-with-pocketbase

Learn how to build a simple WebRTC video call application using PocketBase as a signaling server, enabling peer-to-peer communication with SQLite on the server and realtime updates via Server Sent Events.

rodydavis
rodydavis
325

signals-and-flutter-hooks

Explore state management in Flutter, from the basics of `setState` to advanced techniques using ValueNotifier, Signals, Flutter Hooks, and the new signals_hooks package for a reactive and efficient approach.

rodydavis
rodydavis
325

ios-or-macos-lock-screen-nasa-image-of-the-day

Automate your daily dose of cosmic beauty by setting your lock or home screen to NASA's image of the day using Shortcuts and their public API.

rodydavis
rodydavis
325

flutter-native-http-client

This blog post explores how to optimize HTTP client selection in Flutter applications based on the platform, using Cronet on Android and Cupertino's native client on iOS for improved performance and caching.

rodydavis
rodydavis
325

using-sqlite-as-a-key-value-store

Learn how to use SQLite as a simple and efficient key/value store for your applications, offering benefits like single-file data containment, attachment capabilities, and easy integration with tools like Drift.

rodydavis
rodydavis
325

flutter-master-detail-view

Learn how to implement a responsive Master-Detail interface in Flutter that adapts to different screen sizes, leveraging multi-column layouts on larger screens and pushing to detail screens on mobile.

rodydavis
rodydavis
325

flutter-markdown-view-with-material-3

Learn how to customize the Flutter Markdown widget using Material 3 text and color styles for a visually appealing and consistent design.

rodydavis
rodydavis
325

how-to-do-offline-recommendations-with-sqlite-and-gemini

Learn how to enhance your CMS like PocketBase with AI-powered content recommendations using text embeddings, SQLite, and k-nearest neighbor search for efficient and scalable related content suggestions.

rodydavis
rodydavis
325

sqlite-on-the-ui-thread

Unlock the surprising speed of SQLite in Flutter for building responsive UIs, showcasing its ability to handle large datasets with synchronous queries and optimized configurations.

rodydavis
rodydavis
325

flutter-infinite-canvas

Learn how to build an infinite, multi-touch canvas in Flutter using InteractiveViewer and CustomMultiChildLayout for a flexible and interactive user experience.

rodydavis
rodydavis
325

how-to-send-push-notifications-on-flutter-web-fcm

Learn how to implement Firebase Cloud Messaging (FCM) in your Flutter web app with this guide, covering service worker setup, helper methods, and testing to enable push notifications.

rodydavis
rodydavis
325

flutter-input-output-preview

Build responsive Flutter apps with a reusable `TwoPane` widget and an `InputOutputPreview` component for side-by-side code and preview display on both mobile and desktop.

rodydavis
rodydavis
325

how-to-do-full-text-search-with-sqlite

Learn how to supercharge your SQLite databases with full-text search capabilities using the built-in fts5 extension, enabling efficient and powerful querying with the `MATCH` keyword.

rodydavis
rodydavis
325

how-to-deploy-pocketbase-to-cloud-run

Learn how to deploy PocketBase on Google Cloud Run using the new volume mounting feature, enabling scale-to-zero, infinite storage, and easy backups.

rodydavis
rodydavis
325

file-based-routing-for-static-sites

Learn how to create a multi-page static site with file-based routing using TypeScript, allowing for quick updates and easy content management.

rodydavis
rodydavis
325

lightweight-flutter-animations

Learn how to create a streamlined animation widget in Flutter that eliminates the need for `setState` by leveraging an abstract class and `SingleTickerProviderStateMixin` for efficient UI updates.

rodydavis
rodydavis
325

flutter-stream-widget

Learn how to build dynamic Flutter UIs by directly using streams within your widget's build method, enabling reactive screen updates and more efficient data handling.

rodydavis
rodydavis
325

lit-sheet-music

Learn how to create a Lit web component that renders MusicXML using OpenSheetMusicDisplay, allowing you to display sheet music dynamically from a source attribute or inline XML.

rodydavis
rodydavis
325

building-a-rich-text-editor-with-lit

Learn how to build a rich text editor using a Lit web component, complete with a toolbar for formatting text, links, and styles.

rodydavis
rodydavis
325

lit-and-monaco-editor

Learn how to create a Lit web component that wraps the Monaco Editor (powering VSCode) to add a fully functional code editor to your web applications.

rodydavis
rodydavis
325

json-to-html-table-with-lit

Learn how to create a dynamic HTML table from JSON data using a Lit web component, with examples for fetching data from a URL or using inline JSON, and the ability to make the table editable.

rodydavis
rodydavis
325

2d-or-3d-force-graph-with-lit

Learn how to create interactive 2D and 3D force graphs using Lit, a lightweight web component library, with this step-by-step tutorial.

rodydavis
rodydavis
325

draggable-dom-with-lit

Learn how to create an interactive, draggable DOM using a Lit web component with CSS transforms and slots, enabling you to manipulate HTML and SVG elements within a canvas-like environment.

rodydavis
rodydavis
325

install-flutter-from-git

Install Flutter SDK via git clone and configure for all platforms

rodydavis
rodydavis
325

building-a-html-element-sandbox-with-lit

Learn how to build a Lit web component to create a dynamic HTML element sandbox with live updates, perfect for experimenting with and showcasing web components.

rodydavis
rodydavis
325

Page 869 of 1704 · 85193 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.