cognos-skillforge

Detect conversation patterns and generate structured SKILL.md definitions.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Eli5DeFi/Cognos --skill cognos-skillforge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cognos-skillforge
Source: https://github.com/Eli5DeFi/Cognos/tree/main/modules/cognos-skillforge
Command: npx skills add https://github.com/Eli5DeFi/Cognos --skill cognos-skillforge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of new AI skills by identifying and structuring repeatable workflows from conversation patterns, turning observed usage into reusable, testable, and distributable skill definitions.

Core Features & Use Cases

  • Pattern Detection: Scans session logs to find recurring workflows.
  • Skill Extraction: Converts detected patterns into SKILL.md format.
  • Automated Testing: Runs a rigorous evaluation framework to score skill quality.
  • Skill Packaging & Publishing: Prepares skills for distribution across various platforms.
  • Use Case: After noticing you repeatedly perform a specific sequence of commands to analyze log files, SkillForge can detect this pattern and help you forge it into a new, single-command skill.

Quick Start

Use the cognos-skillforge skill to create a new skill from the description 'Convert a meeting transcript into action items with owners and deadlines'.

Frequently Asked Questions about cognos-skillforge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI skill generation from conversation logs?

To automate AI skill generation from conversation logs, you need a tool that detects recurring conversational workflows and converts them into structured SKILL.md definitions. This process turns observed session patterns into reusable, testable skill definitions.

What is the process for converting workflow patterns into structured SKILL.md definitions?

Converting workflow patterns into structured SKILL.md definitions involves scanning session logs to detect recurring command sequences. The detected patterns are then extracted and formatted into a structured definition file for AI agents.

Can I test and evaluate generated AI skills before distribution?

Yes, you can test and evaluate generated AI skills before distribution. The skill extraction process includes a rigorous automated evaluation framework that scores skill quality to ensure the generated definitions function correctly.

Do I need prior knowledge of AI agent workflows to generate code from conversational data?

Yes, generating code from conversational data requires a robust understanding of AI agent workflows and skill definition schemas. This prerequisite knowledge is necessary to properly structure and decompose extracted patterns into subskills.

What is the best way to package and distribute AI skills extracted from session logs?

The best way to package and distribute AI skills extracted from session logs is to use an automated skill packaging system. It prepares the generated SKILL.md definitions for distribution across various platforms after testing.

When should I decompose an extracted AI skill into subskills?

You should decompose an extracted AI skill into subskills when the detected conversational pattern represents a complex, multi-step workflow. This decomposition refines the SKILL.md definition for better modularity and testing accuracy.