Find the perfect skill
Open Prefab Edit Mode
Development
Open the prefab edit stage for a prefab instance or prefab asset GameObject. Modifications inside the edit stage propagate to all instances. Pair with 'assets-prefab-close' to exit the stage when done.
Create a Draft Pull Request
Development
Push committed changes and open a draft pull request on GitHub for early feedback.
Music Plugin Configuration
Development
Interactively sets up or edits the `~/.bitwize-music/config.yaml` configuration for a music plugin. Guides through required and optional settings like artist name, storage paths, and customizable overrides. Useful during initial setup or when changing configuration settings.
StockBuddy Development Navigation
Development
Project navigation and quick reference for StockBuddy development. Covers Electron/React structure, stock-sdk data sources, IPC, database, testing, and coding standards.
Bug Report
Documentation
Create and document bug reports following project tracking conventions. Includes symptoms, root causes, and potential solutions.
Chinese National Standard (GB/T) Writing
Documentation
Complete guide for writing Chinese national standards (GB/T), from drafting to submission, including document preparation and checklists. Suitable for recommended standards such as in nanotechnology.
Optimizing Staking Rewards
Data & AI
Compare and optimize staking rewards across multiple proof-of-stake blockchains and liquid staking protocols. It calculates net yields after fees, assesses protocol risks, and provides recommendations for maximizing returns.
Simulating Flash Loans
Data & AI
Simulate flash loan strategies with profitability calculations and risk assessment across Aave, dYdX, and Balancer.
Embedding Hunt
Security
Uses embedding similarity to hunt for related behaviors across the environment. Starting from a confirmed malicious finding, it discovers behavior clusters, related entities, and variations of known attack patterns. Helps assess incident scope and detect coordinated or widespread threats.
QA Pipeline
Testing
QA pipeline: explores the app like a real user, produces a QA report and Playwright E2E tests for regression.
AI Skill Template
Documentation
Template for creating new AI skills. Use when defining a new skill, writing its description, or structuring its documentation.
Excel Import Modal Generator
Development
Generates a complete Excel import modal using the useExcelImport hook, including the modal component, parser function, and TypeScript interfaces. Run this when adding a new domain's import feature or refactoring an existing modal to the standard pattern. It also guides on connecting parent component callbacks.