Skip to main content
Run any Skill in Manus
with one click
GitHub repository

tomes

tomes contains 9,925 collected skills from tomevault-io, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9,925
Stars
0
updated
2026-07-02
Forks
0
Occupation coverage
138 occupation categories · 100% classified
repository explorer

Skills in this repository

update
software-developers

Morning update routine: merge Renovate PRs, rebase local work, apply chezmoi changes Use when this capability is needed.

2026-07-02
mob
software-developers

Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.

2026-07-02
install
software-developers

Use when the user asks to install, add, or set up a package, tool, CLI, or application

2026-07-02
gitingest
software-developers

Use when the user wants to fetch and contextualize a GitHub repository for future reference.

2026-07-02
gfm
software-developers

Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs)

2026-07-02
copy
software-developers

Copy content to my clipboard using `pbcopy`. Use when this capability is needed.

2026-07-02
agents-local-md
software-developers

Generate machine-specific AGENTS.local.md with host facts and system tool details Use when this capability is needed.

2026-07-02
blockbench-plugins
software-developers

Blockbench plugin/extension development for the 3D modeling tool. Use when creating, modifying, or debugging JavaScript plugins for Blockbench including actions, dialogs, panels, menus, toolbars, model manipulation, animation APIs, and custom formats/codecs. Triggers on Blockbench plugin, Blockbench extension, Blockbench API, BBPlugin, model editor plugin, or 3D modeling tool extension. Use when this capability is needed.

2026-07-01
ssh-keychain-access
network-and-computer-systems-administrators

Use when helping establish SSH access through macOS Keychain credentials, especially emergency root SSH, password-to-key bootstrap, authorized_keys repair, or adding SSH private keys to the Apple keychain.

2026-07-01
terminal-via-pylance
software-developers

ALWAYS-ON enforcement: run read-only shell commands by wrapping them in Python via the Pylance MCP `pylanceRunCodeSnippet` tool instead of `run_in_terminal`, because VS Code Copilot cannot reliably read its own terminal output. NEVER for write/mutating commands. The full, authoritative rules live in `.github/instructions/terminal-via-pylance.instructions.md` (always loaded via `applyTo: ''**''`). Use when this capability is needed.

2026-06-30
documentation-style
software-developers

Follow Lixpi documentation conventions when creating or updating Markdown, diagrams, READMEs, feature documentation, proposals, or other authored documentation. Use when this capability is needed.

2026-06-30
konjo-boot
software-developers

Boot a Konjo session for vectro — vectro — ultra-high-performance embedding compression (INT8, NF4, PQ-96, Binary, HNSW, RQ, VQZ, Rust kernels, optional Mojo SIMD). Produces a Session Brief, runs Discovery, identifies the next sprint. Use at the start of any work session or when invoked with /konjo. Use when this capability is needed.

2026-06-30
skill-creator
computer-occupations-all-other

Create or update AMCP skills. Use when designing, structuring, or packaging skills with scripts, references, and assets. This skill should be used when users want to create a new skill (or update an existing skill) that extends AMCP's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.

2026-06-30
react-developer
software-developers

Expert knowledge in React development, hooks, state management, and modern React patterns Use when this capability is needed.

2026-06-30
python-expert
software-developers

Python development best practices and advanced patterns Use when this capability is needed.

2026-06-30
gh-ci-analyzer
software-developers

使用 gh CLI 分析 GitHub Actions CI 日志,提供结构化的故障诊断和报告 Use when this capability is needed.

2026-06-30
code-review
software-quality-assurance-analysts-and-testers

Provides expert code review guidelines and best practices

2026-06-30
ai-engineer
software-developers

Expert knowledge in AI/ML development, model deployment, and MLOps practices Use when this capability is needed.

2026-06-30
accessibility-compliance
web-and-digital-interface-designers

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences. Use when this capability is needed.

2026-06-30
verify
software-quality-assurance-analysts-and-testers

Build the solution and run unit tests to verify changes are correct. Use after implementing features or fixes. Use when this capability is needed.

2026-06-30
scaffold-dev-guide
software-developers

Vue3 中后台脚手架项目二次开发指南。指导开发者按照项目架构规范创建新业务模块,包括 API 两层架构(generated/client + composables)、路由配置、VxeTable + VbenForm 页面开发、i18n 国际化、Pinia Store 等完整工作流。当用户要求新建模块、新增页面、添加 API、创建 CRUD 功能、或询问项目开发规范时使用此 Skill。 Use when this capability is needed.

2026-06-30
test-tui
software-quality-assurance-analysts-and-testers

Run and verify the scope serial-monitor TUI end-to-end without real hardware — drive keystrokes, send/receive data over a virtual serial port, and inspect the visual layout/colors. Use when asked to manually test, verify a fix, or check the TUI's behavior or appearance. Use when this capability is needed.

2026-06-30
flamerobin-mcp
software-developers

Model Context Protocol (MCP) server for FlameRobin to interact with registered Firebird databases. Use when this capability is needed.

2026-06-30
boss-zhipin-helper
software-developers

