metyatech
- 16 skills
- 0 followers
- 16 hours ago last updated
- ▌ Autonomous Orchestrator · metyatech bundleAutonomous meta-orchestrator that continuously discovers work, dispatches agents, reviews results, and manages the full lifecycle across the user's workspace. Use when the user wants hands-off autonomous operation. Triggers on: 'autonomous', 'auto-pilot', 'run continuously', 'take over', 'autopilot'.
- ▌ CLI Design · metyatech bundleUse when designing, building, or reviewing a command-line interface (CLI) tool. Provides a checklist of standard CLI conventions. Do not use for non-CLI applications.
- ▌ Code Quality Setup · metyatech bundleUse when setting up or configuring code quality tools (formatters, linters, type checkers, dependency scanners) for a repository. Also use when adding visual accessibility automation or security baseline scanning. Do not use for general coding or when tools are already configured.
- ▌ Command Execution · metyatech bundleUse when executing shell commands or external processes that require platform-aware procedures, federated identity handoff to a real browser session, agent-browser session retry, privilege elevation fallback paths, or destructive file deletion safety. Triggers when invariants in the `command-execution` rule module need procedural how-to detail.
- ▌ Guided Doc Writing · metyatech bundleWrite or revise learner-facing documents, Markdown pages, policies, guides, and explanatory materials so readers can grasp the main points in seconds. Use when drafting course docs, student-facing notices, instructions, overviews, or any prose that needs clear visual hierarchy, concrete examples, explicit reasons, and selective emphasis.
- ▌ Guided Gui Design · metyatech bundleUse when designing or reviewing a user-facing GUI and the goal is to reduce first-use cognitive load, clarify the primary path, improve discoverability and feedback, prevent errors, ensure accessibility, and ground decisions in established HCI and usability theory.
- ▌ Human AI System Builder · metyatech bundleDesign and build systems that humans and AI agents can both manage. Use when a request says a system must be operated, edited, or maintained by both humans and AI, especially when the request is short and Codex must infer the canonical data store, human GUI, AI editing surface, synchronization flow, conflict policy, validation surfaces, diagnostics delivery, generated artifacts, and startup path.
- ▌ Post Deploy · metyatech bundleUse when verifying deployment after code changes to globally linked packages (npm link), running services, daemons, or scheduled tasks. Triggers when code changes affect a globally installed CLI or a running service. Do not use for general development, CI setup, or initial deployments.
- ▌ Pr Review Workflow · metyatech bundleUse when addressing PR review feedback, re-requesting reviews, handling GitHub review bot re-reviews (Codex, Copilot), or managing GitHub notifications. Do not use for creating new PRs or general development.
- ▌ Quality Workflow · metyatech bundleUse when writing tests, designing test coverage, handling defect fixes, performing root-cause analysis, setting up CI verification, or configuring commit-time hooks. Also use when creating test matrices or choosing between unit/integration/E2E tests. Do not use for general development or linting setup.
- ▌ Release Publish · metyatech bundleUse when preparing a release, publishing a package, bumping a version, or configuring public repository metadata. Also use when verifying a published package. Do not use for general development or non-release tasks.
- ▌ Sub Agent Dispatch · metyatech bundleReference data and procedures for dispatching sub-agents in parallel: model inventory tables, agents-mcp parameter details, verification prompt templates, routing decision sequence, quota fallback logic, and platform-specific workarounds. Use when actually dispatching sub-agents and you need the full model inventory or detailed procedures. Triggers on: 'dispatch', 'orchestrate', 'sub-agent', 'agents-mcp', 'model inventory', 'route'.
- ▌ Teaching Style Patterns · metyatech bundleReusable teaching style patterns for designing or revising lessons, syllabi, lesson plans, slide decks, handouts, quizzes, and in-class facilitation flows. Use when the main task is choosing how a class should run, mapping a teaching approach onto time blocks, or keeping the same lesson style consistent across syllabus and teaching materials. Triggers include requests about 授業スタイル, lesson structure, class format, シラバス設計, 授業資料設計, 進め方, 教え方, and how to balance explanation with hands-on work.
- ▌ Tutorial Authoring · metyatech bundleAuthor, revise, reorganize, or review step-by-step tutorials for beginner-to-intermediate learners, primarily static text-and-image format. Grounded in Mayer's CTML, Sweller's CLT, and van der Meij & Carroll's minimalism. Use when writing a new guide, improving an existing one, auditing tutorial structure, or reorganizing course content. Triggers on: 'tutorial', 'step-by-step guide', 'hands-on guide', 'walkthrough', 'how-to', 'reorganize tutorial', 'revise guide', 'improve tutorial quality', 'review tutorial structure', 'チュートリアル', '整理し直す', 'マルチメディア学習'.
- ▌ Ue Graph Capture · metyatech bundleUse when capturing supported Unreal Engine Blueprint graphs as complete PNG images with the ue-graph-capture CLI. Do not use it for Timeline or Widget Designer surfaces unsupported by the installed version.
- ▌ User Proxy · metyatech bundleUse when reviewing an agent's plan, work output, or completion claim on behalf of the user. Evaluates against established rules, known error patterns, and quality standards. Do not use for direct implementation work.