← all publishers

voidverse-xyz

@voidverse-xyz source repo

26 published skills

  1. Gh · voidverse-xyz
    Patterns for invoking the GitHub CLI (gh) from agents. Covers structured output, pagination, repo targeting, search vs list, gh api fallback.
    0
    installs
  2. I18N · voidverse-xyz
    Preserve an existing application's internationalization system when adding or changing user-visible text, validation messages, formatting, locales, or directionality. Use for frontend or backend localization work; follow the project's catalogs, fallback rules, and translation API.
    0
    installs
  3. Plan · voidverse-xyz
    Research a task and produce a decision-complete implementation plan without carrying out the implementation. Invoke explicitly with /skill:plan, or use the Pi /plan mode wrapper.
    0
    installs
  4. Privacy · voidverse-xyz
    Prevent Claude, Codex, or any other agent from leaking private, local, or sensitive information into outward-facing artifacts (PR/issue/commit text, comments, public files, external services). Use before writing anything that leaves the local machine — especially PR descriptions, commit messages, issue bodies, and review comments. Also requires clear, explicit user confirmation before sending any data to a remote host outside the local network.
    0
    installs
  5. MCP Builder · voidverse-xyz bundle
    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 Node/TypeScript (MCP SDK).
    0
    installs
  6. Readable Code · voidverse-xyz
    Write or refactor non-trivial code for human readability, review, and debugging. Use when logic includes meaningful state changes, data transformations, lifecycle behavior, or dense control flow; let project conventions and formatters override these defaults.
    0
    installs
  7. Skill Creator · voidverse-xyz bundle
    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
    0
    installs
  8. Claude Handoff · voidverse-xyz bundle
    Use when the user says to use Claude, hand work to Claude, ask Claude, have Claude handle a task, or specifies a Claude model for the work. Treat this as an instruction that the Claude CLI is installed locally and should be used to hand off the requested work, passing the specified model when provided.
    0
    installs
  9. Internal Comms · voidverse-xyz bundle
    A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
    0
    installs
  10. Webapp Testing · voidverse-xyz bundle
    Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
    0
    installs
  11. Doc Coauthoring · voidverse-xyz
    Guide users through a structured procedure for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This procedure helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
    0
    installs
  12. Reviewable Code · voidverse-xyz
    Compatibility alias for the consolidated readable-code skill. Invoke explicitly only for older workflows that still reference this name.
    0
    installs
  13. Code Conventions · voidverse-xyz
    Apply repository-aligned JavaScript, TypeScript, and React conventions for readable structure, imports, async work, state, modules, comments, and error contracts. Use when establishing conventions or making non-trivial JS/TS or React changes where local rules are unclear; skip for routine edits with an obvious nearby pattern.
    0
    installs
  14. General Planning · voidverse-xyz
    Plan non-software initiatives such as operations, research, process changes, programs, events, or organizational work. Use when execution needs coordinated decisions, ownership, dependencies, risks, and verification. For code changes or software architecture, use software-implementation-planning instead.
    0
    installs
  15. Agent Hook Design · voidverse-xyz
    Design, implement, review, or migrate lifecycle hooks for coding agents, IDE agents, CLIs, and agent harnesses. Use when the user wants automation before/after tool calls, prompt submission, file edits, shell/network actions, subagent lifecycle, compaction, session start/stop, or agent completion. Requires reading the target runtime's current hook contracts instead of guessing event names or JSON fields, and covers deterministic-vs-model hooks, fail-open/closed policy, strict I/O, timeouts, reentrancy, privacy, testing, and safe rollout.
    0
    installs
  16. Custom I18N System · voidverse-xyz bundle
    Design, build, or port a small project-owned internationalization system without adopting a full i18n framework. Covers project-agnostic language catalogs, locale negotiation and fallback, named interpolation, CLDR plural rules through Intl, number/date/list formatting, RTL/LTR and document language, browser/account persistence, backend errors and emails, catalog validation, SSR, and font-aware document generation. Use only when the user explicitly requests a custom/dependency-light i18n engine, must preserve an existing custom architecture, or cannot use a maintained i18n library; do not trigger for routine translation edits in a project that already has an i18n system.
    0
    installs
  17. Live Notifications · voidverse-xyz
    Design, add, or debug real-time data updates and user alerts across backend delivery, shared event contracts, authorization, client subscriptions, reconnection, deduplication, and fallback channels. Use for WebSocket, SSE, broker-backed, push, or similar notification flows.
    0
    installs
  18. Fullstack Blueprint · voidverse-xyz
    Scaffold an Express, Mongoose, Next.js, and React application with this opinionated layered architecture. Use only when the user explicitly chooses this blueprint; do not apply it automatically to existing applications, routine endpoint work, or frontend-backend integration.
    0
    installs
  19. Using Git Worktrees · voidverse-xyz
    Safely create and use isolated Git worktrees, then review and land their changes without disturbing the parent checkout. Detect existing isolation, confirm branch and location, preserve dirty work, respect project setup, keep changes unstaged for review, obtain commit approval, rebase and fast-forward when required, and clean up only with approval. Use whenever the user asks for a worktree or isolated workspace, wants substantial work kept separate, or repository instructions require tracked edits in a worktree.
    0
    installs
  20. Frontend Backend Call · voidverse-xyz
    Connect a frontend feature to a backend endpoint while preserving the project's API client, response contract, state ownership, caching, and error handling. Use when adding or changing client services, React hooks, query integrations, contexts, or consuming components.
    0
    installs
  21. API Endpoint Blueprint · voidverse-xyz
    Add, change, or debug an HTTP API endpoint by tracing the repository's route, middleware, handler, domain, persistence, and test layers. Use for endpoint work in layered backend applications; adapt to local architecture instead of imposing a fixed framework pattern.
    0
    installs
  22. Github Issue Maintenance · voidverse-xyz bundle
    Run the heavyweight label-directed GitHub issue-maintenance workflow with durable claims, persistent worker/reviewer pairs, and verified closure. Explicit opt-in only: use this skill only when the user names `github-issue-maintenance` or explicitly asks to run the GitHub issue-maintenance skill or workflow. Do not invoke it for ordinary issue fixes, commits, merges, pull requests, or issue closure.
    0
    installs
  23. Containerized Development · voidverse-xyz bundle
    Develop inside Docker containers when Docker or Docker Compose is installed and available. Prefer containerized development over host tooling for local development work whenever Docker tooling is available, even if the needed host tools are also installed. Use a Dockerfile + docker compose (with `docker compose watch` for live sync/reload), bind-mount or sync the project source, keep Docker artifacts/state in a project `.docker/` dir, and install dependencies and run dev work inside the container.
    0
    installs
  24. Agent Instructions Authoring · voidverse-xyz
    Create, reorganize, deduplicate, or migrate persistent instructions for coding agents—repository AGENTS.md-style guidance, directory-scoped rules, user-level defaults, and vendor-specific rule files. Use when the user asks to add agent rules, coding conventions, repository guidance, scoped instructions, or convert old prompts/commands/rules into skills or procedures. Chooses the correct artifact, verifies platform scope and precedence, keeps instructions concise and non-conflicting, preserves exact requested wording, protects private/local details, and migrates without deleting originals until validation and explicit confirmation.
    0
    installs
  25. Subagent Definition Authoring · voidverse-xyz
    Design, create, review, or migrate reusable subagent definitions for coding-agent systems. Use when the user wants a scout, reviewer, planner, tester, implementer, debugger, or other specialist agent. Verifies the target platform's schema first, decides whether delegation is justified, writes a focused constitution and strict result contract, applies least-privilege tools/path/network access, sets runtime/token/turn limits and lifecycle, defines questions/escalations/cancellation, tests representative tasks, and avoids vendor-specific fields unless supported.
    0
    installs
  26. Software Implementation Planning · voidverse-xyz
    Produce a decision-complete implementation plan for a software feature, refactor, migration, integration, or extension. Use when code changes need repository research, verified interfaces, file-level design, lifecycle and failure behavior, risks, and executable verification.
    0
    installs