Perform all financial and health calculations from countly.cz directly in chat. Covers Czech net salary (HPP), self-employed income (OSVC/OSVČ), HPP vs OSVC comparison, retirement planning (savings needed, safe withdrawal, duration), mortgage (annuity/degressive, extra payments, investment comparison), and BMI. Use…
A Chinese-language writing guide for long articles, X posts, and first-person narratives, based on a specified restrained narrative style associated with Justin Sun.
Use when auditing a Xueqiu or similar public influencer's stock predictions, scoring directional calls, copy-trade P&L, quantifying public cubes against benchmarks, producing a public-text AI profile, producing a client prediction-audit PDF/PNG, or deeply fetching Xueqiu posts plus the influencer's own comments with a…
Decide API-vs-self-host LLM economics and fine-tuning ROI from any user context (code, PRDs, traffic logs, billing screenshots). Fetches live GPU prices from Runpod/Lambda/Modal, API prices from models.dev or vendor pages, and quality rank from lmarena.ai, then calls a deterministic local Python script for VRAM…
Autonomous self-improving intelligence amplifier. Devours skills, knowledge, and novel approaches from across the internet. Serves two objectives: (1) make itself better at devouring, and (2) produce skills that dominate with stars. Use for finding best skills for any project, creating skills, improving capabilities…
Enforce schema discipline: queries-first design, index-every-filter, safe migrations, verify-at-scale thinking. Prevents the common failure of designing schemas for demos that break in production. Use when creating tables, planning migrations, designing data models, or when user mentions database, schema, migration…
Build resilient systems with proper error handling, retry patterns, circuit breakers, graceful degradation, and timeout management. Use when implementing API calls, database connections, external service integrations, background jobs, or any code that can fail. Also use when the user mentions retry logic, circuit…