ワンクリックで
loader
Index of available skills — file locations, purpose, when/how to use.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Index of available skills — file locations, purpose, when/how to use.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Wiki sensemaker. /learn → densify pass. /learn <question> or "drive Q&A" → research-to-thoughts flow. Triggers `learn_pass` MCP tool. Always reads docs first.
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Architect-mode development for non-trivial features, refactors, and bug fixes. Bundles KISS/DRY/YAGNI principles, phased planning (orient → align → glossary → PRD → TDD → design+delegate), adversarial self-review, and incremental push discipline. Use when starting any non-trivial change, when codebase drifts, or when "AI did the wrong thing" / "code keeps getting worse" symptoms appear. Skip for one-line fixes, throwaway spikes, exploratory reads.
Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5) optimizing Rust code for performance, (6) writing tests or documentation for Rust projects.
| name | loader |
| description | Index of available skills — file locations, purpose, when/how to use. |
| tags | ["skill","index","reference"] |
Skill index. Lists each skill: path, purpose, trigger.
.claude/skills/coder/SKILL.mdSkill(skill="coder"). Prefix first response with ## [CODER MODE]..claude/skills/rust-best-practices/SKILL.mdthiserror/anyhow), ownership, clippy lints, type-state pattern.Skill(skill="rust-best-practices"). Read referenced chapters on demand..claude/skills/caveman/SKILL.md/caveman lite|full|ultra. Auto-active per session hook.Skill(skill="caveman"). Default level: full..claude/plugins/cache/yesitsfebreeze/wiki/<version>/skills/learn/SKILL.md/wiki.Skill(skill="wiki:learn"). First action inside skill: docs({name: "learn"}).Read docs/*.md for project overview before non-trivial work.