Efficiently update the Glossary modal UI, hooks, and data so the in-app glossary stays polished, searchable, and accurate for every term. Use when this capability is needed.
Skills in this repository
tomevault-io/skills-registry - Page 249
SkillsMP has collected 17,125 skills from tomevault-io/skills-registry. Open a skill to review its source and details.
tomevault-io/skills-registryShowing 40 of 17,125 collected skills.
Instructions for adding, updating, auditing, and configuring icons in the Aralia codebase using MDI and Google Material Symbols. Use when this capability is needed.
| Use when this capability is needed.
Generate D&D character images using Google Gemini or Whisk via manual browser automation (DevTools MCP). Use when this capability is needed.
Aplikuje barvy a typografii pro účely školení Use when this capability is needed.
Source text: Czech
Capture an idea, task, or issue that surfaces during a Kata session as a structured issue for later work. This skill creates markdown issue files in the .planning/issues/open directory with relevant metadata and content extracted from the conversation.…
Add a milestone to an existing project, starting a new milestone cycle, creating the first milestone after project init, or defining what's next after completing work. Triggers include "add milestone", "new milestone", "start milestone", "create milestone",…
Add planned work discovered during execution to the end of the current milestone in the roadmap. This skill appends sequential phases to the current milestone's phase list, automatically calculating the next phase number. Triggers include "add phase", "append…
Verify milestone achievement against its definition of done, checking requirements coverage, cross-phase integration, and end-to-end flows. Triggers include "audit milestone", "verify milestone", "check milestone", and "milestone audit". This skill reads…
Review open issues, selecting an issue to work on, filtering issues by area, pulling GitHub issues, or deciding what to work on next. Triggers include "check issues", "list issues", "what issues", "open issues", "show issues", "view issues", "select issue to…
Archive a completed milestone, preparing for the next version, marking a milestone complete, shipping a version, or wrapping up milestone work. Triggers include "complete milestone", "finish milestone", "archive milestone", "ship version", "mark milestone…
Run health checks on Kata project structure, detecting and fixing format issues. Triggers include "doctor", "health check", "fix roadmap", "check project", "kata doctor". Use when this capability is needed.
Analyze an existing codebase with parallel mapper agents, creating codebase documentation, understanding brownfield projects, or mapping code structure. Triggers include "map codebase", "analyze codebase", "create project context", "document codebase",…
Research how to implement a phase standalone, investigating implementation approaches before planning, or re-researching after planning is complete. Triggers include "research phase", "investigate phase", "how to implement", "research implementation", and…
Run a comprehensive pull request review using multiple specialized agents. Each agent focuses on a different aspect of code quality, such as comments, tests, error handling, type design, and general code review. The skill aggregates results and provides a…
Check project progress, show context, and route to next action (execute or plan). Triggers include "progress". Use when this capability is needed.
Validate built features through conversational testing, running UAT, user acceptance testing, checking if features work, or verifying implementation. Triggers include "verify work", "test features", "UAT", "user testing", "check if it works", and "validate…
Beads (bd CLI) reference — issue types, statuses, priorities, dependencies, and common commands Use when this capability is needed.
GitHub CLI (gh) wrapper for PR status, issues, and repository operations Use when this capability is needed.
GitLab CLI (glab) wrapper for MR status, issues, and repository operations Use when this capability is needed.
How to coordinate between multiple AI agents working simultaneously on the same project through a shared message board. Use when agents need to post status updates, log decisions, ask questions, or report blockers. Use when this capability is needed.
How to manage transitions between agent roles and generate handoff prompts for new threads Use when this capability is needed.
Systematic code review checklist for quality, security, and maintainability Use when this capability is needed.
How to support non-GitHub tracking systems (Jira, Linear, Trello, Asana) via manual sync Use when this capability is needed.
How to detect GitHub CLI and set up a full GitHub-based development workflow Use when this capability is needed.
Standardizes the creation of "Source of Truth" Markdown briefs in .agent/temp for assigning tasks to Developer Agents. Use when this capability is needed.
How to maintain a lightweight work log for Manager Agents to track high-level decisions during project execution. Use when you need to document key choices, rationale, and project status manually throughout the workflow. Use when this capability is needed.
Ensures deliverables and structured content are presented in clear, copy-friendly Markdown code blocks for easy human consumption. Use when this capability is needed.
How to conduct a product discovery interview and produce a Product Vision document Use when this capability is needed.
How to validate features through functional testing and produce a validation report Use when this capability is needed.
How to create new agent skills following the open standard (agentskills.io). Use when the user wants to create, scaffold, or design a new skill for any AI coding agent. Use when this capability is needed.
How to implement features using Test Driven Development (Red-Green-Refactor) Use when this capability is needed.
How to present deliverable information as visually appealing ASCII summaries Use when this capability is needed.
Manage Git worktrees for parallel feature development. Use when the user wants to work on multiple branches simultaneously, create worktrees, switch between features, open terminals/editors for worktrees, or manage parallel development workflows. Use when…
Unified linting scripts for all services in the monorepo. Use when the user wants to lint code, check formatting, or run type checks. Use when this capability is needed.
Build mithril-cache for torch.compile caching. Use when implementing content-addressable storage, cache keys, eviction, or framework hooks. Use when this capability is needed.
Build mithril-checkpoint compression for PyTorch models. Use when implementing byte grouping, compression pipeline, or checkpoint I/O. Use when this capability is needed.
Build mithril-core shared infrastructure. Use when implementing storage, compression, hashing, or common types for the Mithril ML toolkit. Use when this capability is needed.
Build mithril-dedup for ML dataset deduplication. Use when implementing MinHash, LSH, clustering, or document I/O. Use when this capability is needed.
Manage concurrent operations with channels, semaphores, locks, and streams. Use when coordinating parallel work or limiting resource usage. Use when this capability is needed.