Types

Type checking and type generation

Showing 6145-6162 of 6162 skills
pillarhq

pillar-best-practices

by pillarhq

Best practices for integrating the Pillar SDK into React and Next.js applications. Use when adding an AI assistant panel, help center widget, or embedded product assistant.

Code Gen 0 3mo ago
FunctionalTools

resistome-profiler

by FunctionalTools

Reproducible antimicrobial resistance gene detection and functional annotation from bacterial whole-genome sequencing data. Downloads public NCBI reads, performs quality control, genome assembly, annotation, and AMR profiling with validated open-source tools.

Comments 0 2mo ago
Lichens-Innovation

review-staged-changes

by Lichens-Innovation

Reviews staged git changes for code quality, maintainability, readability, and potential regressions. Verifies changes make sense in context, improve maintainability, enhance readability, and don't introduce side effects. Use when reviewing staged changes, examining git diffs, or when the user asks to review modifications before committing.

Code Review 0 3mo ago
devcsde

oatda-list-models

by devcsde

Use when the user wants to list available AI models from OATDA's 10+ providers. Filter by type (chat, image, video) or by provider name.

API Dev 0 3mo ago
neematajs

neemata

by neematajs

'Answer questions about the Neemata framework and help build RPC-based applications with bidirectional streaming, dependency injection, and multi-runtime support. Use when developers: (1) Ask about Neemata APIs like n.procedure, n.router, n.app, n.server, n.guard, n.middleware, n.factory, (2) Want to build RPC servers, streaming endpoints, background jobs, or type-safe clients, (3) Have questions about dependency injection scopes, transports (WS/HTTP), contracts, blobs, or the protocol layer, (4) Use the nmtjs package or @nmtjs/* packages. Triggers on: "neemata", "nmtjs", "n.procedure", "n.router", "n.app", "n.server", "createProcedure", "RPC framework", "ProtocolBlob", "t.object", "c.procedure", "n.guard", "n.middleware", "n.factory", "defineApplication", "defineServer", "defineConfig".'

API Dev 0 3mo ago
yoshinani-dev

features-layer-structure

by yoshinani-dev

featuresパッケージのレイヤー構造(domain/、repo/、usecase/の3層構造)

Code Gen 0 3mo ago
Kadajett

blecsd-3d

by Kadajett

Render 3D graphics in the terminal with @blecsd/3d. Covers software rasterizer, 3D math (vec3/mat4), multiple backends (braille/sixel/kitty), OBJ loading, scene graphs, and camera systems.

Math 0 3mo ago
UpstageAI

upstage-information-extraction

by UpstageAI

"Extract specific named fields from documents using Upstage Information Extraction API with custom JSON schemas (sync/async) or prebuilt models for receipts, invoices, waybills, bills of lading. Use when user wants named values like '청구액', '주문번호', invoice total, supplier name — '영수증에서 금액이랑 날짜 뽑아줘', '인보이스 필드 추출해줘', 'extract invoice number and amount', 'pull structured data from receipts'. DO NOT use for plain text extraction without a schema — use upstage-ocr. DO NOT use for full document layout/markdown conversion — use upstage-document-parse. For schema design help, pair with upstage-schema-generation."

Processing 9 28d ago
technophile-04

code-reviewer

by technophile-04

"Review code against high standards for clarity, simplicity, and maintainability. Use this skill when: (1) Code has just been written or modified by Claude or a sub-agent, (2) User explicitly requests code review, (3) Refactoring has been completed, (4) New features or components have been implemented. The skill provides brutally honest but supportive feedback following Carlos's philosophy - celebrating good work while pushing back hard on complexity, unclear patterns, or violations of best practices."

Code Review 0 3mo ago
thomasklemm

unpoly-rails

by thomasklemm

Ruby on Rails integration for Unpoly. Use when working with the unpoly-rails gem or building Unpoly-powered Rails apps. Covers server-side helpers (up?, up.target, up.layer.accept, up.layer.dismiss, up.layer.open, up.validate?, up.cache.expire, up.context, up.emit, up.safe_callback, fresh_when, render_nothing), Rails view helpers (link_to, form_with, button_to with Unpoly attributes), flash messages with [up-hungry], Turbo coexistence (disabling Turbo Drive in Rails 7+), CSP setup with csp_meta_tag, and global follow-all config.

Caching 0 3mo ago
kk366-code

SKILL.md - Implementation Patterns

by kk366-code

Memory Efficiency: 大容量ファイルを扱う際、メモリ(RAM)を消費しすぎないようにストリームベースのコピーを徹底する。

Processing 0 24d ago
aleister1102

sharp-edges

by aleister1102

"Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration."

Auth 0 3mo ago
ofershap

python-best-practices

by ofershap

Modern Python 3.12+ patterns your AI agent should use. Type hints, async/await, Pydantic v2, uv,

Code Gen 0 3mo ago
zhongjis

enterprise-scala

by zhongjis

Enterprise Scala guardrails preventing common AI agent mistakes in production codebases. Use whenever working in a Scala codebase — editing .scala files, modifying sbt projects, writing traits/classes/objects, reviewing pull requests, or refactoring Scala code. Triggers on: any .scala file interaction, build.sbt edits, Scala code review, Scala refactoring, or any task involving Scala source code in work repositories.

Code Gen 0 3mo ago
jrodrigopuca

build-report

by jrodrigopuca

Generate structured, actionable build reports from Node.js build outputs (TypeScript, ESLint, Webpack, Vite). Groups errors by pattern, prioritizes issues, and suggests documented solutions. Use when analyzing build failures, debugging compilation errors, or reviewing warnings. Supports English and Spanish. Genera reportes estructurados y accionables de builds Node.js (TypeScript, ESLint, Webpack, Vite). Agrupa errores por patrón, prioriza issues y sugiere soluciones documentadas. Usar para analizar fallos de build, debuggear errores de compilación o revisar warnings.

Debugging 0 3mo ago
0xWeakSheep

aave-risk-assessor

by 0xWeakSheep

This skill should be used when the user asks about "health factor", "liquidation risk", "aave risk", "will I be liquidated", "safe to borrow", "my account health", "collateral risk", "liquidation price", or wants to assess the risk of their AAVE V3 position. Calculates health factor, LTV ratios, liquidation thresholds, and provides risk level assessments for positions on Ethereum and Arbitrum.

Agents 0 3mo ago
ylt

obsidian-bases

by ylt

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

File Ops 0 3mo ago
inthecyber-group

osquery-query-helper

by inthecyber-group

"Help users write, validate, and troubleshoot osquery SQL queries using provided osquery table schemas as the authoritative source."

Processing 0 4mo ago