Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

skill-adapter技能适配器

Agent Skill

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

总安装

1,248

周安装

50

GitHub Stars

2,090

下载量

404
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill skill-adapter

简介

skill-adapter 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于信息调研、内容聚合和线索筛选等研究类任务场景。
  • 通过关键词匹配和来源仓库分析,提供候选结果的快速定位与初步筛选能力。
  • 安装命令:npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill skill-adapter。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

SKILL.md

Skill Adapter

Overview

Analyzes existing plugins in the repository to extract their capabilities, then synthesizes and applies those learned patterns to the current task. Functions as a universal skill chameleon that discovers relevant plugins, extracts their approaches and methodologies, and adapts them to novel requests.

Prerequisites

  • Read access to the plugins/ directory tree (community, packages, examples categories)
  • grep and find available on PATH for plugin discovery
  • Familiarity with the plugin structure: commands/*.md, agents/*.md, skills/*/SKILL.md, and scripts/

Instructions

  1. Analyze the user's task to identify the core capability needed, the domain (security, devops, testing, documentation, etc.), and key requirements or constraints (see ${CLAUDE_SKILL_DIR}/references/how-it-works.md).
  2. Search existing plugins for relevant capabilities using file globbing across plugins/community/, plugins/packages/, and plugins/examples/ directories. Match on plugin.json descriptions and keyword fields.
  3. For each relevant plugin discovered, extract capabilities from its components:

- Commands (commands/*.md): read content, extract approach and input/output patterns. - Agents (agents/*.md): understand roles, decision-making patterns, expertise areas. - Skills (skills/*/SKILL.md): read instructions, extract core capability and tool usage. - Scripts (scripts/*.sh, *.py): analyze logic, identify reusable patterns and error handling.

  1. Synthesize extracted patterns by merging complementary approaches, simplifying where possible, and ensuring compatibility with the current environment.
  2. Apply the adapted skill to the user's task, following the learned methodology while adjusting syntax, tools, and output format to match the current context.
  3. Report which plugins were consulted, what patterns were extracted, and how they were adapted for the current task.

Output

A structured adaptation report containing:

  • List of plugins analyzed and capabilities extracted from each
  • The synthesized approach combining relevant patterns
  • The direct application of that approach to the user's task
  • Any caveats or limitations of the adapted skill

Error Handling

ErrorCauseSolution
No matching plugins foundSearch terms too narrow or domain not representedBroaden search keywords; check alternative categories; fall back to general-purpose approach
Plugin directory inaccessibleMissing read permissions or incorrect pathVerify plugins/ directory exists and permissions allow traversal
Incompatible patternsExtracted approaches conflict with current environmentPrioritize the most relevant plugin's approach; discard conflicting elements
Empty skill/command filesPlugin has stub content without real instructionsSkip that plugin and note it as incomplete; rely on other sources

Examples

Learning code analysis from security plugins: Task: "Analyze this codebase for issues." Process: Discover owasp-top-10-scanner, code-quality-enforcer, and security-audit-agent. Extract OWASP vulnerability checks, complexity/duplication metrics, and dependency scanning patterns. Synthesize a multi-layer analysis covering security, quality, and dependencies. Apply to the target codebase (see ${CLAUDE_SKILL_DIR}/references/example-workflows.md).

Adopting documentation skills: Task: "Generate API documentation." Process: Find api-documenter, openapi-generator, readme-builder. Extract code parsing, OpenAPI spec generation, and hierarchical documentation structuring. Combine into an end-to-end pipeline: parse endpoints, generate spec, create interactive docs, build README.

Learning automation from DevOps plugins: Task: "Automate deployment process." Process: Search DevOps category for deployment, CI/CD, and Docker plugins. Extract build-test-deploy-verify workflows, parallel job patterns, and service orchestration. Adapt to the user's specific tech stack and infrastructure.

Resources

  • ${CLAUDE_SKILL_DIR}/references/how-it-works.md -- detailed five-phase adaptation process
  • ${CLAUDE_SKILL_DIR}/references/example-workflows.md -- end-to-end workflow examples
  • ${CLAUDE_SKILL_DIR}/references/errors.md -- error handling patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

33.66%
按下载量换算136

Claude

30.35%
按下载量换算123

Cursor

20.27%
按下载量换算82

Gemini CLI

8.72%
按下载量换算35

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills