All Skills

7109 skills found

Skills List

Generate Python FastAPI code following project design patterns. Use when creating models, schemas, repositories, services, controllers, database migrations, authentication, or tests. Enforces layered architecture, async patterns, OWASP security, and Alembic migration naming conventions (yyyymmdd_HHmm_feature).

lct1407 avatarlct1407
Holen

Generate Python background workers, cron jobs, message queue consumers. Use when creating scheduled tasks (APScheduler), Celery workers, RabbitMQ/Redis queue consumers, or async job processing. Follows project async patterns and integrates with existing services.

lct1407 avatarlct1407
Holen

Supabase security and performance guidelines with Clerk authentication integration. Contains 40+ rules across 10 categories covering RLS policies, Clerk setup, database security, and more.

pedrobarretocw avatarpedrobarretocw
Holen
skill-linter

skill-linter

0dev-testing

Validates skills against best practices. Checks YAML frontmatter, line limits, description quality, file structure, and anti-patterns. Use when creating, reviewing, or improving skills.

rgarcia avatarrgarcia
Holen
thoughtful

thoughtful

0productivity

Persistent knowledge management using the Thoughtful CLI. Use this skill when: (1) The user wants to store, retrieve, or organize knowledge across sessions (2) Managing projects, ideas, insights, or notes that should persist (3) Setting up Thoughtful for a new project or workspace (4) The user mentions "thoughtful", pages, or persistent storage (5) Working with CLAUDE.md/AGENTS.md to configure agent memory (6) Capturing higher-level strategy, product direction, or guiding principles the AI should remember

Lex-Inc avatarLex-Inc
Holen

SpacetimeDB development best practices for TypeScript server modules and client SDK. This skill should be used when writing, reviewing, or refactoring SpacetimeDB code to ensure optimal patterns for real-time, multiplayer applications. Triggers on tasks involving SpacetimeDB modules, tables, reducers, subscriptions, or React integration.

iSyn avatariSyn
Holen
xmind

xmind

0productivity

XMindマインドマップファイル(.xmind)をMarkdown形式に変換するスキル。論文のシナリオ構成、アイデア整理、研究の構造化などに使用するマインドマップをテキストベースで扱う。「XMindをMarkdownに変換」「マインドマップを読み込んで」「.xmindファイルを解析」「XMindの内容を表示」などの依頼時に使用。

inoue2002 avatarinoue2002
Holen

PDFや論文タイトルから論文情報を調べ、Microsoft Wordの引用管理機能(資料文献)にコピペできる形式で出力する。対応種類:論文/レポート、書籍、雑誌/定期刊行物の記事(ジャーナル)、Webサイト。「論文を引用形式に変換」「参考文献をWordフォーマットに」「この論文の引用情報を取得」「PDFから引用情報を抽出」「ジャーナル論文をWord形式に」などの依頼時に使用。

inoue2002 avatarinoue2002
Holen

用中文生成 commit message(title + body)与 PR 描述,明确区分"长期证据/可追溯性"的 commit 视角和"帮助 reviewer 理解与评审"的 PR 视角。适用于用户请求"写 commit message/写 PR 描述/根据改动生成 commit+PR",并需遵守 `M-xxx(type): title` 格式与合同式 PR 四块结构;可基于改动描述/代码差异自行推断风险与评审关注点,不足时再询问。

DBvc avatarDBvc
Holen
linus-tech-review

linus-tech-review

0dev-testing

Linus Torvalds 风格的技术方案评估与代码评审。仅在用户明确要求 Linus 式 review 或明确要求严苛评估代码改动/技术方案时使用(如"review 改动/代码""评估方案是否合适""检查提交标准""linus-tech-review")。

DBvc avatarDBvc
Holen

Complete workflow for handling GitHub PR reviews using gh pr-review extension

uwe-schwarz avataruwe-schwarz
Holen
openfga

openfga

0dev-devops

OpenFGA authorization modeling best practices and guidelines. This skill should be used when authoring, reviewing, or refactoring OpenFGA authorization models. Triggers on tasks involving OpenFGA models, relationship definitions, permission structures, .fga files, .fga.yaml test files, or OpenFGA SDK usage in JavaScript, TypeScript, Go, Python, Java, or .NET.

openfga avataropenfga
Holen

Connect Spice to data sources like PostgreSQL, MySQL, S3, Databricks, Snowflake, and more. Use when asked to "add a dataset", "connect to a database", "load data from S3", or "configure a data source".

spiceai avatarspiceai
Holen
spicepod-config

spicepod-config

0dev-devops

Create and configure Spicepod manifests (spicepod.yaml). Use when asked to "create a spicepod", "configure spicepod.yaml", "set up a Spice app", "initialize Spice project", "configure caching", or "set up observability".

spiceai avatarspiceai
Holen
spice-cli

spice-cli

0dev-devops

Use the Spice CLI to manage Spicepods and interact with the runtime. Use when asked to "run Spice", "query data", "start the runtime", "use spice commands", or "check spice status".

spiceai avatarspiceai
Holen
spice-install

spice-install

0dev-devops

Install Spice.ai OSS CLI and runtime. Use when asked to "install Spice", "set up Spice", or "get started with Spice".

spiceai avatarspiceai
Holen
frontend-engineer

frontend-engineer

0dev-frontend

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.

siviter-xyz avatarsiviter-xyz
Holen
backend-engineer

backend-engineer

0dev-codegen

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.

siviter-xyz avatarsiviter-xyz
Holen

Create AGENTS.md files for project-specific inline rules. Use when adding small, project-specific instructions that should be committed in repos.

siviter-xyz avatarsiviter-xyz
Holen
cli-building

cli-building

0dev-codegen

Build command-line interfaces with async-first design, composable commands, and proper output formatting. Use when creating CLI tools, commands, or interactive terminal applications.

siviter-xyz avatarsiviter-xyz
Holen

Master context engineering for AI agent systems. Use when designing agent architectures, debugging context failures, optimizing token usage, implementing memory systems, building multi-agent coordination, evaluating agent performance, or developing LLM-powered pipelines. Covers context fundamentals, degradation patterns, optimization techniques, compression strategies, memory architectures, multi-agent patterns, evaluation, tool design, and project development.

siviter-xyz avatarsiviter-xyz
Holen
python

python

0dev-codegen

Python development guidelines and best practices. Use when working with Python code.

siviter-xyz avatarsiviter-xyz
Holen
psi

psi

0dev-codegen

Plan-spec-implement workflow for structured development. Only use when explicitly directed by user or when mentioned in project AGENTS.md file. Generates ephemeral plans in ~/.dot-agent/, applies specs to project docs, then implements test-first.

siviter-xyz avatarsiviter-xyz
Holen
astroflare

astroflare

0dev-frontend

Astro x Tailwind v4 projects on Cloudflare Workers. Use when working with Astro projects deployed to Cloudflare.

siviter-xyz avatarsiviter-xyz
Holen
Want a category view? Try /category/writing.