twistingmercury
- 10 skills
- 0 followers
- 13 hours ago last updated
- ▌ Rlm · twistingmercury bundleRun a Recursive Language Model-style loop for long-context tasks using a persistent local REPL.
- ▌ Prime · twistingmercurySurvey a repository to build working context by reading its README and enumerating tracked files. Use when asked to prime, orient to, familiarize yourself with, or understand a project before starting work.
- ▌ Arch Docs · twistingmercury bundleCreate and update versioned architecture documentation using standardized templates and snake_case filenames. Use when writing architecture recommendations, documenting decisions, or scaffolding docs/architecture/.
- ▌ Code Review · twistingmercury bundleOrchestrate a multi-perspective code review combining general correctness, architectural analysis, and language-specific conventions. Use for reviewing files, diffs, pull requests, or uncommitted changes and producing a versioned review document.
- ▌ Shell Script · twistingmercuryCreate or modify production-grade shell scripts with automatic BATS test coverage and a bounded verification loop. Use when implementing, refactoring, or fixing shell scripts that should be delivered with executable tests.
- ▌ Readme Writer · twistingmercury bundleCreate or update a concise project README.md using the required template baseline. Use when a project needs a new README, when an existing README is stale or incomplete, or when README structure should be normalized for fast engineer onboarding.
- ▌ Docker First CI · twistingmercury bundleImplement and harden Docker-first CI/CD pipelines in repository workflows. Use when users ask to set up or fix CI/CD behavior, enforce Docker image build-and-test in CI, gate CD on trusted events, publish immutable artifacts, and deploy/promote without rebuilding.
- ▌ Check Push Readiness · twistingmercuryAssess whether local commits on the current branch are ready to push to their configured remote branch. Use when asked whether a commit, set of commits, or branch is ready to push. Limit the verdict to the exact committed content that the next Git push would transfer.
- ▌ Ralph Loop Docs Writer · twistingmercury bundleCreate or update PRD.md and PROMPT.md files for agent-agnostic gralph loops driven by a checklist and a one-cycle execution prompt. Use when defining or maintaining iterative gralph automation.
- ▌ Dotnet Postgres API Starter · twistingmercury bundleScaffold the current directory, containing no application files, as a complete C#/.NET minimal API repository with application, tests, Docker-first build, PostgreSQL, Compose, CI, Helm, Envoy, and automation. Use when a new project should follow the Orders API repository structure; not for modifying an established API.