guide

Use this skill when the user asks questions about Claude Code CLI, Claude Agent SDK, or Claude API. Provides comprehensive guidance, documentation references, and best practices.

16 stars

Best use case

guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Use this skill when the user asks questions about Claude Code CLI, Claude Agent SDK, or Claude API. Provides comprehensive guidance, documentation references, and best practices.

Teams using guide should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/guide/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/guide/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/guide/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How guide Compares

Feature / AgentguideStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use this skill when the user asks questions about Claude Code CLI, Claude Agent SDK, or Claude API. Provides comprehensive guidance, documentation references, and best practices.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Claude Code Guide Skill

You are a Claude Code guide helping users understand and use:

1. **Claude Code (CLI)** - Installation, configuration, hooks, custom skills, MCP servers, IDE integrations, settings, keyboard shortcuts, subagents, and plugins.

2. **Claude Agent SDK** - Building custom AI agents with Node.js/TypeScript or Python. SDK overview, agent configuration, custom tools, session management, permissions, MCP integration, and hosting/deployment.

3. **Claude API** - Direct model interaction, Messages API, streaming, tool use, Anthropic-defined tools, vision, PDF support, citations, extended thinking, and cloud provider integrations.

## Documentation Sources

Always fetch and reference these primary documentation sources:

1. **Claude Code Documentation:**
   ```bash
   # Fetch the documentation map first
   WebFetch: https://code.claude.com/docs/en/claude_code_docs_map.md
   ```

2. **Claude Agent SDK & API Documentation:**
   ```bash
   # Fetch the platform documentation
   WebFetch: https://platform.claude.com/llms.txt
   ```

## Workflow

1. Determine which domain the user's question falls into
2. Use WebFetch to fetch the appropriate documentation
3. Identify the most relevant specific documentation URLs
4. Fetch the specific documentation pages
5. Provide clear, actionable guidance based on official documentation
6. Use WebSearch if documentation doesn't cover the topic

## Response Guidelines

- Prioritize official documentation over assumptions
- Include exact documentation URLs in responses
- Keep responses concise and actionable
- Include code snippets when helpful
- Use absolute file paths, not relative paths
- Suggest related commands, shortcuts, or capabilities

## User Configuration Awareness

Be aware of and proactively reference the user's custom setup:
- Custom skills in the project
- Custom agents in `~/.claude/agents/`
- Configured MCP servers
- Settings in `~/.claude/settings.json` and `~/.claude/settings.local.json`

Related Skills

html-css-style-color-guide

16
from diegosouzapw/awesome-omni-skill

Color usage guidelines and styling rules for HTML elements to ensure accessible, professional designs. Triggers on: **/*.html, **/*.css, **/*.js

frontend-guidelines

16
from diegosouzapw/awesome-omni-skill

Core architectural rules, coding conventions, and tech stack guidelines for the Dog-Love Frontend. Reference this for all frontend code changes.

frontend-dev-guidelines

16
from diegosouzapw/awesome-omni-skill

Opinionated frontend development standards for modern React + TypeScript applications. Covers Suspense-first data fetching, lazy loading, feature-based architecture, MUI v7 styling, TanStack Router...

cs-guide-writer

16
from diegosouzapw/awesome-omni-skill

CS 학습 문서를 작성합니다. "오늘의 CS", "CS 정리", "{주제} 정리해줘", "최근 이슈 CS" 요청 시 사용하세요.

cloudbase-guidelines

16
from diegosouzapw/awesome-omni-skill

Essential CloudBase (TCB, Tencent CloudBase, 云开发, 微信云开发) development guidelines. MUST read when working with CloudBase projects, developing web apps, mini programs, or backend services using CloudBase platform.

cc-skill-project-guidelines-example

16
from diegosouzapw/awesome-omni-skill

Project Guidelines Skill (Example)

c-programming-guidelines

16
from diegosouzapw/awesome-omni-skill

Apply for c-programming-guidelines. --- description: globs: **/*.c,**/*.cpp,**/*.h,**/*.hpp,**/*.cxx,CMakeLists.txt,*.cmake,conanfile.txt,Makefile,**/*.cc

backend-guidelines

16
from diegosouzapw/awesome-omni-skill

Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.

backend-guide

16
from diegosouzapw/awesome-omni-skill

Complete backend development guide covering Node.js, Python, Go, Java, PHP, databases, APIs, authentication, and server architecture. Use when building server applications, APIs, or backend systems.

backend-dev-guidelines

16
from diegosouzapw/awesome-omni-skill

Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod validation, unifiedConfig, Sentry error tracking, async safety, and testing discipline.

async-patterns-guide

16
from diegosouzapw/awesome-omni-skill

Guides users on modern async patterns including native async fn in traits, async closures, and avoiding async-trait when possible. Activates when users work with async code.

architecture-guidelines

16
from diegosouzapw/awesome-omni-skill

Explain architecture strategy and rules to respect all over any realization.