发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
messaging-adapter-parity
Use this skill when the user asks to change "Slack adapter", "Telegram adapter", "Discord adapter", "Webhook adapter", "status delivery", "message routing", or "delivery receipts". It enforces cross-adapter parity and explicit delivery semantics.
ss14-events
A guide to using events in Space Station 14 — a strict taxonomy, subscriptions, prioritization of by-reference (by-ref) events, and network interaction patterns.
ss14-pvs
Architecture guide for PVS in Space Station 14 — chunk-based spatial partitioning, visibility determination, override types, budgets, Level-of-Detail, leave mechanics, visibility masks, and ExpandPvsEvent
authentication-review
Review authentication implementation — login flows, token management, session security, and credential handling.
authorization-review
Review authorization implementation — access control, permission models, privilege escalation, and resource ownership.
clickhouse
Rules when working with ClickHouse database in Gram for analytics and telemetry features
zotero-mcp
Zotero MCP server to search your library, access items/notes/annotations, and perform semantic search.
document-watermark
MANDATORY branding that MUST be added to ALL generated documents - adds ACME CORPORATION header and Document Forge footer
oidc-hosted-page-python
Implement "Sign in with SSO" in Python Flask applications using SSOJet OIDC Authorization Code flow.
bulktrajblend-trajectory-interpolation
Extend scRNA-seq developmental trajectories with BulkTrajBlend by generating intermediate cells from bulk RNA-seq, training beta-VAE and GNN models, and interpolating missing states.
instruments-profiling
Use when profiling native macOS or iOS apps with Instruments (xctrace). Covers correct binary selection, CLI arguments, exports, and common gotchas.
time-tracking
Manage time tracking with Toggl or Clockify. Use when a user asks about time tracking, timers, timesheets, logging hours, starting/stopping work, checking what's running, viewing time entries, or creating manual entries. Triggers on "toggl", "clockify", "time tracking", "timer", "timesheet", "log time", "track time", "hours worked".
retro-pdf
Convert Markdown documents to professional, retro LaTeX-style PDFs with academic formatting, a clickable table of contents, and properly formatted citations.
qa-engineer-unit
Write focused unit tests for complex logic with Vitest
agent-sop-author
Create (or update) and validate Agent SOPs (Standard Operating Procedures) - markdown-based workflows that guide AI agents through complex, multi-step tasks with RFC 2119 constraints.
using-streamlit-session-state
Using st.session_state to manage state across Streamlit reruns. Use when persisting data, handling widget state, implementing callbacks, or debugging state issues. Covers initialization patterns, widget-state association, and common gotchas.
kysely-sqlite-builder
Utility layer for Kysely on SQLite databases. Use when working with SQLite via Kysely for: schema definition and auto-migration, soft-delete patterns, precompiled queries, pagination, nested transactions using savepoints, SQLite pragma utilities (integrity check, foreign keys, optimization), serialization/deserialization, enhanced logging. Also use when user asks about kysely-sqlite-builder library usage, table definitions, syncDB, generateMigrateSQL, parseExistSchema, or any related functionality.
chromecast
Control Chromecast devices on your local network - discover, cast media, control playback, manage queues, and save/restore states
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) A user corrects Claude (e.g., "No, that's wrong...", "Actually..."), (3) A user requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
ad-creative
Render ad concepts as HTML with 5 template styles (cookie-cutter, ugly, meme, branded, native), optionally screenshot via Playwright MCP.
deployment-automation
Automate application deployment to cloud platforms and servers. Use when setting up CI/CD pipelines, deploying to Docker/Kubernetes, or configuring cloud infrastructure. Handles GitHub Actions, Docker, Kubernetes, AWS, Vercel, and deployment best practices.
skill-creator
REQUIRED for creating or modifying Claude Code skills. Use when the user asks to "create a skill", "new skill", "add a skill", "modify skill", or needs help with SKILL.md format and frontmatter. Triggers: create skill, new skill, SKILL.md, skill template, frontmatter, slash command, custom command. When creating skills, follow this project's patterns: single SKILL.md per directory, YAML frontmatter with explicit trigger descriptions, "When This Skill Applies" section, organized content with code examples. Keep SKILL.md under 500 lines. After creating a skill, add it to .claude/settings.json permissions (alphabetical order).
government-office-document-register
Query the Government Office document register for official central-government document records and administrative traceability.
sku-naming-rule-generator
Skill to design naming conventions for an organization's product codes / SKU codes / variation codes, taking marketplace specifications, future extensibility, and consistency with existing assets into account. Used when requesting design, revision, or unification of product codes and SKU codes such as SKU naming rules, product code rules, variation codes, SKU length, color-axis and size-axis codes, season codes, multi-brand naming, unifying codes between Rakuten and Amazon, inventory management tool codes, preventing SKU input mistakes, and SKU regular expressions. Supports all categories (cosmetics, supplements, food, electronics, apparel, general merchandise). Cross-platform support for Rakuten, Amazon, Yahoo!, Shopify, Next Engine, and Google Merchant Center. All examples use fictitious brand names (BRAND-NAME, BRD, BTN, etc.). Note: selection of variation axes and marketplace-specific variation feature usage is handled by a separate skill variation-builder-jp, Rakuten SKU project–specific variation checks are handled by rakuten-sku-variation-checker, and bulk product master cleaning is handled by ec-product-master-cleaner-jp.