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.
Quellsprache: Englisch
Menü
Skills in diesem Repository
SkillsMP hat 17.125 Skills aus tomevault-io/skills-registry gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
tomevault-io/skills-registryEs werden 40 von 17.125 gesammelten Skills angezeigt.
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.
Quellsprache: Englisch
Instructions for adding, updating, auditing, and configuring icons in the Aralia codebase using MDI and Google Material Symbols. Use when this capability is needed.
Quellsprache: Englisch
| Use when this capability is needed.
Quellsprache: Englisch
Generate D&D character images using Google Gemini or Whisk via manual browser automation (DevTools MCP). Use when this capability is needed.
Quellsprache: Englisch
Aplikuje barvy a typografii pro účely školení Use when this capability is needed.
Quellsprache: Tschechisch
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.…
Quellsprache: Englisch
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",…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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.
Quellsprache: Englisch
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",…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
Check project progress, show context, and route to next action (execute or plan). Triggers include "progress". Use when this capability is needed.
Quellsprache: Englisch
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…
Quellsprache: Englisch
Beads (bd CLI) reference — issue types, statuses, priorities, dependencies, and common commands Use when this capability is needed.
Quellsprache: Englisch
GitHub CLI (gh) wrapper for PR status, issues, and repository operations Use when this capability is needed.
Quellsprache: Englisch
GitLab CLI (glab) wrapper for MR status, issues, and repository operations Use when this capability is needed.
Quellsprache: Englisch
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.
Quellsprache: Englisch
How to manage transitions between agent roles and generate handoff prompts for new threads Use when this capability is needed.
Quellsprache: Englisch
Systematic code review checklist for quality, security, and maintainability Use when this capability is needed.
Quellsprache: Englisch
How to support non-GitHub tracking systems (Jira, Linear, Trello, Asana) via manual sync Use when this capability is needed.
Quellsprache: Englisch
How to detect GitHub CLI and set up a full GitHub-based development workflow Use when this capability is needed.
Quellsprache: Englisch
Standardizes the creation of "Source of Truth" Markdown briefs in .agent/temp for assigning tasks to Developer Agents. Use when this capability is needed.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Ensures deliverables and structured content are presented in clear, copy-friendly Markdown code blocks for easy human consumption. Use when this capability is needed.
Quellsprache: Englisch
How to conduct a product discovery interview and produce a Product Vision document Use when this capability is needed.
Quellsprache: Englisch
How to validate features through functional testing and produce a validation report Use when this capability is needed.
Quellsprache: Englisch
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.
Quellsprache: Englisch
How to implement features using Test Driven Development (Red-Green-Refactor) Use when this capability is needed.
Quellsprache: Englisch
How to present deliverable information as visually appealing ASCII summaries Use when this capability is needed.
Quellsprache: Englisch
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…
Quellsprache: Englisch
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.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Build mithril-checkpoint compression for PyTorch models. Use when implementing byte grouping, compression pipeline, or checkpoint I/O. Use when this capability is needed.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Build mithril-dedup for ML dataset deduplication. Use when implementing MinHash, LSH, clustering, or document I/O. Use when this capability is needed.
Quellsprache: Englisch
Manage concurrent operations with channels, semaphores, locks, and streams. Use when coordinating parallel work or limiting resource usage. Use when this capability is needed.
Quellsprache: Englisch