ワンクリックで
learn
Extract reusable patterns from current session and save them as learned skills for future use.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extract reusable patterns from current session and save them as learned skills for future use.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Turn unstructured documents into validated, auditable structured data with clear schemas and edge-case handling
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.
Software architecture specialist for system design, scalability, and technical decision-making. Use when planning new features, refactoring large systems, or making architectural decisions.
Build and compilation error resolution specialist. Fixes build/type errors with minimal diffs, no architectural changes. Use when build fails or type errors occur.
| name | learn |
| description | Extract reusable patterns from current session and save them as learned skills for future use. |
Analyze the current session and extract patterns worth saving as reusable skills.
Run /learn when you've solved a non-trivial problem during a session.
Create a skill file at ~/.codex/skills/learned/<pattern-name>/SKILL.md:
---
name: <pattern-name>
description: <what this pattern solves>
---
# <Descriptive Pattern Name>
**Extracted:** <Date>
**Context:** <When this applies>
## Problem
<What problem this solves>
## Solution
<The pattern/technique/workaround>
## Example
<Code example if applicable>
## When to Use
<Trigger conditions>
~/.codex/skills/learned/