SQLAlchemy ORM and Alembic migration best practices for building safe, performant database schemas. This skill should be used when writing, reviewing, or…
Updated 2026-09-20 17:46:01 +08:00
Generate Guizang-style material illustrations, labeled explanatory visuals, material-styled chart illustrations, and data-first editorial images from articles,…
Updated 2026-09-19 07:52:33 +08:00
Frontend design skill that generates, restyles, and guides UI development in mager's actual design taste — concept-led interfaces that feel authored, tactile,…
Updated 2026-09-19 07:29:55 +08:00
Comprehensive reference for building Mintlify documentation sites. Use when creating pages, configuring docs.json, adding components, setting up navigation, or…
Updated 2026-09-19 06:04:48 +08:00
design-system: Translates an image (or a set of image references — screenshots, mockups, Figma URLs, live websites) into two mirrored design-system artifacts:…; product-planner: Vision intake conversation followed by generation of three product documents — `docs/product-vision.md` (strategy and brand), `docs/prd.md` (technical spec for…; launch-checklist: Use when the user's product is built (or nearly built) and they want to get it live and accessible to customers. Triggers on phrases like "cr…
Updated 2026-09-19 06:02:32 +08:00
Astro framework specialist for building fast, content-driven websites with islands architecture. Use when creating Astro components, configuring hydration…
Updated 2026-09-19 05:19:58 +08:00
Comprehensive Cline SDK skill for building AI agents. Covers the direct Agent runtime, ClineCore sessions, custom tools, plugins, events, LLM providers,…
Updated 2026-09-19 05:05:15 +08:00
Build or review messaging agents with Photon Spectrum (`spectrum-ts`). Use for Spectrum setup, messages and content, spaces and users, provider capabilities,…
Updated 2026-09-19 04:48:55 +08:00
Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling…
Updated 2026-09-19 03:51:38 +08:00
appllama-app-design-skill: Build native-feeling, benchmark-quality mobile app screens (Expo / React Native). Use when designing or implementing any mobile UI — screens, flows,…; appllama-usage: Use the Appllama MCP (mcp.appllama.io) well — research real top-grossing mobile apps, their screens, flows, and UI elements, then build from what you learn.…
Updated 2026-09-19 03:48:15 +08:00
review-all: Run a two-agent code review: spawn two fresh, clean-context agents that examine the SAME committed branch diff in parallel. One agent runs Codex's native…; api-review: Review the current Kelos branch, or an explicitly specified PR, issue, or diff, for Kubernetes API and CRD design quality. Use when asked for a Kelos API…; gjkim-instruction: Create and maintain gjkim_instruction.md, the root document for a loop-engineering effort. The document holds only the minimum requirements and…
Updated 2026-09-19 03:26:23 +08:00
validate-idea: Validate a business idea using the minimalist entrepreneur framework. Use when someone has a business idea and wants to test if it's worth pursuing before…; mvp: Guide building a minimum viable product the minimalist entrepreneur way — manual first, then processized, then productized. Use when someone is ready to build…; minimalist-review: Review any business decision, plan, or strategy through the minimalist entrepreneur lens. Use when someone wants a gut-check on a business dec…
Updated 2026-09-19 02:39:55 +08:00
create-agent: Bootstrap a modular AI agent with OpenRouter SDK, extensible hooks, and optional Ink TUI; openrouter-typescript-sdk: Complete reference for integrating with 300+ AI models through the OpenRouter TypeScript SDK using the callModel pattern
Updated 2026-09-19 02:37:20 +08:00
humanizer: AI가 생성한 한국어 텍스트의 특징적인 패턴을 감지하고 자연스러운 인간의 글쓰기로 변환합니다. 과학적 언어학 연구(KatFishNet 논문, 94.88% AUC 정확도)에 기반합니다. 쉼표 과다, 띄어쓰기 경직성, 품사 다양성, AI 어휘 과용, 번역투(에 대해/통해/되어진다),…; grammar-checker: 표준 한국어 규칙에 기반한 문법, 맞춤법, 띄어쓰기, 구두점 검사기. 맞춤법 오류(되/돼, -ㄴ지/-는지), 띄어쓰기 오류(의존명사, 보조용언), 문법 오류(조사 사용, 시제), 구두점 문제를 감지하고 교정합니다. 다음 상황에 사용하세요. (1) 한국어 문서 작성 후 검토 (2) 작성…; style-guide: 문서 내부 또는 프로젝트 전체에서 일관된 작성 스타일을 유지하도록 돕는 검사기. 어조(경어체/반말), 용어(사용자/유저), 숫자 형식, 목록 스타일, 따옴표, 날짜/시간 형식의 불일치를 감지합니다. 다중 작성자 문서 검토 시, 프로젝트 전체 용어…
Updated 2026-09-19 02:20:37 +08:00
uv: Guide for using uv, the Python package and project manager. Use this when working with Python projects, scripts, packages, or tools.; ruff: Guide for using ruff, the extremely fast Python linter and formatter. Use this when linting, formatting, or fixing Python code.; ty: Guide for using ty, the extremely fast Python type checker and language server. Use this when type checking Python code or setting up type checking in Python…
Updated 2026-09-19 01:27:46 +08:00
Build full-stack React applications using React Router's framework mode. Use when configuring routes, working with loaders and actions, handling forms,…
Updated 2026-09-19 01:10:28 +08:00
Skill for building with the Astro web framework. Helps create Astro components and pages, configure SSR adapters, set up content collections, deploy static…
Updated 2026-09-18 12:33:44 +08:00
better-ui: Polishes and improves the UI in your project. Covers concentric border radius, optical alignment, surface depth, contextual icons, hit areas and more.; better-typography: Focuses on type scale, spacing, sizing, variable fonts, OpenType features, wrapping, truncation and other details that make typography feel great across your…; better-colors: Helps you build a color system and answer anything about color in your project. You can generate palettes, use semantic tokens, convert betwee…
Updated 2026-09-18 09:04:11 +08:00
Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or reviewing SwiftUI…
Updated 2026-09-18 08:48:57 +08:00
php-best-practices: PHP 8.x modern patterns, PSR standards, and SOLID principles. Use when reviewing PHP code, checking type safety, auditing code quality, or ensuring PHP best…; react-vite-best-practices: React and Vite performance optimization guidelines. Use when writing, reviewing, or optimizing React components built with Vite. Triggers on tasks involving…; laravel-best-practices: Laravel 13 conventions and best practices. Use when creating controllers, models, migrations, validation, serv…
Updated 2026-09-14 14:32:27 +08:00