Browse Skills

44358 skills found

Subagent System.md
490
1 export Subagent System
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Create and manage specialized Claude Code subagents for task-specific workflows. Use when delegating work to specialized agents, configuring agent permissions, or understanding subagent architecture and best practices.
2026-01-03
Writing Documentation for LLMs.md
490
1 export Writing Documentation for LLMs
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Teaches how to write effective documentation and instructions for LLMs by assuming competence, using progressive disclosure, prioritizing examples over explanations, and building feedback loops into workflows.
2026-01-03
Writing Slash Commands.md
490
1 export Writing Slash Commands
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Create and use custom slash commands to automate Claude Code workflows. Learn argument passing, frontmatter configuration, bash integration, and file references for building reusable prompts.
2026-01-03
Gathering Requirements.md
490
1 export Gathering Requirements
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Systematically clarify user needs, preferences, and constraints before planning or implementation. Classifies work type, investigates existing systems, discovers edge cases and integration points, resolves assumptions, and creates detailed specifications. Use when building features, enhancements, or integrations where requirements need clarification.
2026-01-03
Vercel CLI Management.md
490
1 export Vercel CLI Management
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Deploy, manage environment variables, view logs, and configure cron jobs with Vercel CLI. Use when deploying to Vercel, managing env vars (add/update/remove), viewing runtime/build logs, or configuring scheduled tasks in vercel.json.
2026-01-03
Planning Implementation.md
490
1 export Planning Implementation
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Create structured implementation plans before coding. Use when breaking down complex features, refactors, or system changes. Validates requirements, analyzes codebase impact, and produces actionable task breakdowns with identified dependencies and risks.
2026-01-03
Documenting Code.md
490
1 export Documenting Code
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Maintain project documentation synchronized with code. Keep feature specs, API contracts, and README current with init-project standards. Use when updating docs after code changes, adding new features, or ensuring documentation completeness.
2026-01-03
Writing Like User.md
490
1 export Writing Like User
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Emulate the user's personal writing voice and style patterns. Use when the user asks to write content in their voice, draft documents, compose messages, or requests "write this like me" or "in my style."
2026-01-03
restapi-translations.md
489
1 export restapi-translations
2 mikopbx from "mikopbx/Core"
3 Управление переводами REST API ключей (rest_*) для MikoPBX. Автоматически находит отсутствующие русские ключи в RestApi.php и синхронизирует их с исходным кодом. Использовать при проверке переводов API, после добавления новых endpoints или перед релизом.
2026-01-06
asterisk-tester.md
489
1 export asterisk-tester
2 mikopbx from "mikopbx/Core"
3 Тестирование сценариев Asterisk dialplan и потоков звонков используя безопасные Local каналы. Использовать при тестировании логики маршрутизации звонков, отладке проблем dialplan или проверке потоков IVR меню.
2026-01-06
asterisk-validator.md
489
1 export asterisk-validator
2 mikopbx from "mikopbx/Core"
3 Валидация конфигурационных файлов Asterisk и анализ логов на корректность и best practices. Использовать при отладке проблем запуска Asterisk, проверке изменений конфигурации или проверке ошибок после регенерации воркерами.
2026-01-06
openapi-analyzer.md
489
1 export openapi-analyzer
2 mikopbx from "mikopbx/Core"
3 Извлечение и анализ OpenAPI 3.1.0 спецификации из MikoPBX для валидации эндпоинтов. Использовать при проверке соответствия API, генерации тестов, проверке схем эндпоинтов или интеграции с навыками endpoint-validator и api-test-generator.
2026-01-06
log-analyzer.md
489
1 export log-analyzer
2 mikopbx from "mikopbx/Core"
3 Анализ логов Docker контейнера для диагностики проблем и мониторинга здоровья системы. Использовать при отладке ошибок, отслеживании процессов воркеров, исследовании проблем API или мониторинге поведения системы после тестов.
2026-01-06
translations.md
489
1 export translations
2 mikopbx from "mikopbx/Core"
3 Управление многоязычными переводами на 29 языков с приоритетом русского языка. Использовать при добавлении новых переводов, переводе на все языки, проверке консистентности или удалении устаревших ключей.
2026-01-06
auth-token-manager.md
489
1 export auth-token-manager
2 mikopbx from "mikopbx/Core"
3 Получение валидных JWT Bearer токенов для аутентификации MikoPBX REST API v3. Использовать когда нужно тестировать API эндпоинты, отлаживать проблемы аутентификации или при возникновении ошибок 401 Unauthorized. Автоматически обрабатывает вход с username/password и возвращает готовый к использованию access token.
2026-01-06
babel-compiler.md
489
1 export babel-compiler
2 mikopbx from "mikopbx/Core"
3 Транспиляция ES6+ JavaScript в ES5 для совместимости с браузерами используя Docker-based Babel компилятор. Использовать при транспиляции JavaScript файлов после внесения изменений в ES6+ исходный код.
2026-01-06
api-test-generator.md
489
1 export api-test-generator
2 mikopbx from "mikopbx/Core"
3 Генерация полных Python pytest тестов для REST API эндпоинтов с валидацией схемы. Использовать при создании тестов для новых эндпоинтов, добавлении покрытия для CRUD операций или валидации соответствия API с OpenAPI схемами.
2026-01-06
sqlite-inspector.md
489
1 export sqlite-inspector
2 mikopbx from "mikopbx/Core"
3 Проверка консистентности данных в SQLite базах данных MikoPBX после операций REST API. Использовать при валидации результатов API, отладке проблем с данными, проверке связей внешних ключей или инспектировании CDR записей для тестирования.
2026-01-06
endpoint-validator.md
489
1 export endpoint-validator
2 mikopbx from "mikopbx/Core"
3 Валидация REST API эндпоинтов на соответствие OpenAPI схеме и консистентность параметров. Использовать при реализации эндпоинтов, ревью кода или перед слиянием изменений API.
2026-01-06
api-client.md
489
1 export api-client
2 mikopbx from "mikopbx/Core"
3 Универсальный REST API клиент для MikoPBX с автоматической аутентификацией и выполнением запросов внутри Docker контейнеров. Использовать когда нужно тестировать API эндпоинты, выполнять CRUD операции (GET, POST, PATCH, DELETE) или отлаживать API ответы с конкретными параметрами.
2026-01-06
ccs-delegation.md
488
1 export ccs-delegation
2 kaitranntt from "kaitranntt/ccs"
3 Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]" patterns, typo/test/refactor keywords. Excludes complex architecture, security-critical code, performance optimization, breaking changes.
2026-01-06
binary-triage.md
486
1 export binary-triage
2 cyberkaida from "cyberkaida/reverse-engineering-assistant"
3 Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering.
2026-01-06
ctf-rev.md
486
1 export ctf-rev
2 cyberkaida from "cyberkaida/reverse-engineering-assistant"
3 Solve CTF reverse engineering challenges using systematic analysis to find flags, keys, or passwords. Use for crackmes, binary bombs, key validators, obfuscated code, algorithm recovery, or any challenge requiring program comprehension to extract hidden information.
2026-01-06
deep-analysis.md
486
1 export deep-analysis
2 cyberkaida from "cyberkaida/reverse-engineering-assistant"
3 Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior.
2026-01-06