Данные

Browse data workflow skills for SQL querying, analytics, ETL, and database workflows. Give AI agents access to structured data and pipelines.

This directory brings installable AI Agent skills into one place so you can filter by search, category, topic, and official source, then install them directly into Claude Code, Cursor, Windsurf, and other supported environments.

1013 доступные навыки

backend-design

Logo of ivanyeors
ivanyeors

Guides backend design work including API contract specification, database schema design, auth model, and integration point design. Use when designing the API, creating OpenAPI specs, designing database schemas, defining auth and permissions, or when the user says design the API, API contract, schema design, database design, backend design, OpenAPI spec. Requires completed Product Discovery and Product Design artifacts as input.

solana-security

Logo of mwathiben
mwathiben

Audit Solana programs (Anchor or native Rust) for security vulnerabilities. Use when reviewing smart contract security, finding exploits, analyzing attack vectors, performing security assessments, or when explicitly asked to audit, review security, check for bugs, or find vulnerabilities in Solana programs.

episode-generate-cover-art

Logo of lastmjs
lastmjs

Generate podcast episode cover art from episodes/<N>/metadata.json using ElevenLabs image generation and save it to the episode directory.

django_error_handling_and_logging

Logo of Poneaswaran
Poneaswaran

Enterprise Django 6 error handling and logging — structured logging, exception hierarchy, GraphQL error standardization, and observability.

mentoring-juniors

Logo of ourcaldo
ourcaldo

Socratic mentoring for junior developers and AI newcomers. Guides through questions, never answers. Triggers: help me understand, explain this code, Im stuck, Im stuck, Im confused, Im confused, I dont understand, I dont understand, can you teach me, teach me, mentor me, guide me, what does this error mean, why doesnt this work, why does not this work, Im a beginner, Im a beginner, Im learning, Im learning, Im new to this, Im new to this, walk me through, how does this work, whats wrong with my code, whats wrong, can you break this down, ELI5, step by step, where do I start, what am I missing, newbie here, junior dev, first time using, how do I, what is, is this right, not sure, need help, struggling, show me, help me debug, best practice, too complex, overwhelmed, lost, debug this, /socratic, /hint, /concept, /pseudocode. Progressive clue systems, teaching techniques, and success metrics.

koota

Logo of pmndrs
pmndrs

Real-time ECS state management for TypeScript and React. Use when the user mentions koota, ECS, entities, traits, queries, or building data-oriented applications.

create-mcp-servers

Logo of glittercowboy
glittercowboy

Create Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Claude. Use when building custom integrations, APIs, data sources, or any server that Claude should interact with via the MCP protocol. Supports both TypeScript and Python implementations.

logchef

Logo of mr-karan
mr-karan

Query and analyze LogChef logs from the terminal using the LogChef CLI. Use for incident triage, debugging errors, exploring LogChefQL filters, running ClickHouse SQL, and executing saved collections.

nextjs-best-practices

Logo of mjannino
mjannino

Next.js App Router principles. Server Components, data fetching, routing patterns.

angular-forms

Logo of ROU-Technology
ROU-Technology

Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields. Signal Forms are experimental but recommended for new Angular projects.

angular-signals

Logo of plastikaweb
plastikaweb

Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or implementing reactive data flows.

moru-python

Logo of 1wos
1wos

Use this skill when writing Python code that interacts with Moru cloud sandboxes. This includes: creating sandboxes with `Sandbox.create()`, running commands with `sbx.commands.run()`, reading and writing files with `sbx.files.read()` and `sbx.files.write()`, working with persistent volumes using the `Volume` class, building custom templates with the `Template` builder, handling background processes, streaming command output, and async operations with `AsyncSandbox`. The skill covers the complete Python SDK API including error handling with `TimeoutException`, `CommandExitException`, `AuthenticationException`, and other exceptions from `moru.exceptions`. Use this skill whenever users want to: execute code safely in isolated environments, build AI agents that run untrusted code, create data processing pipelines, run web scrapers, set up development environments, or any Python automation involving Moru sandboxes. Triggers on: moru python, from moru import, Sandbox.create, pip install moru, moru sdk python, python sandbox, AsyncSandbox, Volume.create, Template.build, or any Python code that needs to run in isolated cloud environments. Do NOT use this skill for JavaScript/TypeScript code - use moru-javascript instead.