Создание кода на Visual Prolog 7.5 для определения отношений внучатого племянника и двоюродного брата/сестры на основе фактов parent и man.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →Создание кода на Visual Prolog 7.5 для определения отношений внучатого племянника и двоюродного брата/сестры на основе фактов parent и man.
Переводит или переписывает текст на формальный английский язык, добиваясь максимальной лаконичности и естественности для носителей языка. Исправляет грамматические и стилистические ошибки.
Выполняет модификацию текста на основе инструкций по управлению ключевыми словами: уменьшение частотности, органичная замена, удаление, сохранение одного вхождения или генерация синонимов.
Выполняет рефакторинг кода, объединяя общие атрибуты и методы нескольких классов в один базовый класс и настраивая наследование для устранения дублирования.
Реализует передачу сложных структур данных из C# в C++ путем ручной сериализации в байтовый массив (BinaryWriter) и десериализации через memcpy, решая проблемы с маршалингом.
Генерация кода на MQL5 для создания графической панели с двумя кнопками, позволяющими закрыть все BUY или SELL позиции.
این مهارت برای ترجمه متنهای انگلیسی به فارسی با رعایت دقیق دستورالعملهای فرمتبندی خاص مانند ترجمه خط به خط، استخراج لغات یا خلاصهسازی بخشها استفاده میشود.
사용자가 제공한 영어 지문을 분석하여 내용 일치, 추론, 단어, 어법 유형의 학습 문제를 한국어로 생성합니다.
Read and write NFC tags using the Tauri v2 NFC plugin with session lifecycle management. Use when adding NFC read/write features, managing NFC scan sessions, or handling NFC availability on mobile devices.
Persist key-value data to disk using the Tauri v2 store plugin for app settings and preferences. Use when saving app configuration, choosing between Store and LazyStore, or implementing persistent settings with automatic disk writes.
This override captures the Codex-native execution model for multi-issue epic work.
This override captures the Codex-native execution model for parallel work.
The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager.
>
> **DEPRECATED (removal target: v3.0.0)** — Use `ao lookup --query "topic"` for on-demand learnings retrieval, or see `.agents/AGENTS.md` for knowledge navigation. This skill and the `ao inject` CLI c
Turn a mature `.agents` corpus into operator-ready knowledge surfaces.
> **Purpose:** Keep a compounding markdown wiki of **external knowledge** (articles, papers, transcripts, clipped web content) maintained by an LLM so the bookkeeping is free and the knowledge accumul
Strategic planning for open source contributions.
Systematic exploration of upstream repositories before contributing.
'Turn a mature .agents corpus into packets, belief books, briefings, and gaps.'
'Plan an open source PR with scope, acceptance criteria, and risk.'
'Research an upstream repo before contributing: rules, patterns, and expectations.'
Fetches dependency source code so agents can read implementations, not just types. Clones repositories at the correct version tag and caches them globally at `~/.opensrc/`.
Assess bias in medical prediction model studies using PROBAST tool. Use when user wants to evaluate the quality or risk of bias of a medical paper (text or PDF).
Plugins can store user-configurable settings and state in `.claude/plugin-name.local.md` files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdow
Autonomous task execution via the codex CLI. Runs non-interactively. Progress streams to stderr; final result on stdout.
Analyze the current codebase and produce a structured threat model at `.turbo/threat-model.md`.
Analyze task complexity and route to an execution mode.
>-
g1
Use when creating or configuring Claude Code agents and their frontmatter.
Use for everyday coding tasks that involve writing or modifying source code.
Autonomously explore a design space: run → analyze → pick next parameters → repeat, until the objective is met or timeout is reached. Designed for computer architecture and EDA problems.
Semantic literature discovery and synthesis using embeddings
Split and read long documents chapter-by-chapter for structured analysis
Analyze Claude Code session bloat — shows token count, context usage %, and bloat breakdown. Use when the user asks about session size, context usage, or when you notice the context window is getting full.
Run health checks on Claude Code configuration and sessions. Use when troubleshooting Claude Code issues.
>
Enable communication between AI coding agents using AI Maestro's dual-channel messaging system. Agents are identified by their agent ID or alias, with tmux session names as a fallback. Supports both S
Spawns multiple AI coding agents to work on related GitHub issues concurrently using git worktrees. Use when breaking down a large feature into multiple issues, running parallel agents with --print flag, or managing wave-based execution of related tasks.
Standardized tool set definitions for Claude Code agents ensuring consistent tool access across similar agent types
Intelligent routing layer that analyzes requests and directs them to the most appropriate Skills, Agents, or Commands
Discover, install, and manage AI agent skills from agentskill.sh. Search for capabilities, install mid-session, scan for security issues, and provide feedback. Use when asked to find skills, install extensions, or check skill safety.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
>
>
verification-before-completion
Send SMTP email notifications after Codex completes a task. Use when one Codex or Claude run is finished, or when you need to notify on task completion with device name, project name, status, and summary via email.
How to properly create Claude Code skills - teaches global vs project-local, naming conventions, and proper file structure
This skill should be used when agents need to log into websites, retrieve passwords, or access credentials. CRITICAL - always use find_credential with the website URL, never guess item names.