帮助新手把 BossZhiPin_Job_Search 这个 BOSS 直聘自动打招呼脚本跑起来。覆盖两种用户路径——(A) 直接下载桌面 App(.app / .dmg / .exe)的非开发者,常见症状:"Gatekeeper 拦"、"双击没反应"、".app 闪退"、"GUI 里配 API key"、"界面中英文怎么切"、"用不明白想让 AI 看看状态(「问 AI 帮忙」按钮)";以及 (B) clone 源码 + uv 跑命令行的开发者,常见症状:"uv 命令找不到"、"扫码扫不上"、"Chrome 起来空白"、"卡在哪一步"。当用户提到 BossZhiPin_Job_Search、BOSS 直聘脚本、自动招呼语、my_cover.pdf、chrome_profile、DEEPSEEK_API_KEY、Tauri、DMG 安装、PyTauri 等本项目特有概念,或者明显在按 README 走但被某一步卡住时,主动使用此 skill。即使用户没有明说"帮我装",只要场景对得上就用。 Use when this capability is needed.

2026-06-30
prep-release
software-developers

Prepare node-libcurl for a release — merge develop into master, decide the version bump, and convert the [Unreleased] CHANGELOG section into a dated version section. Use whenever Jonathan asks to "prep a release", "prepare a release", "do release prep", "merge develop into master", "cut a release", "ship a new version", or anything similar in this project. Also use when he says "we're shipping vX.Y.Z" or asks for help deciding what version number to use for the next release. Do NOT bump the package.json version and do NOT create tags — the release workflow handles those. Use when this capability is needed.

2026-06-30
write-spec
software-developers

Co-author a Pantagruel (.pant) specification through guided conversation. Use when the user wants to write, design, or iterate on a Pantagruel spec file. Helps users think rigorously about domains, rules, invariants, actions, and initial state by asking clarifying questions rather than guessing. Trigger when user mentions writing a spec, modeling a system, or working with .pant files. Use when this capability is needed.

2026-06-30
gograph
software-developers

Go repository intelligence for Claude Code. Use whenever the user is reading, navigating, editing, reviewing, or refactoring a Go codebase. Replaces grep/rg/find for Go symbols with AST-accurate call graphs, blast radius analysis, impact analysis, and 57+ semantic queries via the local gograph MCP server. Mandatory for Go work whenever the gograph MCP server is connected. Use when this capability is needed.

2026-06-30
taotao-cloud-project
software-developers

**`.claude/skills/ttc-crud-generator/SKILL.md`** Use when this capability is needed.

2026-06-30
yas-pr-screenshots
software-developers

Generate before/after PNG screenshots for a YAS branch's rendering changes, push them to the yas-pr-screenshots repo, and hand back a markdown before/after table for the PR description. Use when the user wants real image screenshots (not ANSI-stripped text) attached to a YAS pull request, or asks to shoot/capture before-after statusline screenshots for a branch. Use when this capability is needed.

2026-06-30
update-filters
software-developers

Update the query filter TypedDicts in pypaperless/models/filters.py by reading the paperless-ngx source FilterSets, then sync the service filter() overrides and the docs. Use whenever paperless-ngx adds, renames, or removes filter fields. Use when this capability is needed.

2026-06-30
plugin-maui-calendar
software-developers

name: maui-devflow-onboard Use when this capability is needed.

2026-06-30
skill-id
computer-occupations-all-other

<One-sentence skill description> Use when this capability is needed.

2026-06-30
test-hardening
software-quality-assurance-analysts-and-testers

Use when Playwright end-to-end tests are flaky, timing-sensitive, or need stress validation under CPU and parallel load before merge.

2026-06-30
add-propagator
software-developers

Scaffold a new constraint propagator in nucs/propagators/, register it, and add its test. Use when the user asks to add a propagator, implement a new constraint, or extend the propagator library. Use when this capability is needed.

2026-06-30
anthropic-laravel
software-developers

Use when writing Laravel code that calls the Anthropic Claude API through the `mozex/anthropic-laravel` package. Trigger on any mention of the `Anthropic` facade, `anthropic-laravel`, `Anthropic::messages()`, `Anthropic::batches()`, `Anthropic::models()`, `Anthropic::files()`, `Anthropic::fake()`, `CreateResponse`, `FileResponse`, `ErrorException`, or any Claude/Anthropic API work in a Laravel project. Also trigger on requests to wire Claude into a Laravel app for chat, streaming responses, function calling (tool use), extended thinking, web search, code execution, document citations, bulk processing with batches, uploading and referencing files by `file_id`, token counting before sending, or testing code that calls the API. This skill covers the Laravel wrapper plus the underlying `mozex/anthropic-php` SDK response shapes and conventions, so it's the right one to use whether the user is writing a controller, a queued job, a Livewire component, or direct PHP SDK code in a Laravel project. For exhaustive refer

2026-06-30
pr-review
software-quality-assurance-analysts-and-testers

Review a pull request (or the current diff) against fastcdc-rs project standards. Use when asked to review a PR, vet changes before merging to master, or check a branch for the kinds of issues that have slipped through before. Distills reviewer feedback (notably ciehanski on PR

2026-06-30
release
software-developers

Publish a new release of the openusd crate. Use when cutting a release, bumping the version, or publishing to crates.io. Use when this capability is needed.

2026-06-30
start
office-clerks-general-439061

Morning briefing. Reads vault state, delivers Must/Should/Could briefing, flags overdue waiting-for items. Use when this capability is needed.

2026-06-30
security-review
information-security-analysts

> Use when this capability is needed.

2026-06-30
generate-component-documentation
software-developers

Generate documentation for new components. Use when writing docs, documenting components, or creating component documentation. Use when this capability is needed.

2026-06-30
Showing top 40 of 9,925 collected skills in this repository.