- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
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.
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.
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.
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.
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".'
features-layer-structure
by yoshinani-dev
featuresパッケージのレイヤー構造(domain/、repo/、usecase/の3層構造)
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.
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."
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."
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.
SKILL.md - Implementation Patterns
by kk366-code
Memory Efficiency: 大容量ファイルを扱う際、メモリ(RAM)を消費しすぎないようにストリームベースのコピーを徹底する。
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."
python-best-practices
by ofershap
Modern Python 3.12+ patterns your AI agent should use. Type hints, async/await, Pydantic v2, uv,
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.
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.
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.
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.
osquery-query-helper
by inthecyber-group
"Help users write, validate, and troubleshoot osquery SQL queries using provided osquery table schemas as the authoritative source."