Registry durchsuchen
Alle Einträge, alphabetisch — insgesamt 57.265. Seite 53 von 230.
- cometchat-android-v6Entry-point dispatcher for CometChat Android UIKit v6 — routes to the correct skill based on project stack and
- cometchat-android-v6-builder-settingsCometChat Android UIKit v6 UIKitSettings configuration — all builder options for SDK init, presence, calling,
- cometchat-android-v6-callsCometChat Calls v6 integration for native Android (V6 stable, GA 2026-05-25 — Compose + Kotlin Views). Works e
- cometchat-android-v6-compose-componentsCometChat Android UIKit v6 Jetpack Compose component catalog — all @Composable chat UI components, their param
- cometchat-android-v6-compose-customizationCometChat Android UIKit v6 Compose customization — BubbleFactory interface, slot lambdas, @Immutable style cla
- cometchat-android-v6-compose-placementCometChat Android UIKit v6 Compose placement — setContent, Compose Navigation, Dialog, BottomSheet, and Tab pa
- cometchat-android-v6-compose-themingCometChat Android UIKit v6 Jetpack Compose theming — CometChatTheme, CompositionLocal color schemes, typograph
- cometchat-android-v6-coreCometChat Android UIKit v6 core setup — Gradle dependencies, SDK initialization, login/logout, and message sen
- cometchat-android-v6-eventsCometChat Android UIKit v6 event system — SharedFlow-based reactive event bus for messages, calls, users, grou
- cometchat-android-v6-extensionsCometChat Android UIKit v6 extension architecture — DataSource/Repository pattern, custom message types, and d
- cometchat-android-v6-featuresCometChat Android UIKit v6 feature catalog — AI features, reactions, polls, stickers, moderation, collaborativ
- cometchat-android-v6-kotlin-componentsCometChat Android UIKit v6 Kotlin Views component catalog — all custom View chat UI components, their properti
- cometchat-android-v6-kotlin-customizationCometChat Android UIKit v6 Kotlin Views customization — BubbleFactory abstract class, BubbleViewProvider, styl
- cometchat-android-v6-kotlin-placementCometChat Android UIKit v6 Kotlin Views placement — Activity, Fragment, BottomSheet, Tab, and Intent navigatio
- cometchat-android-v6-kotlin-themingCometChat Android UIKit v6 Kotlin Views theming — CometChatTheme singleton, XML attributes, programmatic overr
- cometchat-android-v6-migrationV5→V6 migration recipes for native Android. CometChat ships V5 (chat-uikit-android:5.x — Java + Kotlin Views)
- cometchat-android-v6-productionCometChat Android UIKit v6 production readiness — token auth, ProGuard/R8, security checklist, release configu
- cometchat-android-v6-pushCometChat Android UIKit v6 push notifications — FCM setup, chat/call notification handling, VoIP integration,
- cometchat-android-v6-testingCometChat Android UIKit v6 testing — unit testing ViewModels, Compose UI testing, Espresso, Maestro, and CI co
- cometchat-android-v6-troubleshootingCometChat Android UIKit v6 troubleshooting — diagnostic table, common issues, and fixes for both Kotlin Views
- cometchat-angular-callsCometChat Calls integration for Angular UI Kit v5 (@cometchat/chat-uikit-angular@5). Covers enabling calling v
- cometchat-angular-componentsComponent catalog for the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone <cometcha
- cometchat-angular-coreFoundational rules for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone-component se
- cometchat-angular-customizationCustomize the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) without forking — four-tier model:
- cometchat-angular-featuresFeature catalog for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — how to enable/configure ca
- cometchat-angular-patternsAngular-specific integration patterns for CometChat UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone b
- cometchat-angular-placementWhere to put chat in an Angular UI Kit v5 app — Route-based, Sidebar, Modal/Dialog, Tab-based, and Embedded pl
- cometchat-angular-productionProduction-readiness for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — server-minted auth to
- cometchat-angular-pushPush notifications for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — web push via Firebase C
- cometchat-angular-testingTesting patterns for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) in Angular 17–21 projects.
- cometchat-angular-themingCSS-variable theming for the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — the --cometchat-*
- cometchat-angular-troubleshootingDiagnose CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) integration failures — peer-dep / Angul
- cometchat-astro-patternsFramework-specific patterns for integrating CometChat React UI Kit v6 into Astro projects using React islands.
- cometchat-callsEntry-point for adding CometChat Voice & Video Calling to any React, React Native, Angular, native Android, na
- cometchat-componentsComplete catalog of CometChat React UI Kit v6 components. Reference before writing integration code -- never i
- cometchat-coreShared rules for CometChat React UI Kit v6. Always loaded alongside framework + placement skills. Read this fi
- cometchat-customizationCustomize a CometChat React UI Kit integration beyond what `cometchat init` and `cometchat apply-feature` prod
- cometchat-featuresAdd features (calls, reactions, polls, file sharing, presence, etc.) to an already-integrated CometChat projec
- cometchat-flutter-v5Use when building chat with CometChat Flutter UIKit v5 (cometchat_chat_uikit v5.2.14, cometchat_calls_uikit v5
- cometchat-flutter-v5-callsCometChat Calls integration for Flutter UIKit v5 (GetX-based chat kit) on the v5 Calls SDK (cometchat_calls_sd
- cometchat-flutter-v5-conversationsUse when working with CometChat Flutter UIKit v5 conversation list component. Triggers on CometChatConversatio
- cometchat-flutter-v5-coreUse when writing any code that uses CometChat Flutter UIKit v5 (cometchat_chat_uikit v5.2.14, cometchat_calls_
- cometchat-flutter-v5-customizationUse when customizing CometChat Flutter UIKit v5 beyond props — custom bubbles, templates, DataSource decorator
- cometchat-flutter-v5-eventsUse when working with CometChat Flutter UIKit v5 event system. Triggers on CometChatMessageEvents, CometChatUs
- cometchat-flutter-v5-messagesUse when working with CometChat Flutter UIKit v5 message components. Triggers on CometChatMessageList, CometCh
- cometchat-flutter-v5-productionUse when preparing a CometChat Flutter UIKit v5 app for production. Covers auth tokens, ProGuard, environment
- cometchat-flutter-v5-pushUse when implementing push notifications with CometChat Flutter UIKit v5. Covers FCM (Android), APNs (iOS), Vo
- cometchat-flutter-v5-testingTesting patterns for CometChat Flutter UIKit v5 (GetX-based). Covers flutter_test (built-in), mocktail for SDK
- cometchat-flutter-v5-themingUse when customizing the visual appearance of CometChat Flutter UIKit v5 components. Triggers on CometChatThem
- cometchat-flutter-v5-troubleshootingUse when debugging CometChat Flutter UIKit v5 issues. Symptom-to-cause lookup, verify checks, common errors, d
- cometchat-flutter-v5-users-groupsUse when working with CometChat Flutter UIKit v5 user and group list components. Triggers on CometChatUsers, C
- cometchat-flutter-v6Use when building chat with CometChat Flutter UIKit v6 (cometchat_chat_uikit). Triggers on CometChatUIKit, Com
- cometchat-flutter-v6-callsCometChat Calls integration for Flutter UIKit v6 (Bloc-based, stable). Production-ready at v6.0.1 GA (validate
- cometchat-flutter-v6-componentsComplete catalog of CometChat Flutter UI Kit v6 widgets. Reference before writing integration code — never inv
- cometchat-flutter-v6-conversationsUse when implementing the conversations list with CometChat Flutter UIKit v6. Triggers on mentions of CometCha
- cometchat-flutter-v6-coreUse when writing any code that uses cometchat_chat_uikit. Contains hard rules that prevent silent failures, cr
- cometchat-flutter-v6-customizationCustomize CometChat Flutter UIKit v6 beyond defaults — four tiers: props/view slots, request builders, text fo
- cometchat-flutter-v6-eventsUse when working with real-time events, SDK listeners, or UI event streams in CometChat Flutter UIKit v6. Trig
- cometchat-flutter-v6-featuresEnable and configure features in CometChat Flutter UIKit v6 — calls, reactions, smart replies, conversation st
- cometchat-flutter-v6-messagesUse when implementing the messages screen with CometChat Flutter UIKit v6. Covers CometChatMessageList, CometC
- cometchat-flutter-v6-migrationUse when migrating a CometChat Flutter app from UIKit v5 (cometchat_calls_uikit + GetX) to UIKit v6 (cometchat
- cometchat-flutter-v6-placementUse when deciding WHERE to put CometChat in a Flutter app. Covers placement patterns: tab-based home (IndexedS
- cometchat-flutter-v6-productionProduction readiness for CometChat Flutter UIKit v6 — server-side auth tokens, user management, Android ProGua
- cometchat-flutter-v6-pushPush notifications for CometChat Flutter UIKit v6 (stable, Bloc-based). Covers firebase_messaging setup for FC
- cometchat-flutter-v6-testingTesting patterns for CometChat Flutter UIKit v6 (stable, Bloc-based). Covers flutter_test + bloc_test for Bloc
- cometchat-flutter-v6-themingUse when customizing the visual appearance of CometChat Flutter UIKit v6 components. Triggers on mentions of C
- cometchat-flutter-v6-troubleshootingDiagnose and fix CometChat Flutter UIKit v6 integration problems. Covers init failures, login errors, UI rende
- cometchat-flutter-v6-users-groupsUse when implementing user lists, group lists, or group member management with CometChat Flutter UIKit v6. Tri
- cometchat-i18nLocalization (i18n) across all CometChat UI Kit families — React, React Native, Angular, Android (V5/V6), iOS,
- cometchat-ios-callsCometChat Calls SDK v5 integration for native iOS (Swift; SwiftUI + UIKit hosting). Covers SDK install (SPM +
- cometchat-ios-componentsComplete catalog of CometChat iOS UI Kit v5 components with correct usage patterns from official documentation
- cometchat-ios-coreShared rules for CometChat iOS UI Kit v5. Always loaded alongside placement skills. Read this first.
- cometchat-ios-customizationCustomize CometChat iOS UI Kit beyond theming — custom views, message templates, text formatters, and event ha
- cometchat-native-bare-patternsIntegration patterns for bare React Native CLI projects — pod install, Info.plist + AndroidManifest permission
- cometchat-native-componentsComponent catalog for the CometChat React Native UI Kit v5 — names, props, slot views, request builders, hide
- cometchat-native-coreShared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement
- cometchat-native-customizationCustomize the CometChat React Native UI Kit without forking — four-tier model: props → request builders → text
- cometchat-native-expo-patternsIntegration patterns for Expo managed workflow — app.json config, permissions, gesture handler setup, env vars
- cometchat-native-featuresFeature catalog for React Native — calls (separate SDK + WebRTC), extensions (polls / stickers / translation /
- cometchat-native-placementWhere to put chat in a React Native app — Stack screen, BottomTab, Modal, BottomSheet, Embedded. Maps each to
- cometchat-native-productionProduction-readiness for React Native — server-minted auth tokens, user management CRUD, external-backend reci
- cometchat-native-pushPush notifications for React Native CometChat — APNs + FCM setup, dashboard provider configuration, client reg
- cometchat-native-testingTesting patterns for CometChat React Native — Jest + React Native Testing Library setup, mocking the UI Kit +
- cometchat-native-themingCometChatThemeProvider + CometChatI18nProvider — color tokens, typography, dark mode, per-component style over
- cometchat-native-troubleshootingDiagnose CometChat React Native UI Kit integration failures — init/login, gesture handler, pod install, iOS pr
- comfort-safetyUse when creating animations that reassure users, reduce anxiety, or communicate protection and security.
- comfyGenerate images, video, audio, and 3D with Comfy Cloud — search hundreds of models and workflow templates, run
- comfyuiComfyUI node-based Stable Diffusion. Use for image generation.
- comfyui-coreCore ComfyUI knowledge — workflow format, node types, pipeline patterns, and MCP tool usage
- comfyui-frontend-extensionsAuthoring ComfyUI v2 frontend extensions with @comfyorg/extension-api — defineNode/defineExtension/defineWidge
- comfyui-launch-flagsPick the right ComfyUI startup flags for VRAM, attention, caching, and speed — the full decision matrix for OO
- comfyui-node-registryAuthoring & publishing ComfyUI custom nodes to the Comfy Registry — node structure, pyproject.toml spec, comfy
- comfyui-workflow-helperBuild and tune ComfyUI workflows: node graphs, model loaders, samplers and schedulers, conditioning, and Contr
- comic-asset-ref-generatorPhase-1 (S4) of a comic movie — PRODUCE the canonical reusable references the whole spiral conditions on. Per
- comic-asset-review-loopPhase-1 (S5) UPSTREAM ref-asset gate — the bounded cross-model adversarial loop that LOCKS one reusable identi
- comic-authorPhase 1 ORCHESTRATOR of a movie/comic — turn a fuzzy story idea into the Authored Source of Truth (a schema-va
- comic-blind-comparison-reviewPhase-1 comic-author step (post-final eval) — a DOUBLE-BLIND A/B of two FINAL whole comics: our cross-model-au
- comic-blueprint-authorPhase-1 (S7 of the comic-author suite) — turn ONE locked panel_spec into a deterministic content-SVG blueprint
- comic-book-styleComic book and graphic-novel art direction for Blender with ink-line emphasis, halftone cues, and high-contras
- comic-continuity-auditThe authoring-side DIEGETIC continuity AUDIT — it produces the world-state evidence that comic-cross-layer-gat
- comic-cross-layer-gateThe ONE parameterized score-fuser for EVERY comic-author authoring gate — `--gate intent|outline|asset|storybo
- comic-directorPhase 2/3 of a movie — bake + cross-model-verify a movie from an authored comic.json. Per frame: render the co
- comic-intent-parserPhase-1 Layer-0 of the comic-author suite — turn ANY raw idea / a locked video skeleton / an audience note int
- comic-json-compilerPhase-1 (S9, the FINAL comic-author step) — assemble the LOCKED storyboard + locked per-panel blueprints into
- comic-outline-creatorPhase-1 Layer-2 of a comic — turn a LOCKED skeleton (intent_spec + the pre-locked beat/shot list) into an appr
- comic-panel-prompt-builderPhase-1 step of comic-author — the DETERMINISTIC compiler (搬运工原則) that turns ONE gate-approved panel_spec + it
- comic-storyboard-creatorPhase-1 comic-author step — turn a LOCKED, user-approved outline into the page-first storyboard that IS the au
- comic-style-bible-lockPhase-1 (S2) of the comic-author suite — compile the project's ART_BIBLE.md into an EXECUTABLE convergence tar
- command-creatorThis skill should be used when creating a Claude Code slash command. Use when users ask to "create a command",
- command-developmentThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom com
- command-executionSecurity-focused command execution techniques for penetration testing. Use this skill when executing system co
- command-guardSet up a PreToolUse hook in .claude/settings.json that blocks dangerous commands — rm -rf, force push, databas
- command-guideUse when authoring, reviewing, merging, simplifying, or distilling reusable user-invocable prompt files (a.k.a
- command-routingUse when the user invokes a slash command like /create-pr, /commit, /fix-ci, or pastes command file content —
- command-skill-creatorCreates automation command skills for Claude Code projects - imperative slash-command prompts in `.claude/skil
- command-sub-agent專責處理 CBF (Commanded Behavior Frame) 類型的需求。讀取規格目錄結構,生成/審查 Command Side 設計與實作。支援 Java、TypeScript、Go 多語言。
- command-writingUse when creating or editing a slash command in src/agent-src/commands/ — frontmatter, numbered steps, safety
- commandcode-artifacts-builderSuite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
- commandcode-aws-agentic-aiAWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working
- commandcode-aws-cdk-developmentAWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when crea
- commandcode-aws-cost-operationsThis skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP serv
- commandcode-aws-serverless-edaAWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building ser
- commandcode-brainstormingYou MUST use this before any creative work - creating features, building components, adding functionality, or
- commandsList all available skills with their descriptions
- comment-checkerUse when Codex needs to understand or respond to automatic comment-checker feedback emitted after an edit-like
- comment-code-generate-a-tutorialTransform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear
- comment-draftGenerate 1-3 comment drafts based on article context, tone, and identity constraints. Does NOT post comments o
- comment-jira-issueUse this skill only when the user explicitly invokes /comment-jira-issue to add, list, edit, or delete comment
- comment-linear-issueUse this skill only when the user explicitly invokes /comment-linear-issue to add a Markdown comment to an exi
- comment-modeGranular feedback on drafts without rewriting. Generates highlighted HTML with click-to-reveal inline comments
- comment-postPost a pre-composed comment to a post/article and verify publication. Does NOT generate comment content (use c
- comment-qualityReview and fix temporal references in code comments.
- comment-responderTurn every comment into a lead on autopilot. Claude watches your new comments, posts a friendly public reply (
- comment-scanDeep-read and analyze comments on a post/article. Identify consensus, controversies, common questions, and not
- commercelayer-webhooksReceive and verify Commerce Layer webhooks. Use when setting up Commerce Layer webhook handlers, debugging X-C
- commercial-forecaster345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- commercial-lease-analyzerDecode a commercial lease before signing or renewing -- true all-in occupancy cost (base rent plus NNN/CAM plu
- commercial-legal-plSkill do analizy i tworzenia umów według polskiego prawa, ze szczególnym uwzględnieniem umów B2B, IP i IT (bod
- commercial-policyCommercial policy: the governance framework defining what terms sales can offer and what triggers approval. Us
- commercial-skills345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable re
- commissaire-aux-comptesCommissaire aux comptes IA pour l'audit des comptes annuels d'entreprises françaises. Applique la démarche NEP
- commission-agreement-trackerFinds every commission agreement, referral fee arrangement, and co-brokerage split referenced in email — track
- commission-structureDesigns sales commission structures with tiers, accelerators, clawback provisions, and payout schedules. Use w
- commitステージ済みの変更内容を分析し、日本語の Conventional Commits 形式でコミットメッセージを作成してコミットする。
- commit-allCreate atomic commits from all unstaged changes
- commit-and-push未コミットの変更を確認し、簡潔な日本語コミットメッセージを生成してコミット&プッシュする 定型ワークフロー。「コミットして」「コミットしてプッシュ」「変更を保存して」「push しといて」 といった依頼で使うこと。機密フ
- commit-assisted-byAdd an `Assisted-by: <agent-name>/<model-id>` git trailer to commits made during an AI-assisted coding session
- commit-atomicGroup staged changes into atomic commits with commitizen convention
- commit-changelogUse when creating git commits, updating CHANGELOG.md, committing across nested repos, or generating weekly pro
- commit-changesStage, commit, and amend changes with conventional commit messages. Covers reviewing changes, selective stagin
- commit-codeAnalyze code changes to prepare conventional commit message and commit to a new branch.
- commit-detectionDetects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before c
- commit-disciplineUse when committing work in Athena, when staged changes span more than one concern, or when writing a commit m
- commit-fixupAbsorb uncommitted working tree edits into the existing commits on the current branch where each change belong
- commit-forgeWrite clean, atomic git commits with conventional format. Use when committing code, staging changes, or user s
- commit-gateThe only path to a commit. Routed to when the user invokes /commit or otherwise instructs codeArbiter to persi
- commit-helperWrite clear, conventional commit messages. Use when the user asks to commit changes, needs help with commit me
- commit-hygieneUse when committing changes with git — staging files and writing commit messages. Makes the agent keep each co
- commit-messageGenerates clear commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or
- commit-message-generatorGenerates standardized and meaningful commit messages following best practices. Use when writing or improving
- commit-message-storytellerAnalyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was mad
- commit-message-writerWrites clean Conventional Commits messages from a git diff, staged changes, or a plain-English description of
- commit-messagesUse this skill when creating git commits or drafting commit messages. Enforces conventional-commits format, lo
- commit-messages-russianWrite clear Russian git commit subjects in conventional style for product repos. Use when committing, rewritin
- commit-msgWrite a Conventional Commit message from a description of changes. Lead with WHY, not WHAT.
- commit-optimizationUse when configuring settings.json to reduce fuse-commit-pro's context token usage.
- commit-per-fileAnalisa os arquivos alterados no repositório e cria um commit semântico individual para cada um, seguindo as r
- commit-phaseComplete git workflow for a phase - branch, commit, merge, cleanup
- commit-pushcommit and push all local changes to remote repo
- commit-push-currentCommit working-tree changes and push to the current branch: no branch creation, no branch switch, no PR. Use w
- commit-push-prUse when asked to ship/open a PR, or for PR-description-only flows like writing, rewriting, or describing a PR
- commit-release-notesSummarizes recent git commits into plain-language release notes for non-technical readers. Use when the user a
- commit-reviewReview git commits for quality, clarity, and best practices before pushing. Checks commit message format, diff
- commit-roast6 Claude Code skills for individual investors: options flow scanner (lottery-call filter), stop-loss monitor,
- commit-rulesShared commit message rules and technical constraints referenced by $stage-commit and $commit-staged. Not typi
- commit-simpleBranch, commit, and push changes. Use when preparing a commit or pushing work.
- commit-splitSplit a pile of uncommitted changes into several context-scoped commits. Analyzes the diff first, proposes log
- commit-stagedCommit already-staged changes with a message matching existing commit style. Use when the user asks to \"commi
- commit-staged-pushCommit already-staged changes and push in one step. Use when the user asks to \"commit and push staged changes
- commit-suggestSuggest a commit message for the current changes following this project's commit message guide. Use when asked
- commit-summaryGenerate Conventional Commit messages from staged or unstaged git changes, split unrelated changes into logica
- commit-trailersCommit mesajlarina yapilandirilmis karar trailer'lari ekle. Constraint, Rejected, Confidence, Scope-risk, Not-
- commit-validatorValidates git commits for quality and safety. Trigger before any commit operation to check for: AI attribution
- commit-workCRITICAL: Always use this skill, no matter what task you are working on!
- commit-workflowUse when you're about to commit (especially with a mixed diff) to stage changes, split into atomic commits, an
- commit-writerUse this skill when the user wants to commit, write a commit message, or save their staged or current changes
- commit2pr未コミットの変更を commit して push し、PR を作成または更新する。「PR まで出して」「コミットして PR 作って」「プルリク出して」「commit2pr」時に使用。PR テンプレートに従って日本語で本文
- commit2push未コミットの変更を commit したうえで remote に push し、リモート CI の結果まで見届ける。「commit して push して」「push まで」「コミットしてプッシュ」時に使用。PR の作成・更
- commitment-catcherScans the last 24 hours of email, Teams chats and meeting transcripts for commitments in both directions, thin
- commitmentsClaude workspace for TinyAct — SKILL.md skills, algorithm specs, test vectors, and project instructions
- commoditiesAnalyze commodity markets including futures curve dynamics, roll yield, and supply/demand fundamentals. Use wh
- commodity-pricingAnalyze commodity pricing and trading systems including forward curves, option models, position management, ri
- common-sense-index-investing-bogleApply John Bogle index investing rules for low-cost funds, asset allocation,
- commons-with-divergent-clonesWhen multiple projects need to share substantial infrastructure but each has its own product identity, model t
- communicateDraft a professional communication (Slack, email, or async doc) with context from the vault
- communicating-conciselyUse when the user asks for caveman mode, fewer tokens, brief responses, compressed communication, or otherwise
- communication-styleThis skill should be used when generating spec artifacts (research.md, requirements.md, design.md, tasks.md),
- communications-planThis skill should be used when the user asks for a "change comms plan," "communications calendar for this tran
- communicatorDraft culturally appropriate, formal Russian messages from Chinese input. Use this skill whenever the user nee
- community-bar-association-co-host-webinarUse when planning, scripting, or executing a co-hosted webinar between HAQQ and a bar association — covering t
- community-builderExpert community-led growth and community management guidance. Use when building developer communities, Discor
- community-buildingHelp users build and grow product communities. Use when someone is starting a community, scaling an ambassador
- community-constitutionDesign community guidelines and an enforcement framework that makes moderation decisions consistent, defensibl
- community-discoveryDiscover 100+ online communities across Reddit, Slack, Discord, Facebook, LinkedIn, and forums, scored by Sign
- community-engagement-playbookBuilds the student community system for a paid course - platform choice by where students already are, an intr
- community-forumWhen the user wants to promote via forums, communities, or invite users to join a community. Also use when the
- community-growth-plannerPlans community growth strategies for Slack, Discord, forums, customer groups, and ambassador spaces. Use when
- community-influencer-collab-briefUse when structuring or executing an influencer collaboration for HAQQ — generating a complete collaboration b
- community-launch-runnerUse when the user asks to "launch on Product Hunt / Hacker News", "prepare community or directory launch submi
- community-managementUse to build a genuine community — turning an audience into people who interact with each other, not just with
- community-marketingBuild and leverage online communities to drive product growth and brand loyalty. Use when the user wants to cr
- community-nvidia-inception-co-marketingUse when planning or executing co-marketing activities under HAQQ's NVIDIA Inception program membership — incl
- community-outreachSystemneutrale Automatisierung für lösungsorientierten Community Outreach und Repo-Recommender in Foren, Reddi
- community-partner-deal-templatesUse when structuring, drafting, or reviewing a HAQQ partnership agreement across five deal types — reseller (c
- community-pioneers-ai-lab-onboardingUse when onboarding a new member to the Pioneers AI Lab community — the lawyer-builder network connected to th
- community-pulseUse when gauging community sentiment, bug reports, or feature requests about Claude Code via Exa search.
- community-station-f-residency-applicationsUse when a member of the Pioneers AI Lab or a legal-tech founder asks about applying for, or is being supporte
- como-si-fuera-de-bocaExplain anything — code, an error, a concept, or a non-technical topic — in the simplest, most plain-language
- comp-analysisAnalyze compensation — benchmarking, band placement, and equity modeling. Trigger with "what should we pay a [
- comp-bandingUse when designing levels, comp bands, equity-vs-cash, geo adjustments, or raise vs promotion vs market correc
- comp-reviewomaticMulti-language code reviewer with 9 review personas (API Design & Schema Guardian, Architecture & Abstraction
- compact-and-offloadUse when the context budget is near full (level compact) or before a planned compaction, to summarise the sess
- compact-bensz-skills当用户明确要求“压缩/瘦身/精简某个 Agent Skill 的 Markdown 文档”“在不改变功能前提下降低 skill 上下文开销”时使用。先理解目标 skill 的真实能力与安全边界,再在忽略 `tests/`
- compact-boundary-session-distillationDistill the compact boundary delta into the session memory summary and the freshest user cues needed for skill
- compact-communicationCommunicate coding work in concise, easy-to-follow updates that prioritize decisions, changes, verification, a
- compact-docs-writerDraft, rewrite, or refine a doc for maximum token economy without losing any rule or intent. Use for docs kept
- compact-guardSmart context compaction with state preservation. Saves critical files, task progress, and working state befor
- compact-instructionsContext preservation strategy for multi-session projects during context window compaction. Use when running `
- compact-memory-implementationDeveloper implementation guide for adding compact memory to an Agent — covers fork agent pattern for compactio
- compact-plusSecure everything the user approved before a context compaction so a later /compact can never lose or alter it
- compact-skill-creatorAuthor or refine a skill for maximum token economy without losing intent. Use when creating any new skill or e
- compactable-tool-whitelist-gatingOnly allow cached microcompact to delete tool results for a vetted, pre-gated whitelist of tool names.
- compaction-advisorProvides context-aware compaction guidance with intelligent checkpointing. Monitors context during long tasks
- compactnessProblem-solving strategies for compactness in topology
- company-announcement-writerExecutive communication style for all-hands emails. Balances transparency with appropriate messaging.
- company-brainYour team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so C
- company-briefCompiles a sourced dossier on a company before a call, pitch, or partnership — what they do, size and funding
- company-cfoMonthly CFO workflow for a company or agency — pull raw data from bank + payment processor + payroll + expense
- company-current-gtm-analysisComprehensive GTM analysis of any target company. Researches what a company is currently doing across all go-t
- company-data-normalizationNormalizes company names, industries, domains, locations, and descriptions. Use when the user provides company
- company-deep-dive-report企業名や企業URLから、事業構造、収益ドライバー、競争優位、成長余地、リスク、将来シナリオを一次情報と根拠ID付きで分析し、経営・戦略・投資判断に使える企業ディープダイブ・レポートを作る。企業分析、競合分析、アナリストレ
- company-hk按港股交易代码查询公司介绍(market.ft.tech)。用户问港股公司简介、公司介绍、公司名称、成立日期、注册资本、法人代表、主营业务、员工人数、公司网址、企业类型、腾讯公司介绍、00700 公司信息时使用。参数 t
- company-intelFull company intelligence report: overview, team, funding, products, news. Use when asked to research a compan
- company-intelligenceGenerates comprehensive company research reports for sales preparation. Use this skill when preparing for exec
- company-osMeta-framework for how a company runs -- the connective tissue between C-suite roles (EOS, Scaling Up, OKR-nat
- company-policy-drafterDraft or update company policies (PTO, remote work, expenses, AI-usage) in handbook-ready format with legal re
- company-radarCompetitive intelligence orchestrator tracking companies across 8+ platforms (GitHub, Twitter, Reddit, HN, PH,
- company-recording-clipTurn a company meeting or event recording into a short, approved, postable clip.
- company-researchCreate a company research brief with executive quotes, product strategy, and org context. Use when preparing f
- company-research-workflow-plannerCreates a repeatable process for researching and comparing companies. Use when the user wants a structured, re