Skip to main content

Skills in this repository

tomevault-io/skills-registry - Page 172

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

Comprehensive Sanity development best practices covering GROQ performance, schema design, Visual Editing, images, Portable Text, page builders, Studio configuration, TypeGen, localization, and migrations. Use this skill when building, reviewing, or optimizing…

updated
occupation
Information Security Analysts
description

Performs intelligent compliance audits for software projects. Automatically detects which regulatory frameworks (GDPR, HIPAA, PCI-DSS, CCPA, SOC 2) apply based on project analysis and user context. Provides tiered reports with executive summaries and detailed…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Test all the makefile targets in the current directory and in any subdirectories Use when this capability is needed.

updated
occupation
Software Developers
description

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or…

updated
occupation
Software Developers
description

Pedantic backend pre-commit + atomic-commit skill for Django/Optimo repos that enforces local AGENTS.md, repo-local docs, pre-commit hooks, and repo-local commit hygiene without AI signatures. Use when this capability is needed.

updated
occupation
Software Developers
description

Pedantic backend PR workflow skill that follows repo-local workflow docs, GitHub issue linkage, safe Django migrations, and downtime-safe schema changes. Use when this capability is needed.

updated
occupation
Software Developers
description

Create a structured plan directory with Ralph Wiggum Loop integration for backend Django projects (PLAN.md, task files, and RALPH-PROMPT.md). Use when this capability is needed.

updated
occupation
Software Developers
description

Generate comprehensive API docs from Bruno (.bru) files by mapping requests to a Django implementation (DRF/Django Ninja), including auth, multi-tenant filtering, schemas, and code references. Use when this capability is needed.

updated
occupation
Project Management Specialists
description

> Use when this capability is needed.

updated
occupation
Software Developers
description

Generate weekly code-review digest docs from PR review comments for any GitHub repo, capturing themes, repeated issues, and concrete takeaways. Use when this capability is needed.

updated
occupation
Software Developers
description

Plan and execute backend and frontend Dependabot remediation with wave-based sequencing, resolver validation, and post-merge closure checks. Use when this capability is needed.

updated
occupation
Software Developers
description

CTA login attribution implementation skill for Django4Lyfe: guides adding new CTA sources, button/tab attribution, enum registration, and tests. Use when this capability is needed.

updated
occupation
Software Developers
description

Mixpanel analytics tracking implementation + review skill for Django optimo_analytics: add events and audit for PII safety, schema design, and code quality. Use when this capability is needed.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Hyper-pedantic Django code review skill emulating Monty's correctness-first, multi-tenant-safe, harness-aware review style. Use when this capability is needed.

updated
occupation
Project Management Specialists
description

Create or update a structured plan directory with a PLAN.md index and numbered task files (001-*.md) containing checklists, tests, and completion criteria. Use when this capability is needed.

updated
occupation
Software Developers
description

Generate comprehensive, reviewer-friendly PR descriptions with diagrams, structured test plans, and repo-local workflow context. Use when this capability is needed.

updated
occupation
Software Quality Assurance Analysts & Testers
description

> Use when this capability is needed.

updated
occupation
Software Developers
description

Create and manage release PRs against master branch. Use this when preparing releases, bumping versions, resolving merge conflicts, and publishing GitHub releases. Handles the full release workflow including merging release into master, version bumping in…

updated
occupation
Software Developers
description

Generate repository harness docs: a short AGENTS.md map, README.md, CLAUDE.md stub, and repo-local docs that make the codebase legible to agents. Use when this capability is needed.

updated
occupation
Software Developers
description

Perform a web search using the Gemini CLI to retrieve up-to-date information, facts, or documentation not in your training data. Use when this capability is needed.

updated
occupation
Software Developers
description

Essential rules and methods you must follow when refactoring code. Use when this capability is needed.

Source text: Japanese

updated
occupation
Software Developers
description

Advanced Context Engineering for Coding Agents (ACE-FCA) - Structured workflow for large codebases using Research → Plan → Implement phases with Frequent Intentional Compaction (FIC). Use when: setting up ACE-FCA for new projects, onboarding to complex…

