Skip to main content

Skills in this repository

tomevault-io/skills-registry - Page 27

SkillsMP has collected 17,125 skills from tomevault-io/skills-registry. Open a skill to review its source and details.

tomevault-io/skills-registry

Showing 40 of 17,125 collected skills.

occupation
Software Developers
description

First-time project scaffold for agentm. Populates init.sh with real commands, verifies it boots, seeds AGENTS.md, features.json, and the wiki/ scaffold. Run once per project. Prefixed harness- to avoid collision with Codex built-ins. Does not plan — planning…

updated
occupation
Network & Computer Systems Administrators
description

Diagnoses Pixie ITSELF - server, database, ports, dashboard, .venv, Python and uv versions. Use when the user says Pixie won't start, the dashboard is broken, or tools aren't showing up. Do NOT use if one named tool is broken (debug-tool) or just checking…

updated
occupation
Software Developers
description

Generate a working CLI from any API, then wrap it in a Claude Code skill. Point it at API docs, a live URL, or a peek-api capture and get a dual-mode Commander.js CLI (human + agent output) plus a ready-to-use skill folder. Use when user wants to wrap an API…

updated
occupation
Software Developers
description

> Use when this capability is needed.

updated
occupation
Software Developers
description

Install themed spinner verb packs for Claude Code. Fetches spinner packs directly from the awesome-claude-spinners repository and installs them into the user's settings. Use when the user wants to customize their Claude Code spinner, install spinner verbs, or…

updated
occupation
Software Developers
description

Detect local hardware (RAM, CPU, GPU/VRAM) and recommend the best-fit local LLM models with optimal quantization, speed estimates, and fit scoring. Use when this capability is needed.

updated
occupation
Software Developers
description

飞书文档写入。Markdown 转 Block、创建文档块、处理并发,支持 Mermaid 绘图块。 Use when this capability is needed.

Source text: Chinese

updated
occupation
Computer Occupations, All Other
description

> Use when this capability is needed.

updated
occupation
Software Developers
description

Saves session state before context compaction, task switching, or ending a session. Triggers: '/session-checkpoint', 'checkpoint', 'compact', 'save progress', 'end session', 'handoff', '체크포인트', '핸드오프 저장', '컴팩트 전에', '세션 저장', '세션 체크포인트'. Runs 5-phase pipeline:…

updated
occupation
Software Developers
description

Rules and frameworks for writing high-quality LLM system prompts. Use this skill whenever you are authoring, reviewing, editing, or optimizing a system prompt — including when generating a system prompt as part of building an agent, tool, or workflow. Trigger…

updated
occupation
Software Developers
description

Rotate one interest in INTERESTS.md using a random Wikipedia article. Use when this capability is needed.

updated
occupation
Software Developers
description

Port or introduce an InstantSearch widget or connector-driven feature across this monorepo's JavaScript, React, and Vue flavors. Use when the task is to add a missing wrapper around an existing connector, bring a widget from one flavor to another, or…

updated
occupation
Software Developers
description

Builds x402 HTTP-native payment applications on Algorand using TypeScript. Covers clients (fetch, axios), servers (Express, Hono), facilitators, paywalls, Next.js integration, and the @x402-avm core library. Use when implementing x402 payment flows in…

updated
occupation
Software Developers
description

Search flights, hotels, attractions, concerts, and travel deals with natural language. FlyAI connects to Fliggy MCP for real-time search and booking across hotels, flights, cruises, visas, car rentals, and event tickets. It supports diverse travel scenarios…

updated
occupation
Software Developers
description

MNN ARM CPU 算子和低 bit kernel 性能优化。重点覆盖正确性基线、C++ 标量 oracle、C++ SIMD 模拟、寄存器规划、ARM 汇编实现、dispatch/pack 集成、模型级回归和 roofline 性能分析。 Use when this capability is needed.

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

> Use when this capability is needed.

updated
occupation
Network & Computer Systems Administrators
description

Troubleshoot OpenSandbox issues by running diagnostics (logs, inspect, events, summary) via CLI or HTTP API to diagnose sandbox failures like OOM, crash, image pull errors, network problems, etc. Use when this capability is needed.

