Find the perfect skill
Secure & Maintainable Code Generation
Development
Generates production-quality code following clean code principles, security best practices (no hardcoded secrets, input validation), explicit error handling, and type hints. Provides structured templates (dataclasses, documented functions) and language-specific guidelines (Python, JavaScript, Go). Helps developers write maintainable and secure code from the start.
innozverse Repository Structure
Development
Understand the innozverse monorepo's directory layout, naming conventions, and module boundaries. Use this skill when adding new files or features to know exactly where they belong across apps, shared packages, and config files.
Git Workflow Automation
Development
This skill automates common Git workflows like branching strategies (Git Flow, GitHub Flow), pull request creation, code reviews, merge conflict resolution, and release management. It helps by providing scripts and guidance to streamline version control operations and enforce best practices.
Figma Design Analyzer
Development
Analyzes Figma designs against code conventions for implementation readiness. Checks design-code parity, semantic token usage, and property naming consistency. Use when reviewing a Figma component before coding.
Architecture & System Design
Development
Decompose complex problems into manageable parts, choose the right structural patterns, and design software systems that are understandable, changeable, and resilient. Use when starting a new project, refactoring a tangled codebase, or making architectural decisions that are expensive to change later.
Requirement Research
Development
Gathers context from Jira, Confluence, codebase, and documentation to understand requirements before implementation. Produces a research document with confidence scoring. Helps when exploring feature feasibility, assessing complexity, or identifying reusable components.
Create GitHub Pull Request
Development
Creates a GitHub pull request after build success, commits, and push. Polls for review comments and automatically starts handling feedback. Helps streamline the PR and review workflow.
Debug Unity — Structured Debugging
Development
A structured debugging workflow for Unity-specific issues (NavMesh, physics, animations, AI, rendering). It guides through reading the environment, categorizing the issue by subsystem, diagnosing with common checks, and fixing one change at a time with validation. Helps when encountering Unity bugs, incorrect configurations, or unexpected behavior in scenes.
Checkout Git Branch with Conventional Naming
Development
Creates and checks out a new git branch with conventional naming (type/description). Use it to start working on a feature, fix, or task while following naming conventions.
Claude Code Skill Creator
Development
This skill helps create, edit, and manage Claude Code skills, including designing skill structures, writing SKILL.md files, organizing supporting files, and setting up automation hooks. It assists when building custom automation workflows or converting sub-agents to the skill format.
Smart Git Worktree Management
Development
Manages git worktrees for a monorepo: creates worktrees from GitHub issues with automatic pnpm install, hook script copy, and branch name generation; lists active worktrees with commit and ahead/behind status; removes merged worktrees and prunes stale references. Ideal for developers juggling multiple issues simultaneously.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.