effective-questioning
Use when the user asks you to gather requirements, or when the request is vague and needs clarity before acting.
nuxt-documentation-lookup
Look up official Nuxt documentation for specific APIs, advanced features, or implementation details not covered in repository instructions. Use when precise Nuxt framework information is needed.
nuxt-module-finder
Find and compare Nuxt modules for specific features. Use when users need to add functionality via modules (auth, UI, database, etc). Do not use for basic Nuxt concepts.
nuxt-ui-component-finder
Find and explore Nuxt UI components with their props, slots, and examples. Use when users ask about available UI components or how to use specific Nuxt UI features.
nuxt-ui-theming
Help customize Nuxt UI component themes and colors. Use when users ask about styling, theming, or customizing component appearance.
pinia-documentation-lookup
Look up Pinia documentation for store patterns, API reference, and advanced features. Use when users need specific Pinia implementation details or state management patterns.
thesportsdb-api
Access TheSportsDB API for sports data including teams, players, leagues, schedules, livescores, and events. Use when users need sports-related information.
typescript-best-practices
Enforce strict TypeScript standards including centralized type definitions in app/types/, arrow functions only, explicit return types, and lang="ts" in all components. Use when reviewing or creating TypeScript code.
vueuse-composables
Find and use VueUse composables for common functionality like mouse tracking, local storage, element detection, breakpoints, and browser APIs. Use when users need reactive utilities beyond basic Vue.
stellar-skills
Stellar blockchain and Soroban smart contract development. SDKs, wallets, DeFi protocols, and ecosystem tools. Use when building dApps on Stellar, writing Soroban contracts, integrating wallets, or working with Horizon/Soroban RPC.
create-changeset
Analyze git changes and create changesets for package releases. Use when preparing pull requests, creating PRs, when branch has commits ready for review, or when user mentions changeset or version bump.
better-auth-setup
>
fmdapi-client
>
typegen-fmdapi
>
fmodata-client
>
odata-query-optimization
>
typegen-fmodata
>
webviewer-integration
>
consciousness
Work with Aenea consciousness system - start/stop consciousness, monitor thought cycles, manage energy levels, trigger sleep mode, or debug consciousness state
dpd
Work with Dynamic Prime Directive (DPD) system - analyze empathy/coherence/dissonance weights, view DPD evolution history, debug weight calculations
gemini-analyzer
Manages Gemini CLI for large codebase analysis and pattern detection. Use proactively when Claude needs to analyze extensive code patterns, architectural overviews, or search through large codebases efficiently.
rag
Work with RAG (Retrieval-Augmented Generation) system - ingest knowledge, search vectors, manage embeddings, debug retrieval
test
Run tests for Aenea project - unit tests, integration tests, coverage reports, watch mode
atlassian-usage
This skill should be used when the user asks to "search jira", "find tickets", "look up an issue", "search confluence", "find pages", "read a document", "create a ticket", "update an issue", "add a comment", mentions JQL, CQL, Atlassian, Jira issues, Confluence pages, or provides an Atlassian URL (*.atlassian.net). Provides guidance for using the atl CLI to interact with Atlassian products.
ci-monitor
This skill should be used when the user asks to "monitor the PR", "watch the CI", "check if CI passes", "let me know when CI finishes", "watch the checks", "monitor CI status", "tell me when the build completes", or any variation requesting to track GitHub PR check status until completion. Also use this skill proactively after creating or updating a PR when the user would benefit from knowing the CI result.
conversation-search
Search indexed conversation history to find past conversations, locate when topics were discussed, or identify which project conversations occurred in. Use when user asks questions like "when did we discuss X?", "find conversations about Y", "in which project did we talk about Z?", or "show me conversations mentioning W". Works across all projects or within current project.
conversation-history-setup
Guide users through initial setup of conversation history indexing. Use when user asks about setting up conversation history, indexing past conversations, or when search returns no results and the database may be empty.
load-conversation
Load the full content of a previous Claude Code conversation into current context. Use when user asks to "load conversation <uuid>" or "show me conversation <uuid>" or references loading/viewing a past conversation by its ID.
ezcater-research
This skill should be used when the user asks to "investigate ezCater systems", "research architectural decisions", "understand code evolution", "find historical context", "analyze project history", "search internal documentation", or needs to understand why technical decisions were made at ezCater. Use this for lighter research where the user doesn't explicitly request "deep research" (which triggers the agent).
gcb-monitor
This skill should be used when the user asks about build status in GCP, Google Cloud Build, or gcloud builds. Trigger phrases include "monitor the build", "watch the build", "check build status", "build in test environment", "build in staging", "build in production", "status of the build", "gcloud builds", "Cloud Build", "GCP build", "what happened with the build", "why did the build fail", "analyze the build failure", "did the build succeed", "check the deploy", "monitor the deploy", "anything weird with the build", or when user mentions checking CI/CD status in Google Cloud. Also use when user wants to use gcloud CLI to check build results or logs. Use proactively after merging a PR when build monitoring would be helpful.
pr-creation
This skill should be used when you need to create, open, or edit a pull request (PR), or the user asks to "create a PR", "open a PR", "submit a PR", "raise a PR", "file a PR", "make a PR", "create a pull request", "open a pull request", "new PR", or any variation requesting GitHub pull request creation.
safe-gcloud-usage
This skill should be used when the user asks to "run a gcloud command", "use gcloud", "access Google Cloud", "list GCP projects", "check gcloud config", or any task involving the Google Cloud CLI. Also use when Claude needs to suggest patterns for the gcloud allowlist or explain why a gcloud command was blocked. Use this skill immediately when you see "Direct gcloud commands are blocked" or "Use the safe-gcloud wrapper instead" in an error message.
configure
Use when user asks "what statusline components are available", "list statusline components", "show statusline components", "which statusline components", "configure statusline", "enable/disable statusline components", "change statusline order", or wants to manage statusline component configuration globally or per-project
tdd-feature-development
CRITICAL: When the user asks to implement/build/add a feature or mentions feature development, invoke this skill FIRST (BEFORE invoking feature-dev or any other feature development workflow). This establishes test-driven development requirements and ensures tests are written early and explicitly planned as separate steps. Do NOT wait until feature-dev is already running - invoke this BEFORE starting any feature development workflow.
whats-new
This skill should be used when the user asks about new features, recent changes, or updates in Claude Code — for example "what's new in Claude Code?", "Claude Code changelog", "what did I miss in Claude?", "any recent updates?", "tell me about new Claude features", or "what's changed since version 1.0.30?". It fetches the official changelog, filters for notable features (excluding bug fixes), researches each feature for deeper context on Anthropic's website, and presents mini-article summaries. Supports both automatic tracking (since last check) and explicit version queries.
code-simplifier
简化和优化代码,提升清晰度、一致性和可维护性,同时保留所有功能。除非另有指示,否则专注于最近修改的代码。
agent-retro
执行每日 Agent 复盘行动(Retro)。读取指定日期(通常是昨天)的所有 session 聊天记录和动作,总结做对/做错的事情、提炼改进点与用户画像,并规范化地更新至 memory 文件及 USER.md、SOUL.md、AGENTS.md 和 MEMORY.md。当用户要求复盘、总结昨天表现时触发此技能。
feishu-voice-tts
将文本转为语音并通过飞书 audio 消息发送给指定用户。用于“给用户发语音”“把这段话转语音并发飞书”“语音播报结果”等场景,尤其当普通文件发送会降级为文本时使用。仅在指定 channel=feishu 时触发。优先在需要高可达、可听播报时使用。
jimeng
Use Jimeng AI 4.0 (Volcengine) to generate images from text or image references, and optionally send results to Feishu.
tangzhan-runse-master
基于协作协议(V1.0)的文本润色技能。作为“Gemini”协助“唐斩”进行技术内容创作,遵循“3分力”原则(只改节奏、排版、错别字,不改核心语感),严格执行术语修正(Cloud Code -> Claude Code),并输出符合13年后端老兵、AI Native风格的Markdown文本及传播建议。
tangzhan-code-simplifier
简化和优化代码,提升清晰度、一致性和可维护性,同时保留所有功能。除非另有指示,否则专注于最近修改的代码。
tangzhan-skill-opencodeInsights
Generate deep insights and visualization reports from your OpenCode session history. Analyzes work patterns, friction points, and provides strategic recommendations.
tangzhan-webpage-designer
将任何文本转换为独立的、具有特定设计风格的网页。内置 30+ 种精选设计风格,具备智能风格匹配和有说服力的推荐逻辑。充当您的智能设计顾问。
api-designer
|
bug-hunter
|
change-impact-analyzer
|
cloud-architect
|
code-reviewer
|
constitution-enforcer
|
database-administrator
|
Page 194 of 1445 · 72243 results