Loading...
Loading...
Found 1,813 Skills
A thin orchestration layer for embeddedskills, used to discover projects in the current workspace, select build/flash/debug/observe backends, connect .embeddedskills/state.json, and aggregate results from underlying skills. Triggered when the user explicitly enters one of the following commands: "One-click Build & Flash", "Auto Diagnose", "Chain build -> flash -> debug -> observe", or explicitly calls /workflow.
Configuration conventions for NeMo-RL. YAML is the single source of truth for defaults. Covers TypedDict usage, exemplar YAML updates, and forbidden default patterns.
Use when symfony config env parameters
Use when gh CLI is not installed, not configured, or authentication fails - provides installation steps, authentication methods, and troubleshooting for all platforms
Show infrastructure standards compliance status (read-only)
Guide for implementing configurable options for lint rules and assists. Use when rules need user-configurable behavior. Examples:<example>User wants to add options to a lint rule</example><example>User needs to implement JSON deserialization for rule config</example><example>User is testing rule behavior with different options</example>
Add a Docker dev service to this project. Supported services: Redis, RabbitMQ, PostgreSQL, MySQL/MariaDB, MongoDB. Writes Docker Compose and Taskfile configs to .devtools/.
Guide for setup Context7 MCP server to load documentation for specific technologies.
Operational guide for enabling Megatron FSDP in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.
Guide for configuring the Infisical Agent — a client daemon that manages token lifecycle and renders secrets via Go templates without modifying application code. Covers the full YAML config format, all 6 auth methods (Universal Auth, Kubernetes, AWS IAM, Azure, GCP ID Token, GCP IAM), sinks, template functions (listSecrets, listSecretsByProjectSlug, getSecretByName, dynamicSecret), polling, on-change commands, and caching. Use this skill when someone asks about: Infisical Agent, agent config file, agent templates, rendering secrets to files, sidecar secret injection, token renewal, infisical agent command, or 'how do I use the Infisical Agent to inject secrets'.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Excel配置检查工具,用于验证Excel文件数据是否符合YAML规则定义。使用场景:当用户提出“检查配置”“验证Excel”“检查规则”“执行检查”“验证数据”等需求时;当用户需要更新规则文件、修改验证规则、添加新的检查规则时;当用户询问如何配置规则、如何实现某类验证、如何使用算子时;该工具可覆盖Excel数据验证、字段关联检查、跨表引用验证、格式校验等需求。重要约束:若需求无法通过现有规则实现,必须列出原因。禁止修改validate.py或src/目录下的检测脚本。无法通过规则实现的情况包括:需要新增算子类型、需要修改核心引擎逻辑、需要自定义代码逻辑等。