Find the perfect skill
Integrate Payram Payouts
Development
This guide explains how to integrate Payram's payout API to send cryptocurrency payments to recipients. It covers the complete payout lifecycle, from creation to status monitoring, and includes SDK usage examples. Use this skill when building automated disbursement systems or withdrawal functionality.
Structured Code Review
Development
Performs a systematic code review across five quality dimensions: correctness, security, style, architecture, and testing. It parses targets like staged changes, commits, ranges, or PRs, reads the full files, and produces a structured verdict with findings by severity. Best used as a gate before merging, after subagent work, or when a second opinion is needed.
Programming Ruby
Development
Covers idiomatic Ruby style and best practices including naming conventions, parentheses usage, control flow idioms, and block styles. Helps Ruby developers write code that is concise, readable, and follows community standards.
g-sui Go UI Framework
Development
Server-rendered Go UI framework that generates HTML entirely on the server and handles interactivity through server actions and WebSocket patches. Ideal for building dynamic web applications in Go without client-side JavaScript.
Skill Creator
Development
Guides users in creating or updating skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Covers the anatomy of a skill (SKILL.md with YAML frontmatter and optional bundled resources like scripts, references, and assets) and best practices for structuring them.
Thirdweb v5 Integration
Development
This skill covers Thirdweb v5 SDK integration in AutoClaw, including wallet setup (inAppWallet, MetaMask, Coinbase, WalletConnect), SIWE authentication with payload generation and verification, web/API client creation, and React hooks (useActiveAccount, useConnect). Use it for wallet connection, social login, and custom dark theme with indigo accent colors.
Git Branch Naming
Development
Enforces a git branch naming convention using a type/short-description format, with predefined types such as feat, fix, or docs. Use this rule when creating or switching to branches to ensure consistent and descriptive branch names across the repository.
HAPI FHIR Migration - Hybrid Architecture
Development
Complete guide for migrating to a hybrid architecture using HAPI FHIR as the source of truth for Patient/Practitioner demographic data, with local GDPR storage in PostgreSQL.
CQRS Architecture
Development
Design and implement CQRS patterns for scalable systems. Separate read and write models with query optimization techniques.
Organize File Structure
Development
Audits and reorganizes the project directory structure by moving misplaced files (e.g., test files inside the source directory, source files in the root) to correct locations, updating imports accordingly, and suggesting cleanup of empty directories or obsolete config files.
Code Simplifier
Development
Reviews recently modified code to simplify and refine it, improving clarity, consistency, and maintainability without changing functionality. Helps after writing or editing code to automatically apply project best practices and reduce unnecessary complexity.
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.