Explore

Find agent skills by outcome

9,659 skills indexed with the new KISS metadata standard.

Showing 24 of 9,659
Coding
PromptBeginner5 minmarkdown

AI Assistant Guidelines for validate-pr-review-app

This document contains common guidelines for AI assistants working on the validate-pr-review-app project.

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

Rails code lives in `app/` (controllers, jobs, services) with reusable helpers in `lib/`. Assets compile from `app/assets/stylesheets` into `app/assets/builds`, and static files sit in `public/`. Database changes belong to `db/migrate` with seeds in `db/seeds.rb`. Configuration is centralized in `co

0
Coding
PromptBeginner5 minmarkdown

AGENTS.MD: Mission Briefing for the JS Security Analysis Framework

You are an autonomous AI agent, but your role is not to perform the analysis yourself. Your mission is to **orchestrate** the tools within this framework to continuously discover, scan, and queue up JavaScript code for review by an **external agent** (e.g., a human security analyst).

0
Coding
PromptBeginner5 minmarkdown

Agent Guidelines

This is a Next.js project. Where possible, please follow best practices for Next.js apps.

0
Coding
PromptBeginner5 minmarkdown

AGENTS.md

This document defines how AI assistants (“agents”) may read, interpret, and modify this repository.

0
Coding
PromptBeginner5 minmarkdown

AGENTS.md

This file provides guidance to agents when working with code in this repository.

0
Coding
PromptBeginner5 minmarkdown

Instructions for Codex Agents

- All replies must be in Russian, short and to the point.

0
Coding
PromptBeginner5 minmarkdown

AGENTS.md

This file provides high-level guidance for **AI agents (e.g. OpenAI Codex)** that interact with the Magek Framework repository. Follow these instructions to reliably set up the development environment, run the full test & lint suite, and keep your contributions consistent with the project's convent

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

- Multi-module Gradle project; library code lives in `emojify`, shared interfaces in `contract`, and serializers in `serializer/{kotlinx,gson,moshi}`.

0
Coding
PromptBeginner5 minmarkdown

Agent Steering Guide: Building the Workspace Provisioning Service

Welcome, AI Coding Agent. Your primary task is to implement the **Workspace Provisioning Service**, a backend microservice for the Secure Processing Environment (SPE) platform.

0
Productivity
PromptBeginner5 minmarkdown

Repository Guidelines

- `firmware/arduino/` — Primary ESP32 Arduino sketch (`src/`, `lib/`, `include/`).

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

- `backend/`: Express API (controllers, routes, middleware, utils) plus SQL migrations under `config/migrations/`. Run-time uploads live in `backend/uploads/` (ignore in commits).

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

- `mini-app/`: Next.js (TypeScript) Telegram Mini App with workers and sockets; Drizzle migrations in `drizzle/`.

0
General
PromptBeginner5 minmarkdown

ai_agent_rules.md

generic skill

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

Korea Stock Analyzer MCP bridges TypeScript services and Python market data to deliver investor-style reports. Follow this guide to navigate the codebase, keep tooling aligned, and ship reliable updates quickly.

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

Core library code lives in `src/yapcad`, with geometry primitives (`geom.py`, `geom3d.py`), boolean ops (`boolean/`), IO adapters (`io/`), and render helpers (`drawable.py`, `ezdxf_drawable.py`). Vendored helpers live under `src/yapcad/contrib`, with corresponding license notices in `third_party/`.

0
Coding
PromptBeginner5 minmarkdown

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

0
Coding
PromptBeginner5 minmarkdown

Agent Guidelines for bivicom-config-bot

- **Standalone build (current platform)**: `./build_standalone.sh`

0
Coding
PromptBeginner5 minmarkdown

Electron Cross-Platform App - Agent Instructions

electron/

0
Coding
PromptBeginner5 minmarkdown

AGENTS.md

- **Run main script**: `uv run python main.py`

0
Coding
PromptBeginner5 minmarkdown

Agent Guide for Fluxomail SDK (JS/TS)

====================================

0
Coding
PromptBeginner5 minmarkdown

Repository Guidelines

The MCP server starts in `src/index.ts`, which wires prompts, utils, and every service registrar. Keep feature logic inside `src/services/<service>/` and export it through the folder’s `index.ts`. Prompts live in `src/prompts/`, shared auth/logging helpers in `src/utils/`, references in `docs/`, and

0
Coding
PromptBeginner5 minmarkdown

QuickBase MCP Server - Agent Instructions

This is a Model Context Protocol (MCP) server providing full QuickBase database operations to AI agents. It enables agents to create tables, manage fields, query records, and handle relationships through standardized MCP tools.

0
Coding
PromptBeginner5 minmarkdown

Service Agents Documentation

This document provides comprehensive documentation for all service agents (services) in the Voice Grocery List App. These agents handle different aspects of the application's functionality and work together through the Service Manager pattern.

0