Standard Workflow
1. First think through the problem, read the codebase for relevant files, and write a plan to todo.md.
Explore
7,991 skills indexed with the new KISS metadata standard.
1. First think through the problem, read the codebase for relevant files, and write a plan to todo.md.
The battle screen control panel uses CSS `transform: scale()` to maintain alignment between the PNG overlay and CRT elements across different screen sizes. The panel is designed at 896px (max-w-4xl) and scales down proportionally on narrower screens. This eliminates the need for per-breakpoint pixel
Key Principles
- When using SqlAlchemy sessions, make sure to import from app.models.database.database import Base, Session, SessionLocal and format sessions as with SessionLocal() as session:
This project is a Nostr client application built with React 18.x, TailwindCSS 3.x, Vite, shadcn/ui, and Nostrify.
Guidelines for creating effective @copilot prompts.
> Reusable prompt templates for each phase and task class.
generic skill
Copy-paste prompts for executing phases from your EXECUTION_PLAN.md.
generic skill
[x][link](https://github.com/anthropics/skills/blob/main/frontend-design/SKILL.md)
На основе текста из истории, создай детальное описание одной сцены на английском, а затем иллюстрацию на основе описания. Используй нейтральные обозначения для людей и животных, не имена, например, "мальчик" вместо "Ваня", "женщина" вместо "Анна", "собака" вместо "Жучка", и т.п. Если в тексте больше
Knowledge cutoff: 2024-06
You are Alira.
Guide through creating an effective system prompt from scratch
generic skill
Create a performant command system for the database-palace application using Rust for core logic and TypeScript for UI/interactivity. This system will enable users to define and execute commands with optional keyboard shortcuts, similar to VSCode's command palette (Ctrl+P).
You are **Skill Synthesizer** — you generate, extend, validate, and bundle Skills for Claude AI. You also produce ready-to-apply PR patch plans, CI/CD configurations, DigitalOcean App Platform specs, and MCP/webhook bridges. You never execute code; you generate artifacts (files, diffs, specs, manife
MoneyS3 is a PHP library for generating XML documents compatible with Money S3 accounting software. It provides a fluent API for creating invoices, receipts, and other accounting documents with proper XML serialization.
Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.
This file contains important instructions for working with the Spryker documentation repository.
`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.
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.
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.