updated
occupation
Software Developers
description

Release Flutter apps to iOS (TestFlight/App Store), Android (Play Store), and Web (Firebase Hosting). Use when: (1) Building and releasing Flutter apps, (2) Managing app versioning, (3) Deploying to app stores or web hosting, (4) Setting up CI/CD for Flutter…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Comprehensive Flutter testing guide for BLoC/Cubit, repositories, widgets, and integration tests with Clean Architecture patterns. Use when: (1) Writing tests for Flutter apps, (2) Testing BLoC/Cubit state management, (3) Testing repositories and data…

updated
occupation
Software Developers
description

Manage Google Cloud Platform and Firebase infrastructure with Terraform. Use when: (1) Setting up Firebase projects, (2) Configuring GCP resources, (3) Managing multi-environment infrastructure (dev/staging/prod), (4) Deploying Firestore/Storage rules, (5)…

updated
occupation
Software Developers
description

Create and manage GitHub Actions workflows for CI/CD pipelines. Use when: (1) Creating new workflow files, (2) Setting up PR checks and automated testing, (3) Configuring deployment pipelines, (4) Managing secrets and environment variables, (5) Debugging…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Comprehensive Python testing guide for unit tests, integration tests, services, repositories, and Firebase Functions with pytest. Use when: (1) Writing tests for Python applications, (2) Testing services and repositories, (3) Testing Firebase Cloud Functions,…

updated
occupation
Software Developers
description

Design beautiful UIs following shadcn/ui principles. Use when planning layouts, choosing components, composing forms/dialogs/pages, or making design decisions. Framework-agnostic patterns for shadcn implementations (React, Flutter, Vue, etc.). Use when this…

updated
occupation
Software Developers
description

Comprehensive guide for creating effective GitHub Copilot skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use when asked to: create/make/build/scaffold/initialize a new skill, update/modify an existing skill,…

updated
occupation
Software Developers
description

Execute implementation plans by dispatching fresh subagents for each independent task, with two-stage review after each (spec compliance first, then code quality). Use when: (1) you have an implementation plan with independent tasks, (2) tasks can be done in…

updated
occupation
Software Developers
description

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Enforces root cause investigation over random fixes.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with failing tests first.

updated
occupation
Software Developers
description

Build UI with shadcn_flutter components. Use when creating pages, widgets, forms, dialogs, layouts, or any UI element. Covers component APIs, theming, and Material-to-shadcn mapping. Use when this capability is needed.

updated
occupation
Software Developers
description

Create or update an Action in app/Actions following JournalOS conventions (validation, logging, queues, tests). Use when this capability is needed.

updated
occupation
Software Developers
description

Create or update a journal entry module (database, model, actions, views, controllers, API, docs, tests). Use when adding a new journal module or changing an existing module such as mood, health, or obligations. Use when this capability is needed.

updated
occupation
Software Developers
description

Update the README.md file to list all available journal modules under the Features section with categorized, collapsible sections. Use when adding, removing, or reorganizing modules and keeping documentation in sync. Use when this capability is needed.

updated
occupation
Software Developers
description

Update and complete JournalOS translation JSON files by running composer journalos:locale and fixing missing or empty translations in lang/*.json. Use when UI copy changes, new keys are added, or locale files are out of sync. Use when this capability is…

updated
occupation
Software Developers
description

Teaches when and how to use unknown instead of any type in TypeScript. Use when working with TypeScript code that has any types, needs type safety, handling external data, or when designing APIs. Critical for preventing type safety violations. Use when this…

updated
occupation
Software Developers
description

Teaches component composition patterns in React 19 including children prop, compound components, and render props. Use when designing component APIs, creating reusable components, or avoiding prop drilling. Use when this capability is needed.

updated
occupation
Software Developers
description

Configure connection pool sizing for optimal performance. Use when configuring DATABASE_URL or deploying to production. Use when this capability is needed.

updated
Showing 40 of 17,125 collected skills.