发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
pda-reframing
Rephrase tasks and requests by avoiding Demand Avoidance triggers for someone with PDA autism spectrum disorder. It transforms demands into exploration and autonomous actions.
tiptap-vue3
Use this skill when implementing, debugging, or fixing Tiptap WYSIWYG editors in Vue 3 applications. It triggers on Tiptap setup, WYSIWYG/rich-text editors, task list creation, markdown editing, and Vue 3 editor integration. Provides production-ready patterns with ZERO auto-conversion interference.
xp-app-debugger
Debug Enonic XP application errors. Analyzes build failures (Gradle, TypeScript) and server runtime errors (Nashorn/JS stack traces in server.log). Use when the user asks to debug, troubleshoot, or fix errors in an XP app, or pastes XP log output containing ERROR or WARN entries.
docling
Python document processing library for parsing PDF, DOCX, and 10+ formats with advanced layout understanding, unified document representation, and AI ecosystem integrations (LangChain, LlamaIndex, MCP server)
tool-openclaw
Help users install, configure, and operate OpenClaw (gateway, channels, nodes, plugins). Use when answering OpenClaw setup/debug questions; use the local docs snapshot bundled with this skill as the source of truth. Triggers: openclaw, clawdbot, clawd, clawdhub, gateway, onboard, channels login, whatsapp, telegram, discord, mattermost, pairing, nodes, sandboxing, tailscale.
release-changelog
Generates a changelog entry from commits and staged changes since main and appends it to CHANGELOG.md. Use when cutting a release, asking "update the changelog", or writing release notes.
add-tool
Add a new tool definition to toolbox-core's default tools
typescript-advanced-types
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex...
secure-code-guardian
Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention.
resume-ats-optimizer
Use this skill when optimizing resumes for Applicant Tracking Systems (ATS), checking ATS compatibility, and analyzing keyword matches.
tech-resume-optimizer
Use this skill to optimize resumes for software engineering, product management, and other technical roles.
skill-teaching
This skill should be used when the user asks to "sync skills to agent", "share skills with agent", "push skills to target", "teach agent skills", or requests synchronizing Claude Code skills with other AI agents in the project.
trello-import
This skill should be used when the user asks to "import Trello boards", "convert Trello JSON to Markdown", "generate Obsidian notes from Trello", or has placed Trello JSON exports at the repository root. Converts Trello board JSON exports into browsable Obsidian Markdown notes organized by board, list, and card.
trello-media-download
This skill should be used when the user asks to "download Trello images", "localize Trello media", "download attachments from Trello cards", or wants to store Trello-hosted images locally in the vault. Downloads Trello-hosted images referenced in imported Markdown files and rewrites links to local paths.
auto-rollback
Implement automatic rollback on deployment failure
multi-plan
Multi-agent task decomposition across services
finance-variance-commentary
Auto-generate natural language variance explanations for Nuvini management reports. Produces bilingual (Portuguese/English) commentary for actual vs. budget, actual vs. forecast, and YoY comparisons per entity or consolidated. Sources FP&A Blueprint. Triggers on: variance commentary, variance analysis, variação, actual vs budget, actual vs forecast, explain variance.
bluebubbles
Build or update the BlueBubbles external channel plugin for MarketBot (extension package, REST send/probe, webhook inbound).
add-effect
Add battle effects (buffs, debuffs, shields) to the battle system. Use when creating temporary status modifiers.
fastapi-code-review
Reviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup, Depends() usage, or response models.
go-testing-code-review
Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.
langgraph-architecture
Guides architectural decisions for LangGraph applications. Use when deciding between LangGraph vs alternatives, choosing state management strategies, designing multi-agent systems, or selecting persistence and streaming approaches.
llm-judge
LLM-as-judge methodology for comparing code implementations across repositories. Scores implementations on functionality, security, test quality, overengineering, and dead code using weighted rubrics. Used by /beagle:llm-judge command.
prometheus-go-code-review
Reviews Prometheus instrumentation in Go code for proper metric types, labels, and patterns. Use when reviewing code with prometheus/client_golang metrics.