Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 edition changes including async fn in traits for mocks,
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 tomevault-io/skills-registry 中的 17,125 个 Skill。打开任一 Skill 可查看来源和详情。
tomevault-io/skills-registry已展示 40 / 17,125 个已收集 Skill。
Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 edition changes including async fn in traits for mocks,
原文语言:英语
Validate and diagnose startup context files — CLAUDE.md, AGENTS.md, rules, and .cursorrules — that inject instructions into the model context at session start across Claude Code, Cursor, and Codex. Use when this capability is needed.
原文语言:英语
Initializes the project, identifies relevant skills, and updates the project configuration file (CLAUDE.md, .github/copilot-instructions.md, .cursor/rules/project.mdc, or .cursorrules) with project summary, conventions, and available skills. Accepts an…
原文语言:英语
Design autonomous AI agents that reason, plan, and execute tasks Use when this capability is needed.
原文语言:英语
Statically lint a Claude Code agent or skill file against a citation-backed rule set (frontmatter, description, tool hygiene, model fit, body structure, anti-patterns). Use proactively before merging any change to .claude/agents/ or any SKILL.md. Use when an…
原文语言:英语
Generate a complete Claude Code agent team (orchestrator + specialists, skills, rules, hooks) from a product description. Reads a PRD file or inline brief, picks archetypes, fills templates, writes to .claude/, and runs the static linter on every produced…
原文语言:英语
Guide for building iOS apps using Swift 6, iOS 18+, SwiftUI, SwiftData, and modern concurrency patterns. Use when writing Swift/iOS code, designing app architecture, or modernizing legacy patterns. Prevents outdated patterns like Core Data, ObservableObject,…
原文语言:英语
LSP-enable a Python, TypeScript, or Rust repository for fast-agent development. Use when creating or refreshing agent cards with LSP function tools, configuring ty, typescript-language-server, or rust-analyzer integration, or scoping repo-local code…
原文语言:英语
Comprehensive AI-powered security scanning suite with 48 skills covering OWASP Top 10, 7 language-specific deep scanners (Go, TypeScript, Python, PHP, Rust, Java, C#), supply chain analysis, infrastructure-as-code scanning, and 3000+ checklist items. Use when…
原文语言:英语
Use when performing code review on completed implementation, before merge.
原文语言:英语
Use when writing Kubernetes manifests for .NET microservice deployment.
原文语言:英语
Expert guidance for integrating FeatBit React Native SDK in mobile React Native and Expo applications. Use when user asks about "React Native SDK", "React Native feature flags", "FeatBit mobile", "FeatBit Expo", "buildConfig", "withFbProvider React Native",…
原文语言:英语
GitFlow conventions, commit standards and git workflow rules for this repo. Load this skill when doing any git operation: commits, pushes, branches, PRs, merges, releases or hotfixes. Triggers on: git, commit, push, branch, pull request, PR, merge, release,…
原文语言:英语
Express 5 conventions and REST API patterns. Activates when working on routes, controllers, middleware, validation, or error handling in a Node.js/Express backend. Use when this capability is needed.
原文语言:英语
Use when creating new Gemini CLI skills, editing existing skills, or verifying skills work before deployment. Also use when encountering questions about skill structure, SKILL.md format, frontmatter, testing methodology, or skill authoring best practices.
原文语言:英语
在 relax_game 的 pnpm monorepo 中维护游戏功能,包括新增游戏包、大厅联动、Vite 代理与 base 路径对齐,以及 README/GEMINI.md 同步更新。适用于新增 packages/games 下游戏、修改 apps/lobby 路由或导航、排查跨应用本地联调问题、统一端口/命名/提交规范等场景。 Use when this capability is needed.
> Use when this capability is needed.
原文语言:英语
Artifacts (PRD/DESIGN/ADR/DECOMPOSITION/SPEC) + checklists; deterministic validation & consistency analysis (structure, cross-refs, cross-artifact consistency, tasks, covered-by, ID/CDSL extraction from artifact text); code↔artifact traceability with…
原文语言:英语
Performs a two-track code-quality and QA review in the role of a staff-level Engineering Lead and a staff-level QA Lead, then synthesizes both critiques into a single `analysis.md` suitable to hand back to the engineering team. USE FOR: pre-PR self-review,…
原文语言:英语
Best practices for multi-language handling, locale routing, and detection middleware. Use when this capability is needed.
原文语言:英语
> Use when this capability is needed.
原文语言:英语
Analyze Terraform .tf files locally: list resources, check config, preview changes Use when this capability is needed.
原文语言:英语
Use when the user asks to run, spawn, or coordinate real agent teams — e.g. '에이전트 팀 만들어줘', '팀으로 병렬 작업해줘', 'agent-teams로 토론해줘', 'spawn a team', 'debate with agent teams', 'coordinate multiple agents'. Orchestrates Claude Code agent teams using TeamCreate,…
原文语言:英语
Build this skill automates the adaptation of pre-trained machine learning Use when this capability is needed.
原文语言:英语
Guides you through comprehensive iOS/Swift app planning and analysis. Use for new apps (concept to architecture) or existing apps (audit current state, plan improvements, evaluate tech stack). Covers product planning, technical decisions, UI/UX design, and…
原文语言:英语
Generate CI/CD configuration for automated builds, tests, and distribution of iOS/macOS apps. Use when setting up GitHub Actions, Xcode Cloud, or fastlane for continuous integration, TestFlight, or App Store deployment. Use when this capability is needed.
原文语言:英语
Reviews Swift/iOS code for adherence to modern Swift idioms, Apple platform best practices, architecture patterns, and code quality standards. Use when user mentions best practices, code review, clean code, refactoring, or wants to improve code quality. Use…
原文语言:英语
Configure Cursor project rules using .cursor/rules/*.mdc files and legacy Use when this capability is needed.
原文语言:英语
Deploy this skill enables AI assistant to deploy machine learning models Use when this capability is needed.
原文语言:英语
Execute create, select, and transform features to improve machine learning Use when this capability is needed.
原文语言:英语
Build this skill allows AI assistant to evaluate machine learning models Use when this capability is needed.
原文语言:英语
Build this skill enables AI assistant to provide interpretability and Use when this capability is needed.
原文语言:英语
Configure CI/CD for LangChain with GitHub Actions, mocked unit tests, Use when this capability is needed.
原文语言:英语
Diagnose and fix common LangChain errors and exceptions. Use when this capability is needed.
原文语言:英语
Works correctly with LangChain 1.0's typed content blocks on AIMessage.content\n\ Use when this capability is needed.
原文语言:英语
Build LangChain LCEL chains with prompts, parsers, and composition. Use when this capability is needed.
原文语言:英语
Build LangChain agents with tool calling for autonomous task execution. Use when this capability is needed.
原文语言:英语
Compose LangChain 1.0 chains with RunnableParallel, RunnableBranch,\n\ Use when this capability is needed.
原文语言:英语
Control LangChain 1.0 AI spend with accurate streaming token accounting, Use when this capability is needed.
原文语言:英语
Load and chunk documents for LangChain 1.0 RAG pipelines correctly \u2014\ Use when this capability is needed.
原文语言:英语