用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill create-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Conduct deep academic research for philosophy, neuroscience, cognitive science, and theoretical computer science (computability, complexity, AI theory, logic). Use when user asks to: research academic topics, find scholarly papers, conduct literature reviews, analyze citations, synthesize research findings, explore philosophical arguments, investigate consciousness/cognition, study computability/decidability/Turing machines, or analyze academic debates. Triggers on: 'research papers', 'literature review', 'academic sources', 'scholarly articles', 'philosophy of mind', 'computability theory', 'neuroscience studies', 'find papers on', 'what does the research say'.
Create clear action plans with steps, success criteria, and risk awareness. Use before implementing features, making changes, starting projects, or anytime you need a roadmap to success. Triggers on "plan this", "how should we approach", "what's the strategy", "steps to complete", or when facing complex multi-step work.
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-skill |
| type | meta |
| category | system |
| description | Interactive wizard to create reusable skills for specialized workflows |
Interactive wizard for creating skills - specialized, reusable workflows invoked by agents. Ensures skills follow standards and integrate properly.
| Setting | Description | Example |
|---|---|---|
skill_categories | Available categories | testing, development, validation, documentation, automation |
skill_types | Skill types | workflow, validation, utility, template, analysis |
base_path | Skills directory | .claude/skills/ |
name_pattern | Validation regex | ^[a-z][a-z0-9-]*[a-z0-9]$ |
template_types | Template options | workflow, validation, utility |
/create-skill [options]
--name <name>: Skill name (kebab-case)--category <category>: Skill category--interactive: Full interactive mode (default)--template <type>: Use templateWizard Questions:
Define:
File Created: {base_path}/{category}/{skill-name}.md
YAML Frontmatter:
---
name: {skill-name}
category: {category}
description: {description}
usage: {usage_context}
input: {input_requirements}
output: {output_produced}
---
Structure:
# {Skill Name}
## Overview
{purpose_and_users}
## When to Use
{scenarios}
## Prerequisites
{requirements}
## Workflow
### Step 1: {name}
{actions_and_validation}
## Output
{deliverables_and_criteria}
## Examples
{scenarios}
## Error Handling
{errors_and_solutions}
Updates:
Checks:
Test: Invoke from agent context
Format:
feat(skills): add {skill-name} skill
- {description}
- Primary users: {agents}
Workflow: {key_steps}
Output: {deliverables}
Updates:
- {skill_file} (new)
- README.md (updated)
🎯 Create New Skill Wizard
📝 Step 1: Skill Identity
Skill Name: {input}
Category: {selection}
Description: {input}
Type: {selection}
📋 Step 2: Purpose & Users
Purpose: {input}
Primary users: {input}
🔧 Step 3: Workflow Definition
Steps: {input}
Input: {input}
Output: {input}
Success criteria: {input}
📝 Step 4: Review & Confirm
{summary}
Proceed? (y/n)
✨ Creating Skill
✓ Generated file
✓ Updated documentation
✓ Validation passed
---
name: {name}
category: {category}
description: {desc}
usage: Invoke when {context}
input: {requirements}
output: {deliverables}
---
# {Name}
## Overview
**Purpose**: {purpose}
**Primary Users**: {agents}
## Workflow
### Step 1: {name}
**Objective**: {goal}
**Actions**: {steps}
**Validation**: {checks}
**Output**: {result}
## Output
**Produces**: {outputs}
**Success Criteria**: {criteria}
---
name: {name}
category: validation
description: {desc}
usage: Use to validate {what}
input: {what_to_validate}
output: Validation report
---
# {Name}
## Validation Checklist
### {Category}
- [ ] {check}
## Validation Process
{steps}
## Output Format
{report_format}
Required: name, category, description, usage, input, output
Valid Categories: Configured categories
Valid Types: Configured types
{base_path}/
├── testing/
├── development/
├── validation/
├── documentation/
├── automation/
└── analysis/
/create-agent - Create new agent/create-command - Create new command/help - System help