/ Annuaire / Playground / skills
● Communauté infranodus ⚡ Instantané

skills

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

skills-skill-6.replay ▶ prêt
0/0

Installer

Choisissez votre client

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : skills

Get a critical perspective on a plan before committing

👤 Strategists, researchers, founders ⏱ ~30 min intermediate

Quand l'utiliser : You have a plan and want assumptions + counterpoints surfaced.

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

Résultat : A stress-tested plan with explicit counter-argument.

Pièges
  • Dismissing reversal output because it disagrees with you — The point is to steelman — sit with the discomfort
Combiner avec : swing-skill

Find informational supply/demand gaps in an SEO topic

👤 Content strategists, SEOs ⏱ ~30 min intermediate

Quand l'utiliser : Planning new content and want gaps, not keyword lists.

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

Résultat : A content plan grounded in gap analysis rather than keyword volume.

Combiner avec : superseo-skill

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

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

Quand l'utiliser : You keep re-explaining your domain to Claude every session.

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

Résultat : Reusable domain memory.

Convert a research note into an executable plan with reminders

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

Quand l'utiliser : You did the research; now you need actions.

Déroulement
  1. Actionize
    Run Actionize on research.md — turn conclusions into a dated action plan.✓ Copié
    → Plan with owners and dates

Résultat : Research that actually leads somewhere.

Combinaisons

Associez-le à d'autres MCPs pour un effet 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.✓ Copié
skills-skill-6 + superseo-skill

Bring InfraNodus gap analysis into SEO topic planning

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

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
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

Coût et limites

Coût d'exécution

Quota d'API
InfraNodus free tier available; paid for heavy graph work
Tokens par appel
Moderate
Monétaire
Free tier generous
Astuce
Use local skills (actionize, vipassana_for_llms) freely; gate graph analyses to when you need depth

Sécurité

Permissions, secrets, portée

Stockage des identifiants : INFRANODUS_API_KEY in env when using graph features
Sortie de données : Texts sent to InfraNodus for graph analysis

Dépannage

Erreurs courantes et correctifs

InfraNodus requests fail

Check API key + quota at infranodus.com

Critical-perspective feels generic

Supply more context — the skill needs material to disagree with

Alternatives

skills vs autres

AlternativeQuand l'utiliserCompromis
swing-skillsYou want cognitive firewalls rather than graph augmentationNo graph analysis

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills