Iteratively improves agent-facing instructions (Cursor Skills, .mdc rules, CLAUDE.md, codegen prompts) by dispatching a fresh subagent as an unbiased executor and evaluating two-sidedly (self-report + checklist metrics) until improvements plateau. Use only…
okathira-dev/kansu-infinite-scroll-archiver
SkillsMP has collected 5 skills from okathira-dev/kansu-infinite-scroll-archiver. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Kansu 実装時の基本コーディング規約(差分最小、責務尊重、型安全、テスト判断、UI プリミティブのフォーカス/アクティブ)を適用する。実装・リファクタ・レビューで規約確認が必要なときに使う。
Source text: Japanese
Kansu リポジトリの構造、技術スタック、参照ドキュメント、Skill 運用の前提を提示する。リポジトリ全体の把握、オンボーディング、どこを編集すべきかの判断が必要なときに使う。
Source text: Japanese
Kansu のコンポーネント/モジュール構成に関する用語の使い分けを統一する。`ui` / `feature` / レイヤー名の言い回しや配置判断、命名方針の確認が必要なときに使う。
Source text: Japanese
Best practices and reference for Playwright Test (E2E). Covers how to write tests, avoiding fixed waits, network triggers, DnD, shard/retry setup on GitHub Actions, and more. Use when authoring/modifying Playwright tests or changing Playwright-related CI…