Combined knowledge base from \"The Algorithm Design Manual\" (Skiena) and \"Algorithms, 4th Edition\" (Sedgewick & Wayne).
Use when interrogating the codebase to understand an entity, its fields, relationships, and data flows.
Use when evaluating whether a technical approach is feasible against the current codebase. Use when user says 'analyze feasibility', 'is this feasible', 'evaluar factibilidad',…
A measurement-first decision discipline for choosing HOW to build something. Before pouring effort into one approach, operationalize a measurable fitness, sketch a few candidate…
Help fill out a job application form. Generates personalized answers for every field using your profile and evaluation. Never auto-submits.
Multi-agent code review using Agent Teams. Summons up to 8 built-in Ashes (plus custom Ash from talisman.yml), each with their own dedicated context window.
Hierarchical plan execution — orchestrates parent/child plan decomposition with dependency DAGs, requires/provides contracts, and feature branch strategy.
対応完了したハンドオフを docs/archive/ へ移動するスキル。/audit-handoffs で ✅ 判定が揃ったものを git mv でまとめてアーカイブし、関連ドキュメント(traceability.md・completion-summary.md)からの参照を洗い出す。
Answer questions about Claude Code CLI, Claude Agent SDK, and Claude API (Anthropic API). Use when the user asks about Claude Code features, settings, hooks, MCP, slash commands,…
Task Assignment Agent - Assigns Native Tasks to worker terminals, updates ownership, and syncs progress tracking.
bkit plugin help - list available functions. Use "/bkit" or "bkit help". Triggers: bkit, help, functions, 도움말, 기능, ヘルプ, 帮助, ayuda, aide, Hilfe, aiuto.
Browse installed bkit skills, agents, and evals via lib/discovery/explorer.js (filesystem scan, no subprocess).
Use when extracting user stories from a visual board. Use when user says 'extract stories', 'genera user stories', 'procesa scope', 'board to stories', or shares a board URL.
Initialize a new book project by creating a Book Requirements Document (BRD) through guided questions
Turn ideas into designs through collaborative dialogue. Use when user wants to brainstorm, design features, explore approaches, or think through implementation before coding.
Answer Engine Optimization (AEO) audit and SERP analysis for AI-generated answers. Analyzes pages for AEO readiness (structured data, FAQ patterns, heading hierarchy, meta…
Build a distributable DMG for a macOS Xcode project by resolving the project, scheme, signing/export inputs, then running the local helper script that archives, exports, and…
Open the Session Cartographer Explorer web UI for visual browsing of session history.
Multi-LLM consensus engine. Queries multiple AI models and synthesizes a single answer using strategies like voting, judge synthesis, and multi-round debate.
Точечное редактирование конфигурации 1С. Используй когда нужно изменить свойства конфигурации, добавить или удалить объект из состава, настроить роли по умолчанию, поменя — from…
Анализ структуры конфигурации 1С — свойства, состав, счётчики объектов. Используй для обзора конфигурации — какие объекты есть, сколько их, какие настройки — from…
Создать пустую конфигурацию 1С (scaffold XML-исходников). Используй когда нужно начать новую конфигурацию с нуля — from Arman-Kudaibergenov/1c-ai-development-kit
Валидация конфигурации 1С. Используй после создания или модификации конфигурации для проверки корректности — from Nikolay-Shirokov/cc-1c-skills
Заимствование объектов из конфигурации 1С в расширение (CFE). Используй когда нужно перехватить метод, изменить форму или добавить реквизит к существующему объекту конфиг — from…
Анализ расширения конфигурации 1С (CFE) — состав, заимствованные объекты, перехватчики, проверка переноса.
Создать расширение конфигурации 1С (CFE) — scaffold XML-исходников. Используй когда нужно создать новое расширение для исправления, доработки или дополнения конфигурации — from…
Генерация перехватчика метода в расширении 1С (CFE). Используй когда нужно перехватить метод заимствованного объекта — вставить код до, после или вместо оригинального — from…
Валидация расширения конфигурации 1С (CFE). Используй после создания или модификации расширения для проверки корректности — from Nikolay-Shirokov/cc-1c-skills
설정 파일 검증 스킬. YAML 구문, Pydantic 스키마 준수, 환경별 일관성을 검사한다. convention-config 스킬의 규칙을 기반으로 검증을 수행한다.
Use when analyzing a ticket for ambiguities, missing information, or unclear acceptance criteria. Use when user says 'clarify ticket', 'review ticket', 'analyze ticket', or passes…
Time-bounded autonomous Claude Code orchestration agent. Accepts user-defined directives (prompts) and a deadline, then executes tasks autonomously until the specified time.
Claude Code learning — configure and optimize Claude Code settings, tips, and workflows. Triggers: learn, setup, claude code, optimize, 학습, 설정, 최적화.
Bridge THIS Claude Code or Codex session to Telegram, Discord, Feishu/Lark, QQ, or WeChat so the user can chat with Claude from their phone.
CLAUDE.md를 정리하고 최적화하는 스킬. 50번 대화마다 자동으로 실행이 권장되며, 불필요한 내용 제거, 중복 통합, 구조 개선을 수행한다.
Cobalt Core infrastructure knowledge: KVM exporters, hypervisor tooling, OpenStack compute.
Result Aggregation Agent - Aggregates worker results, verifies completion, detects blockers, and generates collection report.
Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked…
Extracts lessons from completed task and proposes CLAUDE.md updates. Use at the end of a task session to capture gotchas.
Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.
Control bkit automation level (L0-L4), view trust score, and manage guardrails. Triggers: control, automation level, trust score, guardrail, 자동화 레벨, 제어.
문서 작성 컨벤션 참조 스킬. 마크다운 스타일, README 구조, 기술 문서 템플릿 등 문서 작성 시 준수해야 할 규칙을 제공한다. 문서 작성 시 이 스킬을 참조하여 일관된 문서를 유지한다.
Beliebige Rezepte (HelloFresh-URL, Plain-Text, Foto einer Rezeptkarte) in ~3-5 Min. in ein native-quality Cookidoo „Eigenes Rezept\" mit interaktiven Thermomix-Koch-Befehl-Chips…
Use when creating a well-structured bug report with root cause analysis. Use when user says 'create bug', 'report bug', 'log bug', 'new bug', or describes a defect.
Learn patterns from a specific GitHub repository. Clones, analyzes code structure, extracts patterns, and populates procedural memory.
Используй когда база 1С нужна для workspace init, dump, build, launch или update, а логин/пароль отсутствуют, неизвестны, не проходят или вывод команды похож на проблему лицензии
Создание информационной базы 1С. Используй когда нужно создать базу, новую ИБ, пустую базу
Выгрузка конфигурации 1С в CF-файл. Используй когда нужно выгрузить конфигурацию в CF, сохранить конфигурацию, сделать бэкап CF
Выгрузка конфигурации 1С в XML-файлы. Используй когда нужно выгрузить конфигурацию в файлы, XML, исходники, DumpConfigToFiles
Управление реестром баз данных 1С (.v8-project.json). Используй когда пользователь говорит про базы данных, список баз, "добавь базу", "какие базы есть — from…
Загрузка конфигурации 1С из CF-файла. Используй когда нужно загрузить конфигурацию из CF, восстановить из бэкапа CF
Загрузка изменений из Git в базу 1С. Используй когда нужно загрузить изменения из гита, обновить базу из репозитория, partial load из коммита
Загрузка конфигурации 1С из XML-файлов. Используй когда нужно загрузить конфигурацию из файлов, XML, исходников, LoadConfigFromFiles
Запуск 1С:Предприятие. Используй когда нужно запустить 1С, открыть базу, запустить предприятие
Этот скилл MUST быть вызван когда пользователь просит обновить БД, применить конфигурацию, выполнить UpdateDBCfg.
Применять при переписывании текстов, сгенерированных LLM-агентами (отчеты, README, доки, письма, посты), в живой человеческий стиль.
依存関係の定期更新: cargo/npm 更新 → ローカル検証 → chore(deps) PR 作成 → CI グリーン確認(カテゴリ C 相当時は e2e ラベル付与・E2E/smoke 完了確認)。マージは手動。Cargo/npm の依存をまとめて更新したいときに使用。
Extract design DNA from existing app screenshots or live URLs using Google Stitch. Produces color palettes, typography specs, spacing tokens, and component patterns as…
Imports a Claude Design (claude.ai/design) handoff bundle and scaffolds the proposed components into the project.
End-to-end Claude Design handoff to pull request: imports a handoff bundle from claude.ai/design, generates Storybook stories and Playwright tests, runs diff-aware browser…
Decision framework for desktop software pricing — perpetual licence vs subscription, upgrade amnesty, paid-upgrade price points, crossgrade strategy, bundle structuring (Creator…