mudrii
- 15 skills
- 0 followers
- 4 hours ago last updated
- ▌ Go Rig 2 · mudriiUse this skill when building, reviewing, or refactoring Go code that must follow strict design discipline — ATDD/TDD workflow, explicit dependency injection, package-boundary discipline, and structured code review. Complements CLAUDE.md by focusing on process and design judgment rather than version-specific Go features.
- ▌
- ▌ Golink CLI · mudrii bundleUse this skill when an agent needs to operate the golink LinkedIn CLI: setup verification, auth login/status/refresh/logout, dry-runs, JSON/JSONL output, creating/editing/deleting/resharing posts, comments, reactions, organization posting, scheduled posts, approval gates, plan/execute workflows, record/ replay, privacy-safe automation, or troubleshooting LinkedIn app scopes and redirect configuration. Applies to Codex, OpenClaw, Hermes, and other CLI- capable agents.
- ▌ TS Rig · mudriiApplies a rigorous JavaScript and TypeScript development workflow focused on clean project structure, strict single responsibility, DRY design, TDD and ATDD, dependency injection, strict typing, readable error handling, and lint or static-analysis discipline. Use when implementing or repairing JS/TS business logic, tightening tests around behavior changes, removing weak types such as any, replacing hidden dependencies, cleaning up hardcoded values, or enforcing stronger code quality guardrails.
- ▌
- ▌ Go Rig · mudriiUse this skill when building, reviewing, or refactoring Go code in this repository. It adds process discipline for TDD/ATDD, package boundaries, dependency injection, and review quality, and complements the always-on rules in AGENTS.md.
- ▌ Go Review · mudriiUse this skill when the task is to review Go code in this repository. Focus on bugs, regressions, API compatibility, test gaps, concurrency risks, and violations of the zero-dependency and root-facade constraints.
- ▌ Project Ops · mudriiUse this skill when working on repository operations in this project, including build, test, lint, release, CI alignment, Makefile-driven checks, and operational packaging constraints.
- ▌ Frontend Dashboard · mudriiUse this skill when editing the embedded dashboard frontend in this repository. It focuses on preserving the single-file embedded SPA model, keeping the UI lightweight, and avoiding unnecessary frontend tooling or dependencies.
- ▌ Rust Rig · mudrii bundleUse when building, reviewing, or refactoring Rust code in HOM that requires strong maintainability, testing discipline, and explicit dependency boundaries
- ▌ Hom Tui Testing · mudriiUse when modifying TUI rendering, input routing, layout, command bar, or pane management
- ▌ Hom Workflow Authoring · mudriiUse when creating, modifying, or debugging YAML workflow definitions or the workflow engine
- ▌ Hom Adapter Development · mudriiUse when adding a new harness adapter or modifying an existing one in hom-adapters
- ▌ Hom Workspace Standards · mudrii bundleUse before making meaningful code changes in HOM to load repository architecture, workflow rules, crate boundaries, feature flags, and verification requirements
- ▌ Hom Terminal Integration · mudriiUse when working on terminal emulation, the TerminalBackend trait, libghostty integration, or PTY management