home / skills / gigaverse-app

gigaverse-app skills

Find 17 skills from 1 repo created by gigaverse-app on GitHub.

1 repo
17 skills
GitHub

Sponsored

async-patterns

gigaverse-app/skillet

1
This skill helps you write robust async code by applying safe_gather patterns for fail-fast, timeouts, and clean cancellation.
testing

gigaverse-app/skillet

1
This skill guides you to apply TDD and invariant-based testing practices to write robust tests, fix bugs, and verify code changes.
type-checking

gigaverse-app/skillet

1
This skill helps you adopt type hints and fix type errors with Pyright or Basedpyright without changing runtime behavior.
pythonista-async

gigaverse-app/skillet

1
This skill helps you write robust async code with safe_gather, proper timeouts, and clean cancellation for concurrent tasks.
metaskill-authoring

gigaverse-app/skillet

1
This skill guides creating Claude Code skills and SKILL.md files, helping structure directories, craft descriptions, and assemble robust skill content.
metaskill-grouping

gigaverse-app/skillet

1
This skill helps you create organized plugin groups by packaging related skills into a cohesive toolset for easy deployment and cross-referencing.
metaskill-naming

gigaverse-app/skillet

1
This skill brainstorms and validates plugin and atom names using neutral nouns and naming conventions to ensure consistent, memorable identifiers.
metaskill-packaging

gigaverse-app/skillet

1
This skill guides packaging and structuring Claude Code plugins, enabling clean plugin.json placement and organized components for distribution.
metaskill-triggering

gigaverse-app/skillet

1
This skill optimizes trigger keywords and frontmatter description to reliably activate the metaskill, ensuring specificity and keyword-variants.
code-review

gigaverse-app/skillet

1
This skill helps you perform code review across diffs and PRs, focusing on architecture and cross-file patterns to improve quality.
pythonista-debugging

gigaverse-app/skillet

1
This skill helps you diagnose and fix root causes of bugs quickly by guiding stack trace analysis, reproduction, and minimal changes.
pythonista-nicegui

gigaverse-app/skillet

1
This skill helps you build consistent NiceGUI interfaces by enforcing controller-first design, inline styling, and reusable components for reliable UI behavior.
pythonista-patterning

gigaverse-app/skillet

1
This skill helps you discover code patterns before writing new code, enabling reuse, consistency, and cleaner architectures across projects.
pythonista-testing

gigaverse-app/skillet

1
This skill guides test-driven debugging in Python by enforcing best practices, fixtures, mocks, and invariant tests to improve code quality.
pythonista-reviewing

gigaverse-app/skillet

1
This skill reviews code diffs at PR level, highlighting cross-file architectural issues and high-impact egregious problems for faster fixes.
pythonista-typing

gigaverse-app/skillet

1
This skill helps you implement precise type hints and Pydantic models to fix type errors and improve code clarity.