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

skill-create技能创造

Agent Skill

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

总安装

188

周安装

8

GitHub Stars

11

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/parhumm/jaan-to --skill skill-create

简介

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

  • 适用于研究检索类任务,支持基于关键词或上下文进行信息聚合与过滤。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和联网能力。
  • 建议结合原始 README 核验具体用法,注意维护状态及是否触发文件读写或命令执行。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

skill-create

Guide users through creating new jaan.to skills with web research and best practices.

Context Files

  • docs/extending/create-skill.md - Skill creation specification (v3.0.0)
  • $JAAN_LEARN_DIR/jaan-to-skill-create.learn.md - Past lessons (loaded in Pre-Execution)
  • $JAAN_TEMPLATES_DIR/jaan-to-skill-create.template.md - Generation templates
  • $JAAN_CONTEXT_DIR/config.md - Current skill catalog
  • ${CLAUDE_PLUGIN_ROOT}/docs/extending/language-protocol.md - Language resolution protocol

Input

Skill Idea: $ARGUMENTS

If provided, use as starting context. Otherwise, begin with identity questions.


Pre-Execution Protocol

MANDATORY — Read and execute ALL steps in: ${CLAUDE_PLUGIN_ROOT}/docs/extending/pre-execution-protocol.md Skill name: skill-create Execute: Step 0 (Init Guard) → A (Load Lessons) → B (Resolve Template) → C (Offer Template Seeding)

