Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问clear审计未展示

claude-codeClaude 代码

Agent Skill

claude-code 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

470

周安装

20

GitHub Stars

公开资料未说明

下载量

165
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add samhvw8/dotfiles --skill "claude-code"

简介

用于在 Codex、Claude、Cursor、Gemini CLI 中快速检索和筛选信息。

  • 适合根据关键词或任务场景定位候选结果。claude-code 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 GitHub 安装,使用 npx 命令添加技能。
  • 建议确认权限范围和是否会触发文件读写或命令执行。
  • 可结合原始 README 进一步核验具体用法。

SKILL.md

Capabilities

Claude Code is an agentic coding tool that operates directly in your terminal, enabling developers to transform ideas into code through natural language conversations. It can read, write, and execute code, interact with external tools through the Model Context Protocol (MCP), and delegate tasks to specialized subagents. Claude Code maintains full context awareness of your project structure and can work both interactively and programmatically.

Skills

Code Development & Modification

  • Build features from descriptions: Generate complete implementations from natural language specifications
  • Refactor code: Update legacy code to modern patterns while maintaining functionality
  • Write tests: Create comprehensive test suites following project conventions
  • Generate documentation: Add JSDoc, docstrings, or markdown documentation
  • Create commits and PRs: Generate meaningful commit messages and pull request descriptions

Debugging & Analysis

  • Debug issues: Analyze error messages, identify root causes, and implement fixes
  • Code review: Review code for quality, security, and best practices
  • Performance analysis: Identify bottlenecks and suggest optimizations
  • Codebase exploration: Navigate and understand unfamiliar codebases quickly
  • Find relevant code: Locate files and functions related to specific features

Terminal Operations

  • Execute commands: Run bash commands, scripts, and development tools
  • File operations: Read, write, edit, and manage files and directories
  • Background tasks: Run long-running processes while continuing other work
  • Interactive sessions: Maintain conversation context across multiple interactions

External Integrations (via MCP)

  • Connect to services: Integrate with GitHub, Sentry, databases, APIs, and cloud platforms
  • Query databases: Execute SQL queries and analyze data
  • Monitor systems: Check error logs, analytics, and monitoring services
  • Automate workflows: Chain browser actions with terminal commands
  • Access documentation: Pull information from web sources and internal tools

Specialized Agents

  • Explore agent: Fast, read-only codebase exploration using Haiku model
  • Plan agent: Research and planning without making changes
  • Custom subagents: Create specialized agents for specific tasks with custom prompts and tool restrictions

Customization & Extension

  • Skills: Create reusable prompts and workflows invokable with /skill-name
  • Plugins: Package and distribute custom functionality
  • Hooks: Automate workflows around tool events
  • Memory files: Maintain persistent context with CLAUDE.md files

Workflows

Feature Implementation

  1. Describe the feature in natural language
  2. Claude Code creates a plan and asks clarifying questions
  3. Implementation with file creation/modification
  4. Test generation and execution
  5. Commit creation with appropriate message

Bug Fixing

  1. Share error message or describe the issue
  2. Claude analyzes codebase to identify the problem
  3. Suggests and implements fixes
  4. Runs tests to verify the solution
  5. Creates a commit with the fix

Code Review Process

  1. Request review of recent changes or specific files
  2. Claude analyzes code for issues and improvements
  3. Provides feedback organized by priority
  4. Can implement suggested changes directly

Database Operations

  1. Connect to database via MCP server
  2. Execute read-only queries for analysis
  3. Generate reports and insights
  4. Export results in desired format

Multi-Step Automation

  1. Define complex workflow requirements
  2. Claude chains multiple operations together
  3. Handles file operations, API calls, and tool execution
  4. Provides progress updates and final summary

Integration

Development Environments

  • Works in any terminal (native support for iTerm2, WezTerm, VS Code terminal)
  • IDE extensions for VS Code and JetBrains
  • Chrome extension for browser automation
  • Desktop app for GUI interface

CI/CD Integration

  • GitHub Actions support via claude-code-action
  • GitLab CI/CD pipeline integration
  • Programmatic execution via Agent SDK
  • Automated code review and testing

Cloud Platforms

  • Claude API (default)
  • Amazon Bedrock deployment
  • Google Vertex AI deployment
  • Microsoft Azure integration

External Tools (MCP)

  • GitHub for code management
  • Sentry for error monitoring
  • PostgreSQL, MySQL for databases
  • Slack for team communication
  • Custom MCP servers for proprietary tools

Context

Permission Management

Claude Code operates with explicit permission controls. It requests approval before executing commands, modifying files, or accessing external resources. Users can configure auto-approval for specific tools or operate in different permission modes (normal, auto-accept, plan mode).

Context Window Management

Claude Code maintains awareness of your entire project structure while managing token usage efficiently. It can compact conversations to preserve context, delegate exploration to subagents to avoid cluttering the main conversation, and use MCP Tool Search to dynamically load tools on-demand.

Model Selection

Different models serve different purposes: Sonnet (default) for balanced capability and speed, Opus for complex reasoning tasks, and Haiku for fast, lightweight operations. Subagents can use different models than the main conversation.

Session Persistence

All conversations are automatically saved and can be resumed later. Sessions are stored per project directory, can be named for easy identification, and maintain full context including tool usage history.

Security Considerations

Claude Code respects.gitignore patterns, requires explicit permissions for operations, supports sandboxed execution environments, and can be configured with restricted tool access. Enterprise deployments support managed configurations and audit logging.


For additional documentation and navigation, see: https://code.claude.com/docs/llms.txt

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

OpenCode

28.81%
按下载量换算48

Codex

22.41%
按下载量换算37

Claude Code

17.39%
按下载量换算29

Antigravity

10.39%
按下载量换算17

Gemini CLI

6.87%
按下载量换算11

trae

3.54%
按下载量换算6

安全审计

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

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills