ソース情報
- リポジトリ
- AxelMrak/ai
- ソースの最終更新活動
- 2026年2月17日 14:07
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/AxelMrak/ai --skill skill-detectionコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling. Use PROACTIVELY for any TypeScript/JavaScript issues including complex type gymnastics, build performance, debugging, and architectural decisions.
Use when enforcing Axel's coding standards across any language for architecture, reuse, imports, and maintainability, plus React/Next.js-specific rules only where explicitly stated (for example useEffect and JSX handlers).
Postgres performance, schema, and operations best practices.
SOC 職業分類に基づく
SKILL.md を表示中
| name | skill-detection |
| description | Detect, load, and apply skills before ANY code-related response |
Skills are codified best practices. USE them - never assume you know better.
Before ANY response involving code, architecture, or technical decisions:
skills/SKILL-INDEX.md for relevant skillsRead skills/{name}/SKILL.md)| Thought | Reality |
|---|---|
| "This is just a simple question" | Simple questions have best practices too |
| "I already know this" | Skills evolve. Read current version. |
| "Let me explore the code first" | Skills tell you HOW to explore |
| "This doesn't need a formal skill" | If a skill exists, use it |
| "The skill is overkill" | Discipline prevents mistakes |
| Stack Signal | Skills to Load |
|---|---|
react, .tsx | react-patterns, react-ui-patterns |
next, next.js | nextjs-best-practices, vercel-deployment |
python, .py | python-patterns |
prisma | prisma-expert, database-design |
tailwind | tailwind-patterns |
typescript | typescript-expert |
docker | docker-expert |
test, jest | testing-patterns, tdd-workflow |
After discovering skills:
## Active Skills
| Skill | Purpose | Last Used |
|-------|---------|-----------|
| react-patterns | Component patterns | 2026-01-30 |
| nextjs-best-practices | App Router, Server Components | 2026-01-30 |
| systematic-debugging | Root cause analysis | ALWAYS |
| Action | Tokens | Frequency |
|---|---|---|
| Read CONTEXT.md | ~200 | Every session |
| Load cached skills | ~1000-3000 | Every session |
| Grep SKILL-INDEX.md | ~500 | New project only |
| Full index scan | ~2000 | Rarely |
Scan once, cache forever, update incrementally. Never scan 249 skills when 8 will do.