updated
occupation
Software Developers
description

Create a branch, commit existing local changes, push them, and open a pull request. Use when submitting current work as a PR. Use when this capability is needed.

updated
occupation
Software Developers
description

Inspect Python module global field or class static field value in a running Python process. Use this for safe, read-only inspection of global variables, configuration objects, or class-level state. Use when this capability is needed.

updated
occupation
Software Developers
description

为 ROCK 项目管理 Docusaurus 文档版本。支持添加新版本文档、添加 Release Note、管理中英文 i18n 文档。当用户说"添加文档版本"、"发布新版本文档"、"添加 release note"、"rock-docs"或需要操作 docs/ 目录下的版本化文档时使用。 Use when this capability is needed.

Source text: Chinese

updated
occupation
Software Quality Assurance Analysts & Testers
description

Triggered when the user submits code or requests a code review. Automatically analyzes code quality, identifies potential bugs, security vulnerabilities, and performance issues, and provides improvement suggestions. Trigger phrases include "take a look at…

updated
occupation
Software Quality Assurance Analysts & Testers
description

帮助用户进行代码审查,识别常见代码问题并给出修改建议。 Use when this capability is needed.

Source text: Chinese

updated
occupation
Information Security Analysts
description

Use when implementation is complete or review is requested and the user may want a focused security review of the changed code

updated
occupation
Software Developers
description

Crawl web documentation into context for accurate, up-to-date coding assistance. Supports quick single-page lookups and deep multi-page indexing with search. Use when this capability is needed.

updated
occupation
Information Security Analysts
description

Encrypted credential vault keyed off the agent's Alien Agent ID private key. Store, retrieve, list, and remove external-service credentials (GitHub PAT, Slack token, AWS keys, etc.) without ever hardcoding secrets. Use when the user asks to save, fetch, or…

updated
occupation
Market Research Analysts & Marketing Specialists
description

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis Use when this…

updated
occupation
Software Developers
description

Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit…

updated
occupation
Software Developers
description

Recommend architecture patterns (monolith, microservices, serverless, modular monolith) based on scale, team size, and constraints. Use when cto-architect needs to select the right architectural approach for a new system or migration. Use when this capability…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Accessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast,…

updated
occupation
Software Developers
description

Generate pragmatic CI/CD pipelines from detected project stack signals — fast baseline generation, repeatable checks, environment-aware deployment stages. Use when setting up CI for a new project, refactoring existing pipelines, or standardizing deployment…

updated
occupation
Compliance Officers
description

ISO/IEC 42001:2023 AI Management System (AIMS) specialist for compliance teams running internal audits. Three decisions: (1) Where are the gaps against Clauses 4-10 and what do we close first? (2) What goes in the AI risk register and which Annex A controls…

updated
occupation
Software Developers
description

Reverse-engineer any codebase into a complete Product Requirements Document (PRD). Analyzes routes, components, state management, API integrations, and user interactions to produce business-readable documentation detailed enough for engineers or AI agents to…

updated
occupation
Software Developers
description

Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build…

updated
occupation
Software Developers
description

Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD…

updated
occupation
Software Developers
description

Re-detect this project's tech stack from package.json / requirements.txt / pyproject.toml / go.mod / Cargo.toml and diff it against the Tech Stack section of every CLAUDE.md. Read-only — returns added / removed / renamed dependencies, never edits. Use when…

updated
occupation
Software Developers
description

> Use when this capability is needed.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Generate pytest tests for Python code. Use when asked to write, add or scaffold tests for a function, class or module. Covers happy path, edge cases, exceptions and parametrize patterns. Use when this capability is needed.

updated
occupation
Network & Computer Systems Administrators
description

name: alibabacloud-ecs-windows-online-troubleshooting Use when this capability is needed.

Source text: Mixed languages

updated
occupation
Software Developers
description

CLI for the hologres-mcp-server MCP server. Call tools, list resources, and get prompts. Use when this capability is needed.

updated
occupation
Software Developers
description

> Use when this capability is needed.

updated
Showing 40 of 17,125 collected skills.