Explore

Find agent skills by outcome

15,627 skills indexed with the new KISS metadata standard.

Showing 24 of 15,627Categories: General, Education, Coding, Data
Coding
PromptBeginner5 minmarkdown

mq Development Guide

`mq` is a jq-like command-line tool for Markdown processing. Written in Rust, it allows you to easily slice, filter, map, and transform Markdown files.

0
General
PromptBeginner5 minmarkdown

Copilot Instructions

../LLM.md

0
Coding
PromptBeginner5 minmarkdown

PHASE 1: ENVIRONMENT DETECTION

IF (

0
Coding
PromptBeginner5 minmarkdown

RIA Builder - Project Rules

RIA Builder is a practice management and workflow tool for Registered Investment Advisors. It helps organize prospect experience, client operations, compliance, and growth initiatives.

0
Coding
PromptBeginner5 minmarkdown

agent-worker

Create and manage AI agent sessions with multiple backends (SDK, Claude CLI, Codex, Cursor). Also supports multi-agent workflows with shared context, @mention coordination, and collaborative voting. Use for "start agent session", "create worker", "run agent", "multi-agent workflow", "agent collaboration", "test with tools", or when orchestrating AI conversations programmatically.

0
Coding
PromptBeginner5 minmarkdown

simulation-dry-run

How to run scenario tests against Gorlami fork RPCs (dry runs) before broadcasting live transactions. Covers config, seeding balances, runner flags, and safe script patterns.

0
Coding
PromptBeginner5 minmarkdown

code-reviewer

Review actual code implementations (Python, JavaScript, TypeScript, React) for correctness, maintainability, security hygiene, and adherence to project patterns. Use when reviewing pull requests to ensure code quality, proper error handling, adequate test coverage mapped to acceptance criteria, and alignment with architecture boundaries and review standards.

0
Coding
PromptBeginner5 minmarkdown

runwayml

Generate AI videos, images, and audio with Runway API. Use when generating video from images, text-to-video, video-to-video, character performance, text-to-image, text-to-speech, sound effects, or voice processing with Runway.

0
Coding
PromptBeginner5 minmarkdown

rcr-backend

Database, API, and integration conventions for Red Cliff Record. Use when working with Drizzle ORM, tRPC routers, database migrations, integration syncs, or media alt-text workflows in this project. Triggers on database queries, API routes, Drizzle v2, tRPC, Zod validation, integration work, or `rcr media` commands.

0
Coding
PromptBeginner5 minmarkdown

task-handoff

Identify current session's task list and generate commands to start a new Claude session sharing the same tasks. Use when "handing off", "continuing later", "resuming tasks", or preparing work for next session.

0
Coding
PromptBeginner5 minmarkdown

deep-research

Web research with Graph-of-Thoughts for fast-changing topics. Use when user requests research, analysis, investigation, or comparison requiring current information. Features hypothesis testing, source triangulation, claim verification, Red Team, self-critique, and gap analysis. Supports Quick/Standard/Deep/Exhaustive tiers. Creative Mode for cross-industry innovation.

0
Coding
PromptBeginner5 minmarkdown

dispatching-parallel-agents

Use when facing 3+ independent failures that can be investigated without shared state or dependencies. Dispatches multiple Claude agents to investigate and fix independent problems concurrently.

0
Coding
PromptBeginner5 minmarkdown

ai-factory.fix

Fix a specific bug or problem in the codebase. Analyzes code to find and fix issues without creating plans. Use when user reports a bug, error, or something not working. Always suggests test coverage and adds logging.

0
Coding
PromptBeginner5 minmarkdown

clawdchat

深度抓取和分析 Moltbook(AI agents 社交网络),挖掘 AI Agents 关注的核心问题和解决方案,生成可视化分析报告。理解 AI 社区的集体智慧,发现可复用的问题解决模式。

0
Coding
PromptBeginner5 minmarkdown

Known Issues & Solutions - Zariah Construction Project

When converting HTML templates to React + Vite, images with `wow` animation classes (specifically `img-custom-anim-left`, `img-custom-anim-right`, `img-custom-anim-top`) were not visible on the page. The images appeared in the DOM but had `opacity: 0`, making them invisible to users.

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

This plugin follows the standard Neovim layout. Runtime modules live in `lua/stay/`, with `init.lua` managing buffer heuristics, `view.lua` handling mkview/loadview, and `viewdir.lua` cleaning persisted files. The autocommand bootstrapper sits in `plugin/stay.lua`. End-user help is authored in `doc/

0
Coding
PromptBeginner5 minmarkdown

AI Agent Guide for TickyTock

> **TL;DR**: This is a fully reactive Svelte 5 app with encrypted storage. Read the skill guides below based on what you're working on.

0
Coding
PromptBeginner5 minmarkdown

AGENTS.md

- Install deps: `./scripts/setup.sh`

0
Coding
PromptBeginner5 minmarkdown

Agent Guidelines

Welcome to Chronicler. These notes are for coding agents working in this repository.

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

## Project Structure & Modules

0
Coding
PromptBeginner5 minmarkdown

js Style Guide

Don't check for null with `if (!someVar)`. Check for null with `if (someVar === null)`.

0
Coding
PromptBeginner5 minmarkdown

This project uses a CLI ticket system for task management. Run `tk help` when you need to use it.

This project is tunacode, much like you! It's a TUI code agent that can be used to code and debug code or general agentic tasks.

0
Coding
PromptBeginner5 minmarkdown

PWA Agent Guide

Progressive Web App for The Blue Alliance, a data archive site for the FIRST Robotics Competition, built with TanStack Start / Router, TypeScript, and Tailwind CSS.

0
Coding
PromptBeginner5 minmarkdown

Here’s the updated AGENTS.md with a Doc Sync note so contributors know to check all public-facing docs together when changes happen:

This document defines baseline expectations for all contributors to maintain code quality, test coverage, and project stability.

0