generate-note

Generate text or code from natural language prompts with configurable LLM parameters.

10|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill generate-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-note
Source: https://github.com/bdambrosio/Cognitive_workbench/tree/main/src/tools/generate-note
Command: npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill generate-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates new text or code content from scratch, leveraging the LLM's knowledge without relying on external source documents.

Core Features & Use Cases

  • Content Creation: Generates prose, explanations, or code based on natural language prompts.
  • Style Options: Supports generating either plain text or structured code.
  • Use Case: Use this Skill to draft an initial blog post outline, write a Python function for a specific task, or generate example JSON data.

Quick Start

Generate a Python function to calculate the factorial of a number.

Frequently Asked Questions about generate-note

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

FAQPage Schema
How do I generate new text or code from scratch using an LLM prompt?

To generate new text or code from scratch, you provide a natural language prompt specifying your desired output. The Skill leverages the LLM's internal knowledge to create original prose, explanations, or code snippets without needing external reference documents.

Can I write a Python function from scratch without providing existing source code?

Yes, you can write a Python function from scratch by submitting a natural language prompt describing the task. The generation mode supports creating structured code snippets directly from your instructions using the LLM's baseline knowledge.

What is the best way to draft an initial blog post outline using LLM content creation?

Drafting an initial blog post outline using LLM content creation involves submitting a text prompt detailing your topic and desired structure. The generator produces original prose and explanations in text mode without relying on existing source documents.

Does this text and code generation mode support configurable LLM parameters?

Yes, text and code generation supports configurable LLM parameters including temperature and max tokens. You can adjust these settings to control the randomness and maximum length of your generated prose, explanations, or code snippets.

When should I not use a from-scratch generation tool for content creation?

You should not use a from-scratch generation tool when your task requires referencing, summarizing, or extracting information from existing external documents. This Skill strictly generates new text or code content using the LLM's internal knowledge base.

Can I generate example JSON data using a natural language prompt?

Yes, you can generate example JSON data by using the code generation mode with a natural language prompt. The LLM creates structured code snippets from scratch based solely on your prompt instructions and its internal knowledge.