/ Diretório / Playground / skills
● Comunidade infranodus ⚡ Instantâneo

skills

por 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.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

skills-skill-6.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: skills

Get a critical perspective on a plan before committing

👤 Strategists, researchers, founders ⏱ ~30 min intermediate

Quando usar: You have a plan and want assumptions + counterpoints surfaced.

Pré-requisitos
  • Skill installed — git clone https://github.com/infranodus/skills ~/.claude/skills/skills
  • InfraNodus account for deeper analyses — Free tier at infranodus.com
Fluxo
  1. Run critical-perspective
    Run critical-perspective on this plan.md. Surface assumptions, counterpoints, missing alternatives.✓ Copiado
    → Numbered objections grounded in the text
  2. Reverse perspectives
    Now perspective-reversal — what would the strongest critic of this plan propose instead?✓ Copiado
    → A coherent opposing plan

Resultado: A stress-tested plan with explicit counter-argument.

Armadilhas
  • Dismissing reversal output because it disagrees with you — The point is to steelman — sit with the discomfort
Combine com: swing-skill

Find informational supply/demand gaps in an SEO topic

👤 Content strategists, SEOs ⏱ ~30 min intermediate

Quando usar: Planning new content and want gaps, not keyword lists.

Fluxo
  1. Feed topic + competitors
    Run the SEO Analysis skill on topic 'vector databases' with top 5 competitor URLs. Graph the gaps.✓ Copiado
    → Gap report with under-covered entities

Resultado: A content plan grounded in gap analysis rather than keyword volume.

Combine com: superseo-skill

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

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

Quando usar: You keep re-explaining your domain to Claude every session.

Fluxo
  1. Seed the wiki
    Use the LLM Wiki skill. Domain: medical imaging pipelines. Seed with these 10 notes.✓ Copiado
    → Structured wiki with cross-links
  2. Use it in future sessions
    Pull my medical-imaging wiki for context on this task.✓ Copiado
    → Wiki loads, context-aware answers

Resultado: Reusable domain memory.

Convert a research note into an executable plan with reminders

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

Quando usar: You did the research; now you need actions.

Fluxo
  1. Actionize
    Run Actionize on research.md — turn conclusions into a dated action plan.✓ Copiado
    → Plan with owners and dates

Resultado: Research that actually leads somewhere.

Combinações

Combine com outros MCPs para 10× de alavancagem

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.✓ Copiado
skills-skill-6 + superseo-skill

Bring InfraNodus gap analysis into SEO topic planning

Run seo_gap_analysis, feed to superseo topic-cluster-planning.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
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

Custo e limites

O que custa rodar

Cota de API
InfraNodus free tier available; paid for heavy graph work
Tokens por chamada
Moderate
Monetário
Free tier generous
Dica
Use local skills (actionize, vipassana_for_llms) freely; gate graph analyses to when you need depth

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: INFRANODUS_API_KEY in env when using graph features
Saída de dados: Texts sent to InfraNodus for graph analysis

Solução de problemas

Erros comuns e correções

InfraNodus requests fail

Check API key + quota at infranodus.com

Critical-perspective feels generic

Supply more context — the skill needs material to disagree with

Alternativas

skills vs. outros

AlternativaQuando usarTroca
swing-skillsYou want cognitive firewalls rather than graph augmentationNo graph analysis

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills