hiromaily
- 22 skills
- 0 followers
- 6 hours ago last updated
- ▌ Dev Pipeline · hiromailyOrchestrate a full development pipeline (Analysis → Investigation → Design → AI Review → Tasks → AI Review → Implementation → Review) using isolated subagents to prevent context contamination and conserve tokens.
- ▌ Triage Workflow · hiromailyEvaluate a request and recommend the appropriate workflow — GitHub issue only, GitHub issue + SDD spec, or full SDD spec — based on scope, complexity, and architectural impact.
- ▌ AI Friendly Audit · hiromailyLightweight AI Friendliness check for a repository (no subagents, within 5 minutes). Quickly prioritizes basic improvements.
- ▌ Forge · hiromailyOrchestrate a full development pipeline using MCP-driven subagents. Accepts plain text or issue tracker URLs (GitHub, Jira, Linear, etc.) as input.
- ▌ Forge Setup · hiromailyConfigure per-repository default flags for /forge pipelines. Interactive setup that saves preferences to .specs/preferences.json.
- ▌ Devops · hiromailyCI/CD and DevOps workflow. Use when modifying GitHub Actions, Docker configurations, or compose files.
- ▌ Mockery · hiromailyMock generation workflow for go-crypto-wallet. Activate whenever a developer asks to generate a mock for a new interface, add test coverage that requires a mock, or replace a manually-written test stub for a ports interface. Claude MUST use `make mockery` — never write mock struct code by hand.
- ▌ Docs Ssot · hiromailySet up docs-ssot SSOT documentation structure — migrate existing docs, build, and validate
- ▌ Wallet CLI · hiromailyHow to run watch, keygen, and sign wallet CLI commands. Use when executing wallet commands or testing wallet functionality.
- ▌ Docs Update · hiromailyDocumentation update workflow. Use when modifying files in docs/ directory or any markdown files (*.md).
- ▌ DB Migration · hiromailyDatabase schema and migration workflow. Use when modifying database schemas in tools/atlas/ or SQLC queries in tools/sqlc/.
- ▌ Git Workflow · hiromailyGit branch management, commit conventions, and PR creation workflow. Use for all tasks that require code changes, regardless of language or scope.
- ▌ Fix Pr Review · hiromailyAddress PR review comments by selecting appropriate skills based on modified files. Use when fixing review feedback on pull requests.
- ▌
- ▌ Go Development · hiromailyGo development workflow including verification commands and self-review checklist. Use when modifying Go code in internal/, pkg/, or cmd/ directories.
- ▌ Bch Development · hiromailyBitcoin Cash (BCH) API implementation rules. Critical pattern for embedding Bitcoin struct and overriding BCH-specific methods. Use when working on BCH-related code in internal/infrastructure/api/btc/bch/.
- ▌ Btc Terminology · hiromailyCritical Bitcoin terminology rules to prevent confusion between bech32m (encoding) and taproot (address type). Use when working on BTC-related code, config files, or shell scripts.
- ▌ Makefile Update · hiromailyMakefile development workflow. Use when modifying Makefile or files in make/ directory.
- ▌ Solidity Development · hiromailySolidity smart contract development workflow. Use when modifying smart contracts in apps/eth-contracts/contracts/.
- ▌ Github Issue Creation · hiromailyCreate GitHub issues with proper task classification. Classification determines which Skills will be used when working on the issue.
- ▌ Label Context Mapping · hiromailyMaps GitHub labels to Skills and Context documents. Use when creating issues (github-issue-creation) or working on issues (fix-issue command).
- ▌ Typescript Development · hiromailyTypeScript/JavaScript development workflow for apps/ directory. Use when modifying TypeScript code in xrpl-grpc-server or JavaScript in eth-contracts.