> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٧٬١٢٥ من skills من tomevault-io/skills-registry. افتح أي skill لمراجعة مصدره وتفاصيله.
tomevault-io/skills-registryعرض ٤٠ من أصل ١٧٬١٢٥ skills مجمعة.
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Expert Rust code reviewer. Reviews Rust code for quality, safety, idioms, performance, maintainability, readability, and API ergonomics. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Expert patterns for Azure Functions development including isolated Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
GraphQL gives clients exactly the data they need - no more, no Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
>- Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Generate images using Google's Nano Banana (Gemini 2.5 Flash Image). Use when creating infographics, diagrams, thumbnails, social media graphics, or any AI-generated images. Costs $0.039/image. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Create a release branch, bump version, update CHANGELOG, and regenerate lock files. Usage: /release patch|minor|major Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Apply the Aboudjem/solidity-style-guide rules to Solidity code — review, rewrite, or audit for naming, layout, formatting, NatSpec, custom errors, ERC-7201 storage, gas patterns, and Foundry test structure. Trigger when the user asks to "review Solidity…
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Voice conversations with Claude about your projects. Call a phone number to brainstorm, or have Claude call you with updates. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Use the local groc HTTP API to search Sainsbury's groceries, search favourites, add/update/remove basket items, and view basket. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Create implementation plans with bite-sized tasks, exact file paths, and complete code examples. Use when you have a spec or requirements for a multi-step task. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Provides WeChat public account article typesetting capabilities including basic formatting, template generation, style optimization. Invoke when user needs to typeset WeChat public account articles.
لغة النص الأصلي: الإنجليزية
[Critical] Best practice for Rust coding. Always activate this skill before authoring Rust code or answering questions about Rust. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Execute AI coding CLI tools (Claude Code / Gemini CLI / qodercli) on behalf of Workers. Use when a Worker sends a coding-request: message, asking Manager to run coding operations in their workspace. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Draft GitHub issues in markdown with type, summary, details, and acceptance criteria. Checks for duplicate issues and suggests repo labels. Use when creating or writing GitHub issues, drafting issue text, or when the user asks to file an issue. Use when this…
لغة النص الأصلي: الإنجليزية
Do all the tasks needed for a patch release of the project.argument-hint: [new-version] Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Run the commit skill to produce grouped commits from the working tree (with its pre-flight quality gate), then push the current branch to its remote (setting upstream with -u when missing). No-op when there is nothing to commit. Never force-pushes. Accepts…
لغة النص الأصلي: الإنجليزية
Autopilot orchestrator for engineering work. Classifies the user's request as CREATE / EVOLVE / POLISH / REMOVE / FIX / AUDIT, infers a depth mode (fast / balanced / production) from risk + complexity signals, announces the pipeline, then routes to the…
لغة النص الأصلي: الإنجليزية
>- Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
> Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API. Outputs LRC, SRT, or JSON with word-level timestamps. Use when users want to transcribe songs, generate LRC files, or extract lyrics with timestamps from audio. Use when…
لغة النص الأصلي: الإنجليزية
Audit Rust API documentation for required sections, intra-doc links, crate-level docs, and API-supporting private helper docs on changed APIs or whole-repo baseline audits when explicitly requested. USE FOR: doc comment structure on public API, # Errors / #…
لغة النص الأصلي: الإنجليزية
Audit Cargo.toml, feature flags, MSRV, lints, and crate-level configuration for release readiness on changed manifests or whole-repo baseline audits when explicitly requested. USE FOR: Cargo.toml review, feature flag design, default-features gating,…
لغة النص الأصلي: الإنجليزية
Audit Rust code for parse-don't-validate design, invariant-bearing types, smart constructors, fallible setters, infallible getters, private fields, and invalid-state prevention on changed code, whole repositories, or pull requests when requested. USE FOR:…
لغة النص الأصلي: الإنجليزية
Use this skill when you need to verify that messages and responses appear in both:
لغة النص الأصلي: الإنجليزية
Write Swift animation code using Apple's latest frameworks — SwiftUI animations, Core Animation, and UIKit. Prefer first-party APIs over third-party libraries. Use when implementing iOS animations, writing animation code, building transitions, creating…
لغة النص الأصلي: الإنجليزية
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering…
لغة النص الأصلي: الإنجليزية
pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Deploy or upgrade `pb-mapper-client-cli` on a remote Linux host through SSH, install it as a managed `systemd` tunnel service, and verify the exposed API path end-to-end. Use when users ask to operationalize a client tunnel for a service key (download…
لغة النص الأصلي: الإنجليزية
Use when implementing skill data generation from HTML sources for game build planners - guides the parser-factory-generation pattern for extracting level-scaling values for active and passive skills (project)
لغة النص الأصلي: الإنجليزية
Generate and modify Alibaba Cloud Terraform HCL code. Triggers on phrases like: write Terraform for Alibaba Cloud, create alicloud Terraform config, generate HCL for ECS, Terraform code for VPC, alicloud infrastructure as code, Terraform resource for RDS,…
لغة النص الأصلي: الإنجليزية
Analyze sales data with statistics, regional performance, and commission calculations Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Triggered when user asks to perform git operations, create commits, manage branches, prepare pull requests, or handle git conflicts. Automatically delegates to the git-workflow agent. Use when this capability is needed.
لغة النص الأصلي: الإنجليزية
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling Use when this capability is needed.
لغة النص الأصلي: الإنجليزية