Token导航 LogoToken导航TokenDH.com
开发权限需确认github未标认证来源可访问许可证需确认审计未展示

claude-codeClaude 代码

Agent Skill

claude-code 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

25

GitHub Stars

10

下载量

196
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:claude-code(Claude 代码)
来源仓库:https://github.com/samhvw8/dot-claude
仓库路径:skills/claude-code
安装命令:
npx skills add https://github.com/samhvw8/dot-claude --skill claude-code
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/samhvw8/dot-claude --skill claude-code

简介

claude-code 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
claude-code
description
Claude Code CLI tool expertise. Features: autonomous coding, slash commands, MCP servers, Agent Skills, hooks, plugins, CI/CD integration. Capabilities: setup/config, troubleshooting, skill creation, MCP integration, enterprise deployment, workflow automation. Actions: configure, troubleshoot, create, deploy, integrate Claude Code. Keywords: Claude Code, Anthropic, CLI tool, slash command, MCP server, Agent Skill, hook, plugin, CI/CD, enterprise, CLAUDE.md, agentic coding, terminal tool, workflow automation, code generation, skill creation, configuration, authentication, API key. Use when: learning Claude Code features, configuring settings, creating skills/hooks, setting up MCP servers, troubleshooting issues, CI/CD integration, enterprise deployment questions.

Claude Code Expert

Claude Code is Anthropic's agentic coding tool that lives in the terminal and helps turn ideas into code faster. It combines autonomous planning, execution, and validation with extensibility through skills, plugins, MCP servers, and hooks.

When to Use This Skill

Use when users need help with:

  • Understanding Claude Code features and capabilities
  • Installation, setup, and authentication
  • Using slash commands for development workflows
  • Creating or managing Agent Skills
  • Configuring MCP servers for external tool integration
  • Setting up hooks and plugins
  • Troubleshooting Claude Code issues
  • Enterprise deployment (SSO, sandboxing, monitoring)
  • IDE integration (VS Code, JetBrains)
  • CI/CD integration (GitHub Actions, GitLab)
  • Advanced features (extended thinking, caching, checkpointing)
  • Cost tracking and optimization

Activation examples:

  • "How do I use Claude Code?"
  • "What slash commands are available?"
  • "How to set up MCP servers?"
  • "Create a new skill for X"
  • "Fix Claude Code authentication issues"
  • "Deploy Claude Code in enterprise environment"

Core Architecture

Subagents: Specialized AI agents (planner, code-reviewer, tester, debugger, docs-manager, ui-ux-designer, database-admin, etc.)

Agent Skills: Modular capabilities with instructions, metadata, and resources that Claude uses automatically

Slash Commands: User-defined operations in .claude/commands/ that expand to prompts

Hooks: Shell commands executing in response to events (pre/post-tool, user-prompt-submit)

MCP Servers: Model Context Protocol integrations connecting external tools and services

Plugins: Packaged collections of commands, skills, hooks, and MCP servers

Quick Reference

Load these references when needed for detailed guidance:

Getting Started

  • Installation & Setup: references/getting-started.md

- Prerequisites, installation methods, authentication, first run

Development Workflows

  • Slash Commands: references/slash-commands.md

- Complete command catalog: /cook, /plan, /debug, /test, /fix:*, /docs:*, /git:*, /design:*, /content:*

  • Agent Skills: references/agent-skills.md

- Creating skills, skill.json format, best practices, API usage

Integration & Extension

  • MCP Integration: references/mcp-integration.md

- Configuration, common servers, remote servers

  • Hooks & Plugins: references/hooks-and-plugins.md

- Hook types, configuration, environment variables, plugin structure, installation

Configuration & Settings

  • Configuration: references/configuration.md

- Settings hierarchy, key settings, model configuration, output styles

Enterprise & Production

  • Enterprise Features: references/enterprise-features.md

- IAM, SSO, RBAC, sandboxing, audit logging, deployment options, monitoring

  • IDE Integration: references/ide-integration.md

- VS Code extension, JetBrains plugin setup and features

  • CI/CD Integration: references/cicd-integration.md

- GitHub Actions, GitLab CI/CD workflow examples

Advanced Usage

  • Advanced Features: references/advanced-features.md

- Extended thinking, prompt caching, checkpointing, memory management

  • Troubleshooting: references/troubleshooting.md

- Common issues, authentication failures, MCP problems, performance, debug mode

  • API Reference: references/api-reference.md

- Admin API, Messages API, Files API, Models API, Skills API

  • Best Practices: references/best-practices.md

- Project organization, security, performance, team collaboration, cost management

Common Workflows

Feature Implementation

/cook implement user authentication with JWT
# Or plan first
/plan implement payment integration with Stripe

Bug Fixing

/fix:fast the login button is not working
/debug the API returns 500 errors intermittently
/fix:types  # Fix TypeScript errors

Code Review & Testing

claude "review my latest commit"
/test
/fix:test the user service tests are failing

Documentation

/docs:init      # Create initial documentation
/docs:update    # Update existing docs
/docs:summarize # Summarize changes

Git Operations

/git:cm                    # Stage and commit
/git:cp                    # Stage, commit, and push
/git:pr feature-branch main  # Create pull request

Design & Content

/design:fast create landing page for SaaS product
/content:good write product description for new feature

Instructions for Claude

When responding to Claude Code questions:

  1. Identify the topic from the user's question
  2. Load relevant references from the Quick Reference section above
  3. Provide specific guidance using information from loaded references
  4. Include examples when helpful

Loading references:

  • Read reference files only when needed for the specific question
  • Multiple references can be loaded for complex queries
  • Use grep patterns if searching within references

For setup/installation questions: Load references/getting-started.md

For slash command questions: Load references/slash-commands.md

For skill creation: Load references/agent-skills.md

For MCP questions: Load references/mcp-integration.md

For hooks/plugins: Load references/hooks-and-plugins.md

For configuration: Load references/configuration.md

For enterprise deployment: Load references/enterprise-features.md

For IDE integration: Load references/ide-integration.md

For CI/CD: Load references/cicd-integration.md

For advanced features: Load references/advanced-features.md

For troubleshooting: Load references/troubleshooting.md

For API usage: Load references/api-reference.md

For best practices: Load references/best-practices.md

Documentation links:

  • llms.txt: https://context7.com/websites/claude_en_claude-code/llms.txt?tokens=10000

- Search for specific topics: https://context7.com/websites/claude_en_claude-code/llms.txt?topic=<topic>&tokens=5000 - Eg. Search for "subagent": https://context7.com/websites/claude_en_claude-code/llms.txt?topic=subagent&tokens=5000

  • Main docs: https://docs.claude.com/en/docs/claude-code/
  • GitHub: https://github.com/anthropics/claude-code
  • Support: support.claude.com

Provide accurate, actionable guidance based on the loaded references and official documentation.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.46%
按下载量换算73

Claude

30.33%
按下载量换算59

Cursor

20.33%
按下载量换算40

Gemini CLI

9.2%
按下载量换算18

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills