74266 Skills Available

Find awesome
Agent Skills

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

Popular searches

asc-revenuecat-catalog-sync

Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat products, entitlements, offerings, and packages using asc and RevenueCat MCP. Use when setting up or syncing subscription catalogs across ASC and RevenueCat.

rudrankriyam
rudrankriyam
71938

asc-screenshot-resize

Resize and validate App Store screenshots for all device classes using macOS sips. Use when preparing or fixing screenshots for App Store Connect submission.

rudrankriyam
rudrankriyam
71938

asc-shots-pipeline

Orchestrate iOS screenshot automation with xcodebuild/simctl for build-run, AXe for UI actions, JSON settings and plan files, Koubou-based framing (`asc screenshots frame`), and screenshot upload (`asc screenshots upload`). Use when users ask for automated screenshot capture, AXe-driven simulator flows, frame composition, or screenshot-to-upload pipelines.

rudrankriyam
rudrankriyam
71938

asc-signing-setup

Set up bundle IDs, capabilities, signing certificates, provisioning profiles, and encrypted signing sync with the asc cli. Use when onboarding a new app, rotating signing assets, or sharing them across a team.

rudrankriyam
rudrankriyam
71938

asc-submission-health

Preflight App Store submissions, submit builds, and monitor review status with asc. Use when shipping or troubleshooting review submissions.

rudrankriyam
rudrankriyam
71938

asc-subscription-localization

Bulk-localize subscription and in-app purchase display names across all App Store locales using asc. Use when you want to fill in subscription/IAP names for every language without clicking through App Store Connect manually.

rudrankriyam
rudrankriyam
71938

asc-testflight-orchestration

Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.

rudrankriyam
rudrankriyam
71938

asc-wall-submit

Submit or update a Wall of Apps entry in the App-Store-Connect-CLI repository using `asc apps wall submit`. Use when the user says "submit to wall of apps", "add my app to the wall", or "wall-of-apps".

rudrankriyam
rudrankriyam
71938

asc-whats-new-writer

Generate engaging, localized App Store release notes (What's New) from git log, bullet points, or free text using canonical metadata under `./metadata`. Optionally pairs with promotional text updates.

rudrankriyam
rudrankriyam
71938

asc-build-lifecycle

Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.

rudrankriyam
rudrankriyam
71938

asc-aso-audit

Run an offline ASO audit on canonical App Store metadata under `./metadata` and surface keyword gaps using Astro MCP. Use after pulling metadata with `asc metadata pull`.

rudrankriyam
rudrankriyam
71938

asc-app-create-ui

Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.

rudrankriyam
rudrankriyam
71938

sadd:do-in-parallel

Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection, quality-focused prompting, and meta-judge → LLM-as-a-judge verification

neolabhq
neolabhq
71860

sadd:do-in-steps

Execute complex tasks through sequential sub-agent orchestration with intelligent model selection, meta-judge → LLM-as-a-judge verification

neolabhq
neolabhq
71860

sadd:judge-with-debate

Evaluate solutions through multi-round debate between independent judges until consensus

neolabhq
neolabhq
71860

sadd:judge

Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation

neolabhq
neolabhq
71860

sadd:launch-sub-agent

Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification

neolabhq
neolabhq
71860

sadd:multi-agent-patterns

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

neolabhq
neolabhq
71860

sadd:subagent-driven-development

Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates

neolabhq
neolabhq
71860

sadd:tree-of-thoughts

Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation

neolabhq
neolabhq
71860

sdd:add-task

creates draft task file in .specs/tasks/draft/ with original user intent

neolabhq
neolabhq
71860

sdd:brainstorm

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

neolabhq
neolabhq
71860

sdd:create-ideas

Generate ideas in one shot using creative sampling

neolabhq
neolabhq
71860

sdd:implement

Implement a task with automated LLM-as-Judge verification for critical steps

neolabhq
neolabhq
71860

sdd:plan

Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task

neolabhq
neolabhq
71860

tdd:fix-tests

Systematically fix all failing tests after business logic changes or refactoring

neolabhq
neolabhq
71860

tdd:test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

neolabhq
neolabhq
71860

tdd:write-tests

Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.

neolabhq
neolabhq
71860

tech-stack:add-typescript-best-practices

Setup TypeScript best practices and code style rules in CLAUDE.md

neolabhq
neolabhq
71860

kaizen:analyse

Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target

neolabhq
neolabhq
71860

code-review:review-local-changes

Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions

neolabhq
neolabhq
71860

code-review:review-pr

Comprehensive pull request review using specialized agents

neolabhq
neolabhq
71860

customaize-agent:thought-based-reasoning

Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns

neolabhq
neolabhq
71860

ddd:setup-code-formating

Sets up code formatting rules and style guidelines in CLAUDE.md

neolabhq
neolabhq
71860

docs:update-docs

Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.

neolabhq
neolabhq
71860

docs:write-concisely

Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.

neolabhq
neolabhq
71860

fpf:actualize

Reconcile the project's FPF state with recent repository changes

neolabhq
neolabhq
71860

fpf:decay

Manage evidence freshness by identifying stale decisions and providing governance actions

neolabhq
neolabhq
71860

fpf:propose-hypotheses

Execute complete FPF cycle from hypothesis generation to decision

neolabhq
neolabhq
71860

fpf:query

Search the FPF knowledge base and display hypothesis details with assurance information

neolabhq
neolabhq
71860

fpf:reset

Reset the FPF reasoning cycle to start fresh

neolabhq
neolabhq
71860

fpf:status

Display the current state of the FPF knowledge base

neolabhq
neolabhq
71860

git:analyze-issue

Analyze a GitHub issue and create a detailed technical specification

neolabhq
neolabhq
71860

git:attach-review-to-pr

Add line-specific review comments to pull requests using GitHub CLI API

neolabhq
neolabhq
71860

git:commit

Create well-formatted commits with conventional commit messages and emoji

neolabhq
neolabhq
71860

git:compare-worktrees

Compare files and directories between git worktrees or worktree and current branch

neolabhq
neolabhq
71860

git:create-pr

Create pull requests using GitHub CLI with proper templates and formatting

neolabhq
neolabhq
71860

git:create-worktree

Create and setup git worktrees for parallel development with automatic dependency installation

neolabhq
neolabhq
71860

git:load-issues

Load all open issues from GitHub and save them as markdown files

neolabhq
neolabhq
71860

git:merge-worktree

Merge changes from worktrees into current branch with selective file checkout, cherry-picking, interactive patch selection, or manual merge

neolabhq
neolabhq
71860

Page 262 of 1486 · 74266 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.