发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
prompt-engineering-approach
Sub-skill of prompt-engineering: Approach.
sparc-specification-example-1-api-requirements
Sub-skill of sparc-specification: Example 1: API Requirements.
activepieces-integration-with-notion-and-slack
Sub-skill of Activepieces: integration with Notion and Slack.
freecad-automation-parametric-hull-workflow
Sub-skill of freecad-automation: parametric hull generation workflow — HullProfile definition, NURBS surface creation, STEP export, and manifold validation.
gmsh-openfoam-orcaflex-real-mode-requirements
Sub-skill of gmsh-openfoam-orcaflex: Real Mode Requirements.
cli-reference
Maestro CLI commands, flags, headless mode, and automation patterns
configuring-niri
Use when configuring the Niri window manager, writing Niri config files, setting up keybindings, window rules, animations, or troubleshooting Niri issues — navigates comprehensive reference documentation.
gh-projects
Manage GitHub Projects v2 via gh CLI + GraphQL: boards, items, fields, views, automations.
api-reference-documentation
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
jest-generator
Generate Jest unit tests for JavaScript/TypeScript with mocking, coverage. Use for JS/TS modules, React components, test generation, or encountering missing coverage, improper mocking, test structure errors.
security-headers-configuration
Configures HTTP security headers to protect against XSS, clickjacking, and MIME sniffing attacks. Use when hardening web applications, passing security audits, or implementing Content Security Policy.
workflow-compiler
Guide for understanding and working with the workflow compiler and runtime in src/seer/core/. Use when implementing node executors, debugging compilation/runtime issues, adding workflow features, or understanding the workflow execution architecture.
ai-regression-testing
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.
learner
Extract a learned skill from the current conversation
mcp-setup
Configure popular MCP servers for enhanced agent capabilities
continuous-agent-loop
Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.
Browser Session Helper
Use the browser and filesystem tools to inspect the local profile.
run-tests
Test execution and quality verification. Use when: (1) Request to run tests, (2) Need to verify after changes, (3) Check coverage.
semo-help
SEMO help and Semicolon team context responses (common Skill). Use when (1) the /SEMO:help command is invoked, (2) keywords such as "help", "What is SEMO", "How do I...", or (3) questions about how to use SEMO. When called, output a system message on the first line stating "[SEMO] Skill: semo-help invoked - {question category}" to indicate the source. The core function is to classify user questions into SEMO basics, package information, command guidance, and team context, and to gather related information via a reference chain such as semo-core/PRINCIPLES.md, MESSAGE_RULES.md, TEAM_RULES.md, .claude/semo-*/VERSION, etc. Provided features include scanning the .claude directory to detect installed packages and versions, analyzing the commands/ directory to generate a list of commands, querying the docs repo Wiki (gh api), and outputting standardized response templates. Use cases: /SEMO:help invocation, responding to "What is SEMO?" or the "help" keyword, checking package versions, and providing team rules guidance. Key benefits are a consistent format, centralized knowledge lookup, fast diagnosis, and documentation-based reliability.
validate-architecture
Validate DDD 4-layer architecture compliance. Use when: (1) after implementation completion, (2) during verification phase, (3) before creating a PR, (4) validating architecture refactoring, (5) checking compliance with Constitution Principle I/II.
coingecko
Complete CoinGecko Solana API integration for token prices, DEX pool data, OHLCV charts, trades, and market analytics. Use for building trading bots, portfolio trackers, price feeds, and on-chain data applications.
sanctum
Complete Sanctum SDK for liquid staking, LST swaps, and Infinity pool operations on Solana. Use when working with LSTs (mSOL, jitoSOL, bSOL, INF), staking SOL, swapping between liquid staking tokens, or integrating Sanctum's liquidity infrastructure.
backend-systems-protocols
Backend systems architecture, APIs, databases, authentication, and protocols
cmux
Manage terminal sessions via cmux — spawn workspaces for dev servers, test runners, and background tasks. Read output, send commands, and orchestrate multi-terminal workflows.