Skip to main content

Skills in this repository

tomevault-io/skills-registry - Page 28

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
Computer Occupations, All Other
description

Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop. Use when…

updated
occupation
Software Developers
description

Continuous Integration and Continuous Deployment best practices. Use when setting up automated build pipelines, test automation, deployment workflows, or improving release processes. Use when this capability is needed.

updated
occupation
Computer Occupations, All Other
description

**WORKFLOW SKILL** — Create complete, well-structured Copilot skills from scratch. USE FOR: scaffolding new SKILL.md files, writing effective agent instructions, configuring frontmatter fields, setting up directory structure (references, FEEDBACK.md),…

updated
occupation
Software Developers
description

name: hugging-face-dataset-viewer Use when this capability is needed.

updated
occupation
Software Developers
description

Add a new VLA model server to the evaluation harness. Use this skill whenever the user wants to integrate, create, or add a new model — e.g. 'add OpenVLA server', 'integrate RT-2', 'hook up my model', 'write a model server'. Also use when they ask how model…

updated
occupation
Web & Digital Interface Designers
description

使用 Pencil MCP 创建工业级 UI 设计的完整工作流和组件库 Use when this capability is needed.

Source text: Chinese

updated
occupation
Market Research Analysts & Marketing Specialists
description

Use when the user wants to launch a Deep Research investigation — phrasings include "research X", "do a deep dive on Y", "investigate Z", "give me a comprehensive report on W", or any request for a multi-source synthesis that will take 10–30 minutes. Refines…

updated
occupation
Office Clerks, General
description

Search vault notes by meaning using semantic search (RAG). Activate this skill when users want to find notes by concept or topic rather than exact keywords, or when keyword search tools return poor results. Use when this capability is needed.

updated
occupation
Software Developers
description

Automates version bumping in pyproject.toml and creating GitHub releases. Use when releasing a new version of the project.

updated
occupation
Software Developers
description

Vue Reactivity Graph 插件的 provide / inject 追蹤知識。說明 shared reference 造成的污染問題,以及解法:injectRawToNodeMap(module-level WeakMap)、injectRawToLocalNode(per-component Map)、anonymous node 建立機制,與 resolveDepNode 查找順序。涉及 inject 追蹤、provideRawToNode、resolveDepNode 時載入。 Use…

Source text: Chinese

updated
occupation
Software Developers
description

Vue Reactivity Graph 插件的 Pinia storeToRefs 追蹤知識。說明 ObjectRefImpl / ComputedRefImpl wrapper 的追蹤行為差異:ref state 雙重 onTrack 與 storeValToComponentNode 解法、reactive state onTrack 不觸發問題、computed getter wrapper dep 行為,以及 isPiniaStoreProxy guard。涉及…

Source text: Chinese

updated
occupation
Software Developers
description

Vue Reactivity Graph 插件的 prop 來源追蹤知識。說明三種策略:Strategy 1 同名查找、Strategy 2 sentinel dry-run(sentinelProxy 替換 setupState、traverseVNodeForSentinels、instanceChildPropKeyMap)、Strategy 3 v-bind 整包展開(rawSetupState 反查表)。涉及 propKeyNodeMap、sentinel dry-run、prop 連結…

Source text: Chinese

updated
occupation
Software Developers
description

Vue Reactivity Graph 插件的 setupState 追蹤知識。說明如何識別 component setupState 裡的 ref / reactive / computed,以及 valNodeMap(WeakMap<rawObject, GraphNode>)的建立與查找方式。涉及 collectSetupState、bindSetupTrack、onTrack event 處理、valNodeMap 查找邏輯時載入。 Use when this capability is needed.

Source text: Chinese

updated
occupation
Software Developers
description

Review .ralph/config.json against the actual project and fix mismatches. Use when this capability is needed.

updated
occupation
Computer Occupations, All Other
description

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos). Use when this capability is…

updated
occupation
Software Developers
description

Use when setting up or repairing repo agent instructions for Claude Code, Codex, or both. Proposes durable AGENTS.md, CLAUDE.md, and project memory changes before writing unless setup was explicitly requested.

updated
occupation
Software Developers
description

Interactively debug source code — set breakpoints, step through execution line by line, inspect live variable state, evaluate expressions against the running program, and navigate the call stack to trace root causes. Use when a program crashes, raises…

updated
occupation
Network & Computer Systems Administrators
description

Use when an agent needs to find, inspect, or take control of Wolfpack terminal sessions on machines reachable through the same Tailscale tailnet.

updated
occupation
Web & Digital Interface Designers
description

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Use when this capability is needed.

updated
occupation
Software Developers
description

Git and GitHub workflow. Use for status, diffs, commits, syncing with remote, recovery, PRs, issues, and GitHub Actions. Use when this capability is needed.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

Optimize documentation for AI coding assistants and LLMs. Improves docs for Claude, Copilot, and other AI tools through c7score optimization, llms.txt generation, question-driven restructuring, and automated quality scoring. Use when asked to improve,…

updated
occupation
Software Developers
description

>- Use when this capability is needed.

updated
occupation
Financial & Investment Analysts
description

> Use when this capability is needed.

updated
occupation
Financial & Investment Analysts
description

> Use when this capability is needed.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

updated
occupation
Postsecondary Teachers, All Other
description

> Use when this capability is needed.

updated
occupation
Software Developers
description

Google Gemini API: multimodal, long context (1M tokens), function calling, grounding, code execution Use when this capability is needed.

updated
occupation
Software Developers
description

Framework for building applications with large language models and chains. Use when this capability is needed.

updated
occupation
Network & Computer Systems Administrators
description

Deploys machine learning models to production using containers and orchestration tools.

updated
occupation
Network & Computer Systems Administrators
description

Tool for defining, provisioning, and managing infrastructure as code using declarative HCL configuration files. Use when this capability is needed.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Unit: Jest/Vitest, pytest, Go test/testify, RSpec, XCTest, JUnit5. Mocking, stubs, isolation Use when this capability is needed.

updated
occupation
Web Developers
description

Vue 3: Composition API script setup, Pinia, Vue Router 4, SFCs, Vite, Nuxt 3 Use when this capability is needed.

updated
occupation
Financial & Investment Analysts
description

Global stock analysis (US, China & EU stock markets, technicals, fundamentals, etc) powered by NASDAQ's official data provider Alpha Vantage. 全球股票分析(包括美股、A股和欧洲股市、技术面分析、基本面分析等)。 Use when this capability is needed.

updated
occupation
Computer Occupations, All Other
description

| Use when this capability is needed.

updated
occupation
Software Developers
description

Copy trade Solana wallets - mirror trades automatically Use when this capability is needed.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Test parity between Rust, Go, and TypeScript SDK builds by comparing artifact digests Use when this capability is needed.

updated
occupation
Software Developers
description

name: afterimage-agent-guide Use when this capability is needed.

updated
occupation
Software Developers
description

Helps create and implement DomainPrimitive types correctly using the AltaSoft DomainPrimitives framework. Guides the agent to generate generator-compatible primitives, add proper validation logic, apply normalization when needed, and follow all structural and…

updated
occupation
Computer Occupations, All Other
description

AI Agent personality diagnosis and configuration system based on MBTI framework. Use when users want to (1) test/diagnose an Agent's personality type, (2) understand the gap between Agent's actual personality and user's desired personality, (3) generate…

Source text: Chinese

updated
Showing 40 of 17,125 collected skills.