This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles. Use when this capability is needed.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 tomevault-io/skills-registry 中的 17,125 个 Skill。打开任一 Skill 可查看来源和详情。
tomevault-io/skills-registry已展示 40 / 17,125 个已收集 Skill。
This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles. Use when this capability is needed.
原文语言:英语
This skill should be used when orchestrating multi-agent swarms using Claude Code's TeammateTool and Task system. It applies when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building…
原文语言:英语
Upload, sync, and manage files across cloud storage providers using rclone. Use when uploading files (images, videos, documents) to S3, Cloudflare R2, Backblaze B2, Google Drive, Dropbox, or any S3-compatible storage. Triggers on "upload to S3", "sync to…
原文语言:英语
Configure project-level settings for compound-engineering workflows. Currently a placeholder — review agent selection is handled automatically by ce:review. Use when this capability is needed.
原文语言:英语
This skill enriches vague prompts with targeted research and clarification before execution. Should be used when a prompt is determined to be vague and requires systematic research, question generation, and execution guidance. Use when this capability is…
原文语言:英语
Rust library API design patterns including builder pattern, error handling, trait design, type safety, and CLI design with clap. Use when this capability is needed.
原文语言:英语
Security review for Rust systems code. Covers memory safety, buffer handling, unsafe code, input validation, resource exhaustion, and supply chain security. Use when this capability is needed.
原文语言:英语
Enforces test-driven development for Rust. Write tests first with cargo test/nextest, implement to pass, refactor, verify >85% coverage with cargo llvm-cov. Use when this capability is needed.
原文语言:英语
Comprehensive verification for Rust projects. Runs cargo check, clippy, fmt, tests, coverage, and security audit in sequence. Use when this capability is needed.
原文语言:英语
Technical details for external platform integrations (APIs, credentials, rate limits). Use when posting, debugging issues, or adding new integrations. Use when this capability is needed.
原文语言:英语
Deploy OpenAI Codex CLI agents to implement tasks autonomously. Use when the user asks to run codex, deploy an agent, or delegate implementation work. Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
Stream Deck integration assistant for VSCode. Create, manage, and organize Stream Deck profiles, buttons, snippets, and scripts. Helps build productivity workflows for developers using Stream Deck with Claude Code and TAC (Tactical Agentic Coding) patterns.…
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
| Use when this capability is needed.
原文语言:英语
Build, version, pack, sign, and publish multi-project .NET libraries using Invoke-ProjectBuild and project.build.json. Use for ExpectedVersionMap/X-pattern resolution, NuGet publishing, GitHub release mode/tag strategy, and release troubleshooting. Use when…
原文语言:英语
Build, validate, install, and publish PowerShell modules with PSPublishModule/PowerForge. Use when working with Invoke-ModuleBuild, Build/Build-Module.ps1, New-ConfigurationBuild, merge/approved modules, versioned install behavior, legacy flat-module…
原文语言:英语
Create, refactor, or standardize PowerForge.Web websites. Use when setting up or fixing site.json/pipeline.json, dev vs CI modes, baselines and budgets, theme.manifest.json contracts (features/requiredPartials/slots/CSS selectors), navigation consistency, API…
原文语言:英语
Use the Evolve execution debugger for trace recording, replay, and time-travel debugging. Use when debugging failing tests, recording execution traces, stepping through state changes, or analyzing execution flow. Use when this capability is needed.
原文语言:英语
Write modules for the Evolve SDK using AccountCode trait and account_impl macro. Use when creating modules, writing account code, using AccountState, storage prefixes, or developing new blockchain modules. Use when this capability is needed.
原文语言:英语
Create custom Evolve blockchain nodes by composing storage, STF, mempool, RPC, and gRPC components. Use when the user wants to create a new node binary, build a custom chain, compose node components, or asks about evd/testapp architecture. Use when this…
原文语言:英语
Write property-based tests for Evolve SDK using proptest. Use when writing property tests, invariant testing, fuzz testing, test generators, or finding edge cases. Use when this capability is needed.
原文语言:英语
Use the Evolve deterministic simulator for testing with controlled time, storage, and randomness. Use when creating simulations, seed-based testing, fault injection, stress testing, or deterministic test reproduction. Use when this capability is needed.
原文语言:英语
Overview of Evolve SDK testing infrastructure including TestApp, SimTestApp, MockEnv, and transaction generators. Use when writing tests, setting up test harnesses, using test infrastructure, or choosing between testing approaches. Use when this capability is…
原文语言:英语
Analyze State Transition Function implementations for correctness, threading issues, non-determinism, and simplification opportunities. Use when analyzing STF code, checking threading model, finding non-determinism sources, or reviewing execution layer. Use…
原文语言:英语
Manage and query job applications. Use when the user wants to add, view, update, or analyze their job applications. Use when this capability is needed.
原文语言:英语
Code context using Exa. Finds real snippets and docs from GitHub, StackOverflow, and technical docs. Use when searching for code examples, API syntax, library documentation, or debugging help. Use when this capability is needed.
原文语言:英语
Search for financial reports using Exa advanced search. Near-full filter support for finding SEC filings, earnings reports, and financial documents. Use when searching for 10-K filings, quarterly earnings, or annual reports. Use when this capability is needed.
原文语言:英语
People research using Exa search. Finds LinkedIn profiles, professional backgrounds, experts, team members, and public bios across the web. Use when searching for people, finding experts, or looking up professional profiles. Use when this capability is needed.
原文语言:英语
Search personal websites and blogs using Exa advanced search. Full filter support for finding individual perspectives, portfolios, and personal blogs. Use when searching for personal sites, blog posts, or portfolio websites. Use when this capability is needed.
原文语言:英语
Search for research papers and academic content using Exa advanced search. Full filter support including date ranges and text filtering. Use when searching for academic papers, arXiv preprints, or scientific research. Use when this capability is needed.
原文语言:英语
Every browser automation follows this pattern: Use when this capability is needed.
原文语言:英语
发起 HTTP 网络请求,支持 GET、POST、PUT、DELETE、PATCH 方法。当用户需要调用 API、获取网页内容、发送数据到服务器时使用。 Use when this capability is needed.