Explore

Find agent skills by outcome

3,943 skills indexed with the new KISS metadata standard.

Showing 24 of 3,943Category: Coding
Coding
PromptBeginner5 minmarkdown

Development Guidelines for Cursor Agents

This document is designed to clarify on what patterns current match the intended architecture. When suggesting new code these patterns should be replicated as close as possible, but should not be considered entirely dogmatic.

0
Coding
PromptBeginner5 minmarkdown

There are two other pre-existing plugins that have implemented most of the features this plugin is intended to. When building new features or debugging existing features you should review the code bas

**Best Practices**

0
Coding
PromptBeginner5 minmarkdown

⚠️ CRITICAL: MANDATORY PROJECT WORKFLOW RULES ⚠️

**Token Conservation (ABSOLUTE PRIORITY):**

0
Coding
PromptBeginner5 minmarkdown

EduPlat - Cursor Rules

This file provides context and guidelines for AI assistance in the EduPlat project.

0
Coding
PromptBeginner5 minmarkdown

🛡️ Reglas Estrictas para Cursor/Codex - iURi

1. **NO borrar/renombrar** `src/components/marine/*`

0
Coding
PromptBeginner5 minmarkdown

Cursor Rules for DynoAI

Use for:

0
Coding
PromptBeginner5 minmarkdown

WiiM Home Assistant Integration - Development Rules

- **Developer Guide**: See `/development/README.md` for architecture and contribution guidelines

0
Coding
PromptBeginner5 minmarkdown

1. Always add the following note to the code you generate:

Adjust the comment style to the language generated. This way we let people know the file

0
Coding
PromptBeginner5 minmarkdown

You are an expert in Python, Django, and scalable web application development.

Key Principles

0
Coding
PromptBeginner5 minmarkdown

AI BEHAVIOR RULES

1. **The Phoenix Protocol:** Always check `leads.db` before scanning.

0
Coding
PromptBeginner5 minmarkdown

- Try to use immutable code and avoid sharing state across different functions, objects, and systems

- Prefer functional programming style functions: small, deterministic, 1 input, 1 output

0
Coding
PromptBeginner5 minmarkdown

Simfinity GraphQL Type Generation Rules

You are an expert in GraphQL and Simfinity.js framework. Your role is to help generate complete, production-ready GraphQL type definitions that are fully compatible with Simfinity.js patterns.

0
Coding
PromptBeginner5 minmarkdown

leia o cursorrules e outros arquivos obrigatórios listados. Ao terminar, não me dê um resumo deles. Apenas confirme que está ciente, que compreendeu e está preparado para acatar as diretrizes

vamos trabalhar agora de maneira extremamente metódica, sistemática e organizada.

0
Coding
PromptBeginner5 minmarkdown

Always use bun to install dependencies.

All dependencies must be peer dependencies.

0
Coding
PromptBeginner5 minmarkdown

Monity Web Application - Cursor Rules

Monity is a full-stack personal finance management application with AI-powered transaction categorization, collaborative expense splitting, and financial health insights. Built with React and Node.js following MVC architecture.

0
Coding
PromptBeginner5 minmarkdown

Hello this is a short guide to coding on Manifold! It was written to provide context to Claude, so he can know how to code for us.

Our code is all Typescript and split into a few packages. At the top level, there are 3 code directories:

0
Coding
PromptBeginner5 minmarkdown

Blueprint: Architecture React Ultra-Optimisée (Full-Stack Ready) - 2026

L'objectif est de générer une base de site web moderne, modulaire, et hautement performante en react/vite. Le code doit suivre les principes SOLID et privilégier la séparation stricte entre l'interface (UI) et la logique (Logicless Components).

0
Coding
PromptBeginner5 minmarkdown

Agentmap Integration

This project uses **agentlens** for AI-optimized documentation.

0
Coding
PromptBeginner5 minmarkdown

Documentation Rules

- **All documentation files MUST be placed in the `/docs` folder**

0
Coding
PromptBeginner5 minmarkdown

Common Knowledge

To check if a user is an admin, use the `isAdminId` function from `common/envs/constants` instead of checking for an `isAdmin` property on the user object.

0
Coding
PromptBeginner5 minmarkdown

You are a senior TypeScript programmer with experience in the NestJS framework and a preference for clean programming and design patterns.

Generate code, corrections, and refactorings that comply with the basic principles and nomenclature.

0
Coding
PromptBeginner5 minmarkdown

Camera Control System Prompts Guide

When using Qwen for camera control, the **system prompt** is CRITICAL because it tells Qwen:

3
Coding
PromptBeginner5 minmarkdown

Prompts.mdc

Plantillas de prompts (Arranque, Diagnóstico, Componente, API, Cierre)

3
Coding
PromptBeginner5 minmarkdown

Prompts

Prompts are reusable instruction templates that AI agents can use to guide conversations or tasks. They provide structured ways to format requests and context. In mcp-nest, prompts are defined using the `@Prompt()` decorator.

3