Miyamura80
- 14 skills
- 0 followers
- 18 hours ago last updated
- ▌ Gmail MCP · miyamura80Triage and curate a Gmail inbox by connecting to the GmailMCP server over MCP and calling its typed tools.
- ▌ Wait · miyamura80Pause execution for a requested number of minutes by sleeping one-minute increments to avoid exceeding shell timeouts.
- ▌ Usage · miyamura80How to use the CLI, API, and MCP interfaces. Use this skill when interacting with the tool as an end user.
- ▌ Cleanup · miyamura80Git branch hygiene - delete merged/closed branch, prune stale refs, sync dependencies
- ▌ Onboarding · miyamura80Interview the user, inspect this template repo, run headless onboarding, and prune unused systems so a new project gets running quickly.
- ▌ Push Release · miyamura80Cut a new release - bump the version in pyproject.toml, tag, and push to trigger PyPI publish and MCP Registry publish via GitHub Actions. Use when the user asks to release, ship a version, bump and tag, cut a hotfix, or publish to PyPI.
- ▌ Code Quality · miyamura80Instructions for running code quality checks and maintaining standards in the Python-Template project.
- ▌ Goose Gui E2e · miyamura80 bundleDrive the real Goose desktop GUI (Electron) as an MCP client via Playwright to end-to-end test this template's MCP Apps - asserting the ui:// iframe actually renders and round-trips in a real host. Use to run, add, or debug MCP-App e2e scenarios.
- ▌ Local Sandbox · miyamura80Preview an MCP-UI app (mcp_server/apps/*) from fixtures in a browser with no MCP server, Gmail, OAuth, or network. Use when asked to see, screenshot, or test how an MCP App iframe renders, or to render it live in the Claude Code cloud.
- ▌ New Agent Rule · miyamura80Guide for creating a new path-scoped .claude/rules/ file with proper globs frontmatter and structure.
- ▌ Manage Agent Config · miyamura80Manage files under .claude/{skills,agents,rules}/, .agents/{skills,rules}/, or .codex/agents/. Covers dual-tool Claude/Codex layout and reminds to run make sync-agent-config.
- ▌ Prek Precommit Hook · miyamura80Instructions for managing and running git hooks using `prek`. Use this skill for any mention of pre-commit hooks, as `prek` overrides pre-commit hooks.
- ▌ Frontend Design Principles · miyamura80Core visual principles for frontend work - subtract text, prefer SVG over prose, detail behind summary, one CTA. Use when building or editing UI, React components, pages, dashboards, docs or marketing sections, modals, or reviewing a frontend diff.
- ▌ Thermo Nuclear Code Quality Review · miyamura80Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear or thermonuclear code quality review, deep code-quality audit, or especially harsh maintainability review.