/ Каталог / Песочница / skills
● Сообщество infranodus ⚡ Сразу

skills

автор infranodus · infranodus/skills

15+ InfraNodus-backed skills for thinking: critical perspective, ontology building, perspective reversal, cognitive variability, SEO gap analysis, Vipassana-for-LLMs.

Thinking-augmentation skills that connect Claude to InfraNodus' knowledge-graph-based text analysis. Includes Cognitive Variability, Critical Perspective, Rhetorical Analyst, Ontology Creator, Writing Assistant, LLM Wiki, SEO gap analysis, YouTube Viral Optimizer, Perspective Reversal, Embodied Navigation, Vipassana for LLMs, Shifting Perspective, Actionize, and the InfraNodus CLI.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

skills-skill-6.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "skills-skill-6": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/infranodus/skills",
        "~/.claude/skills/skills"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "skills-skill-6": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/infranodus/skills",
        "~/.claude/skills/skills"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "skills-skill-6": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/infranodus/skills",
        "~/.claude/skills/skills"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "skills-skill-6": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/infranodus/skills",
        "~/.claude/skills/skills"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "skills-skill-6",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/infranodus/skills",
        "~/.claude/skills/skills"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "skills-skill-6": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/infranodus/skills",
          "~/.claude/skills/skills"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add skills-skill-6 -- git clone https://github.com/infranodus/skills ~/.claude/skills/skills

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: skills

Get a critical perspective on a plan before committing

👤 Strategists, researchers, founders ⏱ ~30 min intermediate

Когда использовать: You have a plan and want assumptions + counterpoints surfaced.

Предварительные требования
  • Skill installed — git clone https://github.com/infranodus/skills ~/.claude/skills/skills
  • InfraNodus account for deeper analyses — Free tier at infranodus.com
Поток
  1. Run critical-perspective
    Run critical-perspective on this plan.md. Surface assumptions, counterpoints, missing alternatives.✓ Скопировано
    → Numbered objections grounded in the text
  2. Reverse perspectives
    Now perspective-reversal — what would the strongest critic of this plan propose instead?✓ Скопировано
    → A coherent opposing plan

Итог: A stress-tested plan with explicit counter-argument.

Подводные камни
  • Dismissing reversal output because it disagrees with you — The point is to steelman — sit with the discomfort
Сочетать с: swing-skill

Find informational supply/demand gaps in an SEO topic

👤 Content strategists, SEOs ⏱ ~30 min intermediate

Когда использовать: Planning new content and want gaps, not keyword lists.

Поток
  1. Feed topic + competitors
    Run the SEO Analysis skill on topic 'vector databases' with top 5 competitor URLs. Graph the gaps.✓ Скопировано
    → Gap report with under-covered entities

Итог: A content plan grounded in gap analysis rather than keyword volume.

Сочетать с: superseo-skill

Build a persistent wiki that your LLM can re-use across sessions

👤 Knowledge workers with recurring domain work ⏱ ~60 min intermediate

Когда использовать: You keep re-explaining your domain to Claude every session.

Поток
  1. Seed the wiki
    Use the LLM Wiki skill. Domain: medical imaging pipelines. Seed with these 10 notes.✓ Скопировано
    → Structured wiki with cross-links
  2. Use it in future sessions
    Pull my medical-imaging wiki for context on this task.✓ Скопировано
    → Wiki loads, context-aware answers

Итог: Reusable domain memory.

Сочетать с: planning-with-files-skill

Convert a research note into an executable plan with reminders

👤 Anyone who researches but doesn't execute ⏱ ~15 min beginner

Когда использовать: You did the research; now you need actions.

Поток
  1. Actionize
    Run Actionize on research.md — turn conclusions into a dated action plan.✓ Скопировано
    → Plan with owners and dates

Итог: Research that actually leads somewhere.

Комбинации

Сочетайте с другими MCP — эффект x10

skills-skill-6 + swing-skill

Layer Swing's cognitive firewalls with InfraNodus' graph analysis

After swing-review, run critical_perspective to surface what swing missed.✓ Скопировано
skills-skill-6 + superseo-skill

Bring InfraNodus gap analysis into SEO topic planning

Run seo_gap_analysis, feed to superseo topic-cluster-planning.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
critical_perspective text Stress-testing InfraNodus quota
perspective_reversal text Breaking confirmation bias InfraNodus quota
ontology_creator domain notes Knowledge structuring InfraNodus quota
seo_gap_analysis topic + competitors Content planning InfraNodus quota
llm_wiki domain + notes Reusable memory Local
actionize research text Research -> execution 0
vipassana_for_llms task Fixation / loop detection 0

Стоимость и лимиты

Во что обходится

Квота API
InfraNodus free tier available; paid for heavy graph work
Токенов на вызов
Moderate
Деньги
Free tier generous
Совет
Use local skills (actionize, vipassana_for_llms) freely; gate graph analyses to when you need depth

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: INFRANODUS_API_KEY in env when using graph features
Исходящий трафик: Texts sent to InfraNodus for graph analysis

Устранение неполадок

Частые ошибки и исправления

InfraNodus requests fail

Check API key + quota at infranodus.com

Critical-perspective feels generic

Supply more context — the skill needs material to disagree with

Альтернативы

skills в сравнении

АльтернативаКогда использоватьКомпромисс
swing-skillsYou want cognitive firewalls rather than graph augmentationNo graph analysis

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills