This collection of skills is based on the InfraNodus cognitive variability framework that is implemented in InfraNodus text analysis tool. Use the skills as extended prompts in Claude Web or in your favorite LLM client. They will augment the capacities of the model and help you introduce custom logic, frameworks, workflows, and guidelines into the model's behavior.
The skills are designed to work with each other and to hand off important tasks when needed. They are also integrated with the InfraNodus MCP Server tools, so you can use advanced text gap analysis, SEO optimization, and knowledge graph memory in your workflows.
-
Cognitive Variability - A skill that promotes the cognitive variability framework for adaptive thinking to help evolve ideas and avoid getting stuck.
-
Critical Perspective - Engage in critical thinking by questioning assumptions, exploring alternative perspectives, and uncovering latent topics in conversations.
-
Writing Assistant - Grammar correction, style refinement, and pattern detection that can trigger cognitive state analysis.
-
Ontology Creator - Build structured ontologies, taxonomies, and knowledge graphs by extracting entities, defining relationships, and mapping conceptual structures for any topic or for a collection of texts.
- Go to the Releases page
- Download the
.zipfile for the skill you want to use - Install the skill in your Claude client (see below)
- Clone this repository or download individual skill folders
- Each
skill-*folder contains all necessary files for that skill - Create a
.zipfile of the skill folder contents if needed
- Add skills via Settings → Capabilities
- Add the markdown skills folders into the
.claude/skillsfolder for global access or into the~/your_project/.claude/skillsfor project access only.
- Access specific skills using the
/v1/skillsendpoint
- Upload the SKILL.md file from the skill folder to a conversation or a project folder and instruct the model to follow the guidelines provided.
Your Claude client will automatically infer the necessary skill from the Skill's description. However, you can also explicitly ask it to use a certain skill.
If you find the skill is not activated as often as you'd like (or is activated too frequently), you can also modify the description of the skill and upload it again to your LLM client.
-
Download or fork the repository
-
Use Claude Web or Desktop to develop new skills (as they have the "skills_creator" skill)
-
Once created, add a new folder, add the skill inside
-
To augment the skill, open the repo in Claude Code or Cursor AI and use InfraNodus MCP to find content gaps or develop the content of the skill. It will use InfraNodus' tools automatically to improve the structure and the content of the skill for you.
-
Ready to launch?
If you tag a new version, when you push the commit to your repo, a GitHub action will be triggered that will generate the release with the .zip files you can use to add the skills to Claude Web and Desktop.
a. Create a new tag (e.g., v1.0.0, v1.0.1, v2.0.0)
git tag v1.0.0b. Push the tag to GitHub
git push origin v1.0.0