v3.0.0 Common Mistakes to Avoid (regardless of LEARN.md):

  • ✗ Using hardcoded jaan-to/outputs/ instead of $JAAN_OUTPUTS_DIR
  • ✗ Using hardcoded jaan-to/templates/ instead of $JAAN_TEMPLATES_DIR
  • ✗ Using hardcoded jaan-to/learn/ instead of $JAAN_LEARN_DIR
  • ✗ Using hardcoded jaan-to/context/ instead of $JAAN_CONTEXT_DIR
  • ✗ Forgetting #anchor syntax when importing tech.md sections
  • ✗ Using too-broad permissions like Write(jaan-to/**)
  • ✗ Not validating with /jaan-to:skill-update before user testing

If the file does not exist, continue without it (but still avoid mistakes above).

Language Settings

Read and apply language protocol: ${CLAUDE_PLUGIN_ROOT}/docs/extending/language-protocol.md Override field for this skill: language_skill-create


PHASE 0: Duplicate Detection (Single Source of Truth)

Before any creation, check for existing skills:

  1. Glob skills/*/SKILL.md to get all skills
  2. For each skill, compare:

- Role + domain match - Purpose description similarity - Calculate overlap score (0-100%)

  1. Decision tree:

- Exact match exists: "Skill '{name}' already does this. Use: /{command} [show example]" - >70% overlap: "'{name}' is similar ({n}% overlap). Update it instead? [update/new]" - If update: Invoke /jaan-to:skill-update {name} - If new: Continue with creation - <70% overlap: Continue with creation

  1. Fast-track option for simple skills: "This seems straightforward. Create minimal skill directly? [y/wizard]" Skip wizard for:

- Single-purpose skills with obvious structure - Skills that wrap an existing command - Internal/utility skills with <50 lines expected


PHASE 1: Analysis (Interactive + Research)

Thinking Mode

ultrathink

Use extended reasoning for:

  • Analyzing user requirements
  • Planning skill structure
  • Validating against specification
  • Research synthesis

Questioning Guidelines

Ask up to 7 clarifying questions across Phase 1 if needed.

Skip questions when:

  • Information already provided in user input
  • Research answered the question
  • Context files contain the answer
  • Question is redundant with previous answer

Make questions smart:

  • Reference user's input: "You said '{X}' — does that mean...?"
  • Build on research: "Best practices suggest Y — does that fit your case?"
  • Probe specifics: "What should happen when Z?"

Step 1: Basic Identity

Ask these questions one at a time:

QuestionPurposeValidation
"What role does this skill serve?"Determine role prefixMust be: pm, dev, qa, ux, data, growth, or custom
"What domain/area does it work in?"Determine domain1-2 words, lowercase, hyphens allowed
"What action does it perform?"Determine action verbwrite, create, add, review, generate, update, analyze, etc.

After answers, validate and show:

"Skill name will be: {role}-{domain}-{action}" "Command: /jaan-to:{role}-{domain}-{action}" "Directory: skills/{role}-{domain}-{action}/"

Step 1.5: Check Project Configuration (v3.0.0)

Before proceeding with design, understand the project's configuration:

  1. Check if configuration exists:

- Read jaan-to/config/settings.yaml (if exists) - Note any custom path configurations

  1. Path customization check:

- Are default paths customized? - If settings.yaml has paths: section, note custom locations - Skills should use $JAAN_* env vars (automatically resolve to correct paths)

  1. Learning strategy:

- Check settings.yaml for learning.strategy: "merge" or "override" - merge: Combine plugin + project lessons (default, recommended) - override: Use only project lessons (ignore plugin defaults)

  1. Template customization:

- Check if custom templates exist for similar skills - Pattern: templates.{skill-name}.path: "./custom/path.md" - If project has custom templates, new skill should follow same pattern

Information helps generate skills that work correctly with the project's configuration.

"Configuration checked: [default paths / custom paths detected]"

Step 2: Web Research (Token-Optimized)

Use Task tool with Explore subagent to isolate research tokens:

Task prompt: "Research best practices for {domain} {action}:
1. Search '{domain} best practices {year}'
2. Search '{domain} report template'
3. Search 'how to {action} {domain}'
4. Search '{domain} checklist'

Return:
- 3-5 key best practices
- Suggested questions the skill should ask
- Suggested quality checks
- Suggested output sections
- Sources used"

Present research summary to user:

"Research findings for {domain}: Best Practices Found: 1. {practice1} 2. {practice2}... Suggested Questions for Skill: - {question1} - {question2}... Suggested Quality Checks: - {check1} - {check2}... Suggested Output Sections: - {section1} - {section2}..."

Step 3: Purpose & Triggers

Show research-based suggestions, then ask:

  1. "What does this skill do? (1-2 sentences)"

- 2. "What phrases should auto-trigger this skill?" - [Suggested]: {action} {domain}, {domain} {action}, etc.

Step 4: Input & Output

  1. "What input does the skill need?"

- Examples: file path, topic name, feature description - Will become $ARGUMENTS handling

  1. "What files/outputs does it produce?"

- [Suggested from templates]: {format} file with {sections}

  1. "What format? (markdown/json/both)"

- Determines template.md creation

Step 5: Questions, Quality & Done

Present research-based suggestions, let user accept/modify/add:

  1. "What questions should the skill ask users?"

- [Pre-filled from research]: - {research_question1} - {research_question2} - "Add more or modify? [accept/edit]"

  1. "What quality checks before writing?"

- [Pre-filled from research]: - {research_check1} - {research_check2} - "Add more or modify? [accept/edit]"

  1. "What defines 'done' for this skill?"

- [Suggested]: - Output file written - Quality checks pass - User approved


HARD STOP - Human Review Check

Present complete skill structure:

SKILL SUMMARY
─────────────
Name: {role}-{domain}-{action}
Command: /{role}-{domain}-{action}
Logical: {role}-{domain}-{action}
Description: {description}

RESEARCH USED
─────────────
Sources: {source_count} web sources consulted
Best practices incorporated: {practice_count}

FILES TO CREATE
───────────────
□ skills/{name}/SKILL.md
□ skills/{name}/LEARN.md
□ skills/{name}/template.md (if needed)

WILL ALSO
─────────
□ Register in scripts/seeds/config.md
□ Create docs/skills/{role}/{name}.md (via /jaan-to:docs-create)
□ Commit to branch skill/{name}
"Create this skill? [y/n/edit]"

Do NOT proceed to Phase 2 without explicit approval.


PHASE 2: Generation (Write Phase)

Step 6: Create Git Branch

git checkout dev
git pull origin dev
git checkout -b skill/{role}-{domain}-{action}

Confirm: "Created branch skill/{name} from dev. All work on this branch."

Step 7: Generate SKILL.md

Use template from $JAAN_TEMPLATES_DIR/jaan-to-skill-create.template.md:

  1. Fill YAML frontmatter:

- name: {name} - description: from Step 3 (must include "Use when" trigger phrase, no colons) - allowed-tools: based on needs from Step 5 - argument-hint: from Step 4 - license: PROPRIETARY - DO NOT add model: field (use inherited default)

  1. Fill markdown body:

- Context Files from gathered info - Input handling from Step 4 - Phase 1 questions from Step 5 - HARD STOP section - Phase 2 generation steps - Quality checks from Step 5 - Definition of Done from Step 5

Step 8: Generate LEARN.md (Plugin Source)

Create skills/{name}/LEARN.md with research insights as initial lessons. Follow the standard LEARN.md structure from docs/extending/v3-compliance-reference.md section 12.7 (Better Questions, Edge Cases, Workflow, Common Mistakes). Seed each section with relevant research findings.

Step 9: Generate template.md (Plugin Source, if needed)

Based on output format from Step 4:

  • Use researched report structure
  • Include required metadata section
  • Add placeholders for dynamic content

Step 10: Validate Against Specification

Reference: See ${CLAUDE_PLUGIN_ROOT}/docs/extending/skill-create-reference.md section "Specification Validation Checklist" for the full frontmatter, body, size, trust, and budget checks.

Validate against docs/extending/create-skill.md. If any check fails, fix before preview.

Step 11: Preview All Files

Show complete content of:

  1. SKILL.md
  2. LEARN.md
  3. template.md (if created)
"Write these files? [y/n]"

Step 12: Write Files (v3.0.0-Compliant)

Reference: See docs/extending/v3-compliance-reference.md section "skill-create: v3.0.0 Best Practices for Writing Skills" for full details on Steps 12.1-12.9: - 12.1: Frontmatter (env var permissions, anti-patterns) - 12.2: Context Files section (standard env var references) - 12.3: Pre-Execution section (learning + language settings pattern) - 12.4: Template references (env vars, tech imports) - 12.5: Output paths (ID-based folder pattern, id-generator.sh, index-updater.sh) - 12.6: template.md variable syntax ({{field}}, {{env:VAR}}, {{config:key}}, {{import:path#section}}) - 12.7: LEARN.md seed structure (plugin-side, merge strategy) - 12.8: v3.0.0 validation checklist (compliance, output structure, tech stack, learning, quality) - 12.9: Automated path scan (hardcoded path detection and auto-fix)

Write to skills/{name}/SKILL.md, skills/{name}/LEARN.md, and skills/{name}/template.md (if needed), following all v3.0.0 patterns from the reference.

Confirm: "Skill files written to skills/{name}/ (v3.0.0-compliant)"

Step 13: Tech Stack Integration (Optional)

Ask: "Should this skill reference the project's tech stack?"

Reference: See docs/extending/v3-compliance-reference.md section "skill-create: Tech Stack Integration Reference" for full details on Steps 13.1-13.4 (identifying needs, updating SKILL.md, template imports, documentation).

Tech-aware: PRD generation, code generation, story writing, API docs. Tech-agnostic: Research, non-technical docs, roadmap planning.

"Tech integration: [enabled / not applicable]"

Step 14: Update Config Catalog

Edit scripts/seeds/config.md to add skill to Available Skills table:

| {role}-{domain}-{action} | `/{name}` | {short_description} |

Step 14.5: Update Team Roles Registry

Reference: See ${CLAUDE_PLUGIN_ROOT}/docs/extending/skill-create-reference.md section "Team Roles Registry Update Procedure" for the full role-matching and registry update steps.

If skill name matches a known role prefix, update skills/team-ship/roles.md accordingly. If roles.md does not exist, skip silently.

Step 15: Auto-Invoke Documentation

Run /jaan-to:docs-create to create:

  • docs/skills/{role}/{name}.md

This ensures documentation is always created with the skill.

Step 16: Commit to Branch

Reference: See docs/extending/git-pr-workflow.md section "skill-create: Commit to Branch" for the full commit template.

Before staging, run:

bash scripts/prepare-skill-pr.sh

This regenerates + validates Codex skillpack artifacts and stages adapters/codex/skillpack/.

Then stage skills/{name}/, jaan-to/, and docs/skills/{role}/{name}.md. Commit with feat(skill) message including description and research source count.


PHASE 3: Testing & PR

Step 17: Validate v3.0.0 Compliance

Run /jaan-to:skill-update {skill-name} before user testing.

Reference: See docs/extending/v3-compliance-reference.md section "skill-create: v3.0.0 Post-Creation Validation" for full validation details.

Only proceed to user testing after validation passes.

Step 18: User Testing

"Please test the skill in a new session. Here's a copy-paste ready example:" `` /{name} "{example_input_based_on_skill_purpose}" ` For example, if the skill is pm-prd-write: ` /jaan-to:pm-prd-write "Add user authentication with OAuth support" `` "Did it work correctly? [y/n]"

If issues:

  1. Help debug the problem
  2. Make fixes
  3. Commit fixes
  4. Repeat testing

Step 19: Create Pull Request

When user confirms working:

"Create pull request to merge to dev? [y/n]"
Reference: See docs/extending/git-pr-workflow.md section "skill-create: Create Pull Request" for the full gh pr create template.

Push branch, create PR with skill summary, research used, files created, and an explicit line:

Codex skillpack sync: ✅ generated via scripts/prepare-skill-pr.sh

Show PR URL to user.

If no:

"Branch skill/{name} is ready. Merge manually when ready."

Step 20: Capture Feedback

"Any feedback on the skill creation process? [y/n]"

If yes:

  • Run /jaan-to:learn-add skill-create "{feedback}"

Step 21: Auto-Invoke Roadmap Update

Run /jaan-to:pm-roadmap-update to sync the new skill with the roadmap.

This ensures the roadmap reflects the latest skill additions.


Skill Alignment

  • Two-phase workflow with HARD STOP for human approval
  • Single source of truth (no duplication)
  • Plugin-internal automation
  • Maintains human control over changes

Definition of Done

  • Duplicate check completed
  • Web research performed
  • All skill files created (SKILL.md, LEARN.md, template.md)
  • Passes specification validation
  • scripts/validate-skills.sh passes (description budget + body line cap)
  • Registered in context/config.md
  • Documentation created via /jaan-to:docs-create
  • User tested and confirmed working
  • PR created (or branch ready for manual merge)
  • Roadmap synced via /jaan-to:pm-roadmap-update
  • User approved final result

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.47%
按下载量换算22

Claude

32.9%
按下载量换算22

Cursor

17.12%
按下载量换算11

Gemini CLI

10.06%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills