Claude Setup for Feedl
**feedl** is a Next.js 15 full-stack application with a PostgreSQL database, built with modern tooling for performance and developer experience.
Explore
6,138 skills indexed with the new KISS metadata standard.
**feedl** is a Next.js 15 full-stack application with a PostgreSQL database, built with modern tooling for performance and developer experience.
npm run dev # Dev server on port 3000
*This document is designed to be read by a Claude Code instance helping a human set up Awareness.*
**COMPLETE** - Implemented timeout-based solution (2024-12-29)
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
**HealthForecast AI** is an enterprise-grade hospital resource planning and forecasting application built on Streamlit. It uses machine learning and operations research to predict Emergency Department (ED) patient arrivals and optimize hospital staffing and inventory management.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
- **Framework:** Next.js 15.4.10 (App Router) + React 19.1.0
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.
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).