ask-claude ناجح

Answer questions about Claude Code features, settings, hooks, skills, MCP servers, and best practices.

٠
نجوم
٤٧
تنزيلات
١٠٢
مشاهدات

// تثبيت المهارة

تثبيت المهارة

المهارات هي كود تابع لأطراف ثالثة من مستودعات GitHub العامة. يفحص SkillHub الأنماط الخبيثة المعروفة، لكنه لا يستطيع ضمان السلامة. راجع الكود المصدري قبل التثبيت.

تثبيت عام (على مستوى المستخدم):

npx skillhub install j-d0g/self-improving-agent/ask-claude

تثبيت في المشروع الحالي:

npx skillhub install j-d0g/self-improving-agent/ask-claude --project

skill.install.customTargetHelp

npx skillhub install j-d0g/self-improving-agent/ask-claude --target-dir /path/to/skills

المسار المقترح: ~/.claude/skills/ask-claude/

محتوى SKILL.md

---
name: ask-claude
description: Answer questions about Claude Code features, settings, hooks, skills, MCP servers, and best practices.
---

# Ask Claude

Get answers about how to use Claude Code effectively.

## Usage

```
/ask-claude <question>
```

## Examples

```
/ask-claude where do I put project-specific rules?
/ask-claude how do hooks work?
/ask-claude what's the difference between skills and agents?
/ask-claude how do I create an MCP server?
```

## Behavior

When invoked, spawn a `claude-code-guide` agent to research the answer:

```
Task(
  subagent_type="claude-code-guide",
  prompt="<user's question>",
  description="Claude Code: <short summary>"
)
```

The agent has access to Claude Code documentation and can search the web for current information.

## Topics Covered

- Claude Code CLI features and commands
- Hooks (Stop, PreToolUse, PostToolUse, etc.)
- Skills and how to create them
- MCP servers and integrations
- Settings and configuration
- IDE integrations (VS Code, JetBrains)
- Keyboard shortcuts
- Best practices and workflows

الترخيص

لم يُعلَن أي ترخيص في مصدر هذه المهارة.

النص الكامل للترخيص متاح في المستودع المصدري.

عرض الترخيص في المستودع المصدريالنسخة المنشورة هناك هي المرجع.