Искусственный интеллект

Browse AI and ML workflow skills for model integration, prompt engineering, evaluations, and LLM automation across major IDEs.

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.

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

lore-extraction

Logo of bivex
bivex

Base extraction rules for all lore subagents. Governs entity identification, contextual analysis, relationship mapping, and JSON output formatting.

0
0
Дизайн

gsd-quick

Logo of rapchai-k
rapchai-k

Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents

gsd-quick

Logo of NUbivek
NUbivek

Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents

gsd-quick

Logo of fnuAshutosh
fnuAshutosh

Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents

gsd-quick

Logo of RavBogard
RavBogard

Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents

azure-ai

Logo of leolkli
leolkli

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. USE FOR: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech. DO NOT USE FOR: Function apps/Functions (use azure-functions), databases (azure-kusto), general Azure resources.

prettier-format

Logo of nyaomaru
nyaomaru

Run Prettier for the is-kit repository. Use when asked to format or check formatting in this project. Always consult AGENTS.md in the repo root before executing commands.

prepare

Logo of mdrideout
mdrideout

Prepare to work in the Junjo AI Studio repo by reviewing core docs (README, AGENTS, ADRs, testing/db docs, docker-compose/Dockerfiles, GitHub workflows) and then confirming readiness with a brief explanation of the system data flow. Use when starting a new task in this codebase, onboarding, or when asked to “prepare”, “review conventions/architecture”, or “understand how the system works” before making changes.

ns-stdlib

Logo of severeon
severeon

NeuroScript standard library catalog. Lists all primitive and composite neurons with signatures, shapes, parameters, and categories. Use when looking up available neurons, checking signatures, or finding which neuron to use.

marlowe-json-validator

Logo of Toby1009
Toby1009

Validate Marlowe Core JSON drafts for schema correctness, semantic consistency, and supported-subset compliance before lowering to Sui Move. Use when JSON is authored by humans or agents and must be checked for explicit timeouts, party/token references, bounded choices, completeness, and unsupported constructs.

bmad-agent-cis-storyteller

Logo of RafaellsAlmeida
RafaellsAlmeida

storyteller agent

tmux-workflow

Logo of kunhuang12345
kunhuang12345

Portable tmux-based workflow to drive one or multiple long-running Codex CLI “workers” from another process (e.g. Claude CLI) by (1) starting/reusing a tmux session running `codex`, (2) injecting prompts into the Codex pane via `tmux send-keys`/buffer paste, and (3) polling the worker’s Codex JSONL session logs to extract the next assistant reply. Each worker runs with an isolated `CODEX_HOME` (default `~/.codex-workers/<worker_id>`) to prevent log cross-talk when multiple Codex workers run concurrently. Use when you need to submit/wait/read Codex replies in tmux, manage multiple Codex workers, or troubleshoot the tmux worker and log binding.