Skip to main content
Mrlyk
GitHub クリエイタープロフィール

Mrlyk

3 件の GitHub リポジトリにある 41 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
41
リポジトリ
3
更新
2026年8月10日
リポジトリエクスプローラー

リポジトリと代表的な skills

setup-superharness
その他コンピュータ職

Set up superharness in a project: scan the codebase to discover conventions and tech stack, write findings into .superharness/spec/, then distill them into AGENTS.md and CLAUDE.md. Use when the user asks to set up superharness, to scan or re-scan the codebase…

2026年8月10日
using-superharness
その他コンピュータ職

Session start guide: explains how to use superharness skills and conventions. Injected by SessionStart hook.

2026年8月10日
to-coder
その他コンピュータ職

Generate a developer-facing efficiency and focus-area report for a completed Superharness task. Use when the user asks to "生成开发者报告", "开发交接报告", "to-coder", "developer report", or when /superharness:to-coder is invoked.

2026年8月10日
to-tester
その他コンピュータ職

Generate a tester-facing change impact handoff for a completed Superharness task or a standalone current Git change without task artifacts. Use when superharness:finishing-a-development-branch offers the tester handoff, when the user asks to "生成影响范围",…

2026年8月10日
executing-plans
その他コンピュータ職

Use when an approved implementation plan will be executed inline in a separate session with batch checkpoints

2026年8月10日
finishing-a-development-branch
その他コンピュータ職

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026年8月10日
go
その他コンピュータ職

Main entry point for end-to-end feature work. Start a full task with /superharness:go 'requirement', a lite task with /superharness:go [lite] 'requirement', or resume with /superharness:go --task {task-id}.

2026年8月10日
reopen-task
その他コンピュータ職

Reopen a completed Superharness task to fix a post-delivery bug so the fix time keeps accruing to the same requirement. Use when the user reports a bug in work delivered by a completed task ("上次那个功能有 bug", "修一下之前任务的问题", "fix the bug from the last task"),…

2026年8月10日
収集済み skill 24 件中 8 件を表示しています。
draw-tech-svg
グラフィックデザイナー

Generate static or animated technical diagrams (flowchart, architecture, sequence, comparison, hierarchy) as hand-written SVG files with 4 switchable visual styles sharing a unified brand-blue palette — Notion Clean (default), Dark Terminal, Cloud Fabric,…

2026年8月3日
ask-me
ソフトウェア開発者

在执行任务之前,主动识别无法从代码库或已有知识中获取的信息,逐步向用户追问,直到所有不确定点都明确为止,再开始实施。适用场景:需求模糊、缺少关键上下文、有多种截然不同的实现方向、涉及外部系统或用户私有逻辑、任务目标不清晰。当用户说「你需要问我什么」、「先确认一下」、「别急着写代码」、「不清楚的地方先问」、「有什么需要我提供的」、「不清楚的先问我」以及任何要求先澄清再动手的表达时使用。

2026年7月8日
grill-me
プロジェクト管理専門家

Interactively grill the user about their plan or design through relentless, structured questioning until every branch of the decision tree is resolved. Use when user explicitly asks to be grilled, stress-tested, or challenged on a plan. Use when users request…

2026年7月8日
evaluating-skills
プロジェクト管理専門家

Evaluates a single SKILL.md against Anthropic and agentskills.io best practices, producing a severity-based scorecard with per-dimension scores and actionable rewrite suggestions. Use when the user explicitly asks to review, audit, evaluate, score, or…

2026年6月10日
anthropic-svg
グラフィックデザイナー

Generate editorial-style diagrams in the Anthropic blog visual style as SVG files. Use this skill whenever the user wants to create a diagram, flowchart, architecture diagram, comparison chart, or any visual that should look like Anthropic's blog article…

2026年6月10日
clean-disk-space
ソフトウェア開発者

Safe disk space analysis and cleanup workflow for local machines. Use when asked to analyze full disks, identify large cache/log/temp/build artifacts, produce a cleanup report, run or simulate dry-runs, wait for user approval, and then clean only confirmed…

2026年6月8日
tech-spec-html
プロジェクト管理専門家

把一段需求 / 一段思考 / 一段会议纪要写成单页 HTML 格式的「技术方案 / Design Doc」(工程视角的"怎么做",含背景、目标、技术方案、风险、影响范围、产研计划等模块;不是产品 PRD 的"做什么"),或者增量更新一份已有技术方案。新建场景:当用户说「写一份技术方案」「写个 design doc」「整理成 HTML 技术文档」「评审用的方案文档」「create tech spec」时使用。更新场景:当用户指向某份已有技术方案 HTML、说「评审完根据反馈调一下」「在风险章节加一条」「方案 A…

2026年6月8日
anthropic-diagram
美術家(画家・彫刻家・イラストレーター含む)

Generate editorial-style diagrams in the Anthropic blog visual style as .drawio files. Use this skill whenever the user wants to create a diagram, flowchart, architecture diagram, comparison chart, swimlane, or any visual that should look like Anthropic's…

2026年4月13日
収集済み skill 12 件中 8 件を表示しています。
discover
ソフトウェア開発者

Discover an existing project's conventions and generate or refresh minimal AI spec files (.superskills/conventions.md, AGENTS.md, CLAUDE.md). Use when a project lacks AGENTS.md/CLAUDE.md, when the user asks to generate conventions ("生成规范", "init ai docs",…

2026年6月14日
learn
ソフトウェア開発者

Persist durable learnings from the current session (user corrections, pitfalls and fixes, project decisions not visible in code) into the project knowledge wiki at .superskills/learnings/. Use when the user asks to summarize or persist learnings ("总结一下经验",…

2026年6月14日
learn
ソフトウェア開発者

Persist durable learnings from the current session (user corrections, pitfalls and fixes, project decisions not visible in code) into the project knowledge wiki at .superskills/learnings/. Use when the user asks to summarize or persist learnings, or when…

2026年6月13日
test
ソフトウェア品質保証アナリスト・テスター

After development work is complete, run one full unit-test pass over the changes. Use when wrapping up a coding task ("补测试", "write tests for this", finishing development) — not during development.

2026年6月13日
clarify
ソフトウェア開発者

Surface unresolved decisions in a development request and ask the user before implementing. Use when starting a non-trivial dev task whose requirements leave open questions that would change the implementation (scope, data shape, UX behavior, compatibility),…

2026年6月13